/*
 Theme Name:   Spoken Word Theme
 Theme URI:    http://spokenwordinc.com
 Description:  _tk Child Theme
 Author:       Josiah Greenewald
 Author URI:   http://yonderday.com
 Template:     _tk
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spoken-word-theme
*/

/* My Minimal WordPress Styling comes here */

/* =============== */
/*  MAIN STYLES  */
/* =============== */ 
html,body{
    width: 100%;
    overflow-x: hidden;
}
body{
    background-color:#Ffffff;
}
i i em, em strong strong b i{
    font-style: normal!important;
    
}
b i i em{
    font-weight: normal;
}
#talkingtitle b i i em{
    font-weight: bold!important;
}
::selection {
  background: #C9DDD0; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #C9DDD0; /* Gecko Browsers */
}
.loader {
    position: fixed;
    left: 0px;right:0;
    top: 0px;bottom:0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FAF6E8;
    text-align: center;
}
.loader p{
    margin-top:300px;
}
.section {
    text-align: center;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    outline:0;
    position: relative;
    border-top: 1px solid #c0b689;
    min-height: 100vh;
}


/* =============== */
/*  MAIN TEXT STYLES  */
/* =============== */
h1{
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #514435;
    margin-bottom: 1.9vw;
    margin-top: 0px;
    font-size: 1.5vw;
    line-height: 2.4vw;
    text-rendering: geometricPrecision;
}
h1 i{
    font-family: "garamond-premier-pro-caption", serif;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #514435;
    font-size: 1.8vw;
}
h3{
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 3vw;
    letter-spacing: -0.02em;
    color:#514435;
    text-align: center;
    text-rendering: geometricPrecision;
    margin: 1.5vw auto;
}
h4{
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.28em;
    color:#514435;
    font-size: 20px;
    line-height:25px;
    margin:50px 0 20px;
    text-rendering: geometricPrecision;
}
h4 a{
    color: #29aae2;
    text-decoration: none;
}
h4 a:hover{
    color: #22B573;
    text-decoration: none;
}
p{
    font-family: "Cousine";
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #514435;
    margin: 1vw auto;
    max-width: 60%;
    text-rendering: geometricPrecision;
    font-style: normal;
}
p i{
    font-style: italic;
}
p a{
    text-decoration: none;
    color: #52503E;
    border-bottom: 1px solid #22B573;
}
p a:hover{
    color:#52503E;
    text-decoration: none;
}


/* =============== */
/*  HEADER STYLES  */
/* =============== */

#sticky-header{
    background-color: #faf6e8;
    position: fixed;
    top:0;
    left: 0;
    max-height: 127px;
    height: 9.9vw;
    min-height: 60px;
    width: 100%;
    z-index: 99;
    display: block;
}
.main-header{
    border-bottom: 1px solid #c0b689!important;
    background-image: none;
}
#logo{
    background-image: url(images/logo-new.png);
    background-repeat: no-repeat;
    /*width: 294px;
    height: 127px;
    z-index: 101;
    left: 50%;
    background-size: 294px 127px;
    margin-left: -147px;
    position: fixed;
    top: -1px;*/
    max-width: 178px;
    max-height: 126px;
    width: 100%;
    height: 100%;
    z-index: 101;
    left: 50%;
    /* margin: 0 auto; */
    background-size: auto 100%; /*22.9vw;*/
    background-position: center;
    margin-left: -89px;
    position: absolute;
}
.blog-header{
    border-bottom: 8px solid #514435;
    background-image: url(images/header-bg.png);
    background-size: 294px 139px;
    background-repeat: no-repeat;
    background-position: center center;
}
#logo-blog {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    width: 164px;
    height: 127px;
    z-index: 101;
    left: 50%;
    background-size: 164px 127px;
    margin-left: -82px;
    position: fixed;
    top: -1px;
}

/* =============== */
/*  MENU STYLES  */
/* =============== */

.main-menu, .ipad-menu{
    width: 100%;
    height: 100%;
}
.ipad-menu{
    display: none;
}
.top-menu{
    height: 100%;
}
#left-side-menu{
    float:left;
}
#left-side-menu li{
    float:right;
}
#right-side-menu{
    float:right;
}
#right-side-menu li{
    float:left;
}
.main-menu ul,.ipad-menu ul{
    list-style: none;
    width:41%;
    display: inline;
    padding:0;
}
.main-menu ul li,.ipad-menu ul li{
    display: inline-block;
    padding: 3vw 0 0;
    position:relative;
    height: 100%;
    width: 45%;
    text-align: center;
}
.main-menu ul li a,.ipad-menu ul li a{
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;

    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.28em;
    color:#858161;
    font-size: 16px;
    line-height:25px;
    text-align:center;
    text-rendering: geometricPrecision;
}
.main-menu ul li a span,.ipad-menu ul li a span{
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.2em;
    display: block;
    text-rendering: geometricPrecision;
}
.main-menu li.active::after, .main-menu li:hover::after,.ipad-menu li.active::after, .ipad-menu li:hover::after{
    width: 21px;
    height: 24px;
    content:'';
    /*border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #F58874 transparent transparent transparent;*/
    background-image: url(images/nav-marker.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
 /* Safari, Chrome and Opera > 12.1 */
        -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
            margin-left: -12px;
            left: 50%;
            bottom: -19px;
    
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* =============== */
/*  Social Icon STYLES  */
/* =============== */

.social-buttons{
    margin:0px auto 100px;
    width: 220px;
    display: block;
    height: 50px;
    text-align: center;
}
.social-buttons a{
    display: inline-block;
    background-repeat: no-repeat;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #858161;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px;
    margin-bottom: 0;
}
#twitter{
    background-image: url(images/twitter-bird.png);
    width: 26px;
    height: 21px;
}
#instagram{
    background-image: url(images/instagram.png);
    width: 26px;
    height: 25px;
}
#facebook{
    background-image: url(images/facebook.png);
    width: 12px;
    height: 22px;
}



/* =============== */
/*  PAGE CONTENT STYLES  */
/* =============== */

.top-bar{
    width: 100%;
    text-align: center;
}
.top-bar h1{
    padding-top: 30px;
}




/* =============== */
/*  INFO CIRCLE STYLES  */
/* =============== */

.info-circle-container{
  display:block;
  width:100%;
  text-align:center;
  margin:20px auto 10px;

}
.info-circle{
    /*width:243px;
    height: 243px;*/
    /*border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;*/
    background-color:transparent;
    display: inline-block;
    text-align: center;
    margin: 0 2vw;
    /*padding-top:80px;*/
    cursor:pointer;
    position: relative;
        width: 15.5vw;
    height: 15.5vw;
    background-size: 15vw 15vw;
    background-position: center center;
}
.info-circle:hover{

}
.desktop{
    display: block;
}
.info-circle h2{
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.06em;
    color:#FDCE07;
    font-size: 2.6vw;
    margin: 0 auto;
    line-height:15.5vw;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.scribble-yellow, .scribble-pink, .scribble-purple{
    background-repeat: no-repeat;
    position: absolute;
    /*width: 229px;
    height: 227px;*/
    display: block;
    /*top: 8px;
    left: 7px;*/
    width: 15.5vw;
    height: 15.5vw;
    background-size:14vw 14vw;
    top:0;
    left:0;
    background-position: center center;
    -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.scribble-yellow{
    background-image: url(images/scribble-yellow.png);
}
.scribble-pink{
    background-image: url(images/scribble-pink.png);
}
.scribble-purple{
    background-image: url(images/scribble-purple.png);
}
#produce{
    background-image: url(images/produce.png);
    background-repeat: no-repeat;
    position: relative;
}
#produce h2{
    color: #F1EF98;
}
#produce p{
    color: #FAF6E8;
}
#sell{
    background-image: url(images/sell.png);
    background-repeat: no-repeat;
}
#sell h2{
    color:#FDDDD7;;
}
#sell p{
    color: #FDDDD7;
}
#earn{
    background-image: url(images/earn.png);
    background-repeat: no-repeat;
}
#earn h2{
    color: #BDCCD4;
}
#earn p{
    color: #FAF6E8;
}
.info-circle span{
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.28em;
    color:#FDCE07;
    font-size: 20px;
    line-height:25px;
}
.info-circle p{
    max-width:80%;
    color:#fff;
    font-family: "museo-slab";
    font-weight: 400;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0.02em;
    margin-top: -5px;
}
.right-arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #514435;
    margin: 70px auto 0px;
    display: inline-block;
    position: relative;
    margin-top: 80px;
    visibility:hidden;
}
/*#produce:hover ~ #sell, #produce:hover ~ #earn{
    opacity: 0.3;
}
#sell:hover ~ #produce, #sell:hover ~ #earn{
    opacity: 0.3;
}
#earn:hover ~ #produce, #earn:hover ~ #sell{
    opacity: 0.3;
}*/

