
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* ----- Universal Stylings ----- */

html, body{
    height: 100%;
    width: 100%;
}

.single_content a, .single_content p, .indi a, .indi p {
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

button{
    outline: none;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

h1{
    font-size: 36px;
}

h2{
    
}

h3{
    font-size: 28px;
}

h4{
    font-size: 24px;
}

p{
    font-size: 20px;
    font-weight: 400;
}

.white{
    color: white;
}

.small_p{
    font-size: 16px;
}

.orange_link{
    color: #FF762F;
}

.orange_link:hover{
    border-bottom: 1px solid #FF762F;
    cursor: pointer;
}

.wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
    justify-content:center;
    width: 100%;
    padding:0 8% 50px;
}

#home_wrapper{
    align-items: stretch !important;
}

.banner_100h{
    width: 100%;
    height: 100%;
    min-height: 550px;
    background: #f6f6f6;
    position: relative;
}

.banner_heading{
    font-size: 60px;
}

@media screen and (max-width:1024px){
    .banner_heading{
        font-size: 52px;
    }
}

@media screen and (max-width:768px){
    .banner_heading{
        font-size: 46px;
    }
}

@media screen and (max-width:550px){
    .banner_heading{
        font-size: 40px;
    }
}

.darken{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.1);
}

.banner_title_wrap{
    position: absolute;
    bottom: 25%;
    left: 10%;
    padding-bottom: 40px;
    border-bottom: 5px solid rgba(255,118,47,1);
    color: white;
    width: 60%;
    min-width: 250px;
}

.hb-btn-flex{
	width: 100%;
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

.hb-btn-flex a{
    width: 200px;
    font-size: 20px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    border: 1px solid #FF762F;
    background: #FF762F;
    transition: 0.3s ease;
    color: #fff;
}

.hb-btn-flex a:first-child{
    margin-right: 15px;
}

.hb-btn-flex a:hover{
    background: none;
}

@media screen and (max-width:767px){
    .hb-btn-flex a{
        width: 150px;
        font-size: 16px;
    }
    .banner_title_wrap{
        left: 5%;
        width: 90%;
        bottom: 20%;
    }
}

@media screen and (max-width:330px){
    .hb-btn-flex a{
        width: 135px;
        font-size: 16px;
    }
}

.down_arrow{
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background: rgba(255,118,47,1);
}

.down_arrow:hover{
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid rgba(255,118,47,1);
    color: rgba(255,118,47,1);
}

.primary_btn{
    width: 50%;
    min-width: 300px;
    padding: 5px 0;
    background: #FF762F;
    border: 1px solid transparent;
    text-align: center;
    color: white;
}

.primary_btn:hover{
    background: none;
    border: 1px solid #FF762F;
    cursor: pointer;
    transition: 0.5s;
}

.button-link-dark{
	color: #fff;
    display: block;
    width:100%;
    height: 100%;
}

.button-link-dark:hover{
	color: #FF762F;
}

/* ----- Main Nav ----- */

.main_nav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #FF762F;
    height: 50px;
    text-align: center;
}

.main_nav ul{
    display: flex;
    flex-wrap: wrap;
}

.main_nav li{
    height: 100%;
    width: 14.285714%;
}

.main_nav p{
    font-weight: 400;
}

.main_nav a{
    line-height: 50px;
    color: white;
    display: block;
    border-bottom: 2px solid transparent;
}

.main_nav a:hover{
    background: #252525;
    color: #FF762F;
    border-bottom: 2px solid #FF762F;
}

.header_swoosh{
    width: 100%;
    position: absolute;
    top: 45px;
    z-index: 1;
}

.header_swoosh_mobile{
    width: 100%;
    position: absolute;
    top: 45px;
    z-index: 1;
    display: none;
}

@media screen and (max-width:768px){
    .header_swoosh{
        display: none;
    }
    .header_swoosh_mobile{
        display: block;
    }
}

    /*-----Mobile Nav -----*/
.mobile_nav{
    position: fixed;
    width: 100%;
    color: white;
    background: transparent;
    display: none;
    z-index: 100;
}

.nav_icon{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 2%;
    z-index: 100;
}

.home_icon{
    position: absolute;
    z-index: 100;
    display: block;
    color: white;
}

