.header-menu li.menu-item:first-child a {
    font-size: 0 !important;
    background-image: url(//srv/htdocs/wp-content/uploads/2024/12/home.svg);
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: 31px !important;
    height: 31px;
    width: 31px;
}
.header-menu ul {
    align-items: center;
}
.header-menu li.menu-item {
    margin-right: 45px;
}
.mfk-banner-slider-col  a.uc_more_btn {
    background-image: url(//srv/htdocs/wp-content/uploads/2024/12/arrow-up-right-3.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 45px;
    border-radius: 50px !important;
	transition: all 0.3s;
}
.mfk-banner-slider-col a.uc_more_btn.ue-dynamic-popup-single:hover {
    background-image: url(//srv/htdocs/wp-content/uploads/2024/12/arrow-up-right-4.svg);
}
.mfk-banner-slider-col .uc_image_carousel_content>a {
    width: 85%;
    flex: 0 0 85%;
    max-width: 85%;
}
.mfk-banner-slider-col .ue_post_intro {
    width: 85%;
	flex: 0 0 85%;
    max-width: 85%;
}
.mfk-banner-slider-col .uc_image_carousel_content {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    z-index: 9;
    position: absolute;
    bottom: 64px;
    margin: 0 64px;
}
.mfk-banner-slider-col .ue_post_btn_holder {
    width: 15%;
    display: flex;
    justify-content: end;
}
.mfk-banner-slider-col .uc_image_carousel_placeholder:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 3.1%, rgba(0, 0, 0, 0) 92.29%);
    z-index: 0;
	border-radius: 0px 0px 24px 24px;
}
.mfk-banner-slider-col .owl-stage {
    left: 16.8%;
}
.newsletter-form  .tnp.tnp-subscription input.tnp-submit {
    padding: 16px 54px;
    background: #294C5D;
    border-radius: 90px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: "Judson", Sans-serif;
}
.newsletter-form input#tnp-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    background-color: transparent;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    padding: 20px 190px 20px 0px;
}
.newsletter-form .tnp-field label {
    display: none;
}
.newsletter-form  .tnp-field.tnp-field-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30%;
    height: 100%;
}
.newsletter-form form {
    position: relative;
    /* width: 100%; */
}
.newsletter-form .tnp.tnp-subscription {
    margin: 0;
    max-width: 100%;
}
.recipes-category-box figure.elementor-image-box-img img {
    background: #FFFFFF;
    box-shadow: 0px 5.95718px 16.3822px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 18px;
}







.slider-item .play-icon {
      position: absolute;
      font-size: 50px;
      color: white;
      background: #fff;
      padding: 10px;
      cursor: pointer;
      width: 100%;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: 0 40px;
      width: auto;
      border-radius: 8px;
    }

.most-healthy-recipes-video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 0 40px;
    background-color: #fff;
    padding: 24px 24px;
    border-radius: 8px;
}
.play-icon {
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    width: 100%;
}
.most-healthy-recipes-title h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.most-healthy-slide-col  .video-icon {
      display: flex;
    }

.most-healthy-slide-col  .controls {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }
.most-healthy-slide-col .swiper-button-next, .most-healthy-slide-col .swiper-button-prev {
    display: none;
}
.most-healthy-slide-col  .controls button {
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
    }

.most-healthy-slide-col  .controls button:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    /* Popup Styles */
.most-healthy-slide-col  .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

.most-healthy-slide-col  .popup-content {
    position: relative;
    width: 60%;
    border-radius: 10px;
}
.most-healthy-slide-col  .swiper-wrapper {
    padding-bottom: 56px;
    padding-top: 50px;
}
.most-healthy-slide-col .swiper-slide.swiper-slide-active {
    transform: translateY(-30px);
    pointer-events: all;
}
.most-healthy-slide-col .popup video {
      width: 100%;
      border-radius: 10px;
    }
.most-healthy-slide-col .swiper-slide {
    transition: all 0.3s;
    pointer-events: none;
}
.most-healthy-slide-col  .popup .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      background: #294C5D;
      color: white;
      border: none;
      padding: 5px 10px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 1;
    }
.most-healthy-slide-col  .close-btn svg {
    width: 25px;
    height: 35px !important;
    display: flex;
    align-items: center;
    fill: #fff;
    transform: rotate(45deg);
}
.most-healthy-slide-col .swiper-slide img {
    width: 100%;
    max-width: 100%;
}
.most-healthy-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #EBE6DA;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    border-radius: 24px;
    z-index: -1;
}


