/*
Theme Name:Exhale Life Style Custom Theme
Theme URI:https://www.exhalelifestyle.com/
Author:Exhale Life Style Team
Author URI:https://www.exhalelifestyle.com/
Version:1.0
*/

/*html :where(img){height:inherit;max-width:none;}*/

body {
    font-family: 'Roboto', sans-serif !important;
}



a:focus {
    text-decoration: none !important;
    outline: none !important;
    color: #f26656 !important;
}

/*
    GLOBAL FOR VC
*/
.vc_btn3 {
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children>a:before {
        /*font-family: "Font Awesome 5 Free";*/
        /*content: '\f0d7';*/
        display: none;
    }

    body:not(.menu-sandwich) #main-menu>ul>li>ul {
        margin-top: 0 !important;
    }




}


/*
    Styles start
*/

.loop_more {
    width: 100%;
    margin: 30px 0px;
    text-align: center;
    background: url(ajax-loader.gif) no-repeat center -1000px;
}

.loop_more.loading {
    background-position: center center;
}

.loop_more .button {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #f26656;
    padding: 13px 21px;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 600ms linear;
    border: none;
    cursor: pointer;
}

.entry-full-content {
    padding-top: 30px;
}

.footer-widget-area {
    padding: 0 0 60px 0;
}



/* .content-wrapper {
    padding: 0px 15px 1px 15px !important;
} */

#footer a {
    border: unset !important;
}

#header .navbar {
    background-color: transparent;
    z-index: 2;
}

.navbar-header-top {
    padding-bottom: 10px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.promo_text_wrap {
    color: white;
    font-size: 11px;
}

.no-decor {
    color: inherit;
}

.no-decor:hover {
    text-decoration: none !important;
    color: inherit;
}

.no-decor:visited {
    text-decoration: none !important;
    color: inherit;
}

.no-visited-white:visited {
    text-decoration: none;
    color: white;
}

.no-visited-white:focus {
    text-decoration: none;
    color: white;
}

.hover-pink:hover {
    color: #f26656;
}

.red-basic {
    color: #f26656;
}

.est-reading {
    font-size: 11px;
    padding-left: 0;
    letter-spacing: 1.5px;
    padding-top: 10px;
    font-family: Roboto, sans-serif;
    color: #101010;
    font-weight: 300;
}

.four_posts_date {
    padding-right: 5px;
}

.time-clock-white>svg {
    color: white !important;
}

#menu-header-menu li a {
    font-family: Roboto, sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 6px;
    font-weight: 500 !important;
}

#header .mega-menu-heading-item span.mega-menu-title {
    text-transform: initial !important;
}

.join-us-round {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 75%);
}

.two_posts_title {
    font-size: 30px;
    line-height: 1.3;
}

.two_posts_title:hover {
    color: #f26656 !important;
}

.join-us-round-search {
    width: 120px;
    height: 123px;
    background-color: #f26656;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    -webkit-clip-path: polygon(100% 16%, 100% 0, 100% 83%, 0 83%, 0 25%, 0 16%);
    clip-path: polygon(100% 16%, 100% 0, 100% 83%, 0 83%, 0 25%, 0 16%);
}

.join-us-round-search-bg {
    width: 120px;
    height: 123px;
    background-color: lightgrey;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: -19px;
    left: -37px;
}

.four_posts_title:hover {
    color: #f26656;
}

.three_posts_title:hover {
    color: #f26656;
}

.one_post_title:hover {
    color: #f26656;
}

.join-us-round-gray {
    width: 133px;
    height: 133px;
    background-color: #eeeeee;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    -webkit-clip-path: polygon(0 77%, 100% 77%, 100% 100%, 0% 100%);
    clip-path: polygon(0 77%, 100% 77%, 100% 100%, 0% 100%);
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .join-us-round-gray {
        position: unset !important;
        display: none !important;
    }
}

#main-menu>ul>li a:hover {
    color: #f26656;
    font-weight: bold;
}

.next-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-menu .menu-item {
    text-transform: uppercase;
}

#main-menu {
    background-color: #f26656 !important;
}

#menu-footer-menu .menu-item {
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 400;
    /* font-family: Roboto, sans-serif; */

}

#menu-footer-menu .menu-item a:hover {
    color: #f26656 !important
}

#menu-footer-menu {
    display: table;
    margin: 0 auto;
}

.search-icon-wrapper {
    padding-right: 20px !important;
}

.navbar-right {
    margin: 12px 170px 12px 0 !important;
}

.navbar-right a {
    padding: .55em .83em;
    font-weight: bold;
}

.h210 {
    height: 210px;
}

a.join-us-link {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

a.join-us-link.account-label {
    width: 150px;
    position: absolute;
    left: -6px;
}

.footer-main-container {
    padding-top: 120px !important;
}

.join-us-link {
    color: white;
    position: absolute;
    z-index: 4;
    right: 20px;
    top: 43px;
}

.join-us-link:hover {
    color: white;
    text-decoration: none;
}

.circle-join {
    z-index: 2;
    width: 133px;
    height: 133px;
    position: absolute;
    right: 15px;
    top: -30px;
    border-radius: 50%;
}

.circle-join:hover,
.join-us-round-search-bg:hover {
    -webkit-animation: pulse2 1.5s ease-in-out;
    animation: pulse2 1.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#menu-header-menu {
    float: left !important;
}

#menu-header-menu>li>a {
    padding-left: 15px !important;
}

#menu-header-menu li {
    padding-right: 20px;
}

.header-divider {
    position: relative;
    height: 1px;
    border-top: 1px solid lightgrey;
    z-index: 1;
}

.header-divider:before {
    position: absolute;
    content: ' ';
    border-top: 1px solid lightgray;
    top: -1px;
    height: 1px;
    width: 100%;
    z-index: 4;
}

@media (min-width: 1430px) {
    .container {
        width: 1400px !important;
    }
}

.footer-menu {

    max-width: 940px;
    margin: 0 auto !important;
}

#footer .footer-bottom {
    text-align: center;
}

#footer .footer-bottom>.container>.row {
    border: 1px solid lightgrey;
    padding: 9px 0;
    margin-top: 60px;
}

#footer .footer-left-block {
    position: relative;
    height: 64px;
    display: inline-block;
}

.footer-left-block .circle-join {
    right: auto;
    left: 0;
}

.footer-left-block .join-us-round-search-bg {
    width: 133px;
    height: 133px;
    top: -29px;
    background: #eee;
    position: relative;
    float: left;
    margin-right: 20px;
}

#bott-circle-inner {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    top: -89px;
    left: 25px;
}

#bot-circle-arr {
    position: relative;
    right: 9px;
    top: 4px;
}

#footer .footer-left-block a {
    color: #111;
    font-size: 12px;
}

#footer .footer-left-block li {
    margin-right: 30px;
}

#footer .footer-menu {
    max-width: unset;
    float: right;
    width: auto;
}

#footer #gform_wrapper_1 .gform_heading {
    display: block
}

#footer #gform_wrapper_1 .gform_heading h3 {
    padding-right: 14px;
    font-weight: 500 !important;
    line-height: 1;
    margin-top: 20px;
}

#footer #gform_wrapper_1 .gform_description {
    color: #fff;
    width: 100%;
    padding-right: 14px;
    text-align: right;
    font-style: italic;
    font-weight: 300;
}

#footer-copyright-right {
    float: right;
    width: 271px;
    height: 35px;
    background-image: url(../images/viv-logo.png);
    background-size: 271px auto;
    margin-top: 6px;
}

#footer-copyright-right:hover {
    background-position: 0 -35px;
}

#footer .footer-copyright a {
    color: #8c8c8c;
}

.footer-copyright-links:first-child {
    padding-left: 0;
}

@media(max-width:1429px) {
    .footer-left-block .join-us-round-search-bg {
        width: 133px;
        height: 133px;
        top: -29px;
        left: 0;
    }

    #footer .footer-left-block li {
        margin-right: 2.5%;
    }

    #footer .footer-menu {
        width: 750px;
    }
}

@media(max-width:1199px) {
    #footer #gform_wrapper_1 .gform_description {
        font-size: 13px;
    }

    #footer #gform_wrapper_1 .gform_heading h3 {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    #footer .footer-left-block {
        padding-left: 150px;
    }

    .footer-left-block .join-us-round-search-bg {
        position: absolute;
    }

    #footer .footer-menu {
        width: auto;
    }

    #gform_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #gform_fields_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
    }

    #gform_1 .gform_footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
    }

    #gform_1 .join-us-round-search-bg {
        top: unset;
        left: unset;
    }

    #gform_1 .gform_footer {
        padding-bottom: 102px;
    }

    .join-us-round-search {
        clip-path: polygon(100% -1%, 100% 0, 100% 83%, 0 83%, 0 25%, 0 -1%);
        -webkit-clip-path: polygon(100% -1%, 100% 0, 100% 83%, 0 83%, 0 25%, 0 -1%);
    }

    #footer #gform_wrapper_1 .gform_heading h3 {
        font-size: 17px;
        text-align: center;
    }

    #footer #gform_wrapper_1 .gform_description {
        font-size: 14px;
        text-align: center;
        margin: 0;
    }
}

@media(max-width:768px) {
    #footer .footer-left-block {
        padding-left: 0;
    }

    #footer .footer-menu,
    .footer-left-block .join-us-round-search-bg {
        float: none;
    }

    #footer .footer-left-block {
        display: block;
    }

    .footer-left-block .join-us-round-search-bg {
        position: static;
        margin: 0 auto -33px;
        top: auto
    }

    #footer .footer-left-block {
        height: auto;
    }

    #footer-copyright-right {
        float: none;
        text-align: center;
        padding-bottom: 5px;
        display: block;
        margin: 10px auto 20px;
    }
}

/* .menu-footer-menu-container {
    padding-top: 24px;
    padding-bottom: 24px;
} */

.top-row {
    padding: 10px;
}

.footer-copyright {
    font-size: 12px;
    text-align: left;
    padding-bottom: 30px;
    font-family: Roboto, sans-serif;
    float: left;
    color: #8c8c8c;
    padding-top: 23px;
}

.footer-copyright-links {
    display: inline-block;
    padding: 0 12px;
}

.logo-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 318px;
}

.footer-logo {
    width: 100%;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-info-footer {
    display: block;
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
}

.contact-info-footer a,
.contact-info-footer a:hover {
    text-decoration: none !important;
}

.footer-logo-wrapper {
    margin: 0 auto;
    max-width: 318px;
}

.contact-info-footer i:hover {
    color: #f26656;
}

#close-modal svg.svg-inline--fa {
    position: absolute;
    right: 5%;
    color: white;
    top: 10%;
    font-size: 32px;
    padding: 10px;
    width: 64px;
    height: 64px;
    text-align: center;
    cursor: pointer;
}

.white-outline {
    padding: 15px;
}

.front-slider-slide .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    color: #f26656;
}

.white-outline>div {
    border: 1px solid #f8b2aa;
}

/*
    NEWSLETTER SIGN UP FORM
*/
#gform_1 .gfield_error {
    background: unset !important;
    border: none !important;
    padding-right: 15px !important;
}

#gform_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, #595f72, #969fb2);
    background: linear-gradient(to right, #595f72, #969fb2);
}

#gform_1 .validation_error {
    display: none;
}

#gform_fields_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
}

#gform_1 .gform_title {
    text-align: right;
    padding-right: 22px;
    color: white;
    text-transform: uppercase;
    font-family: Roboto, sans-serif !important;
}

#gform_widget-2 .widget-title {
    display: none;
}

#gform_fields_1 li label {
    display: none;
}

#gform_fields_1 li {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.go-search {
    position: relative;
    z-index: 2;
}

#gform_1 .gform_footer {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#gform_wrapper_1 .gform_heading {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#gform_wrapper_1 .gform_body {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 10px 0;
}

#gform_1 input[type=text] {
    color: #101010;
    height: 47px;
    position: relative;
    z-index: 3;
    font-size: 16px;
    padding-left: 29px;
}

#gform_1 #gform_submit_button_1 {
    background: transparent;
    border: transparent;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 0;
    padding: 0;
    width: 100%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 16px !important;
}

.gform_validation_error #gform_1 .join-us-round-search-bg {
    top: -10px;
}

.gform_validation_error #gform_1 .gfield_error {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.gform_validation_error #gform_1 .join-us-round-search-bg .join-us-round-search {
    -webkit-clip-path: polygon(100% 8%, 100% 0, 100% 87%, 0 87%, 0 25%, 0 8%);
    clip-path: polygon(100% 8%, 100% 0, 100% 87%, 0 87%, 0 25%, 0 8%);
}

.submit-arrow {
    color: white !important;
}

.next-arrow {
    position: relative;
    z-index: 2;
    display: inline-block;
}

/*
    Front Slider
*/
.front_slider_wrapper {
    min-height: 580px !important;
}

.front-slider-slide {
    min-height: 580px !important;
}

#front_slider {
    font-weight: 700;
}

#front_slider h1 {
    color: #111111;
    font-size: 72px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 27px;
}

#front_slider h2 {
    font-family: Roboto, sans-serif !important;
    color: #f16556;
    font-size: 27px;
    font-weight: 700 !important;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#front_slider p {
    color: #111111;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.front_slider_wrapper .vc_btn3 {
    margin-right: 25px !important;
}

.front_slider_wrapper .vc_btn3.vc_btn3-size-md {
    font-size: 20px;
    line-height: normal;
    padding: 11px 25px 12px;
}

/* About Us Slider */
.about-us-slider #front_slider h1 {
    color: white;
}

.about-us-slider #front_slider p {
    color: white;
}

.about-us-slider #front_slider h2 {
    color: white;
}

.front_slider_wrapper.about-us-slider .vc_btn3 {
    padding: 15px 40px !important;
}

/*
    About Us Page
*/

.title-row {
    text-align: center;
    margin-top: 50px;
}

.title-row .wpb_text_column {
    margin: 0;
}

.post-middle-image-section .exhale-main-text {
    color: #000 !important;

}

.vc_row.wpb_row.vc_row-fluid.title-row h1 {
    font-weight: 700;
    font-size: 60px;
}

/*
    Contact Person
*/

.person_info_block {
    max-width: 1120px;
    margin: 0 auto !important;
    padding: 55px 0;
    border-bottom: 1px solid lightgrey;
}

.person_info_block .about_person_content a {
    color: #f16556;
    border-bottom: none;
    text-decoration: underline;
}

.person_info_block .about_person_content a:hover {
    color: black;
}

.person_info_block .person_info_img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.show-on-small-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .person_info_block .person_info_img {
        padding-bottom: 30px;
    }
}

.person_info_block h2 {
    font-size: 36px;
    color: black;
    margin-bottom: 25px;
}

.person_info_block p {
    line-height: 34px;
    font-size: 18px;
    font-weight: 300;
}


.person_info_block .person_info_text_col {
    padding-left: 25px;
}

.person_info_block .person_info_position {
    font-family: Roboto, sans-serif !important;
    color: #101010;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.person_info_block .person_info_fact_wrap {
    background-color: rgba(239, 239, 241, 0.7);
    padding: 30px;
}

.person_info_block .person_info_fact_wrap .person_info_fact_title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 14px;
}

.person_info_block .person_info_fact_wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

/*
    Pink Row
*/
.pink-row {
    padding: 10px;
    color: white;
    text-align: center;
    line-height: 34px;
    font-weight: normal;
    align-items: center;
}

.pink-row h1,
.pink-row h2,
.pink-row h3 {
    color: white !important;
    font-weight: 700 !important;
}

.pink-row h1 {
    font-size: 60px !important;
    margin-bottom: 30px;
}

.pink-row {
    font-size: 24px;
    font-family: 'Playfair Display', serif !important;
}

@media (min-width: 768px) {
    .pink-row {
        display: flex;
        flex-direction: column;
    }

    .front_short_slider_wrapper.vc_row-no-padding .vc_inner.front-slider-slide {
        display: flex;
        flex-direction: column;
    }
}

.pink-row .wpb_column {
    border: 1px solid rgba(255, 255, 255, 0.8);
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pink-row .wpb_column .vc_column-inner {
    margin: 0 auto;
    padding-top: 0 !important;
}

.pink-row .wpb_column .vc_btn3 {
    font-size: 20px !important;
    color: white !important;
    border-color: white !important;
}

.pink-row p {
    /*font-family: PlayfairDisplay, serif!important;*/
    font-size: 24px !important;
    font-weight: 500;
    line-height: 36px;
    margin: 0 auto;
    max-width: 1030px;
    color: white !important;
}

.pink-row .vc_btn3 {
    color: #ffffff;
}

.pink-row.bold-content p {
    font-family: Roboto, sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    max-width: 100%;
}

/*
    Four Posts
*/
/*.four_posts_img_big {*/
/*height: 530px !important;*/
/*width: 100% !important;*/
/*object-fit: cover;*/
/*-o-object-fit: cover;*/
/*}*/

/*.four_posts_img_pre_big {*/
/*height: 470px !important;*/
/*width: 100% !important;*/
/*object-fit: cover;*/
/*-o-object-fit: cover;*/
/*}*/

/*.four_posts_img_middle {*/
/*height: 330px !important;*/
/*width: 100% !important;*/
/*object-fit: cover;*/
/*-o-object-fit: cover;*/
/*}*/

/*.four_posts_img_small {*/
/*height: 250px !important;*/
/*width: 100% !important;*/
/*object-fit: cover;*/
/*-o-object-fit: cover;*/
/*}*/

.four_posts_category,
.related-store .post-categories a {
    font-size: 11px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
}



.four_posts_category:hover,
.related-store .post-categories a:hover {
    font-weight: bold;
    cursor: pointer;
    color: #f26656;
}

.four_posts_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px;
    font-weight: 700 !important;
    padding-top: 10px;
    color: inherit;
    line-height: 34px;
}