.home_icon i{
    font-size: 40px;
    line-height: 50px;
    margin-left: 10px;
}

.hamburger{
    width: 35px;
    height: 3px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.7s;
}

.hamburger:before, .hamburger:after{
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    background: white;
    transition: 0.7s;
}

.hamburger:before{
    top: -9px;
}

.hamburger:after{
    top: 9px;
}

.nav_icon.active .hamburger{
    background: rgba(0,0,0,0);
}

.nav_icon.active .hamburger:before{
    top: 0;
    transform: rotate(45deg);
}

.nav_icon.active .hamburger:after{
    top:0;
    transform: rotate(135deg);
}

@media screen and (max-width:1024px){
    .mobile_nav{
        display: block;
    }
    .main_nav ul{
        display: none;
    }
}

.mobile_nav_hide{
    background: rgba(0,0,0,0.8);
    transition: 0.7s;
    width: 0;
    height: 0;
    position: absolute;
}

.mobile_nav_show{
    margin-right: 0;
    height: 100vh;
    width: 100%;
    transition: 0.7s;
    border: 1px solid #FF762F;
}

.mobile_nav_wrap{
    display: none;
    transition: 0.7s;
}

.site_nav{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0,-50%);
}

.site_nav li{
    margin: 15% 0;
    padding-bottom: 5%;
    border-bottom: 1px solid #FF762F;
}

.mobile_nav_wrap a{
    display: block;
    color: white;
}

.nav_contact{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0,-50%);
}

@media screen and (max-width:700px){
    .nav_contact{
        display: none;
    }
}


.nav_social li{
    display: inline-block;
    margin-right: 10px;
    margin-top: 25px;
}

.nav_social li i{
    color: rgb(255,118,47);
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
}

.nav_social li i:hover{
    background: #FF762F;
    transition: 0.5s;
    color: white;
    border-radius: 50%;
}


/* ----- Footer ----- */

footer{
    padding: 35px 3% 0px;
    background: #505050;
    color: white;
}

footer a{
    color: white;
}

#footer_border{
    border-right: 1px solid white;
}

.footer_half{
    width: 50%;
    text-align: center;
}

@media screen and (max-width:1000px){
    .footer_half{
        width: 100%;
    }
    #footer_border{
        border: none;
        padding-bottom: 20px;
    }
}

.footer_social li{
    display: inline-block;
}

.footer_social li i{
    background: none;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    border: 1px solid white;
    margin: 5px;
}

.footer_social li i:hover{
    background: rgba(255,118,47,0.7);
    cursor: pointer;
    transition: 0.5s;
}

@media screen and (max-width:550px){
    .footer_social li i{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

#mc_embed_signup{
    border-top: 5px solid #FF762F;
    border-bottom: 5px solid #FF762F;
    background: #252525;
    padding: 30px 10%;
    color: #FF762F;
}

.icon_showcase{
    background: #303030;
    padding: 40px 20%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    text-align: center;
}

.icon_showcase_third{
    width: 33.3333333%;
}

.icon_showcase_third img{
    width: 60%;
    text-align: center;
    margin: auto;
}

.icon_showcase_full{
    width: 70%;
    margin: 40px auto 0;
}

.icon_showcase_full img{
    width: 100%;
}

@media screen and (max-width:768px){
    .icon_showcase_third img{
        width: 65%;
    }
}

@media screen and (max-width:650px){
    .icon_showcase_third{
        width: 100%;
    }
    .icon_showcase_third img{
        width: 55%;
        padding-bottom: 15px;
    }
    .icon_showcase_full{
        width: 90%;
    }
}

/* -----  Sidebar ----- */

#sidebar{
    background: #252525;
    text-align: center;
    color: #FF762F;
    padding-top: 50px;
    padding-bottom: 30px;
}

#sidebar label{
    display: none;
}

#archives-dropdown-2{
    color: #FF762F;
    background: rgba(37,37,37,0.5);
    border: 1px solid #FF762F;
    outline: none;
    width: 200px;
    height: 40px;
    margin-top: 10px;
}

#archives-dropdown-3{
    color: #FF762F;
    background: rgba(37,37,37,0.5);
    border: 1px solid #FF762F;
    outline: none;
    width: 200px;
    height: 40px;
    margin-top: 10px;
}


