/*------------------------------------*\
    RESET
\*------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif; */

html {
    background: #fdfdfd;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}
body{
    background: #fdfdfd;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{ 
    border:0;
}
address,caption,cite,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
header, nav, article, section, aside, footer{
    display:block;
}

a{transition: 0.15s linear all;}
a:hover, a:focus {
    color: #d53a4d;
}
a:hover{text-decoration:none !important;}
.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 20px;
}
.wrapper_box {
    width: 1210px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: #ad2132;
    font-weight: 400;
    text-transform: none;
    line-height: 1em;
}
h1, h2 {
    margin-bottom: 20px;
}
h1 {
    display: inline-block;
    font-size: 2.375em;
    line-height: 1.3em;
    padding-bottom: 20px;
    background: none;
    border-bottom: 1px dotted #b8b8b8;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header{
    background:#fff;
    color:#575756;
    padding-bottom:25px;
    filter:none;
}
.header-divider {
    height: 5px;
    background: #f7f7f7;
    margin-bottom: 30px;
}

/* Top band */
header .country-search{
    background:#e8e8e8;
    border-bottom:none;
    margin-bottom:10px; 
    filter:none;
}
header .disclaimer {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px 15px 0px;
}
header .country-search .wrapper_box{
    min-height:45px;
    position: relative;
    width: 1190px;
    padding-right: 250px;
}

/* Select your country */
header .country-search .country-select{
    display:table-cell;
    vertical-align:middle;
    margin-bottom:0;    
    padding: 15px 7px 15px 55px; 
    background-image:url(/wp-content/uploads/sites/216/2021/10/globe.png);
    background-position:left center;
    background-repeat:no-repeat;
    border-left:1px solid #bababa;
    border-right:1px solid #bababa;
    min-width:170px;
}
header .country-search .country-select a{
    font-family: 'Open Sans', sans-serif;
    font-size:0.875em;
    font-weight:600;
    color:#ad2132;
    background:url(/wp-content/uploads/sites/216/2021/10/arrow-country.png) right center no-repeat;
    display:block; 
    margin-right: 8px;
    padding-right: 25px;
    line-height:1.4;
}
header .country-search .country-select a:hover, header .country-search .country-select a:focus {
    color: #d53a4d;
}
header .country-search .country-select a:hover,
header .country-search .country-select a:focus{
    color:#d53a4d;
}

/* Search form */

header .country-search label{
    font-family: 'Open Sans', sans-serif;
    font-size:0.875em;
    margin-top:-14px;
    color:#8d8a7c;
    position:absolute;
    top:50%;
    z-index: 1;
    margin-left:10px;
    opacity:1;
    font-weight:normal;
    -moz-transition:0.15s linear opacity;
    -webkit-transition:0.15s linear opacity;
    transition:0.15s linear opacity;
}
header .country-search .search-field::placeholder{color:transparent;}
header .logo{
    float:left; 
    width:167px;
    height:62px;
    margin-top:20px;
    margin-right:20px;
}

/* Search form */
header .country-search form{
    position:absolute;
    top:0;
    right:0;
    width:230px;
    padding:2px 0 7px 0px;
    height: 47px;
}
form {
    margin-bottom: 25px;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
header .country-search .text,
header .country-search .form-text{
    background:#eee;
    color:#8d8a7c;
    border:1px solid #bab7ac;
    padding:5px 10px;
    width:217px;
    height: 34px;
    font-size:1em;
    outline:none;       
    -webkit-appearance:none;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15); 
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
}