.header-logo-wrapper {
    padding-top: 8px;
}

.four_posts_date {
    padding-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Roboto, sans-serif;
    color: #101010;
    font-weight: 300;
}

.four_posts_text_wrap {
    padding-top: 25px;
}

/*
    One Post
*/
.one_post_img {
    width: 100% !important;
    /*max-height: 450px !important;*/
    object-fit: cover;
    -o-object-fit: cover;
}

.one_post_row {
    padding: 100px 0;
    /*border-top: 1px solid lightgrey;*/
    /*border-bottom: 1px solid lightgrey;*/
}

.page-template-default .one_post_row {
    padding: 50px 0;
}

.one_post_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px;
    font-weight: 700 !important;
    padding: 8px 0 15px;
    line-height: 50px;
}

.vm-middle {
    vertical-align: middle;
}

/*
    Featured post

*/
.featured_post_section .vc_column_container>.vc_column-inner {
    padding: 0;
}

.featured_post_row {
    padding: 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.featured_post_row .img-col-one-post {
    padding-left: 0;
}

.featured_post_row .one_post_title {
    font-size: 40px;
}

.featured_post_row .one_post_text_wrap {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.featured_post_row .one_post_text_wrap p {
    text-align: center;
}

.featured_post_row .est-reading {}

/*

    Three posts 
*/
.three-posts-wrap {
    overflow: hidden;
    padding: 0 50px;
}

.three-posts-wrap .img-scale-wrap>a img {
    width: 100%;
}

.three-posts-wrap .four_posts_text_wrap {
    text-align: left;
    margin-bottom: 20px;
}

.three-posts-wrap .four_posts_title {
    text-align: left;
    font-size: 30px;
    line-height: 1.2;
}

/*
    Two Posts
*/
.two_posts_row {
    padding: 35px 70px 85px 70px;
}

.two_posts_img {
    width: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    /*max-height: 400px !important;*/
}

.related-store .two_posts_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    padding-top: 10px;
    color: inherit;
    line-height: 34px;
}

.two_posts_text_wrap {
    padding-top: 30px;
}

/*
    Business Post
*/
.business-listing-row>div {
    border: 1px solid lightgrey;
}

.business-row {
    color: white;
}

.business-row p {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 34px;
}

.read_more_business {
    position: absolute;
    bottom: -180px;
}

.inner-business>div {
    position: relative;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.business-listing-row {
    position: relative;
    /*background: -webkit-linear-gradient(right, white 30%, rgba(249, 176, 46, 0) 25%),
        url(../../../uploads/2018/07/bg_business.png) left !important;
    background: linear-gradient(to left, white 30%, rgba(249, 176, 46, 0) 25%),
        url(../../../uploads/2018/07/bg_business.png) left !important;
    */
}

.business-listing-row>.vc_column_container>.vc_column-inner>.wpb_wrapper>.business-row {
    margin-left: -10px;
    margin-right: -10px;
}

.business-row h1 {
    color: white;
    font-weight: 700;
    font-size: 48px;
    line-height: 34px;
}

.business-row h4 {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 34px;
}

.business-row>div>div {
    padding: 37px 19px 40px;
}

.business-listing-row {
    position: relative;
    background: -webkit-linear-gradient(right, white 30%, #f9ab00 25%);
    background: linear-gradient(to left, white 30%, #f9ab00 25%);
}

.business-listing-row:before {
    display: block !important;
    position: absolute;
    border: 1px solid lightgrey;
    z-index: 2;
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
}

.inner-business {
    height: 337px;
}

.inner-business>.vc_column-inner {
    padding: 0 15px !important;
}

.one_business_wrap {
    padding: 35px;
    background: white;
    display: flex;
    flex-direction: row;
}

.soc-link svg.svg-inline--fa {
    color: #f26656 !important;
    line-height: unset;
    font-size: unset;
}

.soc-link svg.svg-inline--fa:hover {
    color: black !important;
}

.one_business_text_wrap {
    color: #101010;
}

.one_business_text {
    position: absolute;
    left: -80px;
    background: white;
    padding: 20px;
}

.one_business_text_wrap p {
    font-family: Roboto, sans-serif;
    color: #101010;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.business-row>div {
    padding: 0 15px !important;
}

.business-listing-row>div>div {
    padding: 0 !important;
}

.business-listing-row>div {
    display: block;
    z-index: 2;
}

.one_business_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 0;
    margin: 0;
    line-height: 34px;
}

.one_business_title:hover {
    color: #f26656;
}

.one_business_category {
    font-family: Roboto, sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none !important;
}

.one_business_category:hover {
    font-weight: bold;
    color: #f26656;
}

.contact-info-footer>a:not(:last-child) {
    padding-right: 15px;
}

.soc-link {
    color: #f26656 !important;
}

.soc-link:hover {
    color: black !important;
}

.one_business_text_wrap {
    color: black;
}

.center-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding: 15px;
    min-height: 550px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-col>div {
    max-width: 1400px;
}

.center-col>div>div {
    float: left;
}

.footer-widget-area .row .col-md-12 {
    padding: 0;
}

/*
    Three Posts
*/
.promo-title {
    font-family: 'Playfair Display', serif !important;
    background: #f26656 !important;
    color: white !important;
}

.promo-title:hover {
    color: lightgrey !important;
    cursor: pointer;
}

.three_posts_img {
    width: 210px;
    /*height: 210px !important;*/
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 15px;
}

.three_posts_title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    left: -50%;
    margin-bottom: 10px;
    background-color: #fff;
    width: 150%;
    padding: 15px 20px;
    display: block;
}

.p-35 {
    padding: 35px;
}

.promo-col {
    background-color: #f26656;
    color: white !important;
}

.one_business_text_wrap {
    position: relative;
}

.three-posts-row {
    position: relative;
    top: -60px;
    z-index: 2;
    padding: 0 15px;
}

.three-posts-row .wpb_column .vc_column-inner {
    background: white;
    max-width: 1400px;
    margin: 0 auto;
}

/*
    Search Modal
*/
#search-field {
    cursor: pointer;
    display: inline;
    padding: .55em .83em;
}

#search-field:hover {
    color: #f26656;
}

.search-modal {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
}

.search-modal.show {
    display: block;
}

.search-form-wrapper {
    position: absolute;
    z-index: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 40%;
}

#searchform input[type="text"]#s {
    background: #fff;
    color: #000;
    float: left;
    margin-right: 2%;
    max-width: 83%;
    width: 100%;
    padding: 5px 10px;
    border: 3px solid #fff;
    border-radius: 3px;
    height: 50px;
}

#searchform {
    box-sizing: border-box;
    max-width: 1050px;
    padding: 0 15px;
    width: 100%;
}

#searchsubmit {
    background: #f26656;
    border-radius: 3px;
    float: left;
    padding: 11px 10px 9px;
    width: 15%;
    border: 1px solid #f26656;
}

.img-scale-wrap {
    overflow: hidden;
}

.scale-on-hover {
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.scale-on-hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.navbar-toggle {
    z-index: 2;
    margin-right: 0;
}

.three_posts_img {
    display: block;
    margin: 0 auto;
}

.three-posts-row>div>div {
    padding: 0 !important;
}

.one_post_text_wrap p {
    font-family: Roboto, sans-serif;
    color: #101010;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
}

/*
    Responsive
*/

/* UNIVERSAL BR HIDE */
@media only screen and (max-width: 992px) {
    br {
        display: none;
    }
}

@media only screen and (max-width: 1430px) {
    .archive .one_post_title {
        font-size: 34px;
        line-height: 42px;
    }

    .header-logo-wrapper {
        padding-top: 13px;
    }

    .post-content-column .pink-row br {
        display: none;
    }

    .pink-row.bold-content br {
        display: none;
    }
}

@media only screen and (min-width: 1430px) {
    #menu-header-menu li {
        padding-right: 70px;
    }
}

.post-content-column .pink-row.bold-content br {
    display: none;
}

.post-content-column .pink-row.bold-content br {
    display: none;
}

@media only screen and (max-width: 1200px) {
    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: calc(100% + 60%) !important;
    }

    .archive .one_post_title {
        font-size: 28px;
        line-height: 1.4;
    }

    .three_posts_title {
        left: 0;
        padding-left: 0;
        width: 100%;
    }

    .header-logo-wrapper {
        padding-top: 23px;
    }

    .one_business_text_wrap {
        padding-top: 15px;
    }

    br.rwd-break {
        display: none;
    }

    .archive .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers {
        width: calc(80% - 8px) !important;
    }
}

@media only screen and (min-width: 990px) {
    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        top: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    #menu-header-menu li {
        padding-right: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .three-posts-row {
        top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #menu-header-menu li {
        padding-right: 10px;
    }

    .est-reading {
        padding: 0;
        display: inline-block;
    }

    .exhale-blockquote:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .row .no-float {
        display: table-cell;
        float: none;
    }
}

@media only screen and (max-width: 350px) {

    .one_business_text_wrap .four_posts_date,
    .est-reading,
    .four_posts_category {
        font-size: 9px !important;
    }
}

@media only screen and (max-width: 992px) {
    .archive .one_post_title {
        line-height: 1.2;
    }

    .one_post_text_wrap {
        padding: 15px 0;
    }

    .one_post_img {
        max-width: 100% !important;
        /*max-height: 350px !important;*/
        margin: 0 auto;
        display: block;
        width: auto !important;
    }

    .four_posts_img_big {
        /*height: 250px !important;*/
        width: 100% !important;
    }

    .three_posts_title {
        display: none;
    }

    .three_posts_title_full {
        display: block;
        width: 100%;
        position: unset;
    }

    .archive .cma-thread-meta .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers {
        width: calc(100% - 8px) !important;
        margin: 0 !important;
    }

    #main-menu #menu-header-menu>li,
    #main-menu #menu-header-menu>li>a {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 768px) {
    .archive .one_post_title {
        font-size: 24px;
    }

    #header.sticky .header-logo-wrapper {
        padding-top: 18px !important;
    }

    #header.sticky .logo-image {
        width: 100% !important;
    }

    .logo-image {
        padding-bottom: 20px;
    }

    #gform_fields_1 li {
        padding-right: 0;
    }

    .center-col>div>div {
        float: none;
    }

    .three-posts-title {
        min-height: unset;
        max-height: unset;
    }

    #s {
        max-width: 100% !important;
        float: none !important;
    }

    #searchsubmit {
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 35% !important;
        float: none;
    }

    .img-col-one-post {
        display: block;
    }

    .business-listing-row {
        background: unset;
    }

    .two_posts_row {
        padding: 15px 15px;
    }

    .one_business_text_wrap,
    .promo_text_wrap,
    .four_posts_text_wrap {
        padding: 20px 0;
    }

    #menu-footer-menu {
        padding: 0 15px;
    }

    .top-header-row {
        padding-left: 15px;
    }

    #menu-header-menu>li>a {
        padding-left: 0 !important;
    }



    .join-us-round-search {
        /*    display: none;*/
    }

    .inner-business>.vc_column-inner {
        width: unset !important;
        padding: unset !important;
    }

    #gform_1 .gform_title {
        margin: 0 auto;
        padding-top: 34px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    body:not(.menu-sandwich) #main-menu {
        margin: 0 !important;
        text-align: center !important;
    }

    body:not(.menu-sandwich) #main-menu>ul>li a {
        padding: .55em 2em;
        color: #252525;
    }

    #gform_1 .validation_message {
        padding: 0;
        position: absolute;
        width: 20%;
        top: 20px;
    }

    .pink-row .vc_btn3-container {
        margin-bottom: 0;
    }

    #main-menu {
        letter-spacing: 2px;
    }

    body:not(.menu-sandwich) #main-menu>ul>li:first-child>a {
        padding-left: 0 !important;
    }

    #menu-header-menu li a {
        color: #252525 !important;
    }

    body:not(.menu-sandwich) #main-menu>ul {
        margin: 16px 0 !important;
    }
}

/*

*/
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(242, 102, 86, 0);
    }

    70% {
        box-shadow: 0 0 0 45px rgba(242, 102, 86, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(242, 102, 86, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(242, 102, 86, 0);
    }

    70% {
        box-shadow: 0 0 0 45px rgba(242, 102, 86, 0.2);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(242, 102, 86, 0);
    }
}

@-webkit-keyframes pulse2 {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.header-image img {
    width: 100%;
    max-height: 400px;
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

/*
    Forum Styles
*/
#bbpress-forums li.bbp-header {
    background-color: #f26656;
    color: white;
}

#bbpress-forums li.bbp-footer {
    background-color: rgba(242, 102, 86, 0.8);
    color: white;
}

#bbpress-forums ul ul li:before {
    display: none;
}

#bbpress-forums ul li:before {
    display: none;
}

li.bbp-body {
    padding: 0 !important;
}

#bbp_search_submit {
    background-color: #f26656;
    color: white;
    border-style: solid;
    border-color: #f26656;
}

#bbp-search-form {
    min-width: 500px;
}

#bbp_search {
    width: 80% !important;
}

#bbp_search_submit {
    width: 18% !important;
}

.gfield_description.validation_message {
    display: none;
}

/*
    Login form
*/
.login h1 a {
    background: none, url("https://www.exhalelifestyle.com/wp-content/themes/exhale/images/main-logo.png");
}


/*==============CSS STYLE START:- EUITSOLS============*/
/*======CUSTOM MADE HEADING STYLES=========*/

#header.sticky .header-logo-col,
#header .header-logo-col {
    z-index: 999 !important;
}

.single-post .post-content-column h2 {
    font-family: Playfair Display;
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}

.single-question h3 {
    font-family: Playfair Display !important;
}

.single-post .post-content-column h3 {
    font-family: Roboto;
    color: #000000;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 30px;
}

.single-post .post-content-column h4 {
    font-family: Roboto;
    color: #f36656;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
}