/*----------- MOBILE SWIPER ---------*/
.fp-controlArrow.fp-prev {
    left: 100px!important;
    border-width: 18.5px 14px 18.5px 0!important;
    border-color: transparent #FDCE07 transparent transparent!important;
}
.fp-controlArrow.fp-next {
    right: 100px!important;
    border-width: 18.5px 0 18.5px 14px!important;
    border-color: transparent transparent transparent #FDCE07!important;
}
.swiper-container {
    width: 300px;
    height: 300px;
    display: none;
    float:left;
} 

/* =============== */
/*  BUTTON STYLES  */
/* =============== */

#publish-button{
    position: relative;
    width: 413px;
    height: 83px;
    display: block;
    left: 50%;
    margin-left: -206px;
    background-image: url(images/publish-btn2.png);
    background-repeat: no-repeat;
    border:0!important;
}
#publish-button:hover{

}

/* =============== */
/*  HOME PAGE STYLES  */
/* =============== */ 
#home-page{
    margin-top: 8vw; 
    border:0;
}
#home-container{
    margin-top: 7vh;
}
#home-container h3{
}
.opening-statement,.opening-statement2 {
    font-family: "Cousine";
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.8vw;
    letter-spacing: 0.02em;
    color: #514435;
    margin: 2.1vh auto 0;
    max-width: 58.5vw;
    height: 5.5vw;
    text-rendering: geometricPrecision;
    position: relative;

    -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.opening-statement2.belowText{
    margin-bottom:40px;
    color:#858161;
}
#mainText{
    position: absolute;
    width: 100%;
    text-align: center;
  
}
#createText,#sellText,#earnText{
    /*display: none;*/
    position: absolute;
    width: 31%;
    text-align: center;

    font-family: 'Cousine', sans-serif;
    font-size: 1.2vw;
    line-height: 1.8vw;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
}
#createText{
    left: 0;
}
#sellText{
    left: 50%;
    margin-left: -15%;
}
#earnText{
    right: 0;
}

/* =============== */
/*  PUBLISH PAGE STYLES  */
/* =============== */ 

.publish-info{
    position: relative;
    margin: 30px auto 50px;
    max-width:800px;
}
.publish-info p{
    max-width: 100%;
    font-size: 20px;
    line-height: 33px;;
}
.publish-info h3{
    color:#F58874;
    padding-top: 10px;
}
.down-arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #22B573 transparent transparent transparent;
    margin:30px auto;
}
.green{
    border-color: #22B573 transparent transparent transparent;
}

/* =============== */
/*  ABOUT PAGE STYLES  */
/* =============== */ 

.about-intro{
    background-color: #Ffffff;
    max-width: 100%;
    margin-bottom: 1px;
    margin-top: 0;
    float: left;
    padding: 150px 100px 50px;
}
p.about-intro{
    font-size: 18px;
    line-height: 25px;
}
.teammate-container{
    position: relative;
    width: 100%;
    margin:0px auto 50px;
    padding-bottom:0px;
    float:left;
    border-left: 1px solid #c0b689;
    border-top: 1px solid #c0b689;
}
.teammate_card{
    /*width:33%;*/
    display: block;
    padding: 0px 20px 20px;
    border-right: 1px solid #c0b689;
    border-bottom: 1px solid #c0b689;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.teammate_card:last-child{
    border-right: 0;
}
.founder-box{
    display: block;
    width: 100%;
    height: 420px!important;
}
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4{
}
.teammate_card .corner-right-top{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #C9DDD0 transparent transparent;
    position: absolute;
    top:0;
    right:0;
}
.teammate_card .corner-left-top{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #C9DDD0 transparent transparent transparent;
    position: absolute;
    top:0;
    left:0;
}
.teammate_card .corner-left-bottom{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #C9DDD0;
    position: absolute;
    bottom:0;
    left:0;
}
.teammate_card .corner-right-bottom{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #C9DDD0 transparent;
    position: absolute;
    bottom:0;
    right:0;
}
.headshot{
        width: 126px;
    height: 126px;
    /* background-color: #C9DDD0; */
    margin: 45px auto 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c0b689;
    padding: 10px;
}
.headshot img{
    border-radius: 50%;
}
.teammate-contents{
    max-width:450px;
    margin:0 auto;
    padding:0;
}
.teammate-name{
  max-width:100%;
  font-weight:700;
  letter-spacing: 0.2em;
  font-size: 1.5vw;
    line-height: 2.1vw;
  color: #52503E;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'proxima-nova';
}
.teammate-title{
    max-width:100%;
    color:#F36E50;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: 0;
}
.teammate-bio p{
  max-width:100%;
  margin: 5px auto;
    font-size: 1vw;
    line-height: 1.6vw;
}
.uvula-box{
    display:block;
    clear:both;
    padding:40px;

}
.uvula-img{
    background-image: url(images/uvula.png);
    background-repeat: no-repeat;
    width: 204px;
    height: 145px;
    position: relative;
    margin:30px auto;
}
.uvula-contents{
    color:#52503E;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 1.8vw;
    line-height: 2.1vw;
    letter-spacing: -0.02em;
    margin: 0 auto;
    max-width: 100%;
}

#PopupContact_BoxContainer {
    height: auto;
    width: 300px;
    background: #FAF6E8;
    border: 1px solid #C0B689;
    padding: 10px;
    position: fixed;
    top: 50%!important;
    /* top: -200px!important; */
    z-index: 999999!important;
    cursor: default;
    margin-top: -200px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: none;
    /* z-index: 2!important; */
    left: 50%!important;
    margin-left: -150px;
    border-radius: 0;
}
#PopupContact_BoxContainerFooter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    border: 1px solid #cecece;
    z-index: 1;
    display: none;
}
#PopupContact_BoxContainerBody{
    margin:0;
}
#PopupContact_BoxContainerBody input:placeholder-shown {
  color:#C0B689!important;
}
#PopupContact_BoxClose {
    top: 5px;
    right: 5px;
    position: absolute;
    width: auto;
}
#PopupContact_BoxContainerHeader{
    border-radius: 0;
    height: 80px;
    background-color: #747054;
}
.PopupContact_TextBox {
    width: 100%;
    color: #C0B689 !important;
    height: 60px;
    line-height: 60px;
        font-size: 25px;
    padding-left: 20px;
    border:1px solid #C0B689;
}
#PopupContact_BoxLabel_Page {
    font-family: "garamond-premier-pro-caption";
    font-weight: normal;
    color: #C0B689;
    font-style: italic;
    padding: 0;
    font-size: 25px;
    margin-top: -1px;
}
#PopupContact_BoxTitle {
    float: none;
    width: 100%;
    text-align: center;
    margin: 5px;
    color: #C0B689;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 30px;
        margin-top: 0;
}
.PopupContact_TextArea {
    width: 100%;
    height: 90px;
    color: #C0B689 !important;
        font-size: 20px;
        line-height: 35px;
    padding-left: 20px;
    margin-top:10px;
    padding-top: 10px;
    border:1px solid #C0B689;
}
.PopupContact_Button {
    color: #747054;
    width: 100%;
    height: 80px;
    text-transform: uppercase;
    font-style: normal;
    outline: 0;
    box-shadow: none;
    background-color: #C0B689;
    border-radius: 0;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-family: 'proxima-nova';
    -webkit-appearance: none;
    border:1px solid #C0B689;
}
#PopupContact_BoxAlert {
    padding-top: 0;
}
#PopupContact_BoxContainerHeader a {
    color: #FFFFFF;
    font-family: "proxima-nova";
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

/* =============== */
/*  FORM STYLES  */
/* =============== */ 

/*------------- MAD LIBS FORM ----- */
body img.gform_ajax_spinner {
    display: none!important;
}
.gform_wrapper .gform_ajax_spinner{
    display: none!important;
}