header .country-search .submit,
header .country-search .form-submit{
    width: 32px;
    height: 32px;
    margin-top: 5px;
    margin-left: 0;
    border: none;
    text-indent: -999999em;
    cursor: pointer;
    background-color: transparent;
    background-image: url(/wp-content/uploads/sites/216/2021/10/search.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: -2px;
    right: -8px;
    z-index: 99;
}

header .country-search .submit:hover,
header .country-search .submit:focus,
header .country-search .form-submit:hover,
header .country-search .form-submit:focus{
    background-position:-32px 0px;
}
.container-inline .form-actions, .container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.container-inline div, .container-inline label {
    display: inline;
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
header .country-search .text, header .country-search .form-text {
    font-family: 'Open Sans', sans-serif;
}
.form-item, .check-item {
    clear: both;
    margin-bottom: 25px;
}
/* Main navigation */
.mobile-menu{
    display:none;
}
header nav ul{
    display:block;
    list-style:none;
    text-align:right;
    margin:40px 0 0 0;
}
header nav li{
    display:inline;
    margin-left:15px;
}
header nav li ul{
    display:none!important;
}
header nav ul.menu li.current-page-ancestor a{
    color:#575756;
    border-bottom:1px solid #ad2132;
}
header nav a{
    color:#acd8d7;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size:1.1em;
    text-transform:uppercase;
}
header nav a:hover,
header nav a:focus{
    color:#5eb1ab;
}
header nav li.active-trail a{
    color:#5eb1ab;
    border-bottom:1px dashed #d87521;
}
.torn-edge{
    height:45px;
    background:url(../img/bg-torn-edge.png) bottom left repeat-x;
    margin-top:-44px;
    margin-bottom:40px;
    position:relative;
    z-index:1;
}

/* Main navigation */
header nav ul.menu{
    float:right;
}
header nav ul.menu li{
    border-right:1px solid #cfcfcf;
    margin:0 14.8px 0 0;
    padding:0 15px 0 0;
}
header nav ul.menu li:last-of-type{
    margin-right:0;
    padding-right:0;
    border-right:none;
}
header nav a{
    display:inline-block;
    color:#575756;
    font-family: 'Open Sans', sans-serif;
    font-size:1.094em;
    font-weight:600;
    text-transform:none;
    line-height:1.42;
}
header nav a:hover,
header nav a:focus{
    color:#ad2132;
}
header nav ul.menu li.current-menu-item a{
    color:#575756;
    border-bottom:1px solid #ad2132;
}




/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
display:none;
}
footer{
    clear:both;
    background:#ce2c28;
    color:#fff;
}
footer .title{
    background:#90172f;
    border-bottom:1px solid #a76b77;
    margin-bottom: 20px;
}
footer .title h2{
    font-family: 'Roboto Slab', serif;
    font-weight:700;
    font-size:1.3125em;
    text-transform:none;
    color:#fff;
    margin: 15px 0;
    line-height: 1em;
}
footer .cols {
    margin-bottom: 10px;
}

.cols {
    clear: both;
    margin-left: -30px;
}
footer .f_col {
    width: 270px;
}
.f_col {
    float: left;
    margin-left: 30px;
}

/* Navigation styles */
footer .subnav ul {
    list-style: none;
    margin-left: 0;
    left: 0;
}
.subnav li {
    margin-bottom: 15px;
}
footer .subnav li {line-height: 1.4;}
footer .subnav li a{
    color:#fff;
    font-size: 0.9375em;
    font-weight:700;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
}
footer .subnav li a:hover,
footer .subnav li a:focus{
    color:#f8d1d6;
}
footer .subnav ul ul {
    margin-top: 5px;
    margin-bottom: 25px;
}
footer .subnav ul ul li a{
    font-weight:normal;
    font-size:0.85em;
    color:#fff;
    font-family: 'Open Sans', sans-serif;
}
 footer .subnav ul ul li {
    margin-bottom: 5px;
    line-height: 1.4;
}
footer .subnav ul ul li a:before{
    content:"";
}
footer .subnav ul ul ul li a{
    font-size:0.75em;
    color:#fff;
}
footer .subnav ul ul ul li a:before {
    content: "- ";
}
footer .subnav ul ul ul li a {
    font-size: 0.75em;
    color: #fff;
}
.terms-content ul li {font-size: 13.008px;}
.small_li ul li{font-size: 13.008px;}

/* Footnote */
footer .footnote{
    background:#e8e8e8;
    color:#575756;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:0.8125em;
    padding: 25px 0;
    overflow: hidden;
}
footer .footnote img{
    float: left;
    margin: 0 20px 100px 0;
}
footer .footnote p{
    margin-bottom:10px;
    line-height: 1.4;
}
footer .footnote a {
    font-weight: inherit;
    color: #ad2132;
}


/*homepage*/
.home-banner h1{
    margin-bottom: 20px;
    font-size: 2.375em;
    line-height: 1.3;
    font-weight: 300;
    color: #575756;
    border-bottom: none;
    padding: 0;
 }
.home-banner h1 strong{
    font-weight: 400;
}
.home-banner p {
    font-size: 1.1875em;
    margin-bottom: 5px;
    line-height: 1.4;
}
.home-banner p sup{font-size:smaller;}
.home-banner a {
    color: #ad2132;
}
.home-banner a:hover, .home-banner a:focus {
    color: #d53a4d;
}
.popup {
    position: relative;
    background: #000;
    padding: 20px;
    padding-bottom: 47%;
    width: auto;
    max-width: 900px;
    margin: 20px auto;
}
.popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}
#video-modal .mfp-close {
    color: #fff !important;
}
.home-banner .mfp-hide {
    display: none !important;
}
.home-banner .button-video a {
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/sites/216/2021/10/play-button-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 55px 35px;
    padding: 15px 67px 15px 20px;
    border: 1px solid #adb9c3;
    -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 20%);
}

.home-features .col-row .elementor-column-gap-default{column-gap: 30px; padding: 0;}
.feature-wellness-tracker h2 span {
    font-weight: 400 !important;
}
.home-features .feature {
    width: 370px;
    height: 322px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
}
.home-features .feature h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 2.375em;
    font-weight: 400;
}
.home-features .feature-wellness-tracker h2 {
    font-family: 'Roboto Slab', serif;
    margin: 30px 0 6px 35px;
    font-size: 1.2em;
    color: #4e4e4e;
    text-transform: uppercase;
    padding-left: 195px;
    min-height: 42px;
    background: url(/wp-content/uploads/sites/216/2021/10/myfeelplus-wellness-tracker.png) top left no-repeat;
    background-size: 189px 42px;
}

.home-features .feature-wellness-tracker p {
    color: #4e4e4e;
}
.home-features .feature ul {
    display: table;
    list-style: none;
    margin: 0;
    text-align: left;
    padding-left:0;
    left: 0;
}
.home-features .feature-eat-well ul, .home-features .feature-about-hormone-therapy ul{left: 1px;}
.home-features .feature ul li {
    background: #747a7a;
    background: rgba(43,51,50,0.65);
    border-bottom: 1px dotted #fff;
    margin-bottom: 0;
}
.home-features .feature li:last-child {
    border-bottom: none;
}
.home-features .feature li a {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 0.88em;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    padding: 15px 35px 15px 15px;
    background: none;
    line-height: 1.4;
}
.feature li a:hover, .feature li a:focus {
    color: #f8d1d6;
}
.home-features .feature-eat-well h2 {
    color: #fff;
    margin: 30px 0 0 20px;
}
.home-features .feature h2 span {
    display: block;
    font-weight: 700;
}
.home-features .feature-your-wellbeing h2 {
    color: #575756;
    margin: 18px 0 0 20px;
}
.home-features .feature-about-hormone-therapy h2 {
    font-size: 1.6875em;
    color: #575756;
    margin: 18px 0 0 20px;
}
.home-features .feature-about-hormone-therapy h2 span {
    display: inline;
}