/* ----- Home Page ----- */

#home_banner{
    background: url('../img/homepagehero.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    #home_banner{
        background-attachment: scroll;
    }
}

#banner_70w{
    height: auto;
    background: url('../img/home_info.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-left: 30%;
}

@media screen and (max-width:1366px){
    #banner_70w{
        background-attachment: scroll;
    }
}

#banner_70w h1{
    padding-bottom: 20px;
}

.container_70w_right{
    height: 100%;
    width: 100%;
    background: #252525;
    text-align: right;
    color: white;
    padding: 12% 8%;
}

@media screen and (max-width:768px){
    #banner_70w{
        padding-left: 0;
    }
}

.btn_wrap{
    display: flex;
    justify-content: flex-end;
}

#home_overview_btn{
    margin-top: 35px;
    color: white;
}

#home_products_showcase{
    background: url('../img/home_products.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: white;
    width: 100%;
}

@media screen and (max-width:1366px){
    #home_products_showcase{
        background-attachment: scroll;
    }
}

#home_products_showcase > h1{
    padding: 50px 5% 30px;
}

.hps_half{
    width: 45%;
    margin: 0 15px 50px;
    background: rgba(37,37,37,0.5);
    padding: 5%;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

@media screen and (max-width:1000px){
    .hps_half{
        width: 100%;
    }
}

.hps_half h1{
    width: 100%;
}

.hps_half > a{
    width: 100%;
}

.hps_img{
    width: 100%;
    max-height: 300px;
}

.hps_img img{
    max-height: 300px;
    max-width: 100%;
}

.flex_btn{
    width: 100%;
    padding: 7px 0;
    max-width: 450px;
    margin-top: 25px;
    border: 1px solid #FF762F;
    background: #FF762F;
    color: white;
    margin: 25px auto 0;
}

.flex_btn:hover{
    border: 1px solid #FF762F;
    cursor: pointer;
    transition: 0.3s;
    background: none;
    color:#FF762F;;
}

#blog_home_recent{
    text-align: center;
    background: #252525;
    color: white;
    padding-top: 50px;
}

.blog_showcase{
    background: #252525;
    color: white;
    text-align: center;
}

.blog_showcase >h1{
    padding-top: 50px;
}

.heavy_margin_third{
    width: 33.333333%;
    padding: 2%;
    margin: 0 auto;
    border: 5px solid rgba(0,0,0,0);
    align-self: baseline;
}

.heavy_margin_third:hover{
    border: 5px solid #FF762F;
    cursor: pointer;
}

@media screen and (max-width:900px){
    .heavy_margin_third{
        width: 100%;
    }
}
.blog_show_img{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border: 1px solid white;
}

#blog_1{
    background: url('../img/blog_1_img.jpg') no-repeat center;
    background-size: cover;
}

#blog_2{
    background: url('../img/blog_2_img.jpg') no-repeat center;
    background-size: cover;
}

#blog_3{
    background: url('../img/blog_3_img.jpg') no-repeat center;
    background-size: cover;
}

/* ----- About Page ----- */

#about_banner{
    background: url('../img/about.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    #about_banner{
        background-attachment: scroll;
    }
}

.about_alternate{
    background: #252525;
    padding: 8% 0;
}