.single-post .post-content-column h5 {
    font-family: Roboto;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.single-post .post-content-column h6 {
    font-family: Playfair Display;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.body-default-text,
.default-paragraph {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #101010;
}

.light-text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    color: #f36656;
}

.single-post .post-content-column .exhale-subhead-two {
    font-family: Playfair Display !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}

.exhale-subhead {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.exhale-intro-first {
    font-family: Roboto !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.exhale-subhead-two {
    font-size: 24px;
    font-weight: bold;
}

/*======END CUSTOM MADE HEADING STYLES=========*/


.question-image-wrapper {
    display: inline-block;
    float: left;
    position: absolute;
    left: -216px;
    width: 180px;
    top: -35px;
}

.question-image-wrapper img {
    width: 100%;
}

.event-wrapper-main {
    margin-bottom: 40px;
}

.post-inner-image {
    display: inline-block;
    margin-bottom: 40px;
}

.style-one-text-column .event-shop-name {
    display: inline-block;
    padding-right: 5px;
    margin-top: 7px !important;
}

.style-one-text-column .event-shop-name:hover {
    color: #f26656 !important;
    text-decoration: none;
}

.style-one-text-column .event-date {
    display: block;
    font-weight: 500;
}

.style-one-text-column .date-time,
.style-one-text-column .event-location,
.style-two-text-column .date-time {
    display: inline-block;
}

.style-one-text-column .event-location {
    font-size: 16px;
}

.style-one-text-column .event-address-url {
    display: block;
    margin-left: 12px;
}

.style-one-text-column .image-icon,
.image-icon,
.style-two-text-column .image-icon {
    width: 20px;
    display: inline-block;
    height: auto;
    margin-right: 10px;
    position: relative;
}

.shortcode-icon .event-facebook.image-icon img {
    width: 21px;
    left: -2px;
    top: -16px;
    position: absolute;
}

.event-location {}

.style-one-text-column .cost-value strong {
    font-size: 18px !important;
}

.style-two-text-column .event-title {
    margin-bottom: 30px;
    color: #101010;
}

.style-two-text-column .event-date {
    font-weight: 500;
    font-size: 23px;
}

.style-two-text-column .event-clock-time,
.style-two-text-column .event-location {
    display: inline-block;
}

.style-two-text-column .image-icon {
    width: 20px;
    display: inline-block;
    text-align: center;
    display: table;
}

.style-two-text-column .event-date .svg-inline--fa {
    color: #f26656;
    font-size: 18px;
    margin-right: 13px;
}

.style-two-text-column .event-subtitle {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    color: #101010;
}

.style-two-text-column .event-mini-heading {

    margin-top: 50px;
}

.style-two-text-column .d-block,
.cost-value {
    display: flex;
    margin-bottom: 5px;
}

.style-two-text-column .d-block.event-location {
    margin-bottom: 0;
}

#content-number-list a {
    color: #f26656;
    text-decoration: underline;
}

#content-number-list a:hover {
    color: #000 !important;
}

.style-two-text-column .event-location {
    font-weight: 100;
}

.style-two-text-column .mobile-show {
    display: none;
}

.style-two-text-column .event-get-there em {
    color: #f26656;
    font-style: normal;
}

.photo-meta {
    display: block;
    padding: 7px 0 10px 0;
    width: 100%;
}

.photo-meta .photo-credit {
    display: block;
    text-align: center;
    font-size: 15px;
}

.photo-meta .caption {
    display: block;
    text-align: center;
    font-weight: 400;
    line-height: initial;
}

.fullwidth-post-image {
    width: 100%;
}

.exhale-blockquote {
    position: relative;
    padding: 0px 0 40px 0;
    display: inline-block;
    font-size: 25px;
    color: #595f72;
    font-style: italic;
}

.single-question {
    position: relative;
}

.single-question h3 {
    margin-bottom: 30px;
    margin-left: -15px;
}

.single-question .quistion-contents strong {
    font-size: inherit !important;
}

.exhale-blockquote:before {
    content: "";
    background-image: url('../images/blockquote-icon.png');
    position: absolute;
    left: -24px;
    top: 44px;
    width: 64px;
    height: 52px;
    background-repeat: no-repeat;
}

.exhale-blockquote:after {
    content: "";
    background-image: url('../images/blockquote-icon-up.png');
    position: absolute;
    right: -55px;
    width: 64px;
    height: 52px;
    bottom: -12px;
    background-repeat: no-repeat;
}

.post-middle-image-section .content-start .sec-title {
    color: #ffffff;
    font-size: 36px;
}

.learn-more-btn {
    color: #fff;
    background: #f26656;
    padding: 12px 30px;
    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: uppercase;
    display: inline-block;
    font-size: 19px;
    margin-top: 25px;
    text-decoration: none !important;
}

.learn-more-btn:hover {
    color: #f26656 !important;
    background: #ffffff;
}

.event-locations-inner {
    margin-bottom: 25px;
}

.event-locations-inner h6 {
    margin-bottom: 15px;
    margin-left: -15px;
}

.single-event-blocks {
    display: inline-block;
    width: 100%;
}

.number_item_list {
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 40px;
}

.number_item_list p {
    margin: 0 !important;
}

.number_item_list li {
    list-style: none;
}

.inner-infos .items {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-weight: 400;
    margin-bottom: 10px;
}

.inner-infos .items span {}

.event-locations-inner .inner-infos img {
    display: block;
    font-weight: 400;
    margin-top: 3px;
}

.number_item_list .list-contents {
    margin-bottom: 0;
    text-indent: 26px;
}

.number_item_list .number-heading {
    font-size: 24px;
    padding-left: 65px;
}

.number-image {
    float: left;
    height: 86px;
    margin-right: 10px;
}

.number_item_list p {
    margin: 0;
}

.number_item_list br {
    display: none;
}

.post_two_items span {
    font-weight: 400;
}

.custom-container br {
    display: none;
}

.custom-container p {
    margin: 0 !important;
}

.post_two_items {
    margin: 35px 0;
}

.post_two_items .exhale-small-heading {
    color: #010101 !important;
    font-size: 24px !important;
}

.event-clock-time {
    display: block;
}

.event-location .event-clock-time {
    display: inline-block;
}

.post-middle-image-section {
    width: calc(100% + 300px);
    margin-left: -150px;
    background-repeat: no-repeat;
    clear: both;
    background-size: cover;
    margin-bottom: 30px;

}

.post-middle-image-section .content-start {
    max-width: 75%;
    margin: 0 auto;
    text-align: center;

}

.post-middle-image-section .content-start p {
    color: #ffffff !important;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.post-middle-image-section .wpb_column {
    border: 1px solid #ffffff !important;
    min-height: unset !important;
    padding: 55px 0;
}

.post-middle-image-section .wpb_wrapper span.exhale-main-title {
    font-family: Roboto;
    font-weight: 400 !important;
    margin-bottom: 35px !important;
    display: inline-block;
    font-size: 31px;
    color: #000 !important;
}

.text-highlight {
    color: #f26656 !important;
}

/*==========MEGA MENU DESIGN==========*/


#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-type-two-parent>ul.mega-sub-menu .mega-menu-item {
    line-height: 1 !important;

}

#main-menu {
    padding-top: 10px;
    background: transparent !important;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: Roboto, sans-serif;
    letter-spacing: 6px !important;
    text-transform: uppercase !important;
    padding: 0px;
    margin-top: 7px;
    line-height: 40px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: transparent;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
    margin-right: 80px !important;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    border-bottom: 5px solid #f26656;

}

#header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
    width: calc(100% + 50%);
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
    width: calc(100% + 30%);
    left: -30% !important;
    background: #f7f7f8 !important;
    padding: 0 70px 0px 70px !important;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    z-index: 9999;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-type-two-parent>ul.mega-sub-menu {
    width: 80% !important;
    padding: 3% 5% !important;
    background: #f7f7f8 !important;

}

.mega-menu-item .mega-menu-description {
    font-family: Roboto, sans-serif !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: initial !important;
    display: inline-block !important;
    font-style: normal !important;
}

.mega-menu-item .mega-description-group:hover .mega-menu-description {
    color: #f26656 !important
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 22px;
    margin: 15px 0;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
    display: none !important;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    font-family: Roboto, sans-serif !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 17px !important;
    display: inline-block !important;
    text-transform: inherit !important;

}

#main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover,
#main-menu .mega-menu-heading-item a:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #f26656 !important;
}

#main-menu .mega-menu-heading-item a,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: Playfair Display !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #000 !important;
    font-size: 20px !important;
    margin-bottom: 9px !important;
}

#main-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
    margin: 0 !important;
    color: #f26656 !important;
    font-size: 15px !important;
}

/*==========END MEGA MENU DESIGN==========*/
.single-post .single-post-thumbnail img {
    max-width: 100%;
    max-height: 720px;
    -o-object-fit: cover;
    object-fit: cover;

}

.single-post {
    font-weight: 300;
}

.post-title-column {
    background: #ffffff;
    position: relative;
    padding: 20px;
    width: 132% !important;
    z-index: 1;
    margin-left: 25px;
    left: 0;
}

.post-title-column .four_posts_category {
    margin-bottom: 11px !important;
    display: inline-block;
}

.post-title-column .post-categories {
    display: inline-block;
    padding: 0;
    font-weight: 300;
}

.post-title-column .post-categories li {
    display: inline-block;
}

.post-title-column .post-categories li:not(:last-child) {
    margin-right: 5px;
}

.post-title-column .post-categories li:hover {
    font-weight: 300;
}

.post-title-column .post-categories a:hover {
    text-decoration: none;
}

.post-title-column li {
    list-style: none;
}

.post-content-column,
.post-tag-column {
    width: 80%;
    margin: 0 auto !important;
}

.single-post-tag {
    margin-top: 20px !important;
}

.single-post-tag a {
    color: #f26656 !important;
    text-decoration: underline !important;
    font-size: 18px;
    text-transform: inherit;
}

.single-post-tag a:hover {
    color: #000 !important;
}

.single-post-tag {
    color: #f26656 !important;
}

.post-content-column .event-wrapper {
    margin-top: 40px;
    display: inline-block;
}

.post-content-column strong {
    font-size: 19px !important;
    font-weight: 500 !important;
}

.post-content-column p {
    margin-bottom: 35px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #101010;

}

.single-page-related h2 a {
    color: #000;
}

.post-top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 35px;
}

.single-post .post-top-area {
    position: relative;
}

.single-post .post-top-area:before {
    content: "";
    height: 1px;
    background: lightgrey;
    position: absolute;
    width: 100%;
    z-index: 9;
    top: -12px;
}

.related-post-column {
    margin-top: 50px;
}

.related-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}

.post_meta_info {
    padding-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Roboto, sans-serif;
    color: #101010;
    font-weight: 300;
}

.post_meta_info .news_author {
    color: #f26656 !important;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    margin-right: 4px;
}

.related_category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Roboto, sans-serif;
    color: #101010;
    font-weight: 300;
}

.post-thumbnail {
    width: 100%;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
}

.widget_numbered {
    padding: 50px 0 !important;
}

.number_section_list {
    border-top: 1px solid #ccc;
    display: inline-block;
    padding: 50px 0;
    width: 100%;
}

.numberlist.number_section_list {
    border: none !important;
    padding: 20px 0 !important;
}

.number_section_list li,
.numberlist li {
    vertical-align: top;
    list-style: none;
}

.number_section_list>p,
.number_section_list br,
.numberlist>p,
.numberlist br {
    display: none;
}


.number_section_list span,
.numberlist span {
    color: #971a3a;
    font-weight: bold;
    position: absolute;
    font-size: 68px;
    font-family: 'Glyphicons Regular';
    left: 33px;
    top: -22px;
}

.number_section_list p,
.numberlist p {
    text-indent: 70px;
}

.number_section_list h2,
.numberlist h2 {
    padding-left: 70px !important;
    font-size: 25px !important;
    text-transform: capitalize !important;
}

.post-media-body {
    float: right;
    display: inline-block;
    width: 85%;
}

.post-author-box span {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.post-author-box .media-figure {
    float: left;
}

.post-author-box .avatar {
    border-radius: 50%;

}

.author_box_wrapper_row {
    /* border-top: 1px solid #ccc; */
}

.author_box_wrapper {
    margin: 0 0 50px 0;

}

.post-author-box {
    position: relative;
    padding: 35px;
    background: #f7f7f8;
    margin-top: 50px !important;
}

.post-author-box .media-figure {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-media-body h2 a {
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
}

.post-media-body h2 a:hover {
    color: #f26656;
}

.post-author-box .post-media-body p {
    font-size: 15px;
    font-weight: 300;
}

.post-author-box .post-media-body p a {
    color: #f26656;
    text-decoration: underline;
}

.post-author-box .post-media-body p a:hover {
    color: #000 !important;
}

.two_posts_text_wrap .post-categories {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.two_posts_text_wrap .post-categories li {
    padding: 0;
    display: inline-block;
}

.single-page-related .two_posts_text_wrap {
    padding-top: 15px !important;
}


/*=========EVENT SINGLE BLOCK DESIGN==============*/

.event-image-width-caption {
    margin-top: 50px;
    width: 100%;
}

.wp-caption-text {
    width: 100%;
    background: #f5f5f5;
}

.image.event-image {
    width: 100%;
    object-fit: cover;
}

.event-meta {
    line-height: 21px;
    width: 100%;
}

.event-credit {
    font-size: 14px;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    display: block;
    margin-top: 3px;

}

.post-content-column .event_post_items p {
    margin: 0;
}

h2.event-title {
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
}

.event-shop-name {
    font-size: 24px;
    color: #f26656;
    margin-top: 8px;
    font-family: Roboto !important;
    font-weight: 600 !important;
    margin-bottom: 10px;
}

.event-shop-name a {
    color: #f26656 !important;
}

.event-location .svg-inline--fa,
.date-time .svg-inline--fa,
.event-shop-name .svg-inline--fa,
.paper-icon .svg-inline--fa {
    color: #f26656;
    font-size: 20px;
    margin-right: 5px;

}

.icon-wrapper {
    width: 31px;
    display: inline-block;
}

.event-caption {

    display: block;
    font-weight: 400;
}

.event-url {
    margin-left: 25px;
    text-decoration: none;
    display: inline-block;
}

.event-content {
    margin: 25px 0 35px 0 !important;

}

.numberlist p {
    font-size: 17px !important;
    line-height: 29px !important;
    margin: 0 !important;
}

.event_section_list .event-cost {
    line-height: 22px;
}

.event-cost .fa-dollar-sign {
    color: #f26656;
    font-size: 10px !important;
    border: 1px solid #f26656;
    margin-right: 5px;
    padding: 4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 300;
}

.custom-container .event-cost .fa-dollar-sign {
    color: #f26656;
    font-size: 7px !important;
    border: 1px solid #f26656;
    margin-right: 5px;
    padding: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-weight: 297;
}

.single-event-list img {
    width: 100%;
}

.event_section_list {
    margin-bottom: 50px !important;
    width: 100%;
    display: inline-block;
}

.event_image_column img {
    margin-top: 70px;
    width: 100%;
}

.event-cost .cost-value {
    display: inline-block;
    top: -1px;
    position: relative;
    left: 0px;
}

.event_section_list .su-heading.su-heading-align-left .su-heading-inner {
    padding-left: 0;
    border: none;
}

.event_section_list .su-heading-style-default {
    padding: 0;
    border: none;
}

.wp-caption img {
    width: 100%;
    height: auto;
}

.qute {
    width: 100%;
    text-align: center;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.container-pink-row-shortcode .pink-row-shortcode h1 {
    width: 90%;
    margin: 0 auto;
}

/*======================Responsive start By euitsols=======================*/
@media only screen and (max-width: 1680px) {
    #header .mega-menu-heading-item span.mega-menu-title {
        line-height: 26px !important;
    }
}

@media only screen and (max-width: 1550px) {
    .question-image-wrapper {
        left: -185px;
        width: 150px;
    }
}

@media only screen and (max-width: 1480px) {

    .question-image-wrapper {
        left: -160px;
        width: 130px;
    }

    #header .mega-menu-heading-item span.mega-menu-title {
        line-height: 26px !important;
    }
}

@media only screen and (max-width: 1366px) {

    .post-title-column {
        margin-left: 0;
    }

    .four_posts_date,
    .est-reading {
        font-size: 10px;
        letter-spacing: 1px;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-type-two-parent>ul.mega-sub-menu {
        width: 92% !important;

    }
}

@media only screen and (max-width: 1100px) {

    #main-menu .mega-menu-heading-item a,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 21px !important;
    }

}


@media only screen and (max-width: 1199px) {
    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: calc(100% + 75%) !important;
    }

    .single-question h3 {
        margin-left: 0;
    }


    .number_section_list li {
        width: 50%;
        margin-bottom: 25px;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: calc(100% + 35%) !important;
        left: -35% !important;
        padding: 15px 25px !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        z-index: 9;
        font-size: 11px !important;
        letter-spacing: 5px !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
        margin-right: 38px !important;
    }

    #mega-menu-primary {
        z-index: 99;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-type-two-parent>ul.mega-sub-menu {
        width: 100% !important;
        padding: 35px !important;

    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        line-height: initial !important;
    }
}


@media only screen and (max-width: 1250px) {

    .single-question {
        width: 100%;
        float: right;
        padding-left: 10%;
    }

    .single-question h3 {
        margin-left: 0;
    }

    .question-image-wrapper {
        left: -135px;
        width: 180px;
        top: -9px;
    }
}





@media only screen and (max-width: 1024px) {
    .promo-col {
        margin-top: 10px;
    }

    .post-tag-column {
        width: 100% !important;
    }

    .single-question {
        width: 100%;
        padding-left: 174px;

    }

    .question-image-wrapper {
        left: -22px;
    }

    .single-question h3 {

        margin-left: 0;
    }

    .post-title-column h2 {
        font-size: 27px !important;
    }

    .post-content-column {
        width: 100%;
    }

    .single-page-related .img-scale-wrap img {
        width: 100% !important;

        object-fit: cover;

        -o-object-fit: cover;

        max-height: 400px !important;

        height: unset;
    }

    .post-media-body {
        width: 100%;
    }

    .post-author-box {
        text-align: center;
    }

    .post-author-box .media-figure {
        float: none;
        margin-bottom: 15px;
        position: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
        margin-right: 29px !important;
    }

    #main-menu .mega-menu-heading-item a,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        line-height: initial !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        top: 40px;
    }
}

@media only screen and (max-width: 989px) {
    #header.sticky .header-logo-wrapper {
        padding-top: 19px !important;
    }

    #header.sticky .logo-image {
        width: 100% !important;
    }

    .single-post .post-content-column h1 {

        font-size: 26px;
    }

    .single-post .post-content-column h2 {

        font-size: 24px;
    }

    .menu-footer-menu-container {
        padding: 0px!important;
    }

    .event-locations-inner {
        width: 50% !important;
    }

    .event-locations-inner br {
        display: none;
    }

    .post-content-column h3 {
        font-size: 30px;
    }

    .exhale-blockquote {
        max-width: 100%;
        padding: 0 !important;
        display: unset;
        float: none;
        margin-left: 0px !important;
        font-size: 21px;
    }

    .event-locations-inner h3 {
        font-size: 20px !important;
        margin-left: 0 !important;
    }

    .post-middle-image-section .content-start .sec-title {
        font-size: 30px;
    }

    .post-middle-image-section .content-start p {
        margin-top: 23px !important;
        font-size: 20px !important;
        line-height: initial;
    }

    .learn-more-btn {
        padding: 7px 30px;
        font-size: 14px;
    }

    .style-two-text-column .event-get-there {}

    .style-two-text-column .mobile-hide {
        display: none !important;
    }

    .single-post .post-top-area:before {

        top: -10px !important;
    }

    .post-top-area {
        display: block;
    }

    .post-title-column {

        padding-left: 0;
        width: 100% !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: calc(100% + 35%) !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 11px !important;
        z-index: 9;
        margin: 4px 18px;
        letter-spacing: 5px !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
        margin-right: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {

        padding: 8px !important;
    }

    .single-post .single-post-thumbnail img {
        max-width: 100%;

    }


    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-type-two-parent>ul.mega-sub-menu {
        padding: 7px !important;
    }

    #main-menu .mega-menu-heading-item a {

        font-size: 20px !important;
    }
}