.ginput_container_radio{
    position: relative;
    display: inline!important;
    float: left;
    clear: both;
    
}
.gform_wrapper h1{
    font-family: "proxima-nova";
    font-weight: 700!important;
    letter-spacing: 0.32em;
    font-style: normal;
    color: #514435;
    font-size: 25px;
    line-height: 45px;
    text-rendering: geometricPrecision;
    margin-top:0;
}
.gform_wrapper p{
    font-family:'proxima-nova';
    max-width:100%;
    margin-bottom:40px;
}
.gform_wrapper ul.gform_fields{
    text-align: center!important;
}
.gform_wrapper {
    margin: 0px auto!important;
    width: 100%!important;
    max-width: 770px!important;
}
.form-area{
        margin-top: 3.5vw;
}

body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.gfield_html,
body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibsformfield,
body #gform_wrapper_3.gform_wrapper form.madlibform .gfield.gfield_html,
body #gform_wrapper_3.gform_wrapper form.madlibform .gfield.madlibsformfield {
    zoom:1;
    display:inline;
    width:auto!important;
    margin-right:5px;

    color:#514435;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 1.9vw;
    line-height: 2.7vw;
    letter-spacing: -0.02em;
    text-rendering: geometricPrecision;
}

body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibsformfield label,
body #gform_wrapper_2.gform_wrapper form.madlibform div.gfield_description,
body #gform_wrapper_2.gform_wrapper form.madlibform div.validation_message,
body #gform_wrapper_3.gform_wrapper form.madlibform .gfield.madlibsformfield label,
body #gform_wrapper_3.gform_wrapper form.madlibform div.gfield_description,
body #gform_wrapper_3.gform_wrapper form.madlibform div.validation_message  {
    display:none;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    display: inline!important;;
}
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, input.small, input.large, .gform_wrapper .left_label input.small {
    width: auto;
    border: 0;
    border-bottom: 1px solid #514435;
    background-color: transparent;
    height: 2.1vw;
    line-height: 2.7vw;
    padding: 0!important;

}
.gform_confirmation_message{
    color:#F58874;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 1.9vw;
    line-height: 2.9vw;
    letter-spacing: -0.02em;
    text-rendering: geometricPrecision;
    max-width:800px;
    margin:90px auto 0;
}
.gform_wrapper input:focus{
    outline: none!important;
    background-color: #fff!important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    height:10vw;
    margin-left:-2.6vw;
    max-height: 145px;
}

.madlibsformfield input[type='text'], .madlibsformfield span{
    width: auto;
    border: 0;
    border-bottom: 1px solid #514435;
    background-color: transparent;
    height: 2.1vw;
    line-height: 2.5vw;
    padding: 0!important;
    min-width: 150px;
}
.madlibsradio label{
    display: inline-block;
    color: #514435;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400!important;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: -0.02em;
    text-rendering: geometricPrecision;
    margin: 0 auto!important;
}
ul.gfield_radio{
    margin-left:0!important;
}
ul.gfield_radio li{
    display: inline-block;
    width: auto!important;
    float: left;
    margin-right: 10px!important;
}
ul.gfield_radio li input{
    float: none!important;
    display: inline-block;
    visibility: hidden;
    position: absolute;
    margin: 15px!important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
    display: inline-block!important;
    margin: 0 0 0 24px;
    padding: 0;
    width: auto;
        line-height: 2.1vw!important;
    vertical-align: top;
    float: none!important;
    color: #cfc494;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 1.9vw;
    letter-spacing: -0.02em;
    cursor: pointer;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label{
    color: #514435;
    border-bottom: 1px solid #514435;
}
/*.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:before{
    content: '';
    background-image:url(images/radio-button.png);
    width: 9px;
    height: 11px;
    display: inline-block;
    margin-right: 10px;
}*/
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_radio{
    margin:0!important;
    display:inline-block;
    float:left;
    width:100%;
}
#input_2_18, #input_2_38, #input_2_29{
    margin-left:0!important;
}
#field_2_18{
    padding-top:30px;
}
/*#field_2_1, #field_2_19{
    margin-bottom: 30px;
    margin-top:-30px;
}*/
#field_2_40{
    margin-bottom:0!important;
}
.gform_wrapper .gsection {
    padding: 30px!important;
    margin: 0px auto 50px!important;
    border:0!important;
    background-image: url(images/squiggle.png);
    width:60px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
}
#field_3_18{
    display: block;
    /* float: left; */
    width: 100%;
    text-align: center;
    margin-top: 25px;
    float: left;
    clear: left;
    margin-bottom: 15px;
}
#field_3_18 .gfield_label{
        float: none!important;
    width: auto;
        display: inline-block;
        margin-right: 10px!important;
        position: relative;
        top: -18px;
        display: none;
}

#field_3_18 .ginput_container_radio{
        float: none;
        display: inline-block!important;
}

#input_3_18{
        margin-left: 0!important;
    float: left;
    display: inline-block;
}
ul#input_3_18:before {
    content: 'I am a';
    float: left;
    margin-right: 10px;
    color: #514435;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 1.9vw;
    line-height: 2.1vw;
    letter-spacing: -0.02em;
}

/* =============== */
/*  FOOTER STYLES  */
/* =============== */
footer{
    height: 30px;
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #faf6e8;
    float:left;
    border-top: 1px solid #C0B689;
    z-index: 9999999;
}
.site-footer-inner{
    text-align: center;
}
.site-footer-inner a:hover{
    text-decoration: none;
}
.footer-bar-item, .footer-bar-item a{
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0px 15px;
    border-right: 1px solid #C0B689;
    font-family: "proxima-nova";
    font-size: 13px;
    line-height: 30px;
    top: -11px;
    letter-spacing: 0.24em;
    color: #858161;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-bar-item a{
    top:0;
    border: 0;
}
.phone-number{
    border-left:1px solid #C0B689;
}
.footer-social{
    background-repeat: no-repeat;
    background-position: center center;
    height: 30px!important;
    width: 40px!important;
    top: 0;
    margin-left: -4px;
}
#twitter-footer{
    background-image: url(images/twitter-bird.png);
    width: 19px;
    height: 16px;
    background-size: 19px 16px;
}
#instagram-footer{
    background-image: url(images/instagram.png);
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
}
#facebook-footer{
    background-image: url(images/facebook.png);
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
}



/* =============== */
/*  BLOG STYLES  */
/* =============== */
#top, #bottom, #left, #right {
    background-color: #3a2920;
    position: fixed;
    z-index:100;
    text-align: center;
    display:     block;
    font-family: 'Andale Mono', monospace;
    font-size: 10px;
    line-height: 10px;
    color: #2B2214;
    }
#left, #right {
    top: 0; bottom: 0;
    width: 8px;
    }
    #left { 
        left: 0; 
    }
    #right { 
        right: 0; 
    }
    
#top, #bottom {
    left: 0; right: 0;
    height: 10px;
    }
    #top { 
        top: 0; 
    }
    #bottom { 
        bottom: 0; 
    }
#left-corner{
    background-image: url(images/corner-bottom-left.png);
    background-repeat: no-repeat;
    background-size: 64px 64px;
    position: fixed;
    top: 112px;
    left: -3px;
    width: 88px;
    height: 88px;
}
#right-corner{
    background-image: url(images/header-bottom-right.png);
    background-repeat: no-repeat;
    background-size: 64px 64px;
    position: fixed;
    top: 56px;
    right: -26px;
    width: 88px;
    height: 88px;
}
.sidebar{
    border-left: 8px solid #3A2920;
    display: inline-block;
    margin-top: 13.7vw;
    padding: 0;
    background-color:#3A2920;
    border-right: 8px solid #3a2920;
    border-bottom: 8px solid #3a2920;
}
.sidebar-newsletter-title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.28em;
    font-family: 'proxima-nova';
    color: #fff;
    margin-top: 5px;
}
.sidebar-newsletter-title strong strong b i i i em{
font-weight:700!important;
}
strong strong b i i{
    font-style: normal!important;
}
.bottom{
    background-color: #3A2920;
    position: absolute;
    z-index:98;
    text-align: center;
    display:     block;
    font-family: 'Andale Mono', monospace;
    font-size: 12px;
    line-height: 20px;
    color: #2B2214;
    left: 0; right: 0;
    height: 16px;
    bottom: 0; 
}
.copyright{
    margin: 2px auto;
    display: inline-block;
    text-align: left;
    width: 200px;
    color: #F9EED9;
    float: left;
    padding-left: 20px;
}
.credits{
    margin-right: 20px;
    display: inline-block;
    text-align: right;
    float: right;
    width: 300px;
    color: #F9EED9;
    margin-top: 2px;
}
.credits a{
    text-decoration: none;
    color: #F9EED9;
}
.subhead{
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    clear: left;
    float: left;
    top: -10px;
    background-color: #3A2920;
    height: 50px;

}
ul.subhead-menu{
    list-style: none;
    padding: 0;
    display: inline-block;

}
ul.subhead-menu li{
    display: inline-block;
    padding: 0;
    
}
ul.subhead-menu li a,.subhead-title, .submit-post-link{
    color: #858161;
    font-size: 1vw;
    line-height: 50px;
    letter-spacing: 0.32em;
    font-family: "proxima-nova";
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 1.2vw;
}


