/*
Theme Name: The Taste of Home
Author: Ali Alaa El Dine
Version: 1.020
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
	font-family: 'CronosPro';
	src: url('assets/fonts/CronosPro-Semibold.eot');
	src: url('assets/fonts/CronosPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/CronosPro-Semibold.woff2') format('woff2'),
		url('assets/fonts/CronosPro-Semibold.woff') format('woff'),
		url('assets/fonts/CronosPro-Semibold.ttf') format('truetype'),
		url('assets/fonts/CronosPro-Semibold.svg#CronosPro-Semibold') format('svg');
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CronosPro';
	src: url('assets/fonts/CronosPro-Bold.eot');
	src: url('assets/fonts/CronosPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/CronosPro-Bold.woff2') format('woff2'),
		url('assets/fonts/CronosPro-Bold.woff') format('woff'),
		url('assets/fonts/CronosPro-Bold.ttf') format('truetype'),
		url('assets/fonts/CronosPro-Bold.svg#CronosPro-Bold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body{
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #000;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
	margin: 0;
}

.mobile-only{
    display: none;
}

a, input, textarea, button{
	outline: none !important;
}

header.tohome-header .header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header.tohome-header .header-wrapper .header-container {
  padding: 10px 0;
  position: relative;
  transition: all 300ms ease;
}

.tohome-header{
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  left: 0;
  top: 0;
  transition: all 300ms ease;
}

.menu-logo-container .menu-logo-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}

.menu-logo-container .tohome-hblk.menu {
  flex: 1;
}

.tohome-hblk.logo a {
  max-width: 90px;
  display: block;
  text-decoration: none;
  transition: all 300ms ease;
}

.tohome-hblk.logo a img,
.tohome-hblk.logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-links ul li{
  display: block;
  text-align: center;
  line-height: 0;
}

.social-links .sm-link{
  width: 24px;
  height: auto;
  display: block;
  display: inline-block;
  transition: all 300ms ease;
}

.social-links .sm-link:hover{
  opacity: 0.8;
}

.social-links .sm-link.insta{
  width: 22px;
}

.social-links .sm-link svg{
  width: 100%;
  height: auto;
  display: block;
}

.social-links .sm-link svg path{
  fill: #004684;
}

.tohome-header .va-main-menu ul.menu{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.tohome-header .va-main-menu ul.menu li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 0;
}

.tohome-header .va-main-menu ul.menu li a{
  font-size: 15px;
  line-height: 20px;
  color: #004684;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.tohome-header .va-main-menu ul.menu li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: -3px;
  background-color: #D6BD61;
  transition: all 300ms ease;
}

.tohome-header .va-main-menu ul.menu li a:hover:after,
.tohome-header .va-main-menu ul.menu li.current-menu-item a:after{
  width: 100%;
}

footer.tohome-footer {
  background-color: #004684;
  color: #fff;
}

footer.tohome-footer .footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

footer.tohome-footer .footer-wrapper .footer-container {
  padding: 20px 0;
}

footer.tohome-footer .footer-blks {
  font-size: 0;
  text-align: right;
}

footer.tohome-footer .footer-blks .footer-blk{
  padding: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
 
footer.tohome-footer .footer-blk.privacy a{
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.tohome-page {
  background-color: #004684;
  min-height: calc(100vh - 56px);
}

.tohome-sec .sec-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tohome-sec .sec-wrap .sec-cont{
  padding: 40px 0;
}

.tohome-sec.first-sec{
  padding: 88px 0 0;
}

.tohome-sec-title{
  padding: 0 0 20px;
  text-align: center;
  color: #fff;
}

.tohome-sec-title.left{
  text-align: left;
}

.tohome-sec-title.gold{
  color: #D6BD61;
}

.tohome-sec-title h1{
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'CronosPro', sans-serif;
}

.thome-sec-txts{
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.thome-sec-txts.left{
  text-align: left;
}

.tohome-sec.products-intro .products-intro{
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 10px;
}

.products-carousel .product-image{
  text-align: center;
}

.products-carousel .product-image img{
  display: inline-block;
  max-width: 100%;
}

.products-carousel-wrap{
  padding: 60px 0 0;
}

.products-carousel-wrap .products-carousel-cont {
  position: relative;
}

.products-carousel{
  padding: 0 50px;
}

.products-carousel .prod-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  z-index: 10;
}

.products-carousel .prod-nav.prev{
  left: 0;
}

.products-carousel .prod-nav.next{
  right: 0;
}

.products-carousel .prod-nav svg{
  width: 100%;
  height: auto;
  display: block;
}

.products-carousel .prod-nav svg path{
  fill: #fff;
}

.tohome-sec .sec-wrap .sec-cont.extra-pad-top{
  padding-top: 60px;
}

.tohome-sec .sec-wrap .sec-cont.extra-pad-bottom{
  padding-bottom: 60px;
}

.abt-txt-block .abt-txt-block-cont{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #024583;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 1200ms ease-in;
  transition-delay: 800ms;
}

.abt-txt-block .tohome-crumbs{
  height: 100%;
  width: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 600ms ease;
  transition-delay: 1400ms;
}

.abt-txt-block .tohome-crumbs.left{
  left: -3%;
}

.abt-txt-block .tohome-crumbs.right{
  right: -3%;
  transform: rotate(180deg);
}

.who-we-are .tohome-page {
  background-color: #ffffff;
}

.abt-txt-block .wwa-title{
  padding: 0 0 25px;
  text-align: center;
  color: #024583;
}

.abt-txt-block .wwa-title h1{
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  font-family: 'CronosPro', sans-serif;
}

.abt-txt-block .wwa-desc{
  font-size: 26px;
}

.abt-txt-block .wwa-desc p{
  padding: 0 0 15px;
}

.abt-txt-block .wwa-desc p strong{
  display: inline-block;
  padding-left: 4px;
}

.abt-txt-block .wwa-desc p:last-child{
  padding: 0;
}

.abt-txt-block .social-contact{
  padding: 30px 0 0;
}

.abt-txt-block .social-contact .wwa-contact-social{
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  font-family: 'CronosPro', sans-serif;
}

.abt-txt-block .social-contact .social-contacts{
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  font-size: 0;
}

.abt-txt-block .social-contact .social-contacts li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}

.abt-txt-block .social-contact .social-contacts li a.sm-link{
  width: 36px;
  height: auto;
  display: block;
  display: inline-block;
  transition: all 300ms ease;
}

.abt-txt-block .social-contact .social-contacts li a.sm-link:hover{
  opacity: 0.8;
}

.abt-txt-block .social-contact .social-contacts li a.sm-link.insta{
  width: 34px;
}

.abt-txt-block .social-contact .social-contacts li a.sm-link svg{
  width: 100%;
  height: auto;
  display: block;
}

.abt-txt-block .social-contact .social-contacts li a.sm-link svg path{
  fill: #004684;
}

.abt-txt-block .tohome-cookie{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease;
  z-index: 20;
  height: 512px;
  width: auto;
}

.abt-txt-block .abt-txt-block-wrap {
  position: relative;
}

.abt-txt-block .tohome-cookie.left {
  left: calc(50% - 250px);
}

.abt-txt-block .tohome-cookie.right {
  right: calc(50% - 240px);
}

.abt-txt-block.animate .tohome-cookie.left {
  animation: cookieleft 1800ms forwards;
}

.abt-txt-block.animate .tohome-cookie.right {
  animation: cookieright 1800ms forwards;
}

@keyframes cookieleft {
  0% {
    left: calc(50% - 250px); /* Starting position */
  }
  35% {
    left: calc(50% - 250px); /* Move to the left over 300ms */
  }
  100% {
    left: -160px; /* Continue moving left */
  }
}