.quote {
    margin-right: 4px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.quote .open-quote {
    display: block;
    width: 57px;
    height: 51px;
    margin: -12px 13px 0 0;
    background-image: url(/wp-content/uploads/sites/216/2021/10/open-quote.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
}

.quote blockquote {
    font-size: 1.18em;
     font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
    padding-top: 12px;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.quote blockquote p{line-height: 1.4;}
.promo-support-groups {
    border-top: 1px dotted #c0c0c0;
    padding: 20px 0 0 0 !important;
     -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.promo-support-groups h2 {
    font-weight: 400;
}
.promo-support-groups .more a {
    font-size: 1em !important;
    font-weight: normal !important;
}
.promo-support-groups .elementor-container.elementor-column-gap-default{
padding:0 0;
}
a.lexicon-term {
    color: inherit;
    font-weight: normal;
    border-bottom: 1px dashed #5a2560;
    background: url(/wp-content/uploads/sites/216/2021/10/icon-lexicon.png) right no-repeat;
    padding-right: 15px;
    cursor: pointer;
    text-decoration: none;
}
a.lexicon-term:hover, a.lexicon-term:focus {
    color: #d53a4d;
}
.ui-tooltip{
     background:#fff !important;
}
.tooltip.show {
    opacity: 1 !important;
}
.ui-tooltip, .tooltip-inner {
    padding:20px !important;
    background-color:#fff !important;
    border: 1px solid #c5c5c5 !important;    
    color:#333 !important;
    text-align:left !important;
    font-family: 'PT Sans', sans-serif !important;
    font-size: 16px !important;
    line-height:1.2 !important;
    font-weight:100 !important;
    font-style:italic !important;
    -moz-border-radius:3px !important;
    -webkit-border-radius:3px !important;
    border-radius:3px !important;
    max-width:300px !important;
    -webkit-box-shadow:0 0 5px #aaa !important;
    box-shadow:0 0 5px #aaa !important;
}
.tooltip{padding:0 !important;}

.tooltip .arrow {
    width: 70px !important;
    height: 16px !important;
    position: absolute !important;
    left:50% !important
    margin-left: -35px !important;
}
.arrow:before{display:none;}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -5px;
    top: auto;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
    background:#fff !important;
    color:#fff !important;
}
.arrow.top:after {
    bottom: -20px; 
    top: auto;
    background:#fff !important;
    color:#fff !important;
}


/*About Page*/
.main_wrapper .elementor-container{
    justify-content: space-between;
}
.content {
    max-width: 770px;
    position: relative;
    z-index: 2;
}
.right_sidebar{
    max-width:  336px;
}
.left_content .elementor-container{
    justify-content: space-between;
}
.left_content .left_sidebar{
    max-width:  180px;
     margin-bottom: 20px;
}
.left_content .left_sidebar .elementor-widget-wrap.elementor-element-populated
{padding:0;}

.left_content .about_info{
width: 570px !important;
}
.about_info h1 {
    display: inline-block;
    font-size: 2.375em;
    line-height: 1.3em;
    padding-bottom: 20px;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.content p{
    margin-bottom: 25px;
}
.content iframe {
    max-width: 100%;
    margin-bottom: 25px !important;
}
.content p iframe {
    margin-bottom: 0 !important;
}
.content img {
    display: block;
    margin: 0 auto;
    max-width: 100%!important;
    height: auto!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 15%) !important;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%) !important;
}
.content h2{
   font-size: 1.46em;
   margin-bottom: 15px;
}
.content h3{
        font-size: 1.1em;
        margin-bottom: 15px;
}
.content ul, .content ol {
    display: table;
    position: relative;
    left: 30px;
    margin-right: 30px;
}
.content li {
    margin-bottom: 10px;
}
.about_info a {
    color: #0090cd !important;
}
.content .subnav ul {
    list-style: none;
    display: table;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-right: 35px;
    margin-top: 20px;
    padding: 15px 0 0 0;
    margin-bottom: 0;
    border-top: 1px dotted #b8b8b8;
    border-bottom: 1px dotted #b8b8b8;
}
.content .subnav ul.menu{margin-top:0;}
.content .subnav ul.sub-menu{border:none; padding:0;}
.content .subnav ul.sub-menu li{
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

.content .subnav ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9375em;
    text-transform: uppercase;
    color: #818382;
}
.content .subnav ul li.current_page_item a {
    border-bottom: 1px solid #ad2132;
}
.content .subnav ul li.active-trail a {
    border-bottom: 1px solid #ad2132;
}
.content .subnav a:hover, .content .subnav a:focus,
.content .subnav ul.sub-menu li a:hover,.content .subnav ul.sub-menu li a:focus {
    color: #0090cd;
}
.content .subnav ul li.active-trail{
    margin-bottom:0;
    line-height: 1.4;
}
.left_sidebar .subnav ul li a.active-trail {
    border-bottom: 1px solid #ad2132;
}
.content .subnav ul.sub-menu li.current-menu-item a.active-trail {
    color: #ad2132;
}
.content .subnav ul.sub-menu li a{
 border:none;
}
.content .subnav ul.sub-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 0.933em;
    text-transform: none;
    color: #827772;
}
.content .subnav ul.sub-menu li.current_page_item a {color: #ad2132;}
.content .subnav ul.sub-menu li a:before {
    content: "> ";
}
.subnav ul li.page-item-1075{display:none;}
footer .subnav ul li.menu-item-1738{display:none;}
.subnav ul li.page_item.page-item-1075.current_page_item {
    display: block !important;
}
.subnav ul li.page_item.page-item-1676.current_page_item{margin-bottom: 0;}
.page-id-1075 .subnav ul li.page_item.page-item-1676{margin-bottom: 0;}
.subnav ul  li.page_item.page-item-1075{    margin: 5px 0 55px 10px;}
.subnav ul  li.page_item.page-item-1075 a:before {
    content: "- ";
}
/*share icon*/
.share-icons {
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    padding: 13px 0;   
    overflow: hidden;
    margin-bottom: 20px;
}
.share-icons h2 {
    font-family: 'Roboto Slab', serif;
    color: #0090cd !important;
    text-transform: none;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    margin-bottom: 0;
    float: left;
    width: 28.2%;
}
.share-icons h2 strong {
    display: block;
    line-height:1;
}
.share-icons .addthis_sharing_toolbox {
    clear: none!important;
     float: right;
}
.addthis-animated {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: .3s;
}
.at4-show {
    display: block!important;
    opacity: 1!important;
}
.share-icons .addthis_sharing_toolbox a {
    margin-right: 6px;
}
.share-icons .at-share-tbx-element .at-share-btn:focus, .share-icons .at-share-tbx-element .at-share-btn:hover {
    transform: translateY(-4px);
    outline-offset: -1px;
    color: inherit;
}
.share-icons .a2a_default_style a:hover .a2a_svg, .share-icons .a2a_floating_style a:hover .a2a_svg, 
.share-icons .a2a_overlay_style a:hover .a2a_svg svg {
    opacity: 1;
}
.at-share-tbx-element .at-icon-wrapper {
    vertical-align: middle;
}

.at-share-tbx-element .at-share-btn {
    cursor: pointer;
    margin: 0 5px 5px 0;
    display: inline-block;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    color: inherit;
    transition: all .2s ease-in-out;
}

.share-icons .a2a_default_style .a2a_svg{border-radius: 0;}
.share-icons span.a2a_svg.a2a_s__default.a2a_s_facebook{background-color: rgb(59, 89, 152) !important;}
.share-icons span.a2a_svg.a2a_s__default.a2a_s_email{background-color: rgb(132, 132, 132) !important;}

.promo {
    color: #575756;
    margin: 0 0 20px 0;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 15%);
    padding: 15px;
    border-radius: 10px;
    
}
.promo .content p{
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}
.promo .content p:last-of-type {
    margin-bottom: 0;
}
.promo .more a {
    font-weight: bold;
    font-size: 1.12em;
    color: #ad2132;
}
.promo-about-hormone-therapy {
    background: url(/wp-content/uploads/sites/216/2021/10/bg-about-hormone-therapy-sidebar.jpg) top no-repeat;
    padding: 20px;
    height: 234px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-size: cover;
}
.promo-about-hormone-therapy .content {
    padding-right: 120px;
}

.promo-about-hormone-therapy h2 {
    font-size: 1.5em;
    color: #575756;
}
.promo h2 {
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    font-weight: 700;
    border-bottom: none;
    padding: 0;
    font-style: normal;
    margin-bottom: 15px;
    line-height: 1;
}
.promo h2 span {
    font-weight: 400;
}
.promo .content_box p:last-of-type {
    margin-bottom: 0;
}
.promo .content_box p{
margin-bottom: 25px;
}
.promo .promo-link, .promo .more a {
    font-family: 'Roboto Slab', serif;
}

.promo-get-moving {
    background: url(/wp-content/uploads/sites/216/2021/10/bg-get-moving.png) top no-repeat;
    padding: 60px 30px 20px 95px;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-size: cover;
}

.promo-get-moving h2 {
    font-size: 2.375em;
    color: #575756;
    line-height: 1;
}
.promo-get-moving h2 span {
    display: block;
}
.promo-eat-well {
    background: url(/wp-content/uploads/sites/216/2021/10/bg-eat-well-1.jpg) top no-repeat;
    padding: 25px 35px 20px 35px;
    height: 157px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-size: cover;
}
.promo-eat-well h2 {
    font-size: 2.375em;
    color: #fff;
}
.promo-eat-well h2 span {
    display: block;
}
.promo-eat-well p:empty{display:none;}
.promo-your-wellbeing {
    background: url(/wp-content/uploads/sites/216/2021/10/bg-your-wellbeing-sidebar.jpg) top no-repeat;
    padding: 30px 35px 10px 35px;
    height: 157px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-size: cover;
}
.promo-your-wellbeing h2 {
    font-size: 2.3125em;
    color: #575756;
}
.promo-your-wellbeing h2 span {
    display: block;
}
.promo-your-wellbeing p:empty{display:none;}
.promo-about-feelplus h2:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/sites/216/2021/10/logo-feelplus.png) top center no-repeat;
    height: 56px;
    border-bottom: 1px dotted #b8b8b8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.promo-wellness-tracker{
    background: url(/wp-content/uploads/sites/216/2021/10/bg-myfeelplus-wellness-tracker-sidebar.jpg) top no-repeat;
    padding: 24px 30px 18px 30px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-size:cover;
}
.promo-wellness-tracker h2 {
    margin: 0 0 6px 0;
    font-size: 1.067em;
    color: #4e4e4e;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 183px;
    min-height: 39px;
    background: url(/wp-content/uploads/sites/216/2021/10/myfeelplus-wellness-tracker.png) top left no-repeat;
    background-size: 174px 39px;
}
.promo-wellness-tracker p {
    color: #4e4e4e;
    font-size: 0.85em;
}
.promo-wellness-tracker .more {
    margin-top: 180px;
    text-align: center;
}
.promo-wellness-tracker .more a{font-size:15.232px;}
select {
    width: 100%;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.13em;
    border: 1px solid #cdcac4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left_content .rate-content input.form-submit {
    display: none;
}
.left_content input.form-submit {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 1.0625em;
    color: #fff;
    background: #ad2132;
    padding: 15px 20px;
    transition: 0.15s linear all;
}