.most-healthy-slide-col .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.most-healthy-slide-col span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #294C5D;
    width: 22px;
    border-radius: 20px;
}
.what-our-testi-col .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    text-align: left;
    font-family: "Inter Tight", Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 0;
	margin: 0;
}
.what-our-testi-col .sp-testimonial-free-section .sp-testimonial-client-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #545363 !important;
	    text-align: left;
}
.what-our-testi-col .sp-testimonial-item {
    background-color: #fff;
    border: 1px solid #EDEDED;
    padding: 54px 48px;
    border-radius: 24px;
}
.what-our-testi-col .sp-testimonial-client-rating {
    order: -1;
    justify-content: end;
    margin-bottom: 25px !important;
}
.what-our-testi-col .sp-testimonial-free {
    display: inline-grid;
}
.what-our-testi-col .sp-testimonial-client-testimonial {
    margin-bottom: 30px !important;
}
.what-our-testi-col .sp-testimonial-item:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 48px;
    background-image: url(//srv/htdocs/wp-content/uploads/2024/12/Frame-264.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 73px;
    height: 71px;
}
.what-our-testi-col .swiper-wrapper {
    padding-top: 30px;
    padding-bottom: 70px;
}
.what-our-testi-col .sp-testimonial-item.swiper-slide.swiper-slide-active+div {
    box-shadow: 0px 24px 44px rgba(41, 76, 93, 0.19);
}
.latest-post-col .uc_post_list_content_inside {
    display: flex;
    flex-wrap: wrap;
}
.latest-post-col .ue-meta-data {
    order: -1;
    padding-bottom: 26px;
}
.what-our-testi-col .sp-testimonial-free-section.swiper-initialized {
    padding: 0 5px !important;
    margin: 0;
}
.trending-recipes-post-col .upk-buzz-list .upk-count {
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 68px !important;
    height: 68px;
    align-items: center;
    border-radius: 50%;
}
.trending-recipes-post-col .upk-buzz-list .upk-count::before {
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    color: #294C5D;
    font-family: "Judson", Sans-serif;
}
.trending-recipes-post-col .upk-item {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.trending-recipes-post-col .upk-buzz-list .upk-inner {
    border: none;
    padding-left: 24px;
}
.trending-recipes-post-col .upk-item:hover .upk-img-wrap:before{
	display:none;
}
.trending-recipes-post-col .upk-img-wrap img {
    display: none;
    background-color: transparent !important;
}
.trending-recipes-post-col .trending-recipes-post-col .upk-item:last-child {
    border: none;
}
.trending-recipes-post-col .upk-buzz-list .upk-content {
    padding: 0 !important;
}
.trending-recipes-post-col .upk-buzz-list h3.upk-title {
    max-width: 270px;
}
.trending-recipes-post-col .upk-buzz-list .upk-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.get-touch-right  p a {
    color: #294C5D;
    font-size: 28px;
}
.get-touch-left input::placeholder, .get-touch-left textarea::placeholder  {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.4;
}
.get-in-touch-col-12 input, .get-in-touch-col-12 textarea {
    border: 1px solid #D5D5D5;
    border-radius: 48px;
    padding: 16px;
}
.get-in-touch-col-12 textarea {
    border-radius: 24px;
    height: 187px;
}
.get-in-touch-btn input {
    padding: 16px 54px;
    background: #294C5D;
    border-radius: 90px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: "Judson", Sans-serif;
    border: 1px solid #294C5D;
}
.get-in-touch-btn input:hover {
    background-color: transparent;
    color: #294C5D;
}
.get-touch-left {
    background: #FFFFFF;
    box-shadow: 0px 55.96px 36.38px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 48px;
}
.about-banner-col {
    width: auto;
    border-radius: 24px;
}
div#caf-filter-layout3 h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    background-color: transparent;
    padding: 0;
}
.cooking-course-box .elementor-image-box-content {
    background-color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    position: absolute;
    bottom: 40px;
    margin: 0 18px;
    width: 91%;
}
.cooking-course-box figure.elementor-image-box-img {
    margin: 0 !important;
}