ul.subhead-menu li a:hover, ul.subhead-menu li a.active{
    text-decoration: none;
    background-color: #858161;
    color: #3A2920;
    border: 1px solid #3A2920;
    outline: 3px solid #858161;
    margin-left: -1px;
    margin-right: -1px;


}
.subhead-title{
    float: left;
    display: inline-block;
        width: 18vw;
    max-width: 220px;
    background-image: url(images/features-bg.png);
    background-repeat: no-repeat;
    height: 50px;
    background-size: 164px 50px;
    background-position: right center;
    padding-left:0;
}
.subhead-title:hover{
    text-decoration: none;
    color: #DFB6B0
}
.submit-post-link{
    float: right;
    display: inline-block;
    background-image: url(images/submit-blog.png);
    background-repeat: no-repeat;
    height: 50px;
    max-width: 169px;
    width: 15vw;
    background-size: 169px 50px;
    background-position: left center;
}
.submit-post-link:hover{
    text-decoration: none;
    background-image: url(images/submit-blog-hover.png);
    color: #3A2920;

}
.blog-menu{

}
#main-site-link{

}
#left-side-blogmenu{
    background-color: #C9DDD0;
    width: 35%;

    height: 100%;
    display: inline-block;
    padding-top: 55px;
    margin: 0;
    text-align: center;
    padding-bottom: 42px;
}
#right-side-blogmenu{
    background-color: #F9EED9;

    text-align: center;
    display: inline;
    position: relative;
    padding-left: 70px;
    width: 65%;
}
.blog-menu li{

}
.blog-menu li a{

}
.featured-blog-post{
    background-color: #fff;
    height: auto;
    border-bottom: 8px solid #3A2920;
    /* border-radius: 0px 0px 50px 0px; */
    /* margin-left: -2px; */
    min-height: 460px;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    
}
.blog-post-list-container{
    padding: 15px 40px 30px;
    float: left;
    max-width:100%;
    background-color: #faf6e8;
}
.blog-post-list-item{
    display: inline-block;
    background-color: #fff;
    text-align: center;
    height: 420px;
    float: left;
    overflow: hidden;
    padding: 0;
    border: 5px solid #FAF6E8;
    border-bottom: 10px solid #fff;

}
.blog-post-list-item h2{
    margin-top: 0;
    padding: 0 20px;
    line-height: 18px;
    text-align: left;

}
.blog-post-list-item h2 a{
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #514435;
    text-align: left;
}
.recent-blog-post-description p{
    max-width: 100%;
    font-family: 'proxima-nova';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #52503E;
    margin-top: 5px;
    padding: 0 20px;
    text-align: left;

}
.blog-container{
    height: 100%;
    padding-right: 0;
    padding-left:0;
    border-left: 8px solid #3A2920;
}
.blog-article-content{
    padding: 30px;


}
.blog-article-content p{
    max-width: 100%;
    font-family: 'proxima-nova';
    font-size: 1.4vw;
    line-height: 1.9vw;
    letter-spacing: 0.04em;
    color: #52503E;
    margin-bottom: 0;
    
}
.blog-meta-label{
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    letter-spacing: 0.32em;
    line-height: 14px;
    font-weight: 700;
    color: #858161;
    padding-left: 2px;
    position: relative;
    border-bottom: 1px solid #858161;
    top: -4px;;
    
}
.blog-article-container{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    /*border-top: 2px solid #52503E; */

}
.archive-container{
    border-bottom: 0;
    padding-bottom: 0;

}
.blog-feature-wrap{
    padding:0;
    padding: 0;
    margin: 0 auto;
    display: block;
    min-height: 452px;
    height: 100%;
    /* border-radius: 50%; */
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    max-height: 550px;
}
.featured-post-info{
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    width: 55%;
    right: 4%;
    top: 10%;
    border-radius: 0px 50px 0px 0px;
}
.entry-meta {
    margin-top: 10px;
}
.blog-article{
    margin-top: 13.7vw;
    background-color:#3A2920;
    float: left;
    display: block;
    width: 100%;
    /*background-image: url(images/bottom-right-corner.png);
    background-repeat: no-repeat;
    background-position: 100.5% 101.5%;*/
}
.blog-feature-header, .blog-list-header{
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0.32em;
    font-family: "proxima-nova";
    text-transform: uppercase;
    color: #52503E;
    font-weight: 700;
        border-bottom: 8px solid #3A2920;

    
    margin: 0;

}
.recent-blog-posts{
    display: block;
    padding: 0;
    float: left;
    max-width:100%;
}
.blog-list-header{
    border-bottom: 2px solid #F36E4F;
    margin: -10px auto 30px;
    padding-bottom: 5px;
}
.blog-image{
        padding: 0;
    margin: 0 auto;
    display: block;
    min-height: 480px;
    height: 100%;
    /* border-radius: 50%; */
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-image-thumbnail{
    overflow: hidden;
    padding: 0;
    margin:0 auto 10px;
    width:100%;
    max-height:150px;
    height:auto;
}
.blog-image-thumbnail img{
   filter: gray; /* IE6-9 */
   filter: grayscale(1); /* Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.blog-image-thumbnail img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
/* Sidebar */
.blog-about{
    display:block;
    width:100%;
    background-color:#DFB6B0;
    border-bottom:8px solid #3A2920;

    border-radius: 0px 50px 0px 0px;
    overflow: hidden;
    min-height: 460px;
    height: auto;
    padding-bottom: 20px;

    /*background-image: url(images/top-right-corner.png);
    background-repeat: no-repeat;
    background-position: 98.5% -1%;*/

}

.blog-newsletter{
    background-color:#ABD4AF;
    height:auto;
    width:100%;
    border-bottom:8px solid #3A2920;
    text-align:center;
    padding-top:15px;
    padding-right:15px;
    padding-left:5px;
    padding-bottom:20px;

}
.mc4wp-response p{
    font-size: 18px;
    line-height: 24px;;

}
.blog-archives{
    height:auto;
    background-color:#FAF6E8;
    width:100%;
    display:block;
    border-bottom:8px solid #3A2920;

    border-radius: 50px 0px 0px 50px;
    text-align: center;
    padding-bottom: 40px;

}
.blog-archives ul{
    list-style: none;
    padding: 0;

}
.blog-archives ul li{
    font-family: 'proxima-nova';
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.3em;
    color: #F36E4F;
    
}
.blog-archives ul li a{
    font-family: 'proxima-nova';
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #F36E4F;
    
}
.blog-archives .tag-cloud{
    max-width: 80%;
    margin: 0 auto;
    color: #F36E4F;
}
.blog-archives .tag-cloud a{
    font-family: 'proxima-nova';
    font-size: 14px!important;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #F36E4F;
    
}
.blog-social{
    height:140px;
    background-color:#fff;
    border-bottom:8px solid #3A2920;

    border-radius: 50px 0px 50px 0px;
    width: 100%;
    padding-top: 20px;

}
.social-btn-container{
    text-align: center;
    margin: 10px;

}
.sidebar-social-btn{
    display: inline-block;
    background-repeat: no-repeat;

}
#fb{
    background-image: url(images/facebook2.png);
    width: 13px;
    height: 23px;

}
#insta{
    background-image: url(images/instagram2.png);
    width: 26px;
    height: 26px;
    
}
.social-sep{
    display: inline-block;
    background-image: url(images/social-separator.png);
    width: 22px;
    height: 55px;
    margin: 0px 50px -15px;

}
.blog-twitter-feed{
    height:600px;
    background-color:#fff;
    border-bottom:8px solid #3A2920;
    padding:20px 30px;
    overflow:hidden;

}
.blog-submit-sumthing{
    height:auto;
    background-color:#3A2920;
    padding-bottom:40px;

}
h1.page-title{
    margin-bottom: 1vw;

}
h1.page-title a{
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 2.2vw;
    line-height: 2.5vw;
    letter-spacing: -0.02em;
    color:#514435;
    text-decoration: none;

}
h1.page-title a:hover{
    text-decoration: none;
    border-bottom: 1px solid #514435;
}
.entry-meta-bottom{
    text-align: left;
    display: block;
    height: auto;
    float: left;
    padding-top: 5px;
    position: relative;
    width: 100%;
    margin-top: 0px;
    z-index:1;
    border: 0;
    background-color: #3A2920;
    padding: 10px;
    padding-left:15px;
        /* border-top: 2px solid #52503E; */

}
.posted-on{
    white-space: nowrap;
    display: inline-block;
}
.posted-on a{
    margin-left: 5px;
    font-family: "garamond-premier-pro-caption";
    font-weight: 400;
    font-size: 22px;
    line-height: 1px;
    letter-spacing: -0.02em;
    color:#514435;
    font-style:normal;
    text-decoration: none;

}
.posted-on a:hover{
    text-decoration: none;
    border-bottom: 1px solid #514435;
}
.byline{
    margin-left: 20px;
    white-space: nowrap;
    display: none;
}
.post-author{
    white-space: nowrap;
    display: inline-block;

    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color:#514435;
    margin-left: 20px;
}
.post-author span{
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    letter-spacing: 0.32em;
    line-height: 14px;
    font-weight: 700;
    color: #858161;
    padding-left: 2px;
    position: relative;
    font-style: normal;
    border-bottom: 1px solid #858161;
    top: -4px;
    
}
.list-bottom-meta{
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color:#fff;
    
}
.recent-blog-post-description{
    height: 128px;
    overflow: hidden;

}
.post-author a{
    font-family: "garamond-premier-pro-caption";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color:#514435;
    margin-left: 4px;
}
.post-author a:hover{
    text-decoration: none;
    border-bottom: 1px solid #514435;
}
.author.vcard{
    margin-left: 5px;

}
.author.vcard a{
    font-family: "garamond-premier-pro-caption";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color:#514435;
    
}
.cat-links, .tags-links{
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0.2em;
    font-family: "proxima-nova";
    text-transform: uppercase;
    color: #858161;
    font-weight: 400;
}
.cat-links a, .tags-links a{
    color: #858161;
}
.blog-single-container{
    margin-top: 150px;
    padding: 40px;
    background-color: #fff;
    border-left: 8px solid #3A2920;
}
.blog-article-single{
    text-align: center;
    margin-top:30px;
}
.blog-single-content{
    text-align: left;
    margin-top: 50px;
    /* padding: 0 40px; */
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.blog-single-content p{
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #52503E;
    max-width: 100%;
}
.blog-single-content a{

}
.blog-single-content h2{

}
.blog-single-content blockquote{
    border: 0;
    padding: 10px 40px;
    

}
.blog-single-content blockquote p{
    font-family: "proxima-nova";
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #514435;
}
#talkingtitle{
    cursor: pointer;
}
.sidebar-about-title{
    text-align: center;
    padding-top: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.7vw;
    font-weight: 700;
    letter-spacing: 0.28em;
    font-family: 'proxima-nova';
    color: #F9EED9;
    margin-top: 0;
    font-style: normal;

}