@media only screen and (max-width:768px) {
    body:not(.menu-sandwich) #main-menu {
        text-align: center !important;
        margin-top: 60px !important;
        margin-left: 0% !important;
        width: 100% !important;
        float: right !important;
        right: 0 !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: calc(100% + 46%) !important;
        left: -1.9% !important;
    }

    .search-icon-wrapper {
        padding-right: 17px !important;
    }

}

@media only screen and (max-width:767px) {
    .show-on-small-mobile {
        display: block !important;
    }

    .hide-on-small-mobile {
        display: none;
    }

    .cma-nav-bar .cma-nav-bar-grid {
        padding: 10px 0;
    }

    .question-image-wrapper {
        margin-bottom: 19px;
        width: 180px;
        top: 0;
        display: block;
        float: none;
        position: unset;
    }

    .single-question {
        width: 100%;
        padding-left: 0;
    }

    .event-locations-inner {
        width: 100% !important;
    }

    .related-store .f-post {
        width: 48% !important;
        display: inline-block;
        vertical-align: top;
    }

    body:not(.menu-sandwich) #main-menu {
        margin-top: 0 !important;
    }

    #main-menu {
        -webkit-transition: .3s !important;
        transition: .3s !important;
        -webkit-transition-timing-function: ease-in-out !important;
        transition-timing-function: ease-in-out !important;
    }

    #main-menu.open {
        margin-left: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #f36656 !important
    }

    #main-menu .mega-menu-link {
        margin-left: 0 !important;
    }

    .navbar {
        z-index: 99999 !important;
    }

    #main-menu .mega-menu-heading-item a,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        color: #FFF !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        background: #f36656;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-type-two-parent>ul.mega-sub-menu {
        background: #f36656 !important;
    }


    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        background: #f36656 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
        color: #ccc !important;
        text-align: center !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 19px !important;
        letter-spacing: 3px !important;
        background: #f36656 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle {
        padding-right: 10px !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        margin-right: 0 !important;
        color: #000 !important;
        text-align: center !important;
        padding: 0 23px;
    }

    body #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: 100% !important;
        left: unset !important;
        padding: 1px 20px !important;
        background: #f36656 !important;
        color: #ccc !important;
        box-shadow: none !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        border-bottom: none;
        color: #dbc4c1 !important;
    }

    #main-menu .mega-menu-heading-item a {
        letter-spacing: 3px !important;
        font-size: 15px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu li {
        width: 100% !important;
        padding-bottom: 0 !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        background: none !important;
        color: #f26956;
    }

    #main-menu .mega-menu-heading-item a {
        margin-bottom: 2px !important;
    }

    #main-menu .mega-menu-heading-item>a,
    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-size: 17px !important;
        margin-bottom: 9px !important;
        font-family: Roboto, sans-serif !important;
        letter-spacing: 6px !important;
        text-transform: uppercase !important;

    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item {
        padding: 15px 15px 0px 0 !important;
    }

    #main-menu #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        display: block !important;
    }

    #main-menu #mega-menu-wrap-primary .mega-menu-toggle {

        display: none !important;
    }


    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu,
    #main-menu .mega-sub-menu {
        background: #f36656 !important;

    }

    #main-menu a,
    #main-menu .mega-menu-heading-item a,
    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #fff !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        color: #FFF !important;
        font-size: 14px !important;
        line-height: 19px !important;
        display: block !important;
        margin-right: 22px;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        background: #f36656 !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
        border-bottom: none !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        border: none !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {

        line-height: 10px !important;
    }

    .mega-menu-item .mega-menu-description {
        color: #ccc !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
        display: none;
    }

    .two_posts_text_wrap {
        padding-bottom: 40px !important;
    }

    .wp-caption img {
        width: 100% !important;
        height: unset !important;
    }

}

@media only screen and (max-width:767px) {
    .single-post-tag {
        margin: 20px 0 !important;
    }

    .post-top-area {
        margin-bottom: 25px;
    }

    .number_section_list li {
        width: 100%;
    }

    .join-us-round-search-bg {
        top: -10px;
        left: 50%;
    }

    .post-top-area {
        padding-top: 0;
    }

    .single-post .post-top-area:before {
        display: none;
    }

    .post-content-column {
        padding: 0px 0 35px;
    }

    #main-menu .mega-menu-heading-item>a {
        letter-spacing: 3px !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        margin-right: 17px !important;
        height: unset !important;
        line-height: unset !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item {
        padding: 2px 0 5px !important;
        width: 100% !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        margin: 4px 18px 2px !important;
    }

    .single-post-thumbnail img {
        height: unset !important;
    }

    #main-menu .mega-menu-heading-item a,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px !important;
        margin-bottom: 7px !important;
        margin-right: 24px;
    }

    h2.event-title {
        font-size: 29px;

    }

    .event-shop-name {
        font-size: 20px;

    }

    .date-time,
    .event-location {
        font-size: 15px;
        line-height: 29px;
    }

    .event-location .svg-inline--fa,
    .date-time .svg-inline--fa,
    .event-shop-name .svg-inline--fa {
        font-size: 16px;
    }
}

@media only screen and (max-width:479px) {
    .single-post .post-content-column h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .question-image-wrapper {
        width: 155px;
    }
}




@media only screen and (max-width:479px) {
    .post_meta_info .news_author {
        padding-right: 4px;
        margin-right: 0;
    }

    .related-store .f-post {
        width: 100% !important;
        display: block;
    }

    .number_item_list li h2 {
        font-size: 19px;
        padding-left: 50px;
    }

    .style-two-text-column .event-subtitle,
    .style-two-text-column .event-date {

        font-size: 19px;

    }
}

@media (max-width: 1430px) and (min-width: 1200px) {
    #main-menu #menu-header-menu>li {
        padding-right: 0;
    }
}

@media (max-width: 1429px) and (min-width: 1200px) {
    #main-menu #menu-header-menu>li {
        padding-right: 0;
    }
}

@media (max-width: 1429px) and (min-width: 1366px) {
    .one_business_text_wrap .four_posts_date {
        font-size: 10px;
    }

    .one_business_text_wrap .est-reading {
        font-size: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .business-row .wpb_content_element p {
        font-size: 20px;
    }

    .one_business_text {
        left: -50px;
        right: -30px;
        padding: 20px 20px 55px;
    }

    .read_more_business {
        bottom: -155px;
    }

    .business-row .wpb_content_element p br {
        display: none;
    }

    .business-row h1 {
        line-height: 1;
    }

    .header-logo-wrapper {
        padding-top: 34px;
    }
}

@media (max-width: 1450px) {
    .business-row .wpb_content_element p {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .business-row .wpb_content_element p {
        font-size: 14px;
    }

    .exhale-blockquote {
        padding: 25px 25px 25px 67px;
        margin-left: -95px;
    }
}


/*  home responsive  */
@media (max-width: 1366px) {
    html .vc_custom_1532951097829 {
        margin-top: 30px !important;
    }

    html .vc_custom_1538402558830 {
        margin-bottom: 30px !important;
    }

    .three-posts-row>div>div>div>div {
        padding-left: 35px;
        padding-right: 35px;
    }

    .three-posts-row .three_posts_img {
        padding: 0;
        width: 100%;
    }

    .three-posts-row .one_business_text_wrap {
        padding: 10px;
    }

    .three-posts-row .promo_text_wrap {
        padding: 10px;
    }

    .one_post_row {
        padding: 20px 0;
    }

    .one_post_row>div {
        width: 50%;
    }

    #advertisement_row {
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }

    .three-posts-row .est-reading {
        display: inline-block;
        margin-left: 0;
    }

    .three-posts-row .four_posts_date {
        margin-right: 10px;
    }

    .featured_post_row .one_post_title {
        font-size: 36px;
    }
}

@media (max-width: 1279px) {
    .three-posts-row>div>div>div>div>div>div {
        width: 100%;
    }

    .three-posts-row .three_posts_title {
        position: static;
        width: 100%;
        padding: 0;
        font-size: 20px;
        display: block;
    }
}

@media (max-width: 1280px) {
    .header-widgetised-area {
        display: none;
    }

    #menu-header-menu {
        width: 100%;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        display: -webkit-flex !important;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        position: relative;
        z-index: 10;
    }

    #menu-header-menu:before,
    #menu-header-menu:after {
        display: none;
    }

    #main-menu #menu-header-menu>li,
    #main-menu #menu-header-menu>li>a {
        font-size: 13px;
        padding: 0 !important;
    }

    .single-post .post-top-area:before {

        top: 0;
    }

    .featured_post_row .one_post_title {
        font-size: 28px;
        line-height: 1.2;
    }

    .three-posts-wrap .four_posts_title {
        font-size: 24px;
    }

}

@media (max-width: 1024px) {

    .two_posts_title {
        font-size: 22px;
    }

    .post-middle-image-section {
        width: 100%;
        margin-left: 0;
    }

    .post-middle-image-section .content-start {
        max-width: 100%;
        padding: 20px;
    }

    .author_box_wrapper {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .number_item_list li {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .number_item_list li:not(:last-child) {
        margin-bottom: 50px;
    }

    .number-image {
        width: 25px;
        height: auto;
    }

    .single-post .single-post-thumbnail img {

        max-height: unset;
        -o-object-fit: unset;
        object-fit: unset;
        height: unset;
    }

    .post-content-column {

        padding-top: 0 !important;
    }

    .one_post_row .one_post_title {
        font-size: 22px;
        line-height: 1.4;
        padding: 0 0 10px;
        margin: 0;
    }

    .one_post_row .one_post_text_wrap p {
        font-size: 15px;
        line-height: 1.5;
    }

    .one_post_text_wrap .est-reading {
        display: inline-block;
        margin-left: 0;
    }

    .featured_post_row .img-col-one-post {
        padding-left: 15px;
    }

    .featured_post_row .est-reading {
        margin-left: 5px;
    }

    .one_post_text_wrap .four_posts_date {
        margin-right: 10px;
    }

    .four-posts-wrap .f-post {
        width: 25%;
    }

    .four_posts_title {
        font-size: 17px;
        line-height: 1.3;
        padding: 0;
        margin: 0;
    }

    .three-posts-row>div>div>div>div {
        padding: 10px;
    }

    .three-posts-wrap {
        padding: 0 15px;
    }

    .three-posts-wrap .four_posts_title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .top-header-row {
        width: 100% !important;
    }

    .one_business_row .one_business_wrap>div>a>div {
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .one_business_row .one_business_wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 30px;
    }

    .vc_row.business-listing-row {
        margin-bottom: 130px !important;
    }

    .one_post_row>div {
        width: 100%;
    }

    html body:not(.menu-sandwich) .navbar-toggle {
        float: unset !important;
    }

    /*  #main-menu {
          overflow-y: auto !important;
          position: fixed !important;
          background-color: #333 !important;
          padding: 40px 30px 0 30px !important;
          width: 270px !important;
          -webkit-transition: margin .8s ease;
          -o-transition: margin .8s ease;
          transition: margin .8s ease;
      }
    */
    .three-posts-row {
        padding-top: 10px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .three-posts-row .wpb_wrapper,
    .three-posts-row .wpb_wrapper>div {
        width: 100%;
    }

    .three-posts-row .wpb_wrapper>div .row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
    }

    .three-posts-row .wpb_wrapper>div .row>div:first-child {
        width: calc(25% + 30px);
    }

    .three-posts-row .wpb_wrapper>div .row>div:last-child {
        width: calc(75% - 30px);
    }

    .three-posts-row .promo-col {
        margin-bottom: 20px;
    }

    .one_post_row {
        padding: 20px 0;
    }

    .one_post_img {
        width: 100% !important;
    }

    .three_posts_img {
        padding: 0;
        height: auto !important;
    }

    .three-posts-row .one_business_text_wrap {
        padding: 0;
    }

    .est-reading {
        display: inline-block;
        padding-left: 0;
    }

    .four_posts_date {
        padding-right: 10px;
    }

    .one_business_text_wrap .est-reading {
        padding-left: 0;
        margin-left: 5px;
    }

    .three_posts_title {
        display: block;
        font-size: 16px;
    }

    #advertisement_row {
        margin: 20px auto -70px !important;
    }

    .four-posts-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }

    .f-post {
        width: 50% !important;
        float: none !important;
        margin-bottom: 25px;
    }

    .f-post .img-scale-wrap img {
        height: auto !important;
        width: 100% !important;
    }

    .related-store .f-post .est-reading img {
        height: 13px !important;
        width: unset !important;
    }

    .two_posts_box,
    .home>.container {
        width: 100% !important;
    }

    .vc_row.business-listing-row {
        margin-top: 20px !important;
    }

    .business-listing-row .business-row {
        width: 100%;
        text-align: center;
        margin: 0;
        display: block;
    }

    .one_business_text {
        left: -50px;
        right: -50px;
    }

    .business-row .inner-business {
        margin: 0 auto;
    }

    #menu-footer-menu>li {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .main-content .vc_custom_1532951097829 {
        margin-top: 50px !important;
        margin-bottom: 20px !important;
    }

    .main-content .vc_custom_1538147217341 {
        margin-bottom: 30px !important;
    }

    .main-content .vc_custom_1531337947186 {
        padding: 20px 10px !important;
    }

    .main-content .pink-row,
    .main-content .vc_custom_1532951179491 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .read_more_business {
        bottom: -130px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main-content,
    .footer-widget-area {
        padding: 0 !important;
    }

    .footer-main-container {
        padding-top: 10px !important;
    }

    #header {
        margin-bottom: 40px;
    }

    #header>div>div>div:first-child {
        width: 120px;
        position: absolute;
        left: 45px;
        z-index: 10;
        top: 4px;
    }

    #header .navbar-right {
        float: right;
        margin: 12px 135px 12px 0 !important;
    }

    #header>div:last-child .navbar {
        position: absolute;
        top: 8px;
        left: 3px;
    }

    #header>div>.row {
        position: relative;
    }

    .header-logo-wrapper {
        padding-top: 14px;
    }

    .pink-row h1 {
        font-size: 45px !important;
    }

    .two_posts_text_wrap {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .two_posts_title {
        line-height: 1.15;
        padding-top: 5px;
        margin: 0;
    }

    .pink-row.bold-content p {
        font-size: 24px;
        line-height: 1.4;
    }

    .business-row .wpb_content_element p {
        font-size: 18px;
        line-height: 1.5;

    }

    .business-row .wpb_content_element p br {
        display: none;
    }

    .four_posts_date {
        letter-spacing: .7px;
    }

    .entry-content.archive h1 {
        font-size: 40px !important;
    }

    .breadcrumb-archive {
        margin-bottom: 40px !important;
    }

    .four_posts_text_wrap {
        padding: 15px 0;
    }
}

@media (max-width: 550px) {
    .related-store .f-post {
        width: 100% !important;
        display: block;
    }

    .related-title h2 {
        font-size: 28px;
    }

    .post-title-column h2 {
        font-size: 24px !important;
    }

    #front_slider h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    #front_slider h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    #front_slider p {
        font-size: 14px;
        line-height: 1.5;
    }

    .one_post_text_wrap p {
        font-size: 15px;
        line-height: 1.3;
    }

    .three-posts-row .wpb_wrapper>div {
        padding: 10px !important;
    }

    .business-row h1 {
        font-size: 30px;
    }

    .one_business_row .one_business_wrap {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px 0;
    }

    .one_business_row .one_business_wrap>div>a>div {
        background-repeat: no-repeat;
        background-position: center;
    }

    .three-posts-row .three_posts_title,
    .four_posts_title {
        font-size: 16px;
    }

    .four_posts_category,
    .four_posts_date,
    .est-reading {
        font-size: 11px;
    }

    .inner-business>div {
        transaform: none;
        -webkit-transform: none;
        top: 0;
    }
}

#header .join-us-round-gray {
    display: none;
}

