@media screen and (max-width: 1209px){
  .wrapper_box {
    width: 100%;
    }
    /* header */
  header .logo {
    margin-right: 0;
}
   header .country-search .wrapper_box { width: 100%; padding-right: 20px;}
   header .country-search form {
    right: 10px;
    }
   header nav ul.menu li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
header nav a {font-size: 1.02em;}
    /* footer */
    footer .cols {
    width: 100%;
    display: flex;
    margin-left:0;
}
footer .f_col {
    width: 25%;
    float: none;
    }
footer .f_col:first-child{margin-left:0;}
    /* search */
.search-results .container, .search-no-results .container {
    padding: 0 20px;
    max-width: 100%;
}
}

@media screen and (max-width: 1099px){
.home-banner{ background-position: 92% 100% !important;}
.home-features .feature-wellness-tracker h2 {
    font-size: 1em;
    margin: 30px 0 6px 7px;
    }
 .home-features .elementor-column.elementor-col-50 {
    width: 48%;
}
.home-features .col-row .elementor-column-gap-default {
    column-gap: 20px;
}
.home-features .home_left.elementor-column.elementor-col-66{ width: 64%; }
.left_content .about_info {
    width: 502px !important;
}
.content .subnav ul { margin-right: 15px;}
.left_content .left_sidebar.elementor-column.elementor-col-50{ width: 20%;}
.left_content .elementor-container {
    justify-content: flex-start;
}
/* recipe post */
 .recipe-left.elementor-column.elementor-col-50, .recipe-right.elementor-column.elementor-col-50  {
    width: 48%;
}
/* search */
.search-results .col-md-4, .search-no-results .col-md-4 {
    padding-left: 20px;
}
}  

@media screen and (max-width: 1023px){
    header .logo{
    margin-top: 15px;
    }
    header nav{
    border-top:none;
    margin:20px 0 0 0;
    padding:0 5%;
}
header .wrapper_box nav ul {
    width:100%;
    display: none;
    margin-top: 10px;
}
header nav li{
    display:block;
    margin:0;
    text-align:center;
    background: #ce2c28;
    border-bottom: 1px solid #90172f;
    padding:3px;
}
header nav ul.menu li {
    margin-right: 0;
    border-right: none;
}
header nav li a,
header nav li.active-trail a, header nav ul.menu li.current-menu-item a{
    color:#ffffff;
}
header nav li a:hover,
header nav li a:focus{
    color:#ffffff;
}
header nav li.active-trail, header nav li.current-menu-item{
    background: #90172f;
}
header nav li.active-trail a{
    border-bottom:0;
}

.mobile-menu {
    display: block;
   background: url(/wp-content/uploads/2021/11/menu-arrow@2x.png) right bottom no-repeat;
    background-size: 118px 11px;
    margin-top: 30px;
    overflow: hidden;
}
.mobile-menu a {
    float: right;
    padding-bottom: 10px;
    padding-right: 50px;
    display: block;
    width: 120px;
    background: url(/wp-content/uploads/2021/11/menu@2x.png) right no-repeat;
    background-size: 37px 29px;
}
/* homepage */
.home-features .feature-wellness-tracker h2 {
    padding-left: 170px;
    min-height: 42px;
    background-size: 165px 34px;
}
/* innerpage */
.left_content .about_info {
    width: 480px !important;
}
/* recipe page */
.main_wrapper ul.recipes li ul {
    margin-right: 0;
}
/* recipe post */
.main_wrapper .recipe-right ul.recipe-highlights {
    margin-right: 10px;
}
}