.sidebar-about-title span{
    font-family:'garamond-premier-pro-caption';
    text-transform: none;
    font-size: 1.9vw;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-left: -9px;
    font-style: italic;;
    
}
.sidebar-about-text{
    max-width: 100%;
    padding: 20px 40px;
    font-size: 17px;
    line-height: 28px;
    font-family: 'proxima-nova';
    font-style: italic;
    margin-top: 0;
    color: #705B59;
    margin-bottom: 0;
    padding-bottom: 0;;

}
.sidebar-section-header{
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.32em;
    font-family: "proxima-nova";
    text-transform: uppercase;
    color: #465D4D;
    font-weight: 700;
    margin: 0;
    font-style: normal;

}
.newsletter-section-img{
    background-image: url(images/newsletter.png);
    height: 30px;
    margin: 15px auto;
    max-width: 332px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;

}
.newsletter-section-form{

}
.newsletter-signup-form-field{

}
.newsletter-signup-form-field input{
    height: 43px;
    width: 258px;
    border: 0;
    outline: 0;
    padding: 0 20px;
    color: #7B9A81!important;
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;;

}
.newsletter-signup-form-button{
    display: inline-block;
    position: relative;
    top: -3px;

}
.newsletter-signup-form-button input{
    width: 75px;
    height: 43px;
    border: 0;
    background-color: #7B9A81;
    margin-left: -5px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.32em;
    font-family: "proxima-nova";
    color: #465D4D;
    font-weight: 400;
    text-align: center;

}
.archive-section-header{
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.32em;
    font-family: "proxima-nova";
    text-transform: uppercase;
    color: #FAF6E8;
    font-weight: 400;
    margin: 20px auto;
    background-color: #514435;
    padding: 0 10px;
    display: inline-block;
    margin-top: 30px;
    font-style: normal;

}
.twitter-feed-box{
    padding: 30px 0;
    height: 560px;
    overflow: hidden;
}
.tweets{

}
.tweets .tweet{
    border-bottom: 2px solid #6BBCDD;
    padding-bottom: 20px;
    margin-bottom: 20px;

}
.tweet_content{
    font-family: 'museo-slab';
    color: #76756C;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.02em;

}
.tweet_profile_img{
    display: inline-block;
    float: left;
    margin-right: 20px;

}
.tweet_primary_meta{
    padding-left: 70px;
    display: none;

}
.tweet_primary_meta a{

}
.tweet_primary_meta span{

}
.tweet_text{
    padding-left: 70px;

}
.tweet_text a{

}
.tweet_secondary_meta{
    padding-left: 70px;
    display: none;

}
.tweet_secondary_meta a{

}
.tweet_intents{
    display: none;

}
.tweet_intents a{

}
.twitterfeed-section-img{
    background-image: url(images/twitter-feed-header.png);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 50px;
    margin: 10px auto;
    padding-bottom: 20px;
    background-position: center top;
    border-bottom: 2px solid #6BBCDD;
    background-size: 100%;
    max-width: 329px;

}
.submit-section-img{
    background-image: url(images/submit-sumthing.png);
    background-repeat: no-repeat;
    height: 18px;
    margin: 20px auto 10px;
    background-size: 100%;
    max-width: 289px;
    width: 100%;

}
.submit-section-text{
    color: #F36E4F;
    font-size: 17px;
    line-height: 28px;
    font-family: 'proxima-nova';
    font-style: italic;
    padding: 0 40px;
    
}
.most-popular-box{
    background-color: #fff;
    padding: 25px;
    text-align: center;
}
.most-popular-box ul{
    list-style: none;
    padding: 0;
}
.most-popular-box li{
    margin: 10px auto;
}
.most-popular-box li a{
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #514435;
}


.saboxplugin-wrap .saboxplugin-desc {
    font-size: 14px;
    line-height: 21px;
    float: left;
    /* clear: left; */
    /* margin-left: 155px; */
    display: inline-block;
    text-align: left;
    width: 75%;
    /* margin-top: -200px; */
}
.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 20px;
    line-height: 27px;
    float: left;
    display: block;
    width: 50%;
    margin-left: 25px;
    text-align: left;
    /* clear: left; */
}
.saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 20px;
    display: inline-block;
}
.author-box{
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 230px;
    border-top: 2px solid #F36E4F;
    border-bottom: 2px solid #F36E4F;
    float: left;
width:100%;
}
.author-img{
    float: left;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-top: 10px;
}
.author-img img{
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}
.author-info{
    float: left;
    display: inline-block;
    width: 75%;
    text-align: left;
    padding-left: 30px;

}
.author-name{
    padding-top: 15px;

}
.author-name a{
    font-family: 'proxima-nova';
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #F36E4F;

}
.author-desc{
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    padding-top: 10px;
    color: #52503E;

}
.ssba-wrap{
    margin-top:50px;
}
.fb-comments-title{
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    letter-spacing: 0.32em;
    font-family: "proxima-nova";
    text-transform: uppercase;
    color: #F36E4F;
    font-weight: 400;
    margin: 0;
    font-style: normal;
    padding-top: 15px;
clear:both;

}
.fb-comment-text{

}
.fb-comments{
    border-bottom: 2px solid #F36E4F;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block!important;
}
._5lm5{
    display: none!important;
}
/* =============== */
/*  MOBILE MENU STYLES  */
/* =============== */ 