/* Recipes Page */
.recipe-page.wrapper{padding:0;}
.content .back-link {
    font-family: 'Roboto Slab', serif;
    font-size: 1.25em;
    line-height: 1em;
    padding: 13px 0;
    margin-bottom: 35px;
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
}
.content .back-link a span {
    font-weight:700;
    display: block;
}
.content .back-link strong {
    display: block;
}
.content .back-link p{margin-bottom:0;}
.content .back-link a {
    display: inline-block;
    padding-left: 30px;
    background: url(/wp-content/uploads/sites/216/2021/11/recipe-back-arrow@2x.png) left no-repeat;
    background-size: 13px 30px;
    color: #474747;
}
.content .recipe-content img {
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 20px;
}
.recipe-left, .recipe-right {
    max-width: 372px;
}
.recipe-content h1 {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
/*css for Recipe Page*/
.main_wrapper ul.recipes {
    list-style: none;
    left: 0;
    margin-bottom: 80px;
}
.main_wrapper ul.recipes li.recipe {
    position: relative;
    padding: 25px 0 25px 162px;
    border-bottom: 1px dotted #b8b8b8;
}
.main_wrapper ul.recipes li.recipe h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.3333em;
    margin-bottom: 10px;
}
.main_wrapper ul.recipes li.recipe h2 a {
    color: #0090cd;
}
.main_wrapper ul.recipe-highlights {
    list-style: none;
    margin-top: 20px !important;
    left: 0;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: 25px;
}
.main_wrapper ul.recipes li.recipe img {
    width: 145px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    margin: 0 auto;
    max-width: 100%!important;
}