.about_alternate_banner{
    width: 100%;
    margin: auto;
    height: auto;
    background: url('../img/about_secondary.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

@media screen and (max-width:1366px){
    .about_alternate_banner{
        background-attachment: scroll;
    }
}

.about_text_left{
    background: rgba(37,37,37,0.9);
    margin-right: 50%;
    padding: 7%;
}

.about_text_right{
    background: rgba(37,37,37,0.9);
    margin-left: 50%;
    text-align: right;
    padding: 7%;
}

@media screen and (max-width:750px){
    .about_text_left{
        margin-right: 0;
    }
    .about_text_right{
        margin-left: 0;
    }
}

.team_showcase{
    background: #252525;
    color: white;
    padding-bottom: 50px;
}

.team_showcase >h1{
    text-align: center;
    padding: 40px 5% 0;
}

.team_member{
    padding: 30px 8%;
}

.team_member h3{
    padding-bottom: 5px;
    width: 90%;
    border-bottom: 1px solid #FF762F;
}

.team_member p{
    padding-top: 15px;
}

.form_wrap{
    background: url('../img/home_info.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
    text-align: center;
    color: white;
}

.form_wrap h1{
    padding-bottom: 15px;
    width: 50%;
    min-width: 320px;
    margin: auto;
}

.form_wrap p{
    width: 50%;
    min-width: 320px;
    margin: auto;
}

.contact_form{
    margin: auto;
    padding: 20px 0;
    margin-top: 20px;
    width: 100%;
    min-width: 320px;
}

.contact_form input{
    outline: none;
    display: block;
    margin: 15px auto;
    width: 100%;
    min-width: 320px;
    padding: 7px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FF762F;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FF762F;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #FF762F;
}

.contact_form textarea{
    outline: none;
    width: 100%;
    min-width: 320px;
    height: 250px;
    padding: 7px;
    overflow: scroll;
}

#submit{
    display: block;
    margin: 15px auto 0;
    width: 200px;
    padding: 10px;
    cursor: pointer;
}

#submit:hover{
    background: #FF762F;
    transition: 0.5s;
}

.contact_form input, .contact_form textarea, #submit{
    font-size: 18px;
    background: rgba(37,37,37,0.9);
    border: 1px solid #FF762F;
    color:white;
}

@media screen and (max-width:768px){
    .contact_form input, .contact_form textarea, #submit{
        font-size: 16px;
    }
}

@media screen and (max-width:1366px){
    .form_wrap{
        background-attachment: scroll;
    }
}

.form_darken{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding: 300px 0 100px;
}

@media screen and (max-width:900px){
    .form_darken{
        padding-top: 250px;
    }
}

@media screen and (max-width:600px){
    .form_darken{
        padding-top: 200px;
    }
}

.error{
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
    filter: brightness(1.5);
  }
  
 
  .success{
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
    filter: brightness(1.5);
  }
  
  input{
      width:100%;
  }
 
  form span{
    color: red;
  }
/* ----- Products Page ----- */

#products_banner{
    background: url('../img/products_banner.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    #products_banner{
        background-attachment: scroll;
    }
}

.product_wrap{
    background: #252525;
    color: white;
    text-align: center;
    width: 100%;
}

.product_wrap:nth-child(even){
    background: #f9f9f9;
    color: black;
}

.product_wrap:nth-child(even) .flex_btn{
    color: black;
}

.product_wrap > h1{
    padding-top: 30px;
}

.products_overview{
    padding: 0 5%;
    background: #fff !important;
}

.products_overview{
    color: #000;
}
.vertical_align_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#product_overview_left{
    width: 70%;
}

#product_overview_right{
    width: 30%;
}

#product_overview_right p{
    font-weight: 400;
    color: #000;
}

@media screen and (max-width:1366px){
    #product_overview_left{
        width: 100%;
    }
    #product_overview_right{
        width: 100%;
        margin-bottom: 50px;
    }
}

.products_overview img{
    width: 90%;
    padding: 40px 0;
    margin: auto;
}

.product_select_third{
    width: 33.333333%;
    padding: 2%;
}

.product_select_third img{
    max-height: 300px;
    max-width: 100%;
}

.product_select_third h1{
    font-size: 26px;
}

.product_select_half{
    width: 50%;
}

.product_select_third .flex_btn{
    margin: 20px auto;
}

@media screen and (max-width:1000px){
    .product_select_half{
        width: 100%;
    }
    .product_select_third{
        width: 100%;
    }
}

/* ----- Resources Page ----- */

#resources_banner{
    background: url('../img/resources.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}

.resources{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2%;
    width: 100%;
}

.resource{
    width: 49%;
    text-align: center;
    background: #252525;
    color: white;
    padding: 50px;
    position: relative;
    margin-bottom: 2%;
}

.resource:nth-child(3){
    margin-bottom: 0;
}

.resource:nth-child(2){
    background: #f6f6f6;
    color: black;
}

.resource:nth-child(2) .primary_btn{
    color: black;
}


.resource:nth-child(3n){
    background: #f6f6f6;
    color: black;
}

.resource:nth-child(3n) .primary_btn{
    color: black;
}

.resource .primary_btn{
    margin: 20px auto 0;
}

@media screen and (max-width:1366px){
    #resources_banner{
        background-attachment: scroll;
    }
}