.mobile-menu{
    display: none;
    text-align: right;
    padding-top: 14px;
    font-size: 40px;
    color:#7C6634;
    padding-right: 10px;
    margin-top: 10px;
    height: 100%;
}
.mobile-icon{
    height:49px;
    width: 49px;
    cursor: pointer;
    background-image: url(images/mobilemenu.png);
    background-repeat: no-repeat;
    display: inline-block;
/*background-size: 3vw auto;*/
        position: absolute;
            margin-top: 0;
            right: 10px;

}
.mobile-menu #mobile-menu-drop{
    display: none;
    height: 0px;
    /*padding: 20px;*/
    padding-bottom: 10px;
    list-style: none;
    background-color: #E3D9B9;
    border-bottom: 1px solid #B2AA93;
    text-align: center;
    width: 100%;
    position: absolute;

    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    transition: all 2s;
    top: 9.9vw;
    
}
.mobile-menu ul li{
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #B2AA93;
}
.mobile-menu ul li:last-child{
    border-bottom:0;
    padding-bottom: 20px;
}
.mobile-menu ul li a{
    padding: 10px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.28em;
    color: #514435;
    font-size: 16px;
    line-height: 25px;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu-toggle:checked + #mobile-menu-drop {
  display: block;
  height: 220px;
  padding-left: 0;
  z-index: 9999;
}
#menu-toggle:checked + .blog-menu-drop {
  height: 225px!important;
  margin-left: 0;
  margin-right: 0;
}
.blog-header-link{
    float: right;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    z-index: 999999;
    background-color: #2B2214;
    text-align: center;
    padding-top: 58px;
    border-left: 13px solid #514435;
    width: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;

}
.blog-header-link a{
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;

    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.28em;
    color:#858161;
    font-size: 20px;
    line-height:25px;
    text-align:center;
    text-rendering: geometricPrecision;
}
.blog-header-link a span{
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2em;
    display: block;
    text-rendering: geometricPrecision;
}
h1.blog-title{
    font-family: "garamond-premier-pro-caption";
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #514435;
    margin-bottom:10px;
}
.blog-content-thumbnail{
    margin:30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.blog-archive-container{
    margin-top:13.7vw;
    padding:0;
    border-left: 8px solid #3A2920;
}

/* =============== */
/*  OTHER STYLES  */
/* =============== */
.entry-meta{
    font-weight: 400;
    line-height: 33px;
}
.no-results.not-found{
    background-color: #fff;
    color:#F36E4F;
    text-align: center;
    padding: 40px;
}
.no-results h1.page-title, .error-404.not-found h2.page-title{
    color: #F36E4F;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 18px;
    font-weight: bold;
}
.error-404.not-found{
    margin-top: 250px;
    text-align: center;
}
.archive-footer{
    border-top: none;
}


#submittable_content{
    margin-top:130px;
}
#submittable_content ul{
    padding:0;
    list-style: none;
}
#submittable_content h2 a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0.28em;
    color: #514435;
    font-size: 16px;
    line-height: 25px;
}
.sub-description{
    max-width: 800px;
    margin:0 auto;
}

/* =============== */
/*  RESPONSIVE STYLES  */
/* =============== */ 

@media (max-width:1375px){

   /* #left-side-menu{

    }
    #right-side-menu{

    }
    .main-menu ul{

        padding:0;
    }
    .main-menu ul li{
        display: inline;
        position:relative;
        margin: 40px 0px;
        
    }
    .sidebar-about-text {
        font-size: 16px;
        line-height: 22px;
    }
    h1.page-title a {
        font-size: 27px;
        line-height: 35px;
    }
    .teammate-contents {
        padding: 0 10px;
    }
    .teammate_card{
        height:550px;
    }*/

    

}
@media (min-width:1280px){
    .blog-article, .sidebar,.blog-archive-container{
        margin-top:175px!important;
    }
    .main-menu ul li{
        padding: 40px 0 0;
    }
    ul.subhead-menu li a, .subhead-title, .submit-post-link {
        font-size: 12px;
    }
    .teammate_card{
        height: 550px;
    }
    .blog-article-content p, .opening-statement2.belowText{
        font-size: 17px;
        line-height: 23px;
    }
    .post-author a,.posted-on a{
        font-size: 22px!important;
    }

}
@media (max-width:1280px){
   /* h1 {
        line-height: 21px;
        font-size: 17px;
    }
    h3 {
        font-size: 27px;
        line-height: 34px;
    }
    p {
    }
    .info-circle{
    }
    .info-circle p {
        max-width: 80%;
    }
    .top-bar h1 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 30px;
    }
    .teammate_card{
        height: 500px;
    }
    .teammate-bio p {
        font-size: 16px;
        line-height: 22px;
    }
    .uvula-contents {
    }
    #top, #bottom, #left, #right {
        font-size: 10px;
        line-height: 10px;
    }
    .blog-image {
    }
    h1.page-title a {
        font-size: 22px;
        line-height: 30px;
    }
    .sidebar-about-text {
        font-size: 15px!important;
        line-height: 23px!important;
    }
    .blog-article-content p {
        font-size: 16px!important;
        line-height: 21px!important;
    }
    .author.vcard a,.posted-on a {
        font-size: 17px;
        line-height: 21px;
    }
    .recent-blog-post-description p {
        font-size: 14px!important;
        line-height: 20px!important;
    }
    .blog-post-list-item h2 a {
        font-size: 20px;
        line-height: 24px;
    }
    .newsletter-signup-form-field input {
        width: 200px;
        font-size: 18px;
    }
    .sidebar-about-title{
        font-size:21px;
    }
    .main-menu ul li {
        margin: 40px 0px;
    }
    .main-menu ul li a{
        font-size: 15px;
    }
    ul.subhead-menu li a {
        font-size: 10px;
        margin-right: 30px;
    }*/


}
@media (max-width:1199px){
    
    .teammate-bio p {
        font-size: 1.4vw;
        line-height: 2.2vw;
    }
    .teammate-name {
        font-size: 2.3vw;
        line-height: 3.1vw;
    }
    .teammate-title {
        font-size: 2vw;
        line-height: 3.5vw;
    }
    .uvula-contents {
        font-size: 2.2vw;
        line-height: 2.5vw;
    }


}
@media (max-width:1024px){ /* remove all vw and vh from here on - dont work on mobile */

    #left-side-menu{
        margin-right:30px;
    }
    #right-side-menu{
        margin-left:30px;
    }
    .main-menu{
        display: none;
    }
    .mobile-menu{
        display: block;
    }
    .main-menu ul, .ipad-menu ul{
        list-style: none;
        width:40%;
        display: inline;
    }
    .main-menu ul li, .ipad-menu ul li{
        display: inline;
        position:relative;
        height:90px;
        margin:60px 0px;
        
    }
    
    .main-menu ul li a, .ipad-menu ul li a {
        font-size: 17px;
    }
    .main-menu ul li a span, .ipad-menu ul li a span {
        font-size: 13px;
        line-height: 22px;
    }
    .section{

    }
    .teammate-contents{
        padding:0 5px;
    }
    .slide{
        position: relative;
        clear: left;
    }
    .top-bar{
        height:121px;
        padding-top: 20px;
        position: relative;
    }

    .top-bar h1{
        font-size: 17px;
        line-height:23px;

    }
    .teammate-container {
        margin: 0px auto 50px;
        padding-bottom: 0px;
    }
    .teammate-bio p{
        font-size: 14px;
        line-height: 20px;
    }
    .publish-info {
        margin: 30px auto 50px;
        max-width: 700px;
    }
    .form-intro {
    }
    .form-area {
        padding-bottom: 0px;
    }
    .contact-container {
        margin-top: 20px;
    }
    #publish-button{
        margin-bottom: 40px;
    }
    .gform_wrapper {
    }
    #quote{
        display: none;
    }
    .sidebar-about-title {
        font-size: 17px;
    }
    .sidebar-about-title span{
        font-size: 20px;
    }
    .sidebar-about-text {
        font-size: 15px!important;
        line-height: 20px!important;
    }
    .main-menu ul li {
        margin: 58px 20px;
    }
    .blog-menu{
        display: block;
    }
    .main-menu ul li a, .ipad-menu ul li a{

    }
    #left-side-blogmenu {
        padding-top: 55px;
        padding-bottom: 45px;
        padding-right: 40px;
    }
    .blog-about {
    }
    .blog-social{
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
        margin-left:10px;
    }
    .gform_confirmation_message{
        font-size: 22px;
        line-height: 26px;
    }
    .post-author{
        margin-left:0;
        display: block;
    }
    .uvula-contents{
        font-size: 20px;
        line-height: 24px;
    }


}