@media (max-width: 425px) {
    .three_posts_title {
        font-size: 12px;
        line-height: 1.4;
        padding: 5px 0;
    }

    .three-posts-row .three-posts-text-col {
        padding-left: 0;
    }

    .three-posts-row .three-posts-img-col {
        display: flex;
        align-items: center;
    }

    .three-posts-row .wpb_wrapper>div .row>div:first-child {
        width: calc(35% + 30px);
    }

    .three-posts-row .wpb_wrapper>div .row>div:last-child {
        width: calc(65% - 30px);
    }

    .two_posts_title,
    .one_post_title {
        font-size: 22px;
        line-height: 1.4;
    }

    .four_posts_text_wrap {
        padding: 0;
    }

    .two_posts_text_wrap {
        padding: 5px 0 15px;
    }

    .pink-row.bold-content p,
    .pink-row p {
        font-size: 18px !important;
        line-height: 1.3;
    }

    .business-row>div>div {
        padding: 40px 0;
    }

    .business-row .wpb_content_element p br {
        display: none;
    }

    #header .hover-pink {
        display: none;
    }

    #header .circle-join {
        width: 100px;
        height: 100px;
        top: -10px;
    }

    #header .join-us-round {
        width: 100px;
        height: 100px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
        background-color: #f26656;
    }

    #header .join-pink-svg {
        display: none;
    }

    #header .join-grey-svg {
        display: none;
    }

    #header .join-us-round-gray {
        width: 100px;
        height: 100px;
        -webkit-clip-path: polygon(0 83%, 100% 83%, 100% 100%, 0% 100%);
        clip-path: polygon(0 83%, 100% 83%, 100% 100%, 0% 100%);
        display: block;
    }

    #header .navbar-right {
        margin: 12px 95px 12px 0 !important;
    }

    #header a.join-us-link {
        top: 30px;
        font-size: 14px;
        width: 90px;
        left: 10px;
    }

    #header a.join-us-link.account-label {
        width: 120px;
        left: -6px;
    }

    .account-login {
        display: none !important;
    }

    .post-title-column {
        padding: 0 0 20px !important;
    }
}

.responsive-image {
    display: none;
}

@media (max-width: 423px) {
    .four-posts-wrap .est-reading {
        padding-left: 0;
    }

    .four-posts-wrap .four_posts_date {
        padding-right: 10px;
    }
}

@media (max-width: 412px) {
    .four-posts-wrap .est-reading {
        padding-left: 0;
        display: block;
    }
}

@media (min-width: 1280px) {
    .responsive-image.desktop {
        display: block;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .three_posts_title {
        padding: 5px 0px 10px 15px;
        font-size: 21px;
    }
}

@media (min-width: 1280px) and (max-width: 1449px) {
    .three-posts-row>div>div>div>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .three-posts-row .p-35 {
        padding: 15px;
    }

    .three-posts-row .est-reading {
        margin-left: 0;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .responsive-image.tablet {
        display: block;
    }
}

@media (min-width: 992px) {
    .row-eq-height {
        display: table;
    }

    .row-eq-height>[class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 768px) {
    .responsive-image.mobile {
        display: block;
    }
}

/*.four-posts-wrap .img-scale-wrap > a {*/
/*position: relative;*/
/*width: 100%;*/
/*height: 0;*/
/*padding-bottom: 100%;*/
/*display: block;*/
/*}*/
.four-posts-wrap .img-scale-wrap>a img {
    width: 100%;
}

.time-clock path {
    fill: #971939;
}

.time-clock svg {
    font-size: 11px;
}

.time-clock {
    height: 18px !important;
    padding-right: 5px;
    margin-bottom: 3px;
}

/*
    ARCHIVE PAGE
*/
.entry-content.archive h1 {
    font-family: 'Playfair Display', serif;
    color: black;
    font-size: 60px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    margin-bottom: 0 !important;
}

.archive .entry-content {
    padding-bottom: 38px;
    margin-bottom: 0;
    border-bottom: 1px solid lightgrey;
}

.breadcrumb-archive .breadcrumb-link {
    color: #f26656;
}

.breadcrumb-archive .breadcrumb-link.current {
    color: #252525;
}

.breadcrumb-archive {
    font-family: Roboto, 'sans-serif' !important;
    font-size: 12px;
    padding: 10px 17px !important;
    margin-bottom: 60px;
    background-color: rgba(238, 238, 238, 0.6) !important;
    position: relative;
}

.breadcrumb-delimeter {
    color: #a1a1a1;
}

.breadcrumb-archive:before {
    position: absolute;
    content: ' ';
    border-top: 1px solid lightgray;
    top: -2px;
    height: 1px;
    width: 100%;
    left: 0;
}

#archive-sidebar li {
    list-style-type: none;
}

.archive .entry-content {
    border-bottom: unset !important;
}

.archive .entry-preview {
    margin: 0 !important;
    padding: 47px 0;
}

.archive .entry-preview:after {
    content: ' ';
    border-bottom: 1px solid lightgrey;
    width: 90%;
    float: left;
    padding-top: 47px;
    width: 100%;
}

.divider-archive {
    border-top: 1px solid lightgrey;
    width: 100%;
    margin: 0 auto;
}

.entry-content.archive {
    margin-bottom: 0 !important;
}

.flex-center-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.arhive_post_img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.widget img {
    width: 100%;
}

/* Styles for All Access Content START */
#spu-605 {
    background-color: rgba(0, 0, 0, 0) !important;
}

/*#spu-605.spu-box {*/
/*z-index: 1!important;*/
/*}*/
#spu-605 .spu-icon {
    right: 220px;
    position: absolute;
    top: 0px;
}

/*#spu-605-inner {*/
/*border-radius: 20px;*/
/*background: url(../../../uploads/2018/07/bg-popup.jpeg) center center !important;*/
/*background-size: 100% !important;*/
/*background-repeat: no-repeat !important;*/
/*margin: 50px;*/
/*}*/
#spu-605 .spu-content {
    border-radius: 20px;
    background: url(../../../uploads/2018/07/bg-popup.jpeg) center center !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    width: 70%;

}

@media (max-width: 375px) {
    #spu-605 .spu-content {
        margin: 15px;
    }

    #spu-605 [class^="spu-icon-"],
    [class*=" spu-icon-"] {
        right: 15px;
        top: 15px;
    }
}

#spu-605 img.popup-logo {
    max-width: 55%;
    margin-bottom: 10%;
}

#spu-605 h1 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 5%;
}

#spu-605 p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    line-height: 1;
    padding: 0px 30px;
    margin: 22px 0;
    line-height: 20px;
}

#spu-605 .pop-up-button {
    color: white;
    font-size: 16px;
    padding: 8px;
    border: 1px solid white;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#spu-605 .pop-up-button:hover {
    color: lightgrey;
    border: 1px solid lightgrey;
    padding: 16px;
}

#spu-605 .left-popup-col {
    background-color: rgba(242, 102, 86, 0.8);
    border-radius: 20px 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 15px 50px 4px;
    height: 450px;
}

#spu-605 .popup-footer {
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 400;
}

#spu-605 .popup-footer a {
    padding-left: 10px;
    font-weight: 700;
    color: white;
}

#spu-605 .popup-footer a:hover {
    color: white;
    text-decoration: underline white;
}

@media only screen and (max-width: 767px) {
    #spu-605 .left-popup-col {
        background-color: rgba(242, 102, 86, 1);
        border-radius: 20px;
    }

    #spu-605 .spu-content {
        background: none !important;
        margin: 0 auto;
        width: 80%;
    }

    #spu-605 h1 {
        font-size: 40px !important;
        margin-bottom: 5% !important;
    }

    #spu-605 p {
        font-size: 20px !important;
        margin: 15px 0px 15px 0px !important;
    }

    #spu-605 .pop-up-button {
        font-size: 20px !important;
    }

    #spu-605 .popup-footer {
        font-size: 16px !important;
    }

    #spu-605 .spu-icon {
        right: 50px !important;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    #spu-605 img.popup-logo {
        max-width: 70%;
        margin-bottom: 10%;
    }

    #spu-605 h1 {
        font-size: 42px;
        margin-bottom: 8%;
    }

    #spu-605 .left-popup-col {
        padding: 0 10px 40px 10px;
    }

    #spu-605 p {
        font-size: 18px;
        line-height: 24px;
    }

    #spu-605 .pop-up-button {
        font-size: 20px;
    }

    .single-page-related .img-scale-wrap img {
        width: 100% !important;
        height: unset !important;
    }
}

@media only screen and (max-width: 1024px) {
    #spu-605 h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 5%;
    }

    #spu-605 .pop-up-button {
        font-size: 16px;

    }

    #spu-605 img.popup-logo {
        margin-bottom: 10%;
        width: 50%;
    }

    #spu-605 p {
        padding: 0;
        font-size: 18px;
        margin: 25px 0px 25px 0px;
    }

    #spu-605 .popup-footer {
        font-size: 16px;
        padding: 10px;
    }

    #spu-605 .left-popup-col {
        padding: 0px 10px 15px 10px;
    }
}

#avatar-pink {
    display: none;
}

#glass-pink {
    display: none;
}

/*
    Sticky Header
*/

#header.sticky {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 9999;
}

#header.sticky {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

#header.sticky .navbar-toggle {
    left: -15px;
}

#header.sticky .bottom-header-row {
    position: absolute;
    top: 8px;
    right: 300px;
}

#header.sticky .header-divider {
    display: none;
}

#header.sticky .join-us-round-gray {
    display: none;
}

#header.sticky .join-grey-svg {
    display: none;
}

#header.sticky .join-us-round {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 0 76%);
    clip-path: polygon(0 0, 100% 0, 100% 76%, 0 76%);
}

#header.sticky .header-logo-col {
    width: 15%;
    z-index: 999 !important;
}

#header.sticky .header-menu-col {
    width: 85%;
}

.join-grey-svg {
    position: absolute;
    left: 0;
    top: 0
}


@media (max-width: 768px) {
    #header.sticky .bottom-header-row {
        left: 15px;
    }

    #header.sticky .header-logo-col {
        width: 135px !important;
    }

    #header.sticky .navbar-right {
        margin: 12px 135px 12px 0 !important;
    }

}

@media only screen and (max-width: 1430px) {
    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
        margin-right: 35px !important;
    }

    #header.sticky .navbar-right {
        margin: 12px 145px 12px 0 !important;
    }

    #header.sticky .header-logo-wrapper {
        padding-top: 2px;
    }

    #header.sticky .bottom-header-row {
        right: 270px;
    }

    #header.sticky .logo-image {
        width: 230px
    }
}


@media only screen and (max-width: 960px) {
    #header.sticky .header-logo-wrapper {
        padding-top: 19px !important;
    }

    #header.sticky .logo-image {
        width: 100% !important;
    }

    #spu-605 .spu-icon {
        right: 60px;
    }

    #spu-605 .spu-content {
        width: 88%;
    }

}

@media only screen and (max-width: 1200px) {

    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
        margin-right: 20px !important;
    }

    #header.sticky .header-logo-wrapper {
        padding-top: 9px;
    }

    .one_business_text_wrap {
        padding-top: 15px;
    }

    #header.sticky .header-logo-col {
        width: 12%;
    }

    #header.sticky .header-menu-col {
        width: 88%;
    }

    #header.sticky .logo-image {
        width: 185px
    }
}

@media only screen and (max-width: 992px) {
    #header.sticky .account-login {
        display: none;
    }

    #header.sticky .bottom-header-row {
        right: 215px;
    }

    #header.sticky .navbar-right {
        margin: 12px 140px 12px 0 !important;
    }

    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:last-child)>a.mega-menu-link {
        margin-right: 18px !important;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        font-size: 12px !important;
    }

    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: calc(100% + 60%) !important;
        left: -22% !important;
    }

    #header.sticky #main-menu .mega-menu-heading-item a,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 17px !important;
    }

    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        letter-spacing: 1px !important;
    }
}

@media (max-width: 767px) {
    #header.sticky #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu {
        width: 100% !important;
        left: 0 !important;
    }
}

@media (width: 768px) {
    #header.sticky>div>div>div:first-child {
        top: 0;
        left: 0;
    }

    #header.sticky #mega-menu-wrap-primary {
        left: 110px;
        top: -63px;
    }
}

@media (max-width: 425px) {
    #header.sticky .navbar-right {
        margin: 15px 100px 3px 0 !important;
    }

    #header.sticky .header-logo-col {
        width: 120px !important;
        top: 5px !important;
    }

    #header.sticky .top-row {
        padding: 0 10px 10px 10px;
    }

    #header.sticky .join-us-round {
        top: -11px;
    }

    #header.sticky .header-logo-wrapper {
        padding-top: 10px !important;
    }

    #header.sticky>div:last-child .navbar {
        top: -3px;
        left: 0;
    }

    .vc_posts_by_tag .posts_by_tag_row h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .single-post .post-content-column h2 {
        line-height: 30px;
    }

    .vc_posts_by_tag .posts_by_tag_row h2 a {
        font-size: 24px !important;
    }

    .f-post {
        padding: 0 10px !important;
    }
}

@media (max-width: 320px) {
    #spu-605 .spu-icon {
        right: 25px !important;
    }

    #header>div>div>div:first-child {
        left: 40px;
    }

    #header .logo-image {
        width: 95%;
    }

    #header.sticky .header-logo-col {
        width: 100px !important;
        top: 8px !important;
    }

    .f-post {
        width: 100% !important;
    }
}