@keyframes cookieright {
  0% {
    right: calc(50% - 240px); /* Starting position */
  }
  35% {
    right: calc(50% - 240px); /* Move to the left over 300ms */
  }
  100% {
    right: -50px; /* Continue moving left */
  }
}

.abt-txt-block.animate .abt-txt-block-cont{
  opacity: 1;
}

.abt-txt-block.animate .tohome-crumbs{
  opacity: 0.7;
}

.abt-txt-block{
  position: relative;
}

.abt-txt-block .abt-txt-blk-wrapper{
  position: relative;
  z-index: 2;
}

.tohome-banner-subtitle {
  padding: 0 0 10px;
}

.tohome-banner-subtitle h2 {
  font-size: 28px;
  font-weight: 700;
}

.tohome-banner-desc {
  font-size: 24px;
}

.hbanner-image {
  padding: 40px 0 0;
}

.hbanner-image img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.scrolling .tohome-hblk.logo a{
  max-width: 70px;
}

.scrolling header.tohome-header .header-wrapper .header-container{
  padding: 5px 0;
}

.recipe-category{
  padding: 50px 0;
}

.recipe-category .recipe-categ-title{
  text-align: center;
  padding: 0 0 40px;
}

.recipe-category .recipe-categ-title h2{
  max-width: 400px;
  margin: 0 auto;
  background-color: #D6BD61;
  color: #fff;
  font-size: 36px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'CronosPro', sans-serif;
  border-radius: 5px;
}