@media (max-width:989px){
    .teammate_card {
        height: 500px;
    }
    h1.page-title a {
    font-size: 24px;
    line-height: 29px;
    }
    .entry-meta {
    }
    .featured-blog-post {
    }
    .blog-post-list-item{
        margin-bottom: 10px;
    }
    .blog-about {
            border-top: 8px solid #3a2920;
        min-height: 250px;
    }
    .blog-social {
    }
    .main-menu ul li, .ipad-menu ul li {
        margin: 55px 20px;
    }
    .featured-blog-post {
        border-radius:0;
    }
    .posted-on a{
    font-size: 18px;

    }
    .post-author a{
    font-size: 18px;

    }
    .blog-container {
        border-right: 8px solid #3A2920;
        display: block;
        float: left;
    }
    .blog-article-content p{
    font-size: 16px;
    line-height: 20px;

    }
    .featured-post-info{
        top:11%;
    }
    .sidebar{
        margin-top:0;
    }
    .post-author{
        margin-left:0;
    }

}


@media (max-width:850px){

    .main-menu{
        display: none;
    }
    .ipad-menu{
        display: none;
    }
    .mobile-menu{
        display: block;

    }
    #menu-toggle:checked + #mobile-menu-drop {
  
    }
    .mobile-icon {
 
        
    }
    .plus-btn{
        display: none;
    }
    .right-arrow{
        display: none;
    }
    #logo{
    }
    #sticky-header{
    }
    .section{
    }
    #home-page{
        display: table;
    }
    #home-container{
        padding-left:15px;
        padding-right:15px;
        /*display: table-cell;
        vertical-align: middle;*/
    }
    .slide{
        position: relative;
        clear: left;
    }
    .slimScrollBar{
        right: 0px!important;
        margin-right:0;
    }

    .top-bar{
        height: 121px;
        padding-top: 20px;
        position: relative;
    }
    .slide .top-bar{
        height:121px;
        width:100%;
        padding-top:20px;
        position: relative;
    }
    .top-bar h1{
        font-size: 17px;
        line-height:23px;

    }
    h1{
            font-size: 20px;
    }
    h1 i{
        font-size: 23px;
    }
    h3{
        padding-top: 10px;
    }
    h4{
        margin: 30px 0 20px;
    }
    p{
    max-width: 100%;
    }
    p a{
    }
    .opening-statement{
        font-size:17px;
        line-height: 23px;
        max-width: 70%;
        height: 100px;
            margin-bottom: 40px;
    }
    #publish-button{
    }

    #quote{
        display: none;
    }
    .teammate-container {
        margin: 0px auto 50px;
        padding-bottom: 0px;
    }
    .publish-info {
        margin: 30px auto 100px;
        max-width: 700px;
    }
    .form-intro {
        margin-top: 30px;
    }
    .form-area {
        padding-bottom: 0px;
    }
    .contact-container {
        margin-top: 60px;
    }
    /*.gform_wrapper .gform_footer{
        text-align: center!important;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
        float: none;
        margin: 30px auto;

    }*/
    #field_1_1{
        width: 480px!important;
    }
    #field_1_2{
        width: 257px!important;
    }
    #field_1_4{
        width: 430px!important;
    }
    #field_1_3{
        width: 415px!important;
    }
    #field_1_6{
        width: 350px!important;
    }
    #field_1_7{
        width:284px!important;
    }
    #field_1_23{
        width:160px!important;
    }
    #field_1_5{
        width:190px!important;
    }
    .gform_wrapper {
        max-width: 670px!important;
    }

    /* make all the list items display inline */
    body .gform_wrapper form.madlibform .gfield.gfield_html,
    body .gform_wrapper form.madlibform .gfield.madlibstyle {
        font-size: 21px;
        line-height: 27px;
    }
    .mobile-left-side{
        width: 50%;
        font-size: 10px;
        background-color: #C8DCCF;
        height: 147px;
        display: block;
        position: absolute;
    }
    .mobile-left-side a{
        padding-top: 70px;
        display: block;
        text-align: left;
        padding-left: 30px;

    }
    .info-circle p {
        font-size: 26px!important;
        line-height: 29px!important;
    }
    .blog-logo {
        left: 50%!important;
    }
     .featured-blog-post {
        border-radius:0;
    }

}

@media (max-width: 768px){
    .form-intro{
        padding: 0 30px;
    }
    .author-img{
     float: none;
    display: block;
    margin: 10px auto;
    }
    .author-info{
            text-align: center;
    margin: 0 auto;
    padding: 0;
    float: none;
    }
    .swiper-container {
        max-width: 630px;
        width: 100%;
        height: 270px;
        display: block;
        margin:0 auto;
        /*overflow: visible!important;*/
    } 
    .swiper-pagination{
        bottom: 0px!important;
    }
    .swiper-pagination-bullet {
        background: #211700!important;
        opacity: 1!important;
    }
    .swiper-pagination-bullet-active {
        background: #FDCE07!important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image:url(images/right-arrow.png);
        background-repeat: no-repeat;
        width:37px;
        height: 51px;
        display: none;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image:url(images/left-arrow.png);
        background-repeat: no-repeat;
        width:37px;
        height: 51px;
        display: none;
    }
    .desktop{
        display: none;
    }
     .info-circle-container{
        margin-top:45px;
        float: none;
        
    }
    .info-circle{
        margin:0;
        width:200px;
        height:200px;
        background-size:200px 200px;
        
    }
    .info-circle h2 {
        font-size: 35px;
    line-height: 130px;
        margin-top:35px;
    }
    .info-circle span{

    }
    .info-circle p{
        color:#2B2214;
        font-size:13px!important;
        line-height:19px!important;
    }
    .form-area{
        margin-top:60px;
    }
    body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.gfield_html, body #gform_wrapper_2.gform_wrapper form.madlibform .gfield.madlibsformfield, body #gform_wrapper_3.gform_wrapper form.madlibform .gfield.gfield_html, body #gform_wrapper_3.gform_wrapper form.madlibform .gfield.madlibsformfield, ul#input_3_18:before, .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
        font-size: 20px;
        line-height: 24px!important;
    }
    .madlibsformfield input[type='text'], .madlibsformfield span{
        font-size: 20px;
        line-height: 24px;
        height: 24px;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
        height: 145px;
            margin-left: -70px;
    }
    .opening-statement{
        display: none;
    }
    .opening-statement2{
        font-size: 14px;
        line-height: 20px;
    }
    h3{
        font-size: 23px;
        line-height: 27px;
    }

}