.main_wrapper ul.recipes li.recipe p {
    font-size: 0.933em;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
}

.main_wrapper ul.recipe-highlights li {
    display: inline-block;
    margin: 0 13px 5px 0;
    padding: 3px 0 3px 22px;
    background-position: left;
    background-repeat: no-repeat;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
}
.main_wrapper ul.recipe-highlights li.serves {
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-serves.png);
    background-size: 16px 20px;
}
.main_wrapper ul.recipe-highlights li.difficulty {
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-difficulty.png);
    background-size: 19px 20px;
}
.main_wrapper ul.recipe-highlights li.time {
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-time.png);
    background-size: 19px 19px;
}
.main_wrapper ul.recipe-highlights li.vegetarian {
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-vegetarian.png);
    background-size: 19px 19px;
}
.main_wrapper ul.recipe-highlights li span {
    display: inline-block;
    text-indent: -99999em;
}

.content li p:last-of-type, .main_wrapper ul li:last-of-type {
    margin: 0;
}
.recipe-left {
    width: 372px;
    float: left;
}
.recipe-right {
    width: 372px;
    float: right;
}
.recipe-right h1{line-height:1.3;}
.main_wrapper .recipe-right ul.recipe-highlights {
    margin-top: 0px !important;
 }
.recipe-content h2 {
    font-size: 1.333em;
    padding-bottom: 8px;
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom: 20px;
}
.recipe-ingredients ul {
    width: 100%;
    list-style: none;
    left: 0;
    margin: 0 0 20px 0;
}
.recipe-content {
    overflow: hidden;
    margin-bottom: 30px;
}
.recipe-ingredients ul li {
    color: #474747;
    padding: 10px 15px;
}
.recipe-ingredients ul li {
    color: #474747;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42;
    margin-bottom: 0;
}
.recipe-ingredients ul li:nth-child(odd) {
    background: #e4ebee;
}
.recipe-method h3 {
    font-size: 1.0666em;
    font-weight: 700;
    color: #474747;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}
.recipe-info p{
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.recipe-meta h2 {
    display: inline;
    font-size: 0.75em;
    color: #474747;
    margin: 0;
    border: none;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}
.recipe-meta ul {
    display: inline;
    list-style: none;
    left: 0;
    margin: 0;
    font-size: 0.75em;
}
.recipe-meta ul li {
    display: inline;
}
.recipe-meta ul li a {
    color: #0090cd;
}
.recipe-meta ul li:after {
    content: ", ";
}
.recipe-meta ul li:last-of-type:after {
    content: "";
}
.main_wrapper ul.recipes li ul{margin-bottom:0;}
.box {
    background: #ededed;
    border: 1px solid #e1e1e1;
}
.box .box-header {
    padding: 18px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.filter-recipes .box-header h2 {
    font-weight:400;
    float: left;
    font-size: 1.2em;
    margin: 0;
}
.filter-recipes .clear-filters {
    float: right;
    font-size: 0.8em;
    text-decoration: underline;
    color: #acacac;
}
.box .box-content {
    padding: 18px;
}
.filter-recipes form {
    margin: 0;
}
.mobile {
    display: none;
}
.filter-recipes .filter-group {
    margin-bottom: 20px;
}
.filter-recipes .filter-group:last-of-type {
    margin-bottom: 0;
}
.filter-recipes .filter-group h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8666em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.filter-recipes .filter-group .filter-control {
    display: inline-block;
    margin: 0 8px 8px 0;
}
.filter-recipes .filter-group .filter-control input[type=checkbox] {
    position: relative!important;
    left: 0!important;
    display: none;
}
.filter-recipes .filter-group .filter-control label {
    color: #474747;
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #d0d0d0;
    padding: 9px 12px;
    margin: 0;
    cursor: pointer;
    transition: 0.15s linear all;
}
.filter-recipes .filter-group .filter-control input[type=checkbox]:checked + label {
    color: #fff;
    background: #ad2132;
}
.recipe_inner ul.recipe-actions {
    list-style: none;
    left: 0;
    margin: 25px 0 20px;
}
.recipe_inner ul.recipe-actions li {
    display: inline-block;
    margin-right: 13px;
}

.recipe_inner .recipe-button {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #545152;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 25%);
}
.recipe_inner .recipe-button-bookmark {
    padding-right: 42px;
    background-color: #ab2335;
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-button-bookmark@2x.png);
    background-size: 33px 21px;
}
.recipe_inner .recipe-button-print {
    padding-right: 50px;
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-button-print@2x.png);
    background-size: 40px 19px;
}
.recipe_inner .recipe-button-email {
    padding-right: 50px;
    background-image: url(/wp-content/uploads/sites/216/2021/11/recipe-button-email@2x.png);
    background-size: 41px 18px;
}
.recipe_inner .recipe-button-email .at-icon-wrapper {
    display: none;
}
.recipe_inner .button {
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* for pdf */
 /* #printpdf{display:none;} */



/* ------------- FAQ style ------------------- */

.masthead-faqs {
    text-align: center;
    padding-bottom: 20px;
    color: #575756;
    border-top: 3px solid #dbebf8;
    border-bottom: 3px solid #e0eff8;
    margin-top: 0;
    margin-bottom: 60px;
}
.masthead-faqs .faq-search label {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.333em;
    font-weight: 600;
    color: #6c6c6b;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.masthead-faqs .faq-search .form-text {
    width: 260px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #595959;
    background: #fff;
    padding: 5px 30px 5px 10px;
    border: 1px solid #bab7ac;
    border-radius: 5px;
    outline: none;
}
.masthead-faqs .faq-search .search-icon {
    display: block;
    position: absolute;
    top: 6px;
    right: -16px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background: url(/wp-content/uploads/sites/216/2021/10/search.png);
    background-size: 64px 32px;
}
.masthead-faqs .faq-search .search-input {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.masthead-faqs .form-item {
    clear: both;
    margin-bottom: 25px;
}
.masthead-faqs .faq-search .button {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ad2132;
    color: #fff;
    padding: 15px 25px;
    font-size: 0.842em;
    transition: 0.15s linear all;
    -webkit-box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 50%);
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
}
.page-template-faq .header-divider {
    display: none;
}
.masthead-faqs .elementor-column-gap-default {
    padding: 40px 40px 17px 40px;
    background: url(/wp-content/uploads/sites/216/2021/11/faq-header-shadow.png) top repeat-x;
}
.faq-main h3.faq-ques {
    font-size: 2.2em;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
    color: #ad2132;
    font-weight: 400;
    text-align: center;
    line-height: 1.3em;
}
.faqs-all-answer {
    position: relative;
    padding: 0 95px;
    background: #f2f2f2;
    border: 1px solid #eaeaea;
    border-radius: 7px;
    -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 25%);
}
.faq-main .faqs-inner-answer {
    padding: 30px 0;
}
.faq-main h4.answer-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.33em;
    margin-bottom: 10px;
    line-height: 1em;
}
.faq-main .faqs-inner-answer h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.344em;
    color: #676767;
    margin-bottom: 5px;
    line-height: 1em;
}
.faq-main .video-image {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    background-color: transparent;
}
.faq-main .faqs-inner-answer p {
    color: #676767;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}
.feel-faq-sec .elementor-container.elementor-column-gap-default {
    border-bottom: 1px solid #999998;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.faq-main .owl-prev {
    left: -95px;
    border-right: 1px solid #bababa !important;
    border-radius: 7px 0 0 7px !important;
    background: #f2f2f2 !important;
    background: -moz-linear-gradient(left, #f2f2f2 1%, #f2f2f2 80%, #e6e6e6 100%) !important;
    background: -webkit-linear-gradient(left, #f2f2f2 1%,#f2f2f2 80%,#e6e6e6 100%) !important;
    background: linear-gradient(to right, #f2f2f2 1%,#f2f2f2 80%,#e6e6e6 100%) !important;
}
.faq-main .owl-next {
    right: -95px;
    border-left: 1px solid #bababa !important;
    border-radius: 0 7px 7px0 !important;
    background: #f2f2f2 !important;
    background: -moz-linear-gradient(right, #f2f2f2 1%, #f2f2f2 80%, #e6e6e6 100%) !important;
    background: -webkit-linear-gradient(right, #f2f2f2 1%,#f2f2f2 80%,#e6e6e6 100%) !important;
    background: linear-gradient(to left, #f2f2f2 1%,#f2f2f2 80%,#e6e6e6 100%) !important;
}
.faq-main .owl-next:after {
    background-image: url(/wp-content/uploads/sites/216/2021/11/carousel-arrow-next.png);
}
.faq-main .owl-prev:after {
    background-image: url(/wp-content/uploads/sites/216/2021/11/carousel-arrow-prev.png);
}
.faq-main .owl-carousel .owl-nav .owl-next, .faq-main .owl-carousel .owl-nav .owl-prev {
     width: 57px;
    height: 100%;
    text-indent: -999999em;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
 }
.faq-main .owl-carousel .owl-nav .owl-prev:after, .faq-main .owl-carousel .owl-nav .owl-next:after {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    background-size: 27px 27px;
}
.faq-main {
    padding-top: 20px;
    margin-bottom: 40px;
}
.faq-main .faqs-inner-answer a {
    color: #3790b8;
}
.faq-main .video-image a.open-popup-link::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/sites/216/2021/11/video-icon.png);
    width: 46px;
    height: 26px;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
p.faq-sub-title {
    font-size: 1.066em;
    color: #818180;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.ui-autocomplete {
    font-size: 0.8em;
}

@media print{
#printpdf .recipe-ingredients ul li{border-bottom:1px solid #000;}
#printpdf .recipe-content ul.recipe-highlights{display: flex;
    list-style: none;
    margin-top: 20px;}
#printpdf .recipe-content ul.recipe-highlights li span{
		text-indent:0;
	}
  
#printpdf .recipe-content ul.recipe-highlights li{
		padding-left:0;
		background:none;
    display: inline-block;
    margin: 0 13px 5px 0;
    padding: 3px 0 3px 0px;
	}
 #printpdf .recipe-meta ul li{border-bottom:none !important;}
}
.search-results a.btn.btn-secondary.understrap-read-more-link {
    display: none;
}
.search-results h1.page-title, .search-no-results h1.page-title {
    display: inline-block;
    font-size: 2.375em;
    line-height: 1.3em;
    padding-bottom: 20px;
    background: none;
    border-bottom: 1px dotted #b8b8b8;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 400 !important;
    margin-bottom: 36px;
}
.search-results article header.entry-header {
    padding: 0;
    margin-bottom: 15px;
}
.search-results .tx-indexedsearch-res h3 {
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    line-height: 1em;
    color: #0090cd;
    font-weight: 600;
    margin-bottom: 15px;
}
.search-results .tx-indexedsearch-res h3 a {
    color: #0090cd;
}
.search-results .tx-indexedsearch-res p {
    margin-bottom: 25px;
    line-height: 1.4;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
}
.search-results article header.entry-header {
    padding: 0;
    margin-bottom: 15px;
}
.search-results .tx-indexedsearch-res {
    border-bottom: 1px dashed #d2cad0;
    margin-bottom: 20px;
}
.search-results main#main {
    margin-bottom: 65px;
}
.search-results header.page-header label, .search-no-results header.page-header label {
    display: block;
    font-size: 1.1875em;
    font-weight: 600;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
}
.search-results #content .search-field.form-control , .search-no-results #content .search-field.form-control{
    width: 100%;
    width: 100%;
    padding: 22px 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.13em;
    border: 1px solid #dad4ab;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px !important;
    -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 2px 2px 3px rgb(0 0 0 / 15%);
    box-shadow: inset 2px 2px 3px rgb(0 0 0 / 15%);
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    color: #000;
}
.search-results #content input.submit.search-submit.btn.btn-primary, .search-no-results #content input.submit.search-submit.btn.btn-primary {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-size: 1.0625em;
    color: #fff;
    background: #ad2132;
    padding: 15px 20px;
    transition: 0.15s linear all;
    text-transform: uppercase;
    border: unset;
    moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.4;
    margin-left: 1px;
}
.search-results #content input.submit.search-submit.btn.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgb(111 82 255 / 50%);
}
.search-results header.page-header {
    border-bottom: 1px solid #d2cad0;
    padding-bottom: 20px;
    margin-bottom: 1em;
}
.search-results form {
    margin-bottom: 0;
}
.search-results .search-field.form-control:focus {
        outline: 2px solid #000;
}
.search-results h2.search-result-title {
    font-size: 1.46em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 15px;
}
.search-results .wrapper {
    padding: 0;
}
.search-results .container , .search-no-results .container{
    padding: 0 20px;
    max-width: 1210px;
}