@media screen and (max-width: 990px){
    /* header */
/* Reset widths */
body{
    min-width:100%;
}
.wrapper_box{
    width:95%;
}
.wrapper_box .content{
    width:530px;
}
.wrapper_box ul,
.wrapper_boxol{
    width:auto;
}
iframe{
    width:100%;
}
header .wrapper_box{
      padding:0;
}
header .country-search .wrapper_box {
    width: 100%;
    padding-right: 0;
    display: flex;
}
header .disclaimer{
    padding:10px;
    width:40%;
    margin-bottom:0px;
}
header .country-search form{
    margin-bottom:0;
    vertical-align:middle;
    position:relative;
    width:36.33%;
    margin: 0 auto;
}
header .country-search .country-select {
      width:30%;
}
header .country-search form {
    right: 20px;
}
header .country-search label {
    left: 50%;
    margin-left: -48px;
}
header .country-search .input-group {
    width: 200px;
    margin-left: auto;
}
    /* homepage */
.home-banner {
    background-position: 89% 100% !important;
}
.home-features .home_left.elementor-column.elementor-col-66 {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
}
.right_sidebar.elementor-column.elementor-col-33{
    width:50% !important;
    margin:0 auto;
 }
 /* innerpage */
 .main_wrapper .content.elementor-column.elementor-col-66 {width:100%;}
.left_content .left_sidebar.elementor-column.elementor-col-50 {
    width: 29%;
}
.left_content .elementor-container {
    justify-content: space-between;
}
.left_content .about_info {
    width: 73% !important;
}
.content {
    max-width: 100%;
}
/* search */
.search-results .container .row, .search-no-results .container .row {
    display:block;
}
.search-results .col-md, .search-no-results .col-md {
    padding-right: 20px;
    width: 100%;
}
.search-results .col-md-4, .search-no-results .col-md-4 {
    padding-left: 0;
    width: 50%;
    max-width: 68%;
    margin: 0 auto;
}
.wds-pagination {
    margin: 0 0 0.05em 0;
    text-align: center;
}
.wds-pagination a:first-child{margin-left: 0;}
}
@media screen and (max-width: 810px){
    /* Reformat modal */
.modal{
    padding:15px 20px;
    width:90%;
}
.modal h1{
    color:#1d876f;
}
.modal .scrolling-panel{
    background:#fff;
    padding:20px;
    border:1px solid #e1e1e1;
    margin-bottom:25px;
    height:190px;
    overflow:auto;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.wrapper_box {
    width: 100%;
}
header .logo {
    margin-top: 15px;
    margin-left: 20px;
}
header .country-search .country-select {
    width: 32.33%;
}
header .country-search label {
    margin-left: -60px;
}
/*homepage*/
.home-banner {
    background: #cce4f5 url(https://feelplus.ferring.tech/wp-content/uploads/2021/10/bg-masthead.jpg) !important;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.home-features .home_left.elementor-column.elementor-col-66 {
    width: 100%;
}
/* Reformat features */
.feature{
    background-size:100% auto;
}

/* Recipes */
.filter-recipes{
    margin-bottom:30px;
}
.filter-recipes .filter-group .filter-control{
    margin:0 2px 8px 0;
}
.filter-recipes .filter-group .filter-control label{
    font-size:0.8em;
    padding:5px 8px;
}
.filter-recipes .clear-filters{
    display:none;
}
.filter-recipes .clear-filters-mobile{
    display:block;
}
.filter-recipes .filter-recipes-toggle{
    display:block;
    width:24px;
    height:20px;
    float:right;
    cursor:pointer;
    background-position:center;
    background-repeat:no-repeat;
    background-size:24px 12px;
    background-image:url(/wp-content/uploads/2021/11/filter-recipe-toggle-closed@2x.png);  
}
.filter-recipes .box-header{
    background:#fff;
    border:none;
}
.filter-recipes .box-content{
    display:none;
}
.filter-recipes-open .box-header{
    background:#ededed;
    border-bottom:1px dotted #ccc;
}
.filter-recipes-open .filter-recipes-toggle{
    background-image:url(/wp-content/uploads/2021/11/filter-recipe-toggle-open@2x.png);    
}
.recipe-left,
.recipe-right{
    width:auto;
    float:none;
}
.main_wrapper ul.recipe-actions li{
    margin-right:8px;
}
.main_wrapper .recipe-button{
    font-size:0.75em;
}
.main_wrapper .recipe-button-print{
    display:none;
} 
/* footer */
footer .f_col {
    width: 210px;
    float: left;
}
footer .cols {
    width: 100%;
    display: block;
    margin-left: 0;
}
/* faq */
.masthead-faqs{
    background: #cce4f5 url(https://feelplus.ferring.tech/wp-content/uploads/2021/11/bg-masthead-faqs-scaled.jpg) !important;
    background-position: 50% 50% !important;
}
}
@media screen and (max-width: 767px){   
    /* common */
.content ul, .content ol {
    margin-right: 0;
}
/* header */
    header .disclaimer {width: 25%;}
    header .country-search .country-select {
    width: 37.33%;}
    header .country-search .country-select a{line-height: 50px;}
    header .country-search form {
    right: 20px;
    top:20px;
    }
.left_content .left_sidebar.elementor-column.elementor-col-50 {
    order: 2;
}
.left_content .about_info {
    width: 100% !important;
}
/* footer */
footer .cols {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}
footer .f_col {
    width: 50%;
    float: none;
    margin: 0;
}
/* recipe */
.recipe-right ul {
    margin-right: 30px ;
}
/* faq */
.faq-main .container{
    width:100%;
    max-width: 100%;
    padding:0 20px;
}
/* recipe */
.recipe-left.elementor-column.elementor-col-50, .recipe-right.elementor-column.elementor-col-50 {
    width: 100%;
}
.recipe-ingredients ul, .recipe-method ul{left:0 !important;}
.recipe-left, .recipe-right {
    max-width: 100%;
}

}
@media screen and (max-width: 700px){   
/* Reformat masthead */
.home-banner .masthead-logo{
    display:none;
}
}
@media screen and (max-width: 600px){   
    /* header */
header .country-search .wrapper_box {
    display: block;
}
header .disclaimer {
    width: 50%;
}
.share-icons h2:lang(nl) {
    width: 40% !important;
}
.share-icons h2 {
    width: 40% !important;
}
header .country-search .country-select {
    width: 50%;
    border: 1px solid #bababa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 7px 0px 50px;
}
header .country-search form {
    right: 0px;
    top: 0;
    margin: 20px auto 5px;
}
header .country-search label {
    margin-left: -85px;
}
/* homepage */
.home-features .elementor-column.elementor-col-50 {
    width: 66%;
    margin: 0 auto 30px;
}
.home-features .feature-wellness-tracker h2 {
    padding-left: 160px;
    min-height: 42px;
    background-size: 150px 30px;
    margin: 30px 0 6px 35px;
}
.right_sidebar.elementor-column.elementor-col-33 {
    width: 68% !important;
    margin: 0 auto;
    max-width: 68%;
}
.left_content .left_sidebar.elementor-column.elementor-col-50 {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 100%;
}
.content .subnav ul.menu {
    margin-top: 0;
    width: 100%;
    border: none;
}
/* search */
.wds-pagination a {
    display: inline;
    padding: 0.5em;
    margin: 0 0 0.25em 0.5em;
    }
.wds-pagination .pager-current {
     margin: 0 0 0.25em 0.5em;
    }
.search-results .col-md-4, .search-no-results .col-md-4 {
    padding-left: 0;
    width: 290px;
    max-width: 300px;
    margin: 0 auto;
}
}
@media screen and (max-width: 481px){  
.about_info h1{
     font-size: 2em !important;
    }
.content h2 {
    font-size: 1.3em;
    line-height: 1.4;
}
     /* header */
header .logo {
    margin-top: 15px;
    margin-left: 15px;
}
header .country-search .country-select {
    width: 150px;
    min-width: 200px;
    padding: 10px 0px 10px 10px;
    margin: 0 auto;
    background: none;
    display: block;
    }
    header .disclaimer {
    width: 100%;
    text-align:center;
}
header .country-search .country-select a {
    line-height: 1.4;
}
header .country-search form {
    margin: 15px auto 5px;
    width: 200px;
}
header .country-search label {
    margin-left: -90px;
}
.right_sidebar.elementor-column.elementor-col-33 {
    width: 290px !important;
    margin: 0 auto;
    max-width: 300px;
}
.home-features .elementor-column.elementor-col-50 {
    width: 290px;
    max-width: 300px;
    margin: 0 auto 30px;
}
/* Get moving */
.feature-get-moving{
	margin-top:0;
	height:250px;
}
.feature-get-moving h2{
	margin:0 0 0 60px;
	padding-top:45px;
}
iframe {
    width: 100%;
    height: auto;
}
/* Eat well */
.feature-eat-well h2{
	padding-top:20px;
}

/* Your wellbeing */
.feature-your-wellbeing h2{
	padding-top:20px;
}

/* About hormone therapy */
.feature-about-hormone-therapy h2{
	padding-top:20px;
}

/* MyFeel+ wellness tracker */
.main_wrapper .feature-wellness-tracker h2{
	margin:0 0 6px 35px;
	padding-top:20px;
	padding-left:101px;
	min-height:21px;
	background-size:95px 21px;
	background-position:0 20px;
}
.main_wrapper .feature-wellness-tracker p{
	display:none;
}

/* Reformat promos */
.promo-myfeelplus-inner{
	background-size:47px 44px;
	padding-left:80px;
}

/* About hormone therapy */
.promo-about-hormone-therapy .content{
	font-size:0.8em;
}
.promo-about-hormone-therapy .content .more{
	font-size:1.25em;
}

/* MyFeel+ wellness tracker */
.promo-wellness-tracker h2{
	padding-left:131px;
	min-height:28px;
	background-size:125px 28px;
}
.promo-wellness-tracker p{
	display:none;
}
.promo-wellness-tracker .more{
	display:block;
	margin-top:210px;
}

/* Rework personal stories header */
.shared-moments-header{
	background-size:300px 111px;
	padding:30px 0 100px 0;
}
/* recipe */
.main_wrapper ul.recipes {
    margin-right: 0;
}
.main_wrapper ul.recipes li.recipe {
     padding: 25px 0 25px 125px;
     }
/* FAQs */
.masthead-faqs h1,
.masthead-faqs .faq-search .search-input{
	margin-bottom:15px;
}

.faqs-all-answer {
	padding:0 57px;
}
.faq-main .owl-next {
    right: -50px;
    }
.faq-main .owl-prev {
   left: -50px;
    }
.faq-main .owl-prev,
.faq-main .owl-next{
	background:none !important;
	border:none !important;
}
.faq-main .owl-carousel .owl-nav .owl-next, .faq-main .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    }
.faq-main h3.faq-ques {
    font-size: 1.8em;
}
.faq-main .faqs-inner-answer h3 {
   font-size: 1.2em;
   line-height: 1.2em;
}
/* Recipes */
ul.recipes li.recipe{
	padding-left:115px;
	font-size:0.85em;
}
.main_wrapper ul.recipes li.recipe img{
	width:100px;
}
ul.recipe-highlights{
	font-size:0.6em;
}
ul.recipe-highlights li{
	margin-right:10px;
	padding-left:18px;
	background-size:15px 15px!important;
}
.main_wrapper .recipe-button{
	font-size:0.7em;
}
.main_wrapper .recipe-button-bookmark{
	background-size:25px 16px;
	padding:10px 30px 10px 10px;
}
.main_wrapper .recipe-button-email{
	background-size:30px 13px;
	padding:10px 35px 10px 10px;
}
.content ul, .content ol {
    left: 15px;
    margin-right: 15px;
}
/* footer */
footer .f_col {
    width: 100%;
    text-align: center;
}
footer .title h2 {text-align: center;}
footer .subnav ul ul {
     display: none;
}
footer .footnote img {
    float: none;
    margin: 0 auto 50px;
}
footer .footnote {text-align: center;}
#boook_popup {
    padding: 100px 20px;
}
#boook_popup h1 {
    font-size: 2em;
    margin-bottom: 20px;
}
#boook_popup h2 {
    font-size: 1.8em;
}
.wds-pagination a,.wds-pagination .pager-current {
    padding: 0.4em;
    margin: 0 0 0.25em 0;
}
}
@media screen and (max-width: 360px){  
header .logo {
    float: left;
    width: 140px;
    height: 54px;}
}