.pink-row-shortcode {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background-image: url(../../../uploads/2018/07/layer-15_id-131.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.pink-row-shortcode-members {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background-image: url(../../../uploads/2018/07/gx5by_id-123.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 1px !important;
}

/* 16-08-2018 */
.vc-event-item {
    margin-bottom: 65px;
}

.vc-event-item .event-image-column {
    float: right;
}

.event-image-width-caption {
    margin-top: 63px;
}

.vc-event-item .photo-meta {
    font-size: 15px;
    padding: 7px 15px 10px;
    text-align: center;
}

.vc-event-item .post-content-column .photo-meta strong {
    display: block;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: normal;
}

h2.event-title {
    color: #000;
    letter-spacing: 0;
}

.style-one-text-column .event-shop-name {
    margin: 25px 0;
    padding: 0;
}

.event-shop-name .svg-inline--fa {
    font-size: 16px;
}

.event-date {
    padding-bottom: 6px;
}

.style-one-text-column .event-date,
.style-one-text-column .event-location {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
}

.style-one-text-column .image-icon,
.vc-event-meta {
    display: inline-block;
    vertical-align: middle;
}

.style-one-text-column .image-icon {
    display: table;
}

.image-icon img {
    display: inline-block;
    width: 17px;
    margin-top: 7px;
    height: auto;
}

.date-time.image-icon img {
    margin-top: -2px;
}

.event-location {
    padding-bottom: 4px;
}

.style-one-text-column .event-address-url {
    line-height: normal;
}

.event-url:hover {
    color: #000;
    text-decoration: none;
}

.style-one-text-column .event-cost {
    width: 23px;
}

.single-post .post-inner-image .photo-meta {
    background: none;
    padding-left: 4px;
    padding-right: 4px;
}

.single-post .post-inner-image .photo-meta .photo-credit,
.single-post .wp-caption .wp-caption-text .photo-credit {
    color: #acaaaa;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-top: 3px;
    text-align: left;
}

.single-post .post-inner-image .photo-meta .caption,
.single-post .wp-caption .wp-caption-text .caption {
    color: #111111;
    font-size: 14px;
    font-weight: 300;
    padding-top: 3px;
    text-align: left;
}

.single-post .wp-caption .wp-caption-text {
    font-style: normal;
    margin: 0;
    padding: 7px 4px 10px;
}

.single-post .wp-caption .wp-caption-text .photo-credit,
.single-post .wp-caption .wp-caption-text .caption {
    display: block;
}

.single-post .post-title-column h2 {
    color: #000;
    font-size: 60px;
    letter-spacing: -0.0625rem;
    line-height: 72px;
}

/* 17-08-2018 */
.number-list-item .number-image {
    padding: 0 10px 5px 0;
    width: 80px;
}

.number-list-item .number-image img {
    display: block;
    height: 87px;
    margin: 0 auto;
}

/* 20-08-2018 */
.event-item .event-image-column {
    float: right;
}

.event-item .event-image-width-caption {
    background: none;
}

.event-item .photo-meta {
    padding: 10px 0 0 5px;
}

.event-item .photo-meta .photo-credit {
    color: #acaaaa;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 3px;
    text-align: left;
}

.event-item .photo-meta .caption {
    color: #111111;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.single-post .post-content-column .event-item h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
}



#content-number-list .event-shop-name a,
.event-shop-name a,
#content-number-list .event-item a,
.event-address-url a {
    text-decoration: none;
}

.style-two-text-column .image-icon img {
    margin-top: 2px;
}

.event-item .event-get-there {
    display: flex;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 6px;
}

.event-item .style-one-text-column .event-address-url {
    margin: 8px 6px 5px 2px;
}

.post-content-column .event-item .event-content {
    letter-spacing: 0;
    line-height: 34px;
}

.event-item .event-content {
    margin: 23px 0 16px !important;
}

.event-item .event-price.image-icon img {
    margin-top: -5px;
}

.shortcode-icon {
    line-height: 1.7;
    display: inline-block;
}

.shortcode-icon .image-icon img {
    margin-top: -3px;
}

/* BLOCKQUOTE */
.post-content-column blockquote,
.exhale-blockquote {
    border: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    color: #595f72;
    display: block;
    float: none;
    font-size: 32px;
    font-style: italic;
    margin: 0 0 35px;
    max-width: 100%;
    padding: 58px 25px 34px;
    text-align: center;
}

.post-content-column blockquote p {
    color: #595f72;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    padding: 14px 75px 0;
    position: relative;
}

.post-content-column blockquote p:before,
.exhale-blockquote:before {
    background: url(../images/open-quote.png) no-repeat;
    background-size: 63px;
    content: "";
    height: 51px;
    left: 0;
    position: absolute;
    top: 0;
    width: 64px;
}

.post-content-column blockquote p:after,
.exhale-blockquote:after {
    background: url(../images/close-quote.png) no-repeat;
    background-size: 63px;
    bottom: 37px;
    content: "";
    height: 51px;
    position: absolute;
    right: 0;
    width: 64px;
}

.post-content-column blockquote strong,
.exhale-blockquote strong {
    color: #000;
    display: block;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    padding-top: 30px;
    text-transform: uppercase;
}

.exhale-blockquote {
    line-height: 40px;
    padding: 72px 100px 45px;
    position: relative;
}

.exhale-blockquote:before {
    left: 25px;
    top: 58px;
}

.exhale-blockquote:after {
    bottom: 82px;
    right: 25px;
}

/* HOME */
.front_slider_content>.vc_column-inner>.wpb_wrapper {
    max-width: 700px;
    width: 100%;
}

.promo-col .three-posts-text-col .four_posts_category:hover {
    color: #fff;
}

.pink-row.bold-content .wpb_column {
    padding: 0 0 0 10px;
}

/* 22-08-2018 */
.conversation-etiquet {
    padding: 0 15px;
}

/* 23-08-2018 */
.post-content-column p,
.exhale-intro-first,
div.wp-caption {
    margin-bottom: 37px;
}

.one_business_wrap {
    border: 1px solid #d2d2d2;
    display: block;
}

.one_business_image {
    padding-right: 25px;
}

.one_business_image a {
    display: block;
}

.one_business_image img {
    max-width: 100%;
}

.one_business_text_wrap {
    line-height: normal;
    padding: 0;
}

.one_business_text_wrap .four_posts_category {
    display: inline-block;
    margin-bottom: 9px;
}

.one_business_text {
    padding: 0;
    position: static;
}

.one_business_title {
    line-height: 26px;
    padding: 0 0 8px;
}

.one_business_title a {
    display: inline-block;
}

.one_business_text_wrap p {
    line-height: 27px;
    margin-bottom: 10px;
}

/* 24-08-2018 */
.related-title {
    margin-top: 37px;
}

.feat-single-caption img {
    margin-bottom: 10px;
}

div.feat-single-caption .exhale-caption-by {
    margin-top: 0;
}

.single-post .post-content-column .style-two-text-column .event-subtitle,
.style-two-text-column .event-subtitle {
    font-family: Roboto, sans-serif !important;
    font-weight: 500 !important;
}

.exhale-intro-wrap {
    margin-bottom: 15px;
}

.no-bot-space {
    margin-bottom: 0;
}

#events-filtr {
    margin-top: 0;
}

/* 25-08-2018 */
#mega-menu-wrap-primary #mega-menu-primary .mega-unclickable>a.mega-menu-link,
.mega-unclickable>a,
.unclickable>a {
    cursor: default;
}

.vc_posts_by_tag.one-font .posts_by_tag_row h3 {
    color: #f26656;
    font-family: 'Playfair Display', serif !important;
    font-size: 36px;
    font-weight: 700 !important;
    line-height: 1.1;
}

/* SINGLE POST HORIZONTAL IMAGE */
.single-post .post-top-area.has-horizontal {
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.has-horizontal .single-post-detail-col {
    float: none;
    margin: 0 0 30px;
    width: 100%;
}

.has-horizontal .single-post-detail-col .post-title-column {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

.has-horizontal .single-post-feat {
    float: none;
    width: 100%;
}

.has-horizontal .single-post-thumbnail {
    float: none !important;
}

.has-horizontal .single-post-thumbnail img {
    height: auto;
    max-height: inherit;
    -o-object-fit: inherit;
    object-fit: inherit;
    width: auto;
}

/* SHORTENED HOMEPAGE HEADER */
.front_short_slider_wrapper {
    min-height: 459px !important;
}

.front_short_slider_wrapper.vc_row-no-padding .vc_inner.front-slider-slide {
    background-position: center top !important;
    float: none;
    margin: 0 auto;
    max-width: 1500px;
    min-height: 459px !important;
    width: 100% !important;
}

.front_short_slider_wrapper .center-col {
    min-height: 459px !important;
    padding-top: 0;
    padding-bottom: 52px;
}

.front_short_slider_wrapper .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.front_short_slider_wrapper .wpb_content_element {
    margin-bottom: 21px;
}

.front_short_slider_wrapper #front_slider h1 {
    margin-bottom: 17px;
}

.front_short_slider_wrapper #front_slider h2 {
    margin-bottom: 13px;
}

.front_short_slider_wrapper #front_slider p {
    font-weight: 400;
    line-height: 28px;
}

/* 28-08-2018 */
.one_business_wrap:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.business-row .inner-business {
    height: auto;
    padding: 39px 34px !important;
}

.business-row .vc_btn3-container {
    margin-bottom: 0;
}

.single .post-author-box .post-media-body h2 a {
    color: #f26656;
}

.single .post-author-box .post-media-body h2 a:hover {
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 1429px) {

    .single-post .post-title-column h2 {
        font-size: 50px;
        line-height: 62px;
    }

    .one_business_image {
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {

    .business-row .wpb_content_element {
        margin-bottom: 20px;
    }

    .business-row h1 {
        margin-bottom: 24px;
    }

    .business-row .wpb_content_element p {
        line-height: 24px;
    }

    .vc_posts_by_tag.one-font .posts_by_tag_row h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {

    .one_business_wrap {
        padding: 35px 25px;
    }

    .one_business_image {
        margin: 0 auto;
        max-width: 150px;
        padding: 0 0 15px;
        width: 100%;
    }

    .one_business_wrap .four_posts_category {
        display: block;
    }

    .one_business_wrap .col-lg-6 {
        padding: 0 0 0 10px;
    }

    #feat-events-header {
        background-position: center top;
        height: 360px;
        padding-top: 50px;
    }

    .hide-on-mob {
        display: none;
    }

    div#members-says {
        padding-top: 60px;
    }

    .single-post .post-title-column h2 {
        font-size: 46px;
        line-height: 58px;
    }

    .inner-business .one_business_text_wrap {
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .post-title-column .four_posts_category {
        margin-bottom: 0 !important;
    }

    .single-post .post-title-column h2 {
        font-size: 36px !important;
        letter-spacing: 0;
        line-height: 42px;
    }

    .exhale-blockquote:before {
        display: block;
    }

    .post-content-column p,
    .exhale-intro-first,
    div.wp-caption,
    .single-post .post-content-column h3 {
        margin-bottom: 17px;
    }

    .related-title {
        margin-top: 25px;
    }

    .exhale-intro-wrap {
        margin-bottom: 15px;
    }

    .no-bot-space {
        margin-bottom: 0;
    }

    .est-reading {
        padding-left: 0;
    }

    .four_posts_date {
        padding-right: 5px;
    }

    .front_short_slider_wrapper,
    .front_short_slider_wrapper.vc_row-no-padding .vc_inner.front-slider-slide {
        min-height: 332px !important;
    }

    .front_short_slider_wrapper .center-col {
        min-height: 332px !important;
        padding-top: 17px;
        padding-bottom: 6px;
    }

    .front_slider_content>.vc_column-inner>.wpb_wrapper {
        max-width: 610px;
    }

    .front_slider_content .wpb_content_element {
        margin-bottom: 25px;
    }

    .front_short_slider_wrapper .front-slider-slide {
        padding-left: 10px !important;
    }

    #front_slider h1 {
        font-size: 55px;
        line-height: 53px;
        margin-bottom: 22px;
    }

    #front_slider h2 {
        font-size: 22px;
        line-height: 23px;
        margin-bottom: 17px;
    }

    #front_slider p {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {

    .vc-event-item,
    .event-item {
        margin-bottom: 45px;
    }

    .vc-event-item .event-image-column,
    .event-item .event-image-column {
        float: none;
        margin-bottom: 35px;
    }

    .event-image,
    .event-item .event-image-width-caption {
        margin-top: 0;
    }

    .post-content-column blockquote {
        padding: 28px 0 19px;
    }

    .post-content-column blockquote p,
    .exhale-blockquote {
        font-size: 24px;
        line-height: 32px;
        padding: 14px 55px 0;
    }

    .post-content-column blockquote p:before,
    .post-content-column blockquote p:after,
    .exhale-blockquote:before,
    .exhale-blockquote:after {
        background-size: 40px;
        height: 33px;
        width: 40px;
    }

    .post-content-column blockquote strong,
    .exhale-blockquote strong {
        padding-top: 12px;
    }

    .exhale-blockquote {
        padding: 42px 55px 30px;
    }

    .exhale-blockquote:before {
        left: 0;
        top: 28px;
    }

    .exhale-blockquote:after {
        bottom: 67px;
        right: 0;
    }

    .one_business_wrap {
        padding: 25px 15px;
    }

    .one_business_wrap .four_posts_category {
        letter-spacing: 0.8px;
    }

    .one_business_text {
        padding: 20px;
        right: -15px;
    }

    .one_business_title {
        line-height: normal;
        padding: 0;
    }

    .one_business_text_wrap p {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .vc_row.business-listing-row {
        margin-bottom: 15px !important;
    }

    .category .archive .entry-preview {
        padding: 35px 0 30px;
    }

    .archive .entry-preview::after {
        padding-top: 30px;
    }

    .category .one_post_text_wrap {
        padding-bottom: 0;
    }

    .category .archive .one_post_title {
        margin-bottom: 0;
    }

    .pagination {
        margin-top: 30px;
    }

    .inner-business>div {
        position: static;
        transform: none;
    }

    .one_business_text {
        padding: 0;
    }

    .one_business_title {
        line-height: 26px;
        padding: 0 0 11px;
    }

    .single-post .post-top-area {
        display: block;
    }

    .post-title-column {
        padding: 0 0 20px;
        width: 100% !important;
    }

    .has-horizontal .single-post-detail-col {
        margin-bottom: 16px;
    }

    .has-horizontal .post_meta_info {
        padding-top: 0;
    }

    .front_short_slider_wrapper .front_slider_content>.vc_column-inner>.wpb_wrapper {
        max-width: 520px;
    }

    .featured_post_row .one_post_title {
        font-size: 24px;
        padding-bottom: 0;
    }

    .featured_post_row .one_post_text_wrap p {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (max-width: 989px) {

    .exhale-blockquote {
        padding: 42px 55px 30px !important;
    }
}

@media (max-width: 768px) {

    .three-posts-row .wpb_wrapper>div .row {
        width: auto;
    }

    .three-posts-row .promo_text_wrap {
        padding: 10px 0;
    }

    .business-row .inner-business {
        width: 100%;
    }

    .est-reading {
        padding-left: 0;
    }

    .four_posts_date {
        padding-right: 5px;
    }

    .post_meta_info .news_author {
        margin-right: 2px;
    }

    .business-listing-row>.vc_column_container>.vc_column-inner>.wpb_wrapper>.business-row {
        margin: 0;
    }

    .business-row>div>div {
        padding: 30px 0 40px;
    }

    .business-row .inner-business {
        padding: 0 34px 9px !important;
    }

    .read_more_business {
        position: static;
        transform: none;
    }
}

@media (max-width: 767px) {

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        display: block;
        line-height: 24px;
        margin-bottom: 18px;
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 22px !important;
        margin: 0 !important;
        padding: 0;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children>a.mega-menu-link {
        margin-left: 0px !important;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        display: inline-block;
        float: none;
    }

    #header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:before {
        content: "+";
    }

    #header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:before {
        content: "-";
    }

    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    .mega-menu-item .mega-menu-description,
    #header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover,
    #header #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
    #header .mega-menu-item .mega-description-group:hover .mega-menu-description,
    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover,
    #main-menu .mega-menu-heading-item a:hover {
        color: #fff !important;
    }

    body #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu,
    #main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-fullwidth-parent>ul.mega-sub-menu>li.mega-menu-item {
        float: none;
    }

    #mega-menu-wrap-primary,
    #mega-menu-wrap-primary #mega-menu-primary,
    #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
        text-align: center;
    }

    .front_slider_wrapper,
    .front_slider_content {
        min-height: 0 !important;
    }

    .front_slider_wrapper .front-slider-slide {
        background-image: url(../images/slider-gradient-bg.jpg) !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    .front_slider_content {
        padding: 7px 30px 24px !important;
    }

    #front_slider h1 {
        color: #fff;
        font-size: 45px;
        line-height: 43px;
        margin-bottom: 18px;
    }

    #front_slider h2 {
        color: #fff;
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 14px;
    }

    #front_slider p {
        color: #fff;
        font-size: 16px;
        line-height: normal;
    }

    #front_slider .vc_btn3-container {
        display: none;
    }

    .pink-row h1 {
        font-size: 35px !important;
        margin-bottom: 20px;
        padding-top: 5px;
    }

    #home-bis-more .read_more_business {
        transform: none;
    }

    .vc_row.business-listing-row {
        margin-bottom: 35px !important;
    }

    .one_business_text {
        position: static;
        padding-bottom: 0;
    }

    #feat-events-header {
        height: auto;
        padding: 50px 0;
    }

    div#members-says {
        padding-top: 0;
    }

    .business-row h1 {
        line-height: 48px;
        margin-bottom: 25px;
    }

    .business-row .wpb_content_element {
        margin-bottom: 25px;
    }

    .related-title {
        margin-top: 0;
    }

    div#sinle-event-header-title {
        font-size: 30px;
    }

    .front_short_slider_wrapper,
    .front_short_slider_wrapper.vc_row-no-padding .vc_inner.front-slider-slide {
        min-height: 0 !important;
    }

    .front_short_slider_wrapper .center-col {
        min-height: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .front_short_slider_wrapper .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 35px;
    }

    .front_short_slider_wrapper .front_slider_content {
        padding: 7px 30px 20px !important;
    }

    div#join-our-community {
        background-image: url(../images/slider-gradient-bg.jpg) !important;
        display: table;
        height: 245px;
    }

    #join-our-community .vc_column_container {
        display: table-cell;
        vertical-align: middle;
    }

    #join-our-community.vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    #join-our-community .wpb_content_element {
        margin-bottom: 0;
    }

    div#join-our-community h1 {
        font-size: 45px;
        line-height: 43px;
        margin-bottom: 18px;
        padding-top: 0;
    }

    div#join-our-community p {
        font-size: 16px;
        line-height: normal;
    }

    div#members-plans-row {
        margin-top: 20px;
    }

    .front_short_slider_wrapper {
        padding: 0;
    }

    .front_short_slider_wrapper .front_slider_content>.vc_column-inner>.wpb_wrapper {
        max-width: 100%;
    }

    .featured_post_row .one_post_text_wrap p {
        font-size: 18px;
        line-height: 1.2;
    }

    .single-post .exhale-subhead {
        font-size: 27px;
    }

    .single-post .post-content-column .exhale-subhead-two {
        font-size: 22px;
    }
}

@media (max-width: 550px) {

    .business-row h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .post_meta_info {
        letter-spacing: 0;
    }

    .one_business_row .one_business_wrap {
        padding: 20px;
    }
}

@media (max-width: 479px) {

    .post-content-column blockquote p,
    .exhale-blockquote {
        font-size: 20px;
        line-height: 28px;
        padding: 4px 40px 0;
    }

    .post-content-column blockquote p:before,
    .post-content-column blockquote p:after,
    .exhale-blockquote:before,
    .exhale-blockquote:after {
        background-size: 30px;
        height: 24px;
        width: 30px;
    }

    .post-content-column blockquote strong,
    .exhale-blockquote strong {
        font-size: 15px !important;
    }

    .exhale-blockquote {
        padding: 32px 40px 31px !important;
    }

    .exhale-blockquote:after {
        bottom: 68px;
    }

    .pink-row .wpb_column .vc_btn3 {
        font-size: 15px !important;
    }

    .post_meta_info .news_author {
        margin-right: 1px;
    }

    .business-row>div {
        padding: 0 !important;
    }

    .business-row>div>div {
        padding: 20px 15px 30px;
    }

    .business-row .inner-business {
        padding: 0 20px 9px !important;
    }
}

@media (max-width: 425px) {

    .vc_posts_by_tag.one-font .posts_by_tag_row h3 {
        font-size: 24px !important;
        line-height: 1.1 !important;
    }
}

#header-static {
    display: none;
}

.j-center {
    justify-content: center;
}

.posts_by_tag_row {
    padding: 25px 0;
    border-bottom: 1px solid lightgrey;

}

.vc_posts_by_tag {
    border-top: 1px solid lightgrey;
}