.search-results .col-md-4, .search-no-results .col-md-4 {
    padding-left: 49px;
}
.search-results .col-md, .search-no-results .col-md {
    padding-right: 10px;
    margin-bottom: 30px;
    width: 66%;
}
.search-no-results .col-md {
    margin-bottom: 0px;
}
header .country-search .search-field.form-control {
    background: #eee;
    color: #8d8a7c;
    border: 1px solid #bab7ac;
    padding: 5px 10px;
    width: 217px;
    height: 34px;
    font-size: 1em;
    margin-top: 0.25rem;
    border-radius: 5px !important;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}
header .country-search .input-group-append {
    margin-left: 0;
}
header .country-search .search-field.form-control:focus {
    box-shadow: unset;
    border: 1px solid #bab7ac;
}
header .country-search .input-group{
    width: 217px;
}
header .country-search .submit:focus, header .country-search .submit:active {
    box-shadow: unset !important;
    background-color: transparent !important;
}
.search-results .content-area footer.entry-footer{display:none;}
/* Glossary Page */
.taxonomy-term-description {
   margin: 2.5px 0 17.5px;
}
.lexicon-links {
    padding: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.lexicon-links a {
    font-size: 1em;
    color: #0090cd;
}
.lexicon-alphabar-instructions {
    margin-bottom: 25px;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.lexicon-list h2{line-height: 1;}
.lexicon-list dl {
    margin-bottom: 20px;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.lexicon-list dt {
    font-size: 1.2em;
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.45;
    font-weight: inherit;
    margin-bottom: 10px;
}
.lexicon-list dd {
    margin-bottom: 10px;
    line-height: 1.4;
}
.lexicon-extralinks a {
    background: #eef;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
p.tx-indexedsearch-description {
    display: none;
}
.search-results div#primary label.edit-search-block-form--2, .search-no-results div#primary label.edit-search-block-form--2 {
    display: none;
}
.search-results main#main {
    margin-bottom: 45px;
}
.search-no-results form.search-form {
    margin-bottom: 20px;
}
.search-no-results .page-content h2 {
    font-size: 1.46em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 15px;
}
.search-no-results .page-content ul {
    display: table;
    position: relative;
    left: 30px;
    margin-right: 30px;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #575756;
    line-height: normal;
}
.search-no-results header.page-header {
    padding-bottom: 0;
    border-bottom: 1px solid #d2cad0;
    margin-bottom: 15px;
}
.search-no-results .header-divider {
    margin-bottom: 0;
}
/* Pagination */
.wds-pagination{
    margin: 0 0 0.05em 2.0625em;
    padding: 0;
}
.wds-pagination a {
    display: inline;
    padding: 0.5em;
    margin: 0 0 0.25em 1.5em;
    color: #0090cd;
    font-family: 'Open Sans', sans-serif;
}
.wds-pagination .pager-current {
    font-weight: bold;
    padding: 0.5em;
    margin: 0 0 0.25em 1.5em;
    font-family: 'Open Sans', sans-serif;
    color: #575756;
}
/* bookmark popup */
#boook_popup h5 a{
    color: #AD2132;
    font-family: "Roboto Slab", Sans-serif;
    font-weight: 400;
}
#bookmark-done{
    color: #575756;
    font-family: 'Open Sans', sans-serif;
}
/*Bookmark Popup CSS*/
#boook_popup.modal {
    position: fixed;
    bottom: 0 !important;
    top: auto !important;
    border-radius: 0 !important;
}
#boook_popup.popup .modal.fade.show .modal-dialog {
  bottom: 0 !important;
  opacity: 1;

}
.modal.show .modal-dialog{
    max-width: 100% !important;
    margin: 0 !important;
}
.modal-open .modal{
    padding-right: 0 !important;
    height: auto !important;
}
.modal-backdrop.show {
    opacity: 0 !important;
    display: none !important;
}