@media screen and (max-width:768px){
    .resources{
        justify-content: center;
        padding: 30px;
    }
    .resource{
        width: 100%;
        margin-bottom: 30px;
    }
    .resource:nth-child(3n){
        background: #252525;
        color: white;
    }
    .resource:nth-child(3n) .primary_btn{
        color: white;
    }
    .resource:nth-child(4n){
        background: #f6f6f6;
        color: black;
    }

    .resource:nth-child(4n) .primary_btn{
        color: black;
    }
}


/*--- Health Secrets Page --- */

.paypal_wrap{
    margin: 15px auto;
    width:250px;
}

/* ----- Where To Buy Page ----- */

#where_to_buy_banner{
    background: url('../img/where_to_buy.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    #where_to_buy_banner{
        background-attachment: scroll;
    }
}

.locations{
    background: url('../img/where_to_buy_backdrop.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 30px 5%;
}

@media screen and (max-width:1366px){
    .locations{
        background-attachment: scroll;
    }
}

.locations > h1{
    color: white;
    padding: 30px 10%;
}

.locations_container{
    padding: 8%;
    background: rgba(37,37,37,0.6);
    margin: 20px 0;
    border: 1px solid transparent;
}

.locations a{
    color:#FF762F;
}

.locations_container:hover{
    border: 1px solid #FF762F;
    transition: 0.5s;
}

/* ------ Informational Pages ----- */

#vegetarian_showcase{
    width: 100%;
    padding: 30px 0;
}

#vegetarian_showcase img{
    width: 300px;
}

.information{
    background: url('../img/info.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-right: 20%;
    position: relative;
}

@media screen and (max-width:1366px){
    .information{
        background-attachment: scroll;
        padding-right: 0;
    }
}

@media screen and (max-width:1024px){
}

.info_content{
    color: white;
    background: #252525;
    padding: 275px 8% 8%;
}

@media screen and (max-width:700px){
    .info_content{
        background: rgba(37,37,37,0.9);
        
    }
}

@media screen and (max-width:600px){
    .info_content{
        padding: 170px 8% 8%;
    }
}

.info_content .primary_btn{
    margin: 20px 0;
}

.info_content img{
    max-height: 300px;
}

#lipo_graph{
    max-width: 100%;
}

.serving_size_table{
    margin: 20px 0;
}

.serving_size_flex{
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border-bottom: 1px solid #FF762F;
}

.serving_size_left{
    width: 75%;
}

.serving_size_right{
    width: 25%;
}

.product_directory{
    display:none !important;
}

.product_directory a{
    color: #FF762F;
}

.book_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #FF762F;
}

.book-wrap-sec{
    margin-top: 50px;
}

.book_wrap_left{
    width: 40%;
}

.book_wrap_right{
    width: 60%;
}

@media screen and (max-width:1000px){
    .book_wrap_left{
        width: 100%;
        margin-bottom: 25px;
    }

    .book_wrap_right{
        width: 100%;
    }
}

.book_wrap_right .flex_btn{
    margin-bottom: 25px;
}


.info_content li{
    padding: 10px;
}

/* ----- Blog Main Page ----- */

#blog_banner{
    background: #252525;
    padding: 300px 7% 30px;
}

#blog_banner h1{
    color: #fff;
}

.single_content{
    padding: 280px 20% 50px;
    background: #252525;
}

@media screen and (max-width:650px){
    .single_content{
        padding: 190px 12% 50px;
    }
    #blog_banner{
        padding: 200px 7% 30px;
    }
}

@media screen and (max-width:330px){
    .single_content{
        padding: 190px 5% 50px;
    }
}

.single_post{
    color: white;
}

.single_post a{
    color: #FF762F;
}

.thumbnail_img{
    position: relative;
    overflow:hidden;
    width:100%;
    height: 35vw;
    margin-bottom: 20px;
}