.vc_posts_by_tag .posts_by_tag_row h3 {
    font-family: Roboto, sans-serif !important;
    color: #000000;
    font-size: 24px;
    font-weight: 300 !important;
    line-height: 40px;
    text-align: left;
    margin-bottom: 0 !important;
}

.vc_posts_by_tag .posts_by_tag_row a {
    text-decoration: none !important;
}

.vc_posts_by_tag .posts_by_tag_row h2 a {
    font-family: PlayfairDisplay, serif !important;
    color: #f26656;
    font-size: 36px;
    font-weight: 700 !important;
    text-align: left;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.vc_posts_by_tag .posts_by_tag_row h2 {
    margin-bottom: 16px;
}

.vc_posts_by_tag .posts_by_tag_row h2 a:hover {
    color: black;
}

.vc_posts_by_tag .posts_by_tag_row .posts_by_tag_img {
    width: 100%;
    height: auto;
}

.vc_posts_by_tag .posts_by_tag_row p {
    font-family: Roboto, sans-serif !important;
    color: #101010;
    font-size: 18px;
    font-weight: 300 !important;
    line-height: 32px;
    text-align: left;
}

#spu-1344 {
    border-radius: 20px !important;
}

#mega-menu-wrap-primary {
    background: transparent;
    position: relative;
    z-index: 9;
}

@media (max-width: 1200px) {
    .single-post .post-content-column h2 {
        line-height: 32px;
    }

    .vc_posts_by_tag .posts_by_tag_row h2 a {
        font-size: 32px;
    }

    .vc_posts_by_tag .posts_by_tag_row h3 {
        font-size: 21px;
        line-height: 34px;
    }
}

.container-pink-row-shortcode {
    position: relative;
    left: -16%;
}

@media (max-width: 1024px) {
    .container-pink-row-shortcode {
        left: 0;
        width: 100% !important;
        padding: 0 !important;
    }
}

.pink-row-shortcode-conversation h1 {
    font-size: 48px !important;
    line-height: 70px;
    width: 90%;
    margin: 0 auto;
}

.pink-row-shortcode-conversation p {
    font-size: 30px !important;
    margin-bottom: 10px;
}

.pink-row-shortcode-conversation .pink-row {
    margin-bottom: 15px !important;
}

.pink-row-shortcode-conversation .vc_general.vc_btn3.vc_btn3-size-lg {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.page-id-1738 .entry-title {
    display: none;
}

#ask-a-question-header {
    position: relative;
    height: 200px;
}

.ask-bg-container {
    position: absolute;
    height: 200px;
    width: 100vw;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: calc((100vw - 1385px)/(-2));
}

@media (max-width: 1429px) {
    .ask-bg-container {
        left: calc((100vw - 1155px) / (-2));
    }
}

@media (max-width: 1199px) {
    .ask-bg-container {
        left: calc((100vw - 955px) / (-2));
    }
}

@media (max-width: 991px) {
    .ask-bg-container {
        left: calc((100vw - 735px) / (-2));
    }
}

@media (max-width: 767px) {
    .ask-bg-container {
        left: -15px;
    }
}

#simple-page-title-container {
    position: relative;
    z-index: 1;
}

.is-flex.no-wrap {
    flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
}

#ask-a-question-header h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.top-area-no-thumb {
    padding-top: 25px !important;
}

.cat_single_no_thumb {
    width: unset !important;
    position: unset !important;
}

.page-template-simple-page #simple-page-cont a {
    color: #f26656;
    text-decoration: underline;
}

.page-template-simple-page #simple-page-cont a:hover {
    color: #000 !important;
}

/* Questions Page */
.cma-sidebar .widget img {
    width: unset;
}

.cma-thread-userbox-avatar img {
    border-radius: 50%;
    width: 80px !important;
}

.cma-thread-list.numbers-vertically .cma-thread-numbers.cma-thread-views {
    margin: 0 !important;
    padding-bottom: 0;
}

.cma-thread-unanswered {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: green;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
}

.cma-thread-unanswered .first-answer-arrow {
    color: green;
    margin-right: 5px;
}

.cma-thread-userbox .cma-thread-userbox-info {
    font-size: 14px;
    text-align: left;
    padding: 0;
    color: #656d78;
}

.cma-thread-userbox-avatar {
    padding: 0 !important;
}

.cma-thread-userbox .cma-thread-userbox-info .cma-thread-posted .cma-thread-posted-time {
    font-family: Roboto, sans-serif;
    color: #a4b4bb;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}

.cma-thread-userbox .cma-thread-userbox-info .cma-thread-posted a {
    font-family: Roboto, sans-serif;
    color: #474747;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

.cma-thread-userbox-info .cma-thread-userbox-info-favorite {
    font-size: 18px;
}

.cma-thread-snippet {
    border-top: 1px solid lightgray;
}

.cma-thread-userbox .cma-thread-userbox-info .cma-thread-category {
    font-size: unset;
    text-align: unset;
}

.cma-thread-userbox .cma-thread-userbox-info .cma-thread-category a {
    color: #4fc0e8;
}

/* Single Question Page */
.entry-content ul>li:before,
.comment-content ul>li:before {
    content: unset !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li {
    background: transparent !important;
    border: 2px solid #4fc0e8 !important;
    border-radius: 0;
    font-weight: 700;
    height: unset;
    font-size: 14px;
    padding: 10px 0px !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li.cma-current-sort {
    background: #4fc0e8 !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li.cma-current-sort:hover {
    border: 2px solid #31b2e0 !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li.cma-current-sort a {
    color: white !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li a {
    padding: 13px 19px !important;
    border: unset !important;
    color: #4fc0e8 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li.cma-current-sort a:hover {
    background: #31b2e0 !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li a:hover {
    color: white !important;
    background: #4fc0e8 !important;
}

ul.cma-thread-orderby.cma-answers-orderby>li a {
    border: unset !important;
}

.single-cma_thread .cma-questions-widget .cma-thread-snippet .cma-thread-userbox-avatar {
    display: none;
}

.single-cma_thread .cma-sidebar .cma-questions-widget .cma-thread-snippet .cma-thread-userbox-avatar {
    display: block;
}

.cma-login-container .cma-login .cma-login-wp #wp-submit,
.cma-form-container input[type="submit"] {
    background: #fe6c61 !important;
    border-radius: unset !important;
}

.cma-login-container .cma-login .cma-login-wp #wp-submit,
.cma-form-container input[type="submit"]:hover {
    background: #ff5649 !important;
    border-radius: unset !important;
}

.question-content-single .cma-comment-form-container a.cma-comment-add-link {
    padding: 1px 19px;
    ;
    text-decoration: none;
}

.cma-comment-form-container a.cma-comment-add-link {
    background: transparent;
    color: #4fc0e8;
    border: 2px solid #4fc0e8 !important;
    border-radius: 0;
    font-weight: 700;
    height: unset;
    padding: 13px 19px;
    font-size: 14px;
}

.cma-comment-form-container a.cma-comment-add-link:hover {
    background: #4fc0e8;
    color: white;
}

.cma-answers-wrapper tr.cma-answer td.cma-left-col {
    border-bottom: 1px solid lightgray !important;
    border-top: 1px solid lightgray !important;
    border-left: unset !important;
    border-right: 1px solid lightgrey !important;
}

.cma-answers-wrapper tr.cma-answer td.cma-answer-content {
    border-bottom: 1px solid lightgray !important;
    border-top: 1px solid lightgray !important;
    border-left: 1px solid lightgray !important;
    border-right: unset !important;
}

.question-header-single {
    background-size: cover;
    margin-bottom: 20px !important;
}

.question-header-single h1 {
    padding-top: 95px;
    margin-bottom: 30px;
    color: white;
    font-family: PlayfairDisplay, serif !important;
    font-size: 40px;
    font-weight: 700;
}

.question-header-single-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.question-header-single h2 {
    color: white;
    font-family: Roboto, sans-serif !important;
    font-size: 52px;
    font-weight: 300 !important;
    padding-bottom: 65px;
}

.question-header-meta-single .cma-question-meta {
    float: left;
    background: unset !important;
    max-width: 1600px !important;
    position: relative;
    padding-left: 120px !important;
    color: white;
}

.question-header-meta-single .cma-question-meta .cma-question-author img {
    position: absolute;
    width: 96px;
    height: 96px;
    top: -15px;
    left: 0;
    border-radius: 50%;
}

.question-single-controls {
    float: right;
}

.question-header-meta-single .cma-question-meta .cma-question-author {
    font-size: 24px;
    font-family: Roboto, sans-serif !important;
    font-weight: 300 !important;
    display: inline !important;
}

.question-header-meta-single .cma-question-meta .cma-question-author .cma-private-question-icon {
    margin-left: 10px;
    background: url(../images/private-message.png);
    background-size: contain;
    width: 36px;
    height: 36px;
}

.question-header-meta-single .cma-question-meta .cma-user-profile-link {
    color: white;
}

.question-header-meta-single .cma-question-meta .cma-question-date {
    display: inline;
    font-weight: 300 !important;
    font-size: 20px;
    font-family: Roboto, sans-serif !important;
    margin-left: 10px;
}

.question-content-single .cma-thread-resolve-form button {
    border-radius: 0 !important;
    font-weight: 700 !important;
}

.question-header-meta-single .cma-question-meta .cma-question-views {
    display: inline;
    font-weight: 300 !important;
    font-size: 20px;
    font-family: Roboto, sans-serif !important;
    margin-left: 10px;
}

.single-cma_thread .cma-col-left {
    padding: 0 15px;
}

.single-cma_thread .cma-col-right {
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .single-cma_thread .cma-col-left {
        width: 100%;
        padding: 10px;
    }

    .single-cma_thread .cma-col-right {
        width: 100%;
        padding: 10px;
    }

    .cma-answers-wrapper>div.cma-form-container.cma-answer-form-container>form>div.cma-form-input>div.cma-file-upload>label>input[type="file"] {
        width: 230px !important;
    }

    .question-header-single h1 {
        padding-top: 65px;
        font-size: 34px;
    }

    .question-header-single h2 {
        font-size: 36px;
        padding-bottom: 45px;
    }
}

/* QUESTIONS PAGE STARTS */

.cma-thread-title a:hover {

    text-decoration: none !important;
    color: #f26657 !important;

}

#primary.cma-content .cma-wrapper {
    max-width: 100% !important;
}

.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cmaexp-thread-controls,
.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-title {
    padding-right: 0 !important;
    padding-bottom: 10px;
}

.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cmaexp-thread-controls,
.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-content {
    font-family: Roboto, sans-serif;
    color: #767676;
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}

.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cmaexp-thread-controls,
.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-title a {
    color: #0c0c0c;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}

.cma-questions-widget .cma-thread-snippet {
    padding: 0 !important;
}

.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-summary-right {
    position: relative !important;
    width: 100% !important;
}

.cma-thread-list .cma-thread-meta {
    margin: 0 !important;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-answers.cma-thread-no-answers {
    display: flex !important;
    border-right: 4px solid #f9b02d !important;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-answers .cma-thread-numbers-count.cma-thread-answers-count {
    font-size: 48px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto, sans-serif !important;
    color: #6fa66c;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-answers .cma-thread-numbers-caption.cma-thread-answers-caption {
    font-family: Roboto, sans-serif !important;
    color: #bbbbbb;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.cma-thread-meta-div {
    padding: 30px 0 30px 8px;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-answers.cma-thread-no-answers .cma-thread-numbers-count.cma-thread-answers-count {
    color: #f9b02d;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-answers {
    width: calc(70% - 8px);
    height: 115px !important;
    outline: 4px solid rgba(223, 223, 223, 33);
    outline-offset: 8px;
    margin: 0 auto !important;
    border: unset !important;
    border-right: 4px solid #6fa66c !important;
    background: unset;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-answers {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 !important;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-views .cma-thread-views-count {
    font-family: Roboto, sans-serif;
    color: #47484a;
    font-size: 18px;
    font-weight: 900;
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-views .cma-thread-views-count .cma-thread-views-caption {
    font-family: Roboto, sans-serif;
    color: #90959a;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-summary-right {
    top: 0 !important;
    text-align: left;
    padding-left: 50px;
}

.cma-thread-updated,
.cma-thread-category {
    text-align: left !important;
}

.unanswered-arrow {
    padding-right: 10px;
    padding-bottom: 4px;
}

.cma-follow-bar.cma-follow-bar-questions-top {
    display: none;
}

.cma-col-left {
    float: none !important;
}

.cma-col-left-single {
    float: left !important;
}

.single.single-cma_thread .cma-questions-widget .row {
    margin: 0 !important;
}

.cma-sidebar .user-info-col {
    border: unset;
}

.cma-sidebar .question-content-col {
    padding: 15px 15px 15px 0px;
}

.cma-sidebar .cma-thread-summary-right .cma-thread-posted .cma-thread-posted-time {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    text-align: left;
}

.cma-sidebar .cma-thread-summary-right .cma-user-profile-link {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    text-align: left;
}

.cma-sidebar .cma-thread-userbox-avatar {
    position: unset;
}

.cma-sidebar .single.single-cma_thread .cma-questions-widget .row>[class*='col-'] {
    width: 100% !important;
    padding: 0;
}

.cma-sidebar .cma-thread-summary-right {
    display: unset;
    padding-bottom: 10px;
}

.cma-sidebar .cma-thread-userbox-avatar img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border: unset;
    padding: unset;
    border-radius: 0;
}

.cma-sidebar .cma-questions-widget .cma-thread-summary-right .cma-avatar-wrapper {
    display: inline-block !important;
    width: 14%;
    vertical-align: top;
}

.cma-sidebar .cma-questions-widget .cma-thread-summary-right .cma-thread-info-wrapper {
    display: inline-block !important;
    width: 84%;
}

.cma-sidebar .left-col-widg {
    width: 100% !important;
}

.cma-sidebar .user-info-col {
    width: 100% !important;
}

.cma-sidebar .cma-questions-widget ul.cma-thread-orderby {
    padding: 29px 0 25px 0 !important;
}

.cma-sidebar .cma-thread-summary-right .cma-thread-category {
    font-size: unset !important;
    font-weight: unset;
    line-height: unset;
    text-align: left !important;
}

.cma_thread :not(.cma-sidebar) .single.single-cma_thread .cma-questions-widget .col-sm-3 {
    width: 100% !important;
    padding: 0;
}

.cma-questions-widget ul.cma-thread-orderby {
    padding: 54px 0 20px 0 !important;
}

.cma-questions-widget ul.cma-thread-orderby li a {
    padding: 0 32px;
    border: 4px solid #e6e9ee;
    line-height: 52px;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    color: #969ba3;
    font-weight: 700;
    height: unset;
    border-radius: 4px;
}

.cma-thread-userbox-avatar img {
    width: 85px !important;
    height: 85px !important;
    border: 1px solid lightgrey;
    padding: 5px;
    background: white;
}

.cma-header-top-content {
    padding: 160px 0;
}

.cma-header-top-content h1 {
    color: white;
    font-family: PlayfairDisplay, serif;
    font-size: 60px;
    font-weight: 700;
    text-align: left;
}

.cma-header {
    background-size: cover !important;
}

.cma-subheader {
    /*background: linear-gradient(to right, #f26656 72%, #ff523f 28%);*/
    background-color: #f26656;
}

.conversation-etiquet {
    height: 100%;
    text-align: center;
    max-width: 305px;
    border: 3px solid #f58c80;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.conversation-etiquet a:hover {
    color: white;
    cursor: pointer;
}

.cma-header-top-content p {
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

.cma-questions-widget ul.cma-thread-orderby li a:hover,
.cma-questions-widget ul.cma-thread-orderby li.cma-current-sort a {
    border-color: #f8b02d;
    background: #f8b02d;
    color: white !important;
}

ul.subheader-ul {
    list-style: none;
    color: white;
    margin-top: auto;
    margin-bottom: 0;
}

.cma-question-button-top {
    font-family: Roboto;
    color: #e05f52;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
}

.cma-thread-summary-right .cma-thread-posted .cma-thread-posted-time {
    font-family: Roboto, sans-serif;
    color: #a4b4bb;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.cma-thread-summary-right .cma-user-profile-link {
    font-family: Roboto, sans-serif;
    color: #474747;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

.cma-thread-summary-right .cma-thread-category {
    font-family: Roboto, sans-serif;
    color: #a4b4bb;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 34px;
    text-align: left !important;
}

.cma-thread-summary-right .cma-thread-users-favorite {
    font-family: Roboto, sans-serif;
    color: #ff6f72;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 34px;
}

.cma-questions-widget .cma-question-button {
    position: absolute;
    right: 0;
    top: 23px;
    margin: 0 !important;
}

.cma-questions-widget .cma-question-button a {
    border-radius: 4px;
    background: #f26657;
    padding: 12px 60px;
}

.cma-subheader a {
    color: white;
    text-decoration: underline;
}

.subheader-container {
    padding: 55px 0;
}

.cma-subheader h3 {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
}

ul.subheader-ul li {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}

ul.subheader-ul li::before {
    content: "â€¢";
    color: #f8b02d;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

@media (min-width: 768px) {
    .cma-header {
        background-position: right !important;
    }

    .cma-thread-userbox-avatar {
        position: absolute;
        left: -62px;
    }

    .user-info-col {
        border-left: 1px solid lightgrey;
        justify-content: center;
    }

    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row.is-flex>[class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .question-content-col {
        padding: 30px 40px 30px 20px;
    }

    .cma-questions-widget .cma-thread-summary-right>div {
        display: inline !important;
    }
}

@media (max-width: 768px) {
    .pink-row-shortcode-members .vc_btn3-container.vc_btn3-center {
        margin-bottom: 15px;
    }

    .vc_posts_by_tag .image_col_tag {
        padding-bottom: 15px;
    }

    .cma-subheader {
        background: #f26656;
    }

    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-summary-right {
        padding-left: 0 !important;
    }

    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cmaexp-thread-controls,
    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-title a {
        font-size: 24px;
    }

    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cmaexp-thread-controls,
    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-content {
        font-size: 18px;
    }

    .cma-questions-widget .cma-thread-summary-right>div {
        text-align: center;
    }

    .conversation-etiquet {
        margin: 0 auto;
    }

    .conversation-col {
        padding-top: 30px;
    }

    .cma-header-top-content h1 {
        font-size: 40px;
    }

    .cma-header-top-content p {
        font-size: 20px;
    }

    .cma-header-top-content {
        padding: 80px 0;
    }
}

@media (max-width: 640px) {
    .cma-questions-widget .cma-question-button {
        position: absolute;
        left: 0;
        top: 15px;
        display: flex;
        flex-direction: column;
    }

    .cma-questions-widget .cma-question-button a {
        text-align: center;
    }

    .cma-questions-widget ul.cma-thread-orderby {
        padding: 110px 0 0 0 !important;
        display: flex;
        flex-direction: column;
    }

    .cma-questions-widget ul.cma-thread-orderby li {
        text-align: center;
    }
}

@media (max-width: 1430px) {
    .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers .cma-thread-numbers-count.cma-thread-answers-count {
        font-size: 28px;
    }

    .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers .cma-thread-numbers-caption.cma-thread-answers-caption {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers {
        height: auto !important;
    }

    .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers .cma-thread-numbers-count.cma-thread-answers-count {
        font-size: 30px;
    }

    .cma-thread-meta-div .cma-thread-numbers.cma-thread-answers .cma-thread-numbers-caption.cma-thread-answers-caption {
        font-size: 17px;
    }
}

@media (max-width: 1024px) {

    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cmaexp-thread-controls,
    .cma-questions-widget .cma-questions-container.cma-container:not(.cma-sidebar-questions) .cma-thread-title a {
        font-size: 26px;
    }

    .cma-thread-summary-right .cma-thread-posted .cma-thread-posted-time {
        font-size: 14px !important;
    }

    .cma-thread-summary-right .cma-thread-category {
        font-size: 14px !important;
    }

    .cma-thread-summary-right .cma-user-profile-link {
        font-size: 20px;
    }
}

.cma-thread-meta-div .cma-thread-numbers.cma-thread-views {
    width: 100%;
}

/* QUESTIONS PAGE ENDS */
.mail-author-icon {
    width: 24px;
    height: 24px;
    display: inline;
    margin-bottom: 10px;
    margin-left: 15px;
}

.author-archive-name {
    display: inline;
}

.about-author-label-archive {
    display: block;
}

#author-mail-black {
    display: none;
}

#event-what.event-select {
    width: 180px;
}

#filtr-text {
    z-index: 1;
}

@media (max-width: 500px) {
    #date-filtr-wrap .daterangepicker {
        left: 0 !important;
        width: 290px;
    }
}

.cma-comments .cma-comments-add.cma-comment-form-container a.cma-comment-add-link {
    float: right;
    color: #f26656;
    border: unset !important;
    text-decoration: underline;
}

.cma-comments .cma-comments-add.cma-comment-form-container a.cma-comment-add-link:hover {
    background: unset;
    color: black !important;
}

#author-block-archive .post-author-box .post-media-body h2 a {
    color: #f26656;
}

#author-block-archive .post-author-box .post-media-body h2 a:hover {
    color: #000;
}

.named-sep {
    color: #adadad;
    margin: 0;
    position: relative;
}

.sep-title span {
    background: #fff;
    color: #adadad;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-weight: 300;
    padding-right: 7px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.named-sep.right .sep-title span {
    padding-right: 0;
    padding-left: 7px;
    float: right;
}

.named-sep.right .named-sep-sep {
    bottom: 0;
    top: 7px;
}

.named-sep-sep {
    background: #d8d8d8;
    bottom: 10px;
    clear: both;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.adv-img {
    width: 100%;
    height: auto;
    padding: 15px 0;
}

/*.adv-img.vc {*/
/*padding: 0 0 15px 0;*/
/*}*/
.single-pre-more-sidebar {
    padding: 15px 0;
}

/* NEWSLETTER SIGNUP FORM*/
#gform_4 .join-us-round-search-bg {
    position: relative;
    background-color: #f26656;
    left: 0;
    top: -15px;
}

#gform_4 .join-us-round-search-bg:hover {
    -webkit-animation: pulse2 1.5s ease-in-out;
    animation: pulse2 1.5s ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#gform_4 .join-us-round-search-bg circle {
    display: none;
}

#gform_4 button span {
    visibility: hidden;
}

#gform_4 button span:after {
    content: 'SIGN UP';
    visibility: visible;
    display: block;
    color: white;
    font-weight: 500;
}

#gform_4 .go-search {
    top: 0;
    left: 0;
    position: absolute;
    background: unset;
    border: unset;
    width: 120px;
    height: 100px;
}

#gform_4 .go-search .next-arrow {
    display: none;
}

#gform_4 {
    display: flex;
}

#gform_4 #gform_fields_4 {
    display: flex;
}

#gform_4 #gform_fields_4 li {
    width: 100%;
}

#gform_4 #gform_fields_4 input {
    width: 100%;
    background-color: lightgray;
    border: unset;
    padding: 10px 18px;
    font-weight: 500;
}