.recipe-blk .recipe-img-blk-wrap img{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.recipes-carousel .recipe-blk{
  padding: 0 20px;
}

.recipe-blk .recipe-img-blk-wrap{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.recipe-blk .recipe-summary{
  background-color: rgba(0,70,132,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease;
}

.recipe-blk .recipe-summary .recipe-summary-wrap{
  font-size: 20px;
  position: relative;
  opacity: 0;
  top: 20px;
  transition: all 300ms ease;
}

.recipe-blk .recipe-blk-wrap:hover .recipe-summary{
  opacity: 1;
}

.recipe-blk .recipe-blk-wrap:hover .recipe-summary .recipe-summary-wrap{
  opacity: 1;
  top: 0;
}

.recipe-blk .recipe-img-blk{
  padding: 0 0 15px;
}

.recipe-blk .recipe-name{
  font-weight: 600;
  font-family: 'CronosPro', sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.recipe-blk .recipe-blk-wrap{
  position: relative;
}

.recipe-blk .recipe-blk-wrap a.recipe-link{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  cursor: pointer;
}

.recipes-carousel .recipe-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  width: 40px;
  height: 40px;
  margin: -25px 0 0;
  z-index: 10;
}

.recipes-carousel .recipe-nav.prev{
  left: 0;
}

.recipes-carousel .recipe-nav.next{
  right: 0;
}

.recipes-carousel .recipe-nav svg{
  width: 100%;
  height: auto;
  display: block;
}

.recipes-carousel .recipe-nav svg path{
  fill: #fff;
}

.recipes-carousel{
  padding: 0 40px;
}

.hide-header .tohome-header{
  top: -124px;
}

.recipe-blk .recipe-name .recipe-name-wrap {
  display: inline-block;
  position: relative;
  padding: 0 0 3px;
}

.recipe-blk .recipe-name .recipe-name-wrap:after{
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #D6BD61;
  transition: all 300ms ease;
}

.recipe-blk .recipe-blk-wrap:hover .recipe-name .recipe-name-wrap:after{
  width: 100%;
}

.recipes-listing-sec .recipes-listing-wrap .recipes-listing,
.suggeted-recipes .recipes-listing-wrap .recipes-listing{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.recipes-listing-sec .recipes-listing-wrap .recipes-listing .recipe-blk ,
.suggeted-recipes .recipes-listing-wrap .recipes-listing .recipe-blk {
  width: calc(33.33% - 34px);
}

.recipes-listing-sec .recipes-listing-wrap .recipes-listing .recipe-blk .recipe-name .recipe-name-wrap {
  padding-left: 22px;
  background-image: url(/wp-content/themes/thetasteofhome/assets/images/caret.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}

.filters-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.filters-header .search-wrap{
  flex: 1;
}

.filters-header .filters-cta{
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease;
}

.filters-header .filters-cta span{
  display: inline-block;
  vertical-align: middle;
}

.filters-header .filters-cta span.filters-cta-icn{
  width: 30px;
  padding: 0 5px 0 0;
}

.filters-header .filters-cta span.filters-cta-icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.filters-header .filters-cta span.filters-cta-icn svg path{
  fill: #fff;
  transition: all 300ms ease;
}

.filters-header .filters-cta:hover{
  color: #D6BD61;
}

.filters-header .filters-cta:hover span.filters-cta-icn svg path{
  fill: #D6BD61;
}

.is-ajax-search-result{
  padding: 3px !important;
}

.filters-header .search-wrap input.is-search-input {
  height: 40px;
  border-radius: 20px;
  padding: 0 20px 0 50px;
  background-image: url(/wp-content/themes/thetasteofhome/assets/images/search.svg) !important;
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.filters-header-wrap{
  padding: 0 0 50px;
}

.recipes-listing-sec .recipes-listing-wrap .pagination {
  padding: 25px 0 0;
}

.recipes-listing-sec .recipes-listing-wrap .pagination-wrap{
  text-align: right;
}

.recipes-listing-sec .recipes-listing-wrap .pagination a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  padding: 4px;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  min-width: 20px;
  text-align: center;
  font-weight: 500;
}

.recipes-listing-sec .recipes-listing-wrap .pagination a.current,
.recipes-listing-sec .recipes-listing-wrap .pagination a:hover{
  background-color: #fff;
  color: #004684;
}

.recipe-filter-overlay {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
}

.recipe-filter-overlay .recipe-filter-overlay-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.recipe-filter-overlay .recipe-filter-overlay-wrap .recipe-filter-overlay-cont {
  width: 100%;
  max-width: 1024px;
  background-color: #98C6ECF2;
  border-radius: 10px;
  padding: 25px;
  opacity: 0;
  top: 30px;
  position: relative;
  transition: all 300ms ease;
}

.recipe-filter-overlay.open .recipe-filter-overlay-wrap .recipe-filter-overlay-cont{
  top: 0;
  opacity: 1;
}

.recipe-filter-overlay .close-filter{
  text-align: right;
}

.recipe-filter-overlay .close-filter a{
  display: inline-block;
  width: 30px;
  cursor: pointer;
}

.recipe-filter-overlay .close-filter a svg{
  width: 100%;
  height: auto;
  display: block;
}

.recipe-filter-overlay .close-filter a svg path{
  transition: all 300ms ease;
}

.recipe-filter-overlay .close-filter a:hover svg path{
  fill: #004684;
}

.recipe-filter .recipe-filter-flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.recipe-filter .recipe-filter-flex .recipe-category-cta-wrap{
  flex: 1;
  text-align: center;
}

.recipe-filter .recipe-category-cta{
  display: inline-block;
  max-width: 200px;
  cursor: pointer;
}

.recipe-filter .recipe-category-cta span{
  display: block;
}

.recipe-filter .recipe-category-cta span.categ-icon{
  padding: 0 0 15px;
  transition: all 300ms ease;
}

.recipe-filter .recipe-category-cta span.categ-icon img{
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.recipe-filter .recipe-category-cta:hover span.categ-icon{
  opacity: 0.7;
}

.recipe-filter .recipe-category-cta span.categ-name{
  font-family: 'CronosPro', sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  transition: all 300ms ease;
}

.recipe-filter .recipe-category-cta:hover span.categ-name{
  color: #004684;
}

.recipe-filter-overlay .recipe-filter-wrap{
  padding: 10px 0 20px;
}

.tohome-sec.recipe-banner .sec-wrap {
  max-width: unset;
  padding: 0;
  /* height: 45vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

.recipe-label-title{
  padding: 0 0 10px;
}

.recipe-label-title h2{
  font-family: 'CronosPro', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  color: #D6BD61;
}

.recipe-details{
  padding: 50px 0 0;
  color: #fff;
}

.recipe-details .ingredients-prep{
  padding: 40px 0 0;
}

.recipe-details .ingredients-prep-flex .ingredients-prep-flex-wrap{
  display: flex;
  gap: 40px;
  color: #fff;
}

.recipe-details .ingredients-prep-flex .ingredients-block,
.recipe-details .ingredients-prep-flex .preparation-block{
  flex: 1;
}

.recipe-details .ingredients-prep-flex h3{
  font-family: 'CronosPro', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #D6BD61;
  padding: 10px 0 3px;
}

.makes-block .makes-amount{
  padding-left: 18px;
  background-image: url(/wp-content/themes/thetasteofhome/assets/images/caret.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.recipe-details .ingredients-prep ul{
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}

.recipe-details .ingredients-prep ul:last-child{
  padding: 0;
}

.recipe-details .ingredients-prep ul li{
  background-image: url(/wp-content/themes/thetasteofhome/assets/images/caret.svg);
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding: 0 0 2px 18px;
}

.recipe-details .ingredients-prep ul li:last-child{
  padding: 0 0 0 18px;
}

.recipe-details .ingredients-prep ol{
  margin: 0;
  padding: 0 0 15px 20px;
}

.recipe-details .ingredients-prep ol li{
  padding: 0 0 2px;
}

.recipe-details .ingredients-prep ol li:last-child{
  padding: 0;
}

.recipe-details .ingredients-prep ol li::marker {
  color: #D6BD61; /* Change the color of the numbers */
  font-weight: bold; /* Optional: Add other styles */
}

.made-with-blk {
  padding: 40px 0;
}

.made-with-flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.made-with-line {
  flex: 1;
}

.made-with-line span {
  width: 100%;
  display: block;
  height: 3px;
  background-color: #D6BD61;
}

.made-with-prod img {
  width: 100%;
  max-height: 200px;
  display: block;
}

.recipe-controls a{
  width: 26px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.recipe-controls a svg{
  width: 100%;
  height: auto;
  display: block;
}

.recipe-controls a svg path{
  fill: #fff;
  transition: all 300ms ease;
}

.recipe-controls a:hover svg path{
  fill: #D6BD61;
}

.recipe-controls .share-print,
.recipe-controls .recipe-nav{
  flex: 1;
}

.recipe-controls .share-print{
  display: flex;
  gap: 20px;
}

.recipe-controls .recipe-controls-flex{
  display: flex;
  gap: 30px;
  align-items: center;
}

.recipe-controls .share-print{
  text-align: left;
}

.recipe-controls .recipe-nav{
  text-align: right;
}

.recipe-controls .recipe-nav a.next-post{
  margin-left: 20px;
}

.recipe-controls .share-print .share-recipe{
  position: relative;
}

.recipe-controls .share-print .share-recipe .share-pop {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  white-space: nowrap;
  transform: translateY(-100%);
  display: none;
}

.suggeted-recipes{
  padding: 50px 0 30px;
}

.suggeted-recipes .recipes-listing-wrap{
  padding: 20px 0 0;
}

.lang-sel .lang-item {
  list-style: none;
  line-height: 0;
}

.lang-sel .lang-item a {
  font-family: 'CronosPro', sans-serif;
  text-transform: uppercase;
  color: #004684;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.lang-sel .lang-item a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  bottom: -3px;
  background-color: #D6BD61;
  transition: all 300ms ease;
}

.lang-sel .lang-item a:hover:after{
  width: 100%;
}

.tohome-sec.terms-sec .terms-content .terms-txts{
  color: #fff;
}

.tohome-sec.terms-sec .terms-content .terms-txts p{
  padding: 0 0 15px;
}

.tohome-sec.terms-sec .terms-content .terms-txts p:last-child{
  padding: 0;
}

.thome-hblk.menu-lang-social {
  flex: 1;
}

.thome-hblk.menu-lang-social .menu-lang-social-cont{
  display: flex;
  gap: 20px;
  align-items: center;
}

.mobile_menu_cta{
	cursor: pointer;
    height: 20px;
    right: 0;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 30px;
    z-index: 105;
    margin: -10px 0 0;
    display: none;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;*/

	-webkit-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-moz-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-ms-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	-o-transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
	transition: 0.4s cubic-bezier(0.1, 0.12, 0, 1);
}

.mobile_menu_cta span {
	background: #004684 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.mobile_menu_cta span:nth-child(1) {
	top: 0px;
}

.mobile_menu_cta span:nth-child(2), .mobile_menu_cta span:nth-child(3) {
	top: 8px;
}

.mobile_menu_cta span:nth-child(4) {
	top: 16px;
}

.mobile_menu_cta.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.mobile_menu_cta.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile_menu_cta.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile_menu_cta.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.tohome-hblk.logo {
  position: relative;
  z-index: 20;
}

.hbanner-image.mob{
  display: none;
}

.tohome-sec.products-intro .sec-wrap,
.tohome-sec.recipe-intro .sec-wrap,
.tohome-sec.recipes-listing-sec .sec-wrap {
  max-width: 1200px;
}

.tohome-sec.recipe-banner .recipe-banner{
  width: 100%;
  height: auto;
  display: block;
}

.tohome-sec.recipe-banner .recipe-banner img{
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  max-height: 650px;
}

.tohome-sec.recipe-banner .sec-wrap .sec-cont{
  padding: 0;
}

.recipe-controls .recipe-nav a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.seach-form-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: #004684;
  display: none;
}

.seach-form-container .close-search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
  cursor: pointer;
}

.seach-form-container .close-search svg{
  width: 100%;
  height: auto;
  display: block;
}

.seach-form-container .close-search svg path{
  fill: #fff;
}

.seach-form-container .search-form-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seach-form-container .search-form-cont {
  max-width: 700px;
  width: 100%;
  padding: 0 20px;
}

.seach-form-container .is-form-style input.is-search-input{
  background-color: transparent;
  border: none !important;;
  border-bottom: 2px solid #fff !important;
  color: #fff;
  font-size: 24px !important;
  padding: 0 10px 0 0;
}

.seach-form-container .is-search-submit .is-search-icon {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  cursor: pointer;
}

.seach-form-container .is-search-submit .is-search-icon:hover{
  background-color: transparent !important;
}

.seach-form-container .is-search-icon svg path {
  fill: #fff !important;
}

.search-btn-cont a {
  width: 20px;
  height: auto;
  display: block;
  cursor: pointer;
}

.search-btn-cont a svg{
  width: 100%;
  height: auto;
  display: block;
}

.search-btn-cont a svg path{
  fill: #004684;
}

.search-results-wrapper article.recipe{
  padding: 0 0 30px;
  color: #fff;
}

.search-results-wrapper article.recipe .entry-header h3.entry-title a{
  font-family: 'CronosPro', sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #D6BD61;
  padding: 10px 0 3px;
  text-decoration: none;
}

.tohome-sec.search-content .page-header {
  padding: 0 0 30px;
}

.search-results-wrapper article.recipe .entry-header {
  padding: 0 0 4px;
}

.search-btn-wrap.mob{
  display: none;
}

.recipe-details .video-section .video-wrapper.horizontal{
  padding: 40px 0 0;
  max-width: 800px;
  margin: 0 auto;
}

.recipe-details .video-section .video-wrapper iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
}

.recipe-details .ingredients-prep.vertical {
  display: flex;
  gap: 40px;
}

.recipe-details .ingredients-prep.vertical .ingredients-prep-flex {
  flex: 0.6;
}

.recipe-details .ingredients-prep.vertical .ingredients-prep-flex .ingredients-prep-flex-wrap {
  display: block;
  position: sticky;
  top: 40px;
}

.recipe-details .ingredients-prep.vertical .ingredients-prep-flex .ingredients-block {
  padding: 0 0 40px;
}

.recipe-details .ingredients-prep.vertical .video-section {
  flex: 0.4;
}

.recipe-details .video-section .video-wrapper.vertical iframe {
  aspect-ratio: 9/16;
}

.recipe-details .ingredients-prep.vertical .video-section .video-wrapper.vertical {
  position: sticky;
  top: 40px;
}