.thumbnail_img img{
    min-width: 100%;
    min-height: 100%;
    max-width:98vw;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.thumbnail_img_flex{
    width: 100%;
    position:relative;
    overflow:hidden;
    height: 250px;
}

.thumbnail_img_flex img{
    min-width: 100%;
    min-height: 100%;
    max-width:33vw;
    width: auto;
    height: auto;
    position:absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width:1366px){
    .thumbnail_img_flex img{
        max-width: 50vw;
    }
}

@media screen and (max-width:768px){
    .thumbnail_img{
        height: 45vw;
    }
}

@media screen and (max-width:550px){
    .thumbnail_img{
        height: 55vw;
    }
    .thumbnail_img_flex img{
        max-width: 100vw;
    }
}

.blog-landing-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.content_flex{
    background: #252525;
    padding: 50px 7% 70px;
    position: relative;
    width: 65%;
}

.blog-landing-side{
    width: 35%;
    background:#252525;
    color: #FF762F;
}

.blog-landing-side form{
    padding: 35px;
}

.blog-landing-side form .indicates-required{
    margin-bottom: 25px;
}

.blog-landing-side form input{
    margin-bottom: 20px;
    font-size: 16px;
    padding: 5px;
}

.blog-landing-side form h2{
    color: #fff;
}

.blog-landing-side form .mce_inline_error{
    margin-bottom: 20px;
}

.blog-landing-side form .button{
    width: 250px !important;
    margin: 10px 0 0 0 !important;
    padding: 10px 0;
    font-size: 16px;
    background: #FF762F;
    color: #fff;
}

.ebook-sidebar{
    width: 100%;
    padding: 35px;
    border-top: 1px solid #FF762F;
}

.ebook-sidebar h2{
    color: #fff;
    margin-bottom: 20px;
}

.ebook-sidebar p{
    color: #FF762F;
    margin-bottom: 20px;
}

.ebook-sidebar a{
    display: block;
    width: 250px;
    background: #FF762F;
    color: #fff !important;
    text-decoration:none;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width:900px){
    .blog-landing-side{
        display: none;
    }
    .content_flex{
        width: 100%;
    }
}

.home-content_flex{
    width:100%;
}

.flex_post{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.indi{
    padding: 0 15px;
    width: 100%;
    color: white;
}

.indi a{
    display: block;
}

.indi p{
    color: #fff;
    font-size: 20px;
}

.indi span{
    color: #FF762F;
}

.indi .small_p{
    border-bottom: none !important;
}

.home-content_flex .indi{
	width: 33.3333%;
}

.home-content_flex .indi a{
	color: #FF762F;
}

@media screen and (max-width:1000px){
    .home-content_flex .indi{
        width: 50%;
    }
}

@media screen and (max-width:768px){
    .home-content_flex .indi{
        width: 100%;
    }
}

.small_p{
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 3px solid #FF762F;
}

@media screen and (max-width:550px){
    .indi{
        width: 100%;
    }
}

.blog_page_nav-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 3.5% 0;
}

.blog_page_nav{
    width: 50%;
    display:flex;
    justify-content: space-evenly;
}

@media screen and (max-width:650px){
    .blog_page_nav{
        width: 100%;
        margin-bottom: 15px;
    }
}

.blog_page_nav a{
    color: white;
    font-size: 20px;
    display: block;
    width: 250px;
    background:#FF762F;
    border: 1px solid #FF762F;
}

.blog_page_nav a:hover{
    transition: 0.3s;
    background: none;
    color: #FF762F;
}

/* ----- Comment Form ----- */

#comments{
    margin-top: 25px;
}

#comment{
    width: 100%;
    outline: none;
    padding: 5px;
    font-size: 20px;
    color: white;
    background: #303030;
    border: 1px solid #FF762F;
}

.submit{
    height: 50px;
    width: 200px;
    background: #FF762F;
    border: 1px solid transparent;
}

.submit:hover{
    background: #303030;
    color: #FF762F;
    transition: 0.3s;
    border: 1px solid #FF762F;
    
}

.comment-meta{
    background: #303030;
}

.comment-content{
    background: #303030;
    padding: 0 10px 10px;
}

/* ----- Newsletter ----- */

/* ----- Archive Page ----- */

.archive_wrap{
    background: #252525;
    padding-top: 250px;
}

@media screen and (max-width:900px){
    .archive_wrap{
        padding-top: 200px;
    }
}

@media screen and (max-width:600px){
    .archive_wrap{
        padding-top: 150px;
    }
}

.archive_title{
    text-align: center;
    color: #FF762F;
    max-width: 330px;
    border-bottom: 3px solid #FF762F;
    margin: 35px auto 0;
}