#boook_popup.popup .modal-content {
    position: absolute !important;
    bottom: 0 !important;
    height: auto;
}
#boook_popup .modal-content {
    border: none!important;
    background: #CE2C28;
    border-radius: 0 !important;
}
body.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}
.modal.fade.show .modal-dialog{
        /*opacity: 0;*/
 -webkit-transition: opacity 0.5s ease-out, bottom 0.5s ease-out !important;
  -moz-transition: opacity 0.5s ease-out, bottom 0.5s ease-out !important;
  -o-transition: opacity 0.5s ease-out, bottom 0.5s ease-out !important;
  transition: opacity 0.5s ease-out, bottom 0.5s ease-out !important;
}
#boook_popup .modal-header{
    border: none !important;
    padding: 15px 2px 0 0px !important;
}
#boook_popup .modal-body li {
    color: #fff;
}
#boook_popup .modal-body {
    padding-left: 0;
    padding-right: 0;
}
#boook_popup .modal-title{
    color: #ffffff !important;
    font-size: 16px !important
}
#boook_popup li a{
 color: #ffffff;
 font-size: 16px;
}

#boook_popup .close {
    font-weight: 600 !important;
    color: #fff !important;
    text-shadow: none !important;
}
#boook_popup ul{
    list-style: none;
    margin-bottom: 0;
}
#boook_popup ul li{
    display: inline;
    margin-right: 5px;
}
#boook_popup ul li a{
 padding-right: 5px;
}
#boook_popup ul li:after {
  content: "|";
  color: #fff;
}
#boook_popup ul li:last-child:after {
    content: "";
}
/*Rating Plugin*/
.rate-content {
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    clear: both;
    margin: 0 0 20px;   
    padding: 10px 0;
    position: relative;
}