#gform_4 .gform_body {
    flex: .8;
    padding: 0 15px;
}

#gform_4 .gform_footer {
    flex: .2;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    #gform_4 #gform_fields_4 {
        flex-direction: column;
    }

    #gform_4 {
        flex-direction: column;
    }

    #gform_4 .gform_footer {
        padding: 15px 0;
    }

    #gform_4 .join-us-round-search-bg {
        top: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {

    .postid-2965 #simple-page-header,
    .page-id-3184 #simple-page-header {
        height: 120px;
    }

    .postid-2965 #simple-page-header h1,
    .page-id-3184 #simple-page-header h1 {
        font-size: 32px;
    }

    .postid-2965 #simple-page-cont,
    .page-id-3184 #simple-page-cont {
        padding: 15px 15px;
    }

    .postid-2965 #simple-page-cont .exhale-subhead,
    .page-id-3184 #simple-page-cont .exhale-subhead {
        font-size: 28px;
    }

    .postid-2965 #simple-page-cont #form-event-member-data,
    .page-id-3184 #simple-page-cont #form-event-member-data {
        padding-top: 0 !important;
    }
}

#form-event-member-data .mp-form-row .mp-form-label .mp-req-field {
    color: #f26656;
}

/* User update avatar*/
#wpua-edit-1 input#submit {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #f26656;
    padding: 13px 21px;
    line-height: 1;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 600ms linear;
    border: none;
}

#wpua-edit-1 input#submit:hover {
    background: #c75447;
    color: #fff;
    text-decoration: none;
}

br.ease-br {
    display: block;
}

@media (max-width: 350px) {
    br.ease-br {
        display: none;
    }
}

.menu-social li a:before {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    content: "\f005";
    color: #f26656 !important;
    font-family: 'Font Awesome 5 Brands';
}

.menu-social li a:hover:before {
    color: black !important;
}

.menu-social li {
    display: inline-block;
    list-style: none;
}

ul.menu-social {
    padding-left: 0;
    margin: 0;
}

.menu-social li a[href*="facebook.com"]:before {
    content: '\f39e';
    color: #3b5998;
}

.menu-social li a[href*="twitter.com"]:before {
    content: '\f099';
    color: #00aced;
}

.menu-social li a[href*="plus.google.com"]:before {
    content: '\f0d5';
    color: #dd4b39;
}

.menu-social li a[href*="youtube.com"]:before {
    content: '\f167';
    color: #bb0000;
}

.menu-social li a[href*="pinterest.com"]:before {
    content: '\f0d2';
    color: #cb2027;
}

.menu-social li a[href*="instagram.com"]:before {
    content: '\f16d';
    color: #517fa4;
}

.menu-social li a[href*="vimeo.com"]:before {
    content: '\f194';
    color: #44bbff;
}

.menu-social li a[href*="linkedin.com"]:before {
    content: '\f08c';
    color: #007bb6;
}

.menu-social li a[href*="github.com"]:before {
    content: '\f09b';
    color: #4183c4;
}

.menu-social li a[href*="flickr.com"]:before {
    content: '\f16e';
    color: #0062dd;
}

.menu-social li a[href*="dribbble.com"]:before {
    content: '\f17d';
    color: #e24d87;
}

.menu-social li a[href*="wordpress.com"]:before,
.menu-social li a[href*="wordpress.org"]:before {
    content: '\f19a';
    color: #21759b;
}

.menu-social li a[href*="digg.com"]:before {
    content: '\f1a6';
    color: #14589e;
}

.menu-social li a[href*="reddit.com"]:before {
    content: '\f1a1';
    color: #ff4500;
}

.menu-social li a[href*="xing.com"]:before {
    content: '\f168';
    color: #026466;
}

.menu-social li a[href*="vk.com"]:before {
    content: '\f189';
    color: #45668e;
}

.menu-social li a[href*="weibo.com"]:before {
    content: '\f18a';
    color: #e6162d;
}

/** Members Plan Newsletter*/
#members-plan-newsletter.members-plan h3 {
    color: #a5565b;
    margin-bottom: 25px;
}

#members-plan-newsletter.members-plan .members-plan-top p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

#members-plan-newsletter.members-plan>.wpb_wrapper {
    border: unset;
}

#members-plans-row .free-newsletter-col .vc_column-inner>.wpb_wrapper {
    height: auto;
    padding-bottom: 0;
}

.free-newsletter-col #gform_wrapper_4 {
    padding: 0 15px;
}

.free-newsletter-col #gform_4 #gform_fields_4 .gfield_label {
    display: none;
}

.free-newsletter-col #gform_4 #gform_fields_4 input {
    background-color: white;
    border: 1px solid lightgray;
}

.free-newsletter-col #gform_4 {
    flex-direction: column;
}

.free-newsletter-col #gform_4 .gform_footer {
    padding: 15px;
}

.free-newsletter-col #gform_4 .join-us-round-search-bg {
    border-radius: 0;
    top: 15px;
    left: 15px;
    position: unset;
    width: 100%;
    height: 50px;
}

.free-newsletter-col .gform_wrapper #gform_4 ul.gform_fields li.gfield {
    padding-right: 0;
    margin: 0;
}

.free-newsletter-col #gform_4 .join-us-round-search-bg svg {
    display: none;
}

.free-newsletter-col #gform_4 .join-us-round-search-bg .go-search {
    position: relative;
    width: 100%;
    height: 50px;
}

#members-plan-newsletter.wpb_content_element.members-plan {
    margin-bottom: 15px;
}

.free-newsletter-col #gform_4 button span:after {
    content: 'JOIN NOW';
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

@media (max-width: 1199px) {
    #members-plan-newsletter.members-plan .members-plan-top p {
        font-size: 16px;
        line-height: 1.5;
    }
}

.free-newsletter-col .wpb_content_element.wpb_raw_html {
    margin: 0;
}

/*Add custom style for ad on home page*/
.padding-none.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.ajax-load-more-wrap .alm-load-more-btn.load-more-btn-custom {
    background-color: #ededed !important;
    color: #777 !important;
    font-style: italic;
}

.ajax-load-more-wrap .alm-load-more-btn.load-more-btn-custom:hover,
.ajax-load-more-wrap .alm-load-more-btn.load-more-btn-custom.done {
    background-color: #557cbf !important;
    color: #fff !important;
}

.adv-img.desktop-adv-image {
    display: block;
}

.adv-img.mobile-adv-image {
    display: none;
}

/* 26-12-2018 */
.container-728,
div.container-728 {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 33px 0;
    text-align: center;
}

.container-728>.vc_column-inner,
div.container-728>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.one-post-home-sec .one_post_row {
    padding: 30px 0 20px;
}

.two-adds-block-336,
div.two-adds-block-336 {
    float: none;
    margin: 0 auto;
    max-width: 752px;
    width: 100%;
}

.two-adds-block-336>.vc_column_container>.vc_column-inner {
    padding: 0 20px;
    padding-bottom: 35px;
}

.three-adds-block-336,
div.three-adds-block-336 {
    float: none;
    margin: 0 auto;
    max-width: 1188px;
    width: 100%;
}

.three-adds-block-336>.vc_column_container>.vc_column-inner {
    padding: 0 30px;
}

.footer-add-section li,
.single-post-bot-ads li {
    list-style: none;
}

.new-footer .footer-main-container {
    padding-top: 20px !important;
}

.single-post-ads-container {
    background: #f4f4f4;
    margin-bottom: 70px;
}

.single-post-ads-container .container-728,
.single-post-ads-container div.container-728 {
    padding: 15px 0;
}

.single-post-ads-container .container-728 .wpb_content_element {
    margin-bottom: 0;
}

.single .single-pre-more-sidebar {
    display: none;
}

.single-post-bot-ads {
    background: #f4f4f4;
    margin-top: 25px;
    padding: 10px 0;
}

.single-post-bot-ads .widget {
    float: left;
    padding: 20px;
    width: 50%;
}

.single-post-bot-ads p {
    margin: 0;
}

.entry-content .container-728 iframe,
.entry-content div.container-728 iframe {
    margin: 0 auto;
}

.entry-content .two-adds-block-336 iframe {
    margin: 0 auto;
}

.entry-content .three-adds-block-336 iframe {
    margin: 0 auto;
}

.entry-content .container-728 .vc_column-inner {
    padding: 0 !important;
}

/*category ads*/
.home .three-adds-block-336 {
    padding-bottom: 35px;
}

#ongrey_Middle_2>div,
#ongrey_Right_2>div,
#ongrey_Left_2>div,
#ongrey_Left_1>div,
#ongrey_Right_1>div {
    vertical-align: top;
}

.category-ads-holder {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
    padding: 35px 0;
    margin: 20px 0;
    text-align: center;
}

.category-ads-holder .container {
    max-width: 740px;

}

.category-ads-holder-col {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
    text-align: center;
}

#page_head {
    overflow-x: hidden;
}

.after-paragraph-ad-holder {
    background: #f4f4f4;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.by-going-annual p {
    text-align: center;
}

.entry-content .by-going-annual p a {
    border-color: #f26656;
    color: #f26656;
}

.entry-content .by-going-annual p a:hover {
    border-color: #000;
    color: #000;
}

/* RESPONSIVE */
@media (min-width: 1251px) {

    .container-728,
    div.container-728 {
        max-width: 1000px;
    }
}

@media (max-width: 1250px) {

    .single-post-ads-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {

    .three-adds-block-336,
    div.three-adds-block-336 {
        max-width: 100%;
    }

    .three-adds-block-336>.vc_column_container>.vc_column-inner {
        padding: 0 15px;
    }

    .three-adds-block-336 .vc_col-sm-4 {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .three-adds-block-336 .vc_col-sm-4:last-child {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1024px) {

    .single-post-ads-container {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {

    .container-728,
    div.container-728 {
        max-width: 1000px;
    }

    .footer-bot-add {
        margin-top: 15px;
    }

    .new-footer .footer-main-container {
        padding-top: 10px !important;
    }

    .two-adds-block-336 .vc_col-sm-6 {
        margin-bottom: 20px;
        text-align: center;
    }

    .three-adds-block-336 .vc_col-sm-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .category-ads-holder-col {
        width: 100%;
        margin: 0 0 20px;
    }

    .category-ads-holder-col:last-child {
        margin: 0;
    }
}

@media (max-width: 767px) {

    .adv-img.desktop-adv-image {
        display: none;
    }

    .adv-img.mobile-adv-image {
        display: block;
    }

    .vc_row-has-fill>.vc_column_container.container-728>.vc_column-inner {
        padding-top: 20px;
    }

    div.container-728 .wpb_content_element {
        margin-bottom: 20px;
    }

    .full-block-add.vc_column_container>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .two-adds-block-336,
    div.two-adds-block-336,
    .three-adds-block-336,
    div.three-adds-block-336 {
        max-width: 336px;
    }

    .two-adds-block-336>.vc_column_container>.vc_column-inner,
    .three-adds-block-336>.vc_column_container>.vc_column-inner {
        padding: 0;
    }

    .single-post-ads-container,
    .single-post-bot-ads {
        margin-bottom: 25px;
    }

    .single-post-bot-ads .widget {
        float: none;
        padding: 20px;
        width: 100%;
    }
}