#sidebar{
    position:relative;
}

#guest-posts-nav{
    background: #252525;
    padding: 15px 8% 0;
}

#guest-posts-nav a{
    display: block;
    width: 250px;
    text-align: center;
    padding: 5px 0;
    background: #FF762F;
    border: 1px solid #FF762F;
    color: white;
}

#guest-posts-nav a:hover{
    background: none;
    transition: 0.3s;
    color: #FF762F;;
}

#newsletter_archive_btn_wrap{
    text-align:center;
    background: #252525;
    padding-bottom:10%;
    margin-top: -10%;
}

#newsletter_archive_btn_wrap a{
    display: block;https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts
    width:300px;
    margin: 0 auto 15px;
    background: #FF762F;
    border: 1px solid #FF762F;
    padding: 5px 0;
}

#newsletter_archive_btn_wrap a p{
    color: white;
}

#newsletter_archive_btn_wrap a:hover{
    background: none;
    transition: 0.3s;
}

#newsletter_archive_btn_wrap a:hover p{
    color: #FF762F;
    transition: 0.3s;
}

.single_post li{
	list-style: inside;
    font-size: 20px;
}
#news-arch{
    padding: 300px 7% 50px;
    background: #252525;
}

@media screen and (max-width:650px){
    #news-arch{
        padding: 150px 7% 50px;
    }
}

#news-arch h1{
    color: #fff;
}

#news-arch a{
    color: #FF762F;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
}

.locator-wrap{
    background: #252525;
    padding: 280px 10% 50px;
}

@media screen and (max-width:767px){
	.locator-wrap{
    	padding: 190px 5% 50px;
    }
}

#locatoraid-search-form-search input{
	height: 40px;
    outline: none;
    padding: 10px;
    color: #000;
}

#locatoraid-search-form-button{
	background: #FF762F;
    height: 40px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #FF762F;
}

#locatoraid-search-form-button:hover{
	background: none;
    color: #FF762F;
}

#locatoraid-search-form-locate{
	display: none;
}

.lpr-location-name, .lpr-location-address, ,lpr-location-website, .hc-italic{
	font-weight: bolder;
}

.hc-outlined{
	outline-style: none !important;
    background: #303030;
    padding: 15px;
}

.single_post a{
	word-wrap:break-word;
}

/* === Newsletter Navigation ==== */

#news-feed-arch{
	padding: 70px 7% 50px;
	background: #252525;
}

#news-arch{
	padding: 300px 7% 50px;
	background: #252525;
}

.news-feed-nav-wrap{
	padding: 70px 7% 0;
	background: #252525;
}

.news-feed-nav-wrap h2, .news-feed-nav-wrap h1{
	color: #fff;
    font-size: 36px;
	margin-bottom: 25px;
}

.news-feed-nav-wrap h3{
	color: rgb(180,180,180);
	margin-bottom: 15px;
}

.news-feed-nav{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.news-nav-single{
	width: 31.33333%;
	height: 60px;
	background: #303030;
	border: 1px solid transparent;
	transition: 0.3s ease;
	margin: 1%;
}

.news-nav-single:hover{
	border: 1px solid #FF762F;
}

.news-nav-single a{
	display: inline-block;
	width: 100%;
	line-height: 60px;
	color: #fff;
	transition: 0.3s ease;
	text-align: center;
}

.news-nav-single a:hover{
	color: #FF762F;
}

#news-feed-arch a{
	color: #fff;
	transition: 0.3s ease;
	display: block;
	margin-bottom: 15px;
}

#news-feed-arch a:hover{
	text-decoration: underline;
	color: #FF762F;
}

@media screen and (max-width:1050px){
	.news-nav-single{
		width: 48%;
	}
}

@media screen and (max-width:767px){
	.news-nav-single{
		width: 100%;
		margin: 0 0 15px;
		height: 40px;
	}
	.news-nav-single a{
		line-height: 40px;
	}
	#news-feed-arch{
		padding: 50px 7% 50px;
	}
	.news-feed-nav-wrap{
		padding: 70px 7% 0;
	}
}


#news-feed-banner{
    background: url('../img/newsletter-banner.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    #news-feed-banner{
        background-attachment: scroll;
    }
}