@media (max-width:667px){
    body{
        width: 100%;
        overflow-x:hidden;
    }
    .subhead{
        display: none;
    }
    .mobile-menu{
        display: block;
        margin-top: 0;
        margin-right: 0px;
        padding-top: 0;
        padding-right: 0;
        
    }
    .mobile-left-side {
        height: 69px;
    }
    #left, #right{
        display:none;
    }
    #top{
        height:6px;
    }
    #bottom{
        height: 10px;
        bottom:0;
    }
    #logo, #logo-blog{
        width: 140px;
        margin-left: -70px;
    }
    #sticky-header{

    }
    .mobile-icon {
        /*height: 26px;
        width: 49px;
        background-size: auto 12px;*/
        margin-top: 17px;
        /*background-position: center top;*/
    }
    .swiper-container {
        max-width: 630px;
        width: 100%;
        height: 270px;
        display: block;
        margin:0 auto;
        /*overflow: visible!important;*/
    } 
    .swiper-pagination{
        bottom: 0px!important;
    }
    .swiper-pagination-bullet {
        background: #211700!important;
        opacity: 1!important;
    }
    .swiper-pagination-bullet-active {
        background: #FDCE07!important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image:url(images/right-arrow.png);
        background-repeat: no-repeat;
        width:37px;
        height: 51px;
        display: none;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image:url(images/left-arrow.png);
        background-repeat: no-repeat;
        width:37px;
        height: 51px;
        display: none;
    }
    .desktop{
        display: none;
    }
    .main-menu{
        display: none;
    }
    .section{

    }
    #home-container{
        padding-left:10px;
        padding-right:10px;
        margin-top:50px;
    }
    .slide{
        position: relative;
        clear: left;
    }
    .slimScrollBar{
        right: 0px!important;
        margin-right:0;
    }
    .right-arrow{
        display:none;
    }
    .top-bar{
        height:75px;
        padding-top: 5px;
        position: relative;
    }
    .slide .top-bar{
        height:121px;
        width:100%;
        padding-top:20px;
        position: relative;
    }
    .top-bar h1{
        font-size: 15px;
        line-height:23px;

    }
    h1{
        font-size: 15px;
        line-height:22px;
        letter-spacing: 0.2em;
        white-space: normal;;
    }


    h1 i{
        font-size: 17px;
        line-height: 22px;
        


    }
    h3{
        font-size: 22px;
        line-height: 29px;
        margin-top: 0;
        padding-top: 0;
        /*color:#FDCE07;
        padding-top:10px;*/
    }
    h4{
        margin: 30px 0 20px;
        font-size: 18px;
    }
    p{
        font-size: 14px!important;
        line-height: 20px!important;
        padding: 0;
    }
    p a{
    }
    .info-circle-container{
        margin-top:15px;
        float: none;
        
    }
    .info-circle{
        margin:0;
        width:200px;
        height:200px;
        background-size:200px 200px;
        
    }
    .info-circle h2 {
        font-size: 35px;
    line-height: 130px;
        margin-top:35px;
    }
    .info-circle span{

    }
    .info-circle p{
        color:#2B2214;
        font-size:13px!important;
        line-height:19px!important;
    }
    #mainText {
        font-size: 14px;
        line-height: 18px;
    }
    .opening-statement2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    #publish-button{
        left:0;
        width:100%!important;
        background-size:300px 59px;
        background-position:center center;
        border:0;
        height:60px;
        margin:0;
        /*padding-top:12px;
        font-size:20px;
        line-height: 24px;
        letter-spacing: 0.14em;
        border:0;*/
    }


    /*#quote{
        display: none;
    }*/
    .teammate_card {
        padding: 0px 10px 20px;
        margin:0px 0px 1px;
        height:auto;
    }
    .teammate-container {
        margin: 5px auto 80px;
        padding-bottom: 20px;
    }
    .teammate-contents {
        padding: 0;
    }
    .teammate-name {
        font-size: 19px;
        line-height: 22px;
    }
    .teammate-title {
        font-size: 20px;
        line-height: 23px;
        margin-top:0px;
    }
    .teammate-bio p {
        font-size:16px;
        line-height: 20px;
    }
    .uvula-contents{
        font-size: 21px!important;
        line-height: 25px!important;
        padding-bottom: 20px;
    }
    .publish-info {
        margin: 20px auto 100px;
        max-width: 480px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-container {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .down-arrow{
        margin: 30px auto -15px;
    }
    .gform_wrapper {
        max-width: 320px!important;
    }
    body .gform_wrapper form.madlibform .gfield.gfield_html,
    body .gform_wrapper form.madlibform .gfield.madlibstyle{
        width: 100%!important;
        text-align: center;
        font-size: 21px;
        line-height: 25px;
    }
    body .gform_wrapper form.madlibform .gfield.gfield_html{
        margin-bottom: 5px;
        margin-top: 5px;
        height: auto;
        font-size: 18px!important;
        line-height: 20px!important;
    }
    body .gform_wrapper form.madlibform .gfield.gfield_html.same-line{
        margin-top:5px!important;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
        height:80px!important;
        margin-left:-120px;
    }

    .madlibsformfield input[type='text'], .madlibsformfield span{
           font-size: 18px!important;
            line-height: 20px!important;
            height: 20px!important;
    }
    .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label,ul#input_3_18:before{
        font-size:18px!important;
        line-height: 20px!important;
    }
    #field_1_1, #field_1_2, #field_1_4, #field_1_3, #field_1_6, #field_1_7{
        width: 100%!important;
    }
    .form-area{
        padding: 15px;
        margin-top:20px;
    }
    .form-intro{
        margin-top:30px;
    }
    .gform_wrapper .bottom-line {
        width: 100%;
        clear: both;
        margin: 35px 0 0px!important;
    }
    .gform_wrapper form {
        text-align: center!important;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
        float: none;
        margin-top: 0px;
        margin-right: 0; 
        margin: 20px auto;
    }
    #right-corner,#left-corner{
        display: none;
    }
    #menu-toggle:checked + #mobile-menu-drop {
        margin-top: 0;
        width: 100%;
        height: 220px;
    }
    #produce {
        background-image: url(images/produce.png);
        background-repeat: no-repeat;
        top: 0;
        position: relative;
    }
    
    .blog-container {
        padding: 0;
            border-right: 8px solid #3A2920;
    float: left;
    display: block;
    width: 100%;
    }
    .blog-post-list-container {
    padding: 30px 0;
        
    }
    .sidebar {
        margin-top: 0px;
        max-width:100%;
    }
    .blog-about, .blog-social{
        width:100%;
    }
    .blog-twitter-feed{
        margin-right:0;
    }
    .featured-blog-post {
        margin-right: 0;
        border-radius:0;
    }
    .blog-single-container {
        margin-top: 80px;
    }
    .featured-post-info{
        width:100%;
        top:50px;
        left:0;
    }
    .blog-article{
        margin-top: 30px;
    }
    .blog-newsletter{
        padding-left:15px;
    }
    .newsletter-signup-form-field input{
        width:200px;
    }
    .blog-image{
        min-height: 200px;
        margin: 20px auto 0;
    }
    .blog-image-thumbnail{
        max-height: 250px;
        padding: 20px;
    }
    .blog-image-thumbnail img{
        width: 100%;
    }
    .site-footer-inner{
        padding: 0;
    }
    .footer-bar-item, .footer-bar-item a{
        font-size: 8px;
    }
    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
        height: 100px!important;
        margin-left: -170px;
    }




}

@media (max-width: 600px){
    .swiper-container {
        max-width: 550px;
    }


    .mobile-left-side {
    }

    .blog-post-list-container {
    }
}

@media (max-width: 480px){

    .swiper-container {
        max-width: 450px;
    }
    .posted-on {
        white-space: normal;
        text-align: center;
        margin: 0;
    }

}

@media (max-width: 414px){
    .swiper-container {
        max-width: 380px;
    }
}

@media (max-width:375px){
    .mobile-menu #mobile-menu-drop{
        top:60px;
    }
    .form-area{
        margin-top: 20px;
    }
    .swiper-container {
        max-width: 300px;
    }   
    .gform_wrapper {
        max-width: 90%!important;
    }
    #publish-button{
        width:95%;
    }
    .teammate_card {
        margin:0px 0px 1px;
        border-left: 0;
        border-right: 0;
    }
    .blog-image-thumbnail {
        max-height: 250px;
        height: auto;
    }
    .blog-post-list-item{
        height: auto;
    }
    .blog-archive-container {
        margin-top: 50px;

    }
    .blog-single-container {
        margin-top: 80px;
        padding: 10px;
    }
    .blog-single-content {
        margin-top: 10px;
        padding: 10px;
    }.blog-content-thumbnail {
        margin: 10px;
    }
    p {
        font-size: 13px!important;
        line-height: 19px!important;
        margin-top: 10px!important;
    }


}