.rate-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    color: #0090cd;
    text-transform: none;
    display: block;
    margin: 0 15px 8px 0;
    line-height: 1.12;
}
.content .rate-content img {
    display: inline !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 3px !important;
    background: none;
    box-shadow: none !important;
}
.rate-content .rating-box{
    display: flex;
    padding-bottom: 3px;
}
.rate-content .post-ratings{
    width: max-content;
    display: flex;
    font-size: 12.648px;
    font-weight: bold;
    color:#575756;
}
.rate-content .cancel {
    margin-left: 15px;
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    border-right: 1px solid #9eaaa9;
    padding-right: 10px;
}
.rate-content .cancel a{
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.6px;
    font-weight: normal;

}
.rate-content .description, .rate-content .post-ratings-text{
    margin-left: 10px;
    font-size: 12.648px;
    font-weight: bold;
    color:#575756;
}
.share-icons h2::first-word{
    font-weight: 700 !important;
}
.share-icons h2:lang(nl) {
    width: 50.2% !important;
}
.content h2 strong {
    font-weight: 700;
}
.white-bg .elementor-widget-container ul li {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-weight: 700;
}
.elementor-21 .elementor-element.elementor-element-7b92d0b:lang(fr) {
    padding: 40px 0px 22px 0px;
}
.elementor-21 .elementor-element.elementor-element-7940f81 > .elementor-widget-container:lang(fr) {
    margin: 0px 0px 0px 5.8px;
}
footer .f_col:nth-child(4):lang(dk) {
    display: none;
}
nav.wrapper_box.subnav:lang(dk) {
    padding-top: 35px;
    padding-bottom: 35px;
}
.view-id-related_spotlights .view-content > div:nth-child(2):lang(dk), .view-id-related_spotlights .view-content > div:nth-child(3):lang(dk) {
    display: none;
}
.page-id-22 .content .subnav ul.sub-menu:lang(dk), .page-id-1785 .content .subnav ul.sub-menu:lang(dk) {
    display: none;
}
.share-icons h2:lang(dk) {
    width: 34.2%;
}
.share-icons h2:lang(fr) {
    width: 34.2%;
}
.promo-wellness-tracker .content p:lang(fr) {
    font-size: 11px;
}
.left_content .about_info:lang(nl) {
    width: 792px !important;
}
.page-id-1785 .view-id-related_spotlights .view-content > div:nth-child(1):lang(dk) {
    display: none;
}
.elementor-21 .elementor-element.elementor-element-8779219:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:lang(mx) {
    background-image: url(/wp-content/uploads/sites/220/2025/06/bg-get-moving.jpg);
}
.share-icons h2:lang(mx) {
    width: 100%;
}
.addthis_sharing_toolbox:lang(mx) {
    float: left;
    width: 100%;
    margin-top: 11px;
}
.share-icons h2 strong:lang(mx) {
    display: inline-block;
}
.home-features .feature-wellness-tracker h2:lang(mx) {
    background: unset;
    margin: 64px 0 0 0px;
    font-size: 1.5em !important;
    padding-left: 180px;
        font-weight: 700 !important;
}
.encuentre-table tbody {
    border: 1px solid #aaa;
}
.encuentre-table tbody tr td {
    border-right: 1px solid #d3c8d0;
}
.encuentre-table {
    padding-bottom: 55px;
}
.rate-content:lang(mx) {
    display: none;
}
.elementor-21 .elementor-element.elementor-element-f6b7df9:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:lang(za) {
    background-image: url(/wp-content/uploads/sites/221/2025/06/bg-your-wellbeing.jpg);
    background-position: center center;
}
#afr-team-content table {
    border: 1px solid #ccc;
}
#afr-team-content table tr {
    border-bottom: 1px solid #ccc;
}
#afr-team-content table td {
    padding: 10px;
    border-right: 1px solid #ccc;
}
li.page_item.page-item-1075:lang(za) {
    display: block !important;
}
.elementor-21 .elementor-element.elementor-element-8779219:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap:lang(au) {
    background-image: url(/wp-content/uploads/sites/10/2022/01/bg-myfeelplus-wellness-tracker.png);
}
.country-search p.disclaimer:lang(au), .country-search p.country-select:lang(au) {
    display: none;
}
.share-icons:lang(au) {
    display: none;
}
.promo-wellness-tracker:lang(au) {
    background: url(/wp-content/uploads/sites/10/2022/01/bg-myfeelplus-wellness-tracker-1.jpg) no-repeat;
}
.promo-wellness-tracker p.more:lang(au) {
    text-align: left;
}
li.page_item.page-item-1785:lang(au) {
    display: none;
}
.rate-content:lang(au) {
    display: none;
}
footer:lang(au) {
    margin-top: 41px;
}
li.page_item.page-item-1075:lang(au), li.page_item.page-item-1075.current_page_item a:lang(au) {
    display: none !important;
}
.promo-your-wellbeing:lang(za) {
    background: url(/wp-content/uploads/sites/221/2025/06/bg-your-wellbeing.jpg);
}
.promo-your-wellbeing h2:lang(za) {
    color: #fff;
}
.promo-your-wellbeing a:lang(za) {
    color: #fff !important;
}
.page-template-faq .content {
    max-width: 100%;
}
.page-id-22 .content .subnav ul.sub-menu:lang(mx), .page-id-23 .content .subnav ul.sub-menu:lang(mx), .page-id-22 .content .subnav ul.sub-menu:lang(nl){
    flex-direction: column-reverse;
    display: flex;
}
.content .subnav ul:lang(mx), .content .subnav ul:lang(nl){
        margin-right: 15px;
}
.promo-wellness-tracker h2:lang(nl) {
    padding-left: 182px;
}
.right_sidebar .view-content div:nth-child(1) .promo {
    display: none;
}