/*======== RECIPE =======*/
div#caf-post-layout-container {
    flex-wrap: wrap;
}
div#caf-filter-layout3 {
    flex: 0 0 311px;
    max-width: 311px;
    background: #F5F7EE;
    padding: 33px !important;
    border-radius: 16px;
}
.filter-layout3 #manage-ajax-response {
    width: 75%;
    padding: 0 20px;
}
div#caf-filter-layout3 > h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    color: #000000;
    font-family: "Judson", Sans-serif;
}}
ul.caf-filter-container.caf-filter-layout3 li a {
    background: transparent;
    border:none;
    padding-left: 0;
    padding-right: 0;
}
.data-target-div1 #caf-filter-layout3 li a.active {
    background-color: transparent;
    color: #1b2b32;
    border-color: transparent;
}
ul.caf-filter-container.caf-filter-layout3 i.fa.fa-angle-double-right {
    display: none;
}
ul.caf-filter-container.caf-filter-layout3 li a {
    font-size: 17px;
    letter-spacing: -0.5px;
}
ul.caf-filter-container.caf-filter-layout3  span.post_count {
    display: inline-block !important;
    width: 22px;
    height: 22px;
    background: transparent !important;
    font-size: 0px;
    border: 2px solid #B0B0B0;
    border-radius: 4px;
}
div#caf-filter-layout3 ul.caf-filter-container li a {
    display: flex;
    align-items: center;
}
div#caf-filter-layout3 ul.caf-filter-container li a span {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
ul.caf-filter-container li a span::after {
    content: "";
    background: url(//srv/htdocs/wp-content/uploads/2024/12/check-mark.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s;
}
ul.caf-filter-container li a.active span::after {
    transform: scale(1);
}
body div#caf-filter-layout3 ul.caf-filter-container li a.active span {
    background: #294C5D !important;
    border-color: #294C5D !important;
}
div#manage-ajax-response .caf-post-layout1 .caf-featured-img-box {
    aspect-ratio: 2/2 !important;
    height: auto;
    border-radius: 15px;
}
div#manage-ajax-response .caf-post-layout1 .manage-layout1 {
    padding: 0;
    box-shadow: none;
    border-radius: 15px;
}
div#manage-post-area .caf-content {
    display: none;
}
div#manage-post-area .caf-content-read-more a.caf-read-more::after {
    content: "View Details";
    font-size: 16px;
    color: #294C5D;
    font-weight: 600;
    font-family: "Judson", Sans-serif;
}
div#manage-post-area  .caf-content-read-more a.caf-read-more {
    font-size: 0px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    text-decoration: underline !important;
}
div#manage-post-area .caf-post-title h2 a {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 20px !important;
}
.caf-post-title {
    background: transparent !important;
    padding: 0 !important;
}
div#manage-post-area .caf-meta-content span {
    display: none;
}
div#manage-post-area .caf-meta-content span.date {
    display: block;
    font-size: 14px;
    color: #000;
    opacity: 0.70;
    position: absolute;
    top: 11px;
    left: 0;
}
div#manage-post-area .caf-meta-content span.date i {
    display: none;
}
div#manage-post-area {
    padding-top: 35px;
    position: relative;
}
div#manage-post-area .caf-content-read-more {
    padding-left: 0 !important;
}
div#caf-filter-layout3 .caf-filter-container li a {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}
.hide-div{
    display: none;
}



.recipe_banner .page-header h1 {
    font-family: "Judson", Sans-serif;
    font-size: 50px;
    color: #294C5D;
    margin-bottom: 33px;
}
.recipe_banner .page-header img {
    border-radius: 14px;
    width: 100%;
}
.recipe_banner  .page-content {
    padding-top: 27px;
}
.recipe_banner .page-content p {
    font-size: 17px;
    letter-spacing: -0.4px;
}
.recipe_banner  .page-content h3 {
    font-family: "Judson", Sans-serif;
    font-size: 35px;
    color: #294C5D;
    margin: 0 0 8px 0;
}
.recipe_single-desc {
    display: none !important;
}
.recipe_single-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-post main#content {
    margin: 0;
    padding: 0;
    max-width: 100%;
    border: none;
}
.m-containers {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.single-post div#tnp-subscription-posts {
    display: none;
}
.recipe_banner {
    padding-bottom: 70px;
}
.tabs-flwx-im {
    display: flex;
    justify-content: space-between;
}
.tabs-flwx-im li {
    flex: 1;
    text-align: center;
}
.tabs-flwx-im li .activelink {
    border-bottom: 2px solid #294C5D;
}
.tabs-flwx-im li {
    flex: 1;
    text-align: center;
    margin-bottom: -1px;
}
ul.tabs-flwx-im li a {
    font-size: 17px;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 13px 13px 18px 13px;
    letter-spacing: -0.3px;
}
.tabs-flwx-im {
    border-bottom: 1px solid #D9D9D9;
}
div#container {
    padding-top: 40px;
}
.recipe_single-desc div#container ul li {
    background: url('//srv/htdocs/wp-content/uploads/2024/12/bullet-point-h.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 3px;
    padding-left: 30px;
    font-size: 17px;
    color: #000;
    margin-bottom: 11px;
}
div#container h4 {
    color: #000;
    margin-bottom: 20px;
}


 



@media only screen and (min-width: 1600px){
	.about-banner-col {
    padding-left: 12%;
}
}

@media only screen and (max-width:767px){
.recipe_banner .page-header h1 {
    font-family: "Judson", Sans-serif;
    font-size: 35px;
    color: #294C5D;
    margin-bottom: 24px;
    padding: 0;
    line-height: 31px;
}	
.recipe_banner  .page-content h3 {
    font-size: 28px;
}
ul.tabs-flwx-im li a {
    font-size: 14px;
    padding: 13px 13px 18px 13px;
    letter-spacing: -0.3px;
    line-height: 16px;
    white-space: nowrap;
}	
.recipe_single-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
}	
.tabs-flwx-im li {
    margin-bottom: 0;
}	
.recipe_single-desc div#container ul li {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 0 3px;
    padding-left: 30px;
    font-size: 17px;
    color: #000;
    margin-bottom: 11px;
    line-height: 20px;
    padding-bottom: 4px;
}	
div#container {
    padding-top: 23px;
}	
.recipe_banner {
    padding-bottom: 40px;
}	
}





