@charset "UTF-8";
.clearfix {
  clear: both;
}

.z-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.animate-all, body.product-template-default.single-product .button-recipe, .page-template-template-2023-home .button,
.page-template-template-page-builder .button {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.animate-shadow {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

/********************************************
*********************************************
******                                 ******
******          Flexbox Grid           ******
******      Author: Matthew Brand      ******
******                                 ******
*********************************************
********************************************/
.flex, .blog-list .main-banner .container .banner-text,
body.page-template-template-recipe-home .main-banner .container .banner-text, .page-template-template-product-listing .main-banner .container .banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.flex--justify-start, .blog-list .main-banner .container .flex--justify-start.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--justify-start.banner-text, .page-template-template-product-listing .main-banner .container .flex--justify-start.banner-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.flex--justify-center, .page-template-template-page-builder .product-group .flex.products-flex, .blog-list .main-banner .container .flex--justify-center.banner-text, .blog-list .main-banner .container .page-template-template-page-builder .product-group .banner-text.products-flex, .page-template-template-page-builder .product-group .blog-list .main-banner .container .banner-text.products-flex,
body.page-template-template-recipe-home .main-banner .container .flex--justify-center.banner-text,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .product-group .banner-text.products-flex,
.page-template-template-page-builder .product-group body.page-template-template-recipe-home .main-banner .container .banner-text.products-flex, .page-template-template-product-listing .product-group .flex.products-flex, .blog-list .main-banner .container .page-template-template-product-listing .product-group .products-flex.banner-text,
body.page-template-template-recipe-home .main-banner .container .page-template-template-product-listing .product-group .products-flex.banner-text, .page-template-template-product-listing .main-banner .container .flex--justify-center.banner-text, .page-template-template-page-builder .product-group .page-template-template-product-listing .main-banner .container .banner-text.products-flex, .page-template-template-product-listing .main-banner .container .product-group .banner-text.products-flex, .page-template-template-product-listing .product-group .main-banner .container .banner-text.products-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.flex--justify-end, .blog-list .main-banner .container .flex--justify-end.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--justify-end.banner-text, .page-template-template-product-listing .main-banner .container .flex--justify-end.banner-text {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.flex--justify-spacebetween, .blog-list .main-banner .container .flex--justify-spacebetween.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--justify-spacebetween.banner-text, .page-template-template-product-listing .main-banner .container .flex--justify-spacebetween.banner-text {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.flex--justify-spacearound, .blog-list .main-banner .container .flex--justify-spacearound.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--justify-spacearound.banner-text, .page-template-template-product-listing .main-banner .container .flex--justify-spacearound.banner-text {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.flex--align-start, .blog-list .main-banner .container .flex--align-start.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--align-start.banner-text, .page-template-template-product-listing .main-banner .container .flex--align-start.banner-text {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.flex--align-center, .blog-list .main-banner .container .banner-text,
body.page-template-template-recipe-home .main-banner .container .banner-text, .page-template-template-product-listing .main-banner .container .banner-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.flex--align-end, .blog-list .main-banner .container .flex--align-end.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--align-end.banner-text, .page-template-template-product-listing .main-banner .container .flex--align-end.banner-text {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.flex--wrap, .page-template-template-page-builder .product-group .flex.products-flex, .blog-list .main-banner .container .flex--wrap.banner-text, .blog-list .main-banner .container .page-template-template-page-builder .product-group .banner-text.products-flex, .page-template-template-page-builder .product-group .blog-list .main-banner .container .banner-text.products-flex,
body.page-template-template-recipe-home .main-banner .container .flex--wrap.banner-text,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .product-group .banner-text.products-flex,
.page-template-template-page-builder .product-group body.page-template-template-recipe-home .main-banner .container .banner-text.products-flex, .page-template-template-product-listing .product-group .flex.products-flex, .blog-list .main-banner .container .page-template-template-product-listing .product-group .products-flex.banner-text,
body.page-template-template-recipe-home .main-banner .container .page-template-template-product-listing .product-group .products-flex.banner-text, .page-template-template-product-listing .main-banner .container .flex--wrap.banner-text, .page-template-template-page-builder .product-group .page-template-template-product-listing .main-banner .container .banner-text.products-flex, .page-template-template-product-listing .main-banner .container .product-group .banner-text.products-flex, .page-template-template-product-listing .product-group .main-banner .container .banner-text.products-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.flex--reverse, .blog-list .main-banner .container .flex--reverse.banner-text,
body.page-template-template-recipe-home .main-banner .container .flex--reverse.banner-text, .page-template-template-product-listing .main-banner .container .flex--reverse.banner-text {
  flex-direction: row-reverse;
}

.page-template-template-2023-home footer,
.page-template-template-page-builder footer {
  margin-top: 0;
}

.page-template-template-2023-home .container,
.page-template-template-page-builder .container {
  max-width: 1322px;
}

.page-template-template-2023-home .button,
.page-template-template-page-builder .button {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  color: white;
  border: 1px solid white;
  font-family: "Bourton Hand Base";
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 600px) {
  .page-template-template-2023-home .button,
.page-template-template-page-builder .button {
    font-size: 21px;
  }
}
.page-template-template-2023-home .button:hover, .page-template-template-2023-home .button:focus,
.page-template-template-page-builder .button:hover,
.page-template-template-page-builder .button:focus {
  background-color: white;
  color: #f05224;
}

.page-template-template-2023-home .main-banner img,
.page-template-template-page-builder .main-banner img {
  max-width: initial;
  width: 100%;
}

.page-template-template-2023-home .main-banner .mobile,
.page-template-template-page-builder .main-banner .mobile {
  display: none;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .main-banner .mobile,
.page-template-template-page-builder .main-banner .mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .main-banner .desktop,
.page-template-template-page-builder .main-banner .desktop {
    display: none;
  }
}
.page-template-template-2023-home .intro,
.page-template-template-page-builder .intro {
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .intro,
.page-template-template-page-builder .intro {
    padding-top: 60px;
  }
}
.page-template-template-2023-home .intro h1,
.page-template-template-page-builder .intro h1 {
  font-size: 61px;
  line-height: 1.18;
}

.page-template-template-2023-home .intro h1 span,
.page-template-template-page-builder .intro h1 span {
  color: white;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .intro h1,
.page-template-template-page-builder .intro h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .intro h1,
.page-template-template-page-builder .intro h1 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .intro h1,
.page-template-template-page-builder .intro h1 {
    font-size: 25px;
  }
}
.page-template-template-2023-home .intro img,
.page-template-template-page-builder .intro img {
  max-width: 150px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .intro img,
.page-template-template-page-builder .intro img {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .intro img,
.page-template-template-page-builder .intro img {
    max-width: 66px;
    margin-top: 30px;
  }
}
.page-template-template-2023-home .products-featured,
.page-template-template-page-builder .products-featured {
  padding-top: 50px;
  padding-bottom: 135px;
}

@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured,
.page-template-template-page-builder .products-featured {
    padding-top: 30px;
  }
}
.page-template-template-2023-home .products-featured h2,
.page-template-template-page-builder .products-featured h2 {
  color: white;
  font-size: 55px;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured h2,
.page-template-template-page-builder .products-featured h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured h2,
.page-template-template-page-builder .products-featured h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured h2,
.page-template-template-page-builder .products-featured h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.page-template-template-2023-home .products-featured .product-flex,
.page-template-template-page-builder .products-featured .product-flex {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex,
.page-template-template-page-builder .products-featured .product-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-template-template-2023-home .products-featured .product-flex .product-box,
.page-template-template-page-builder .products-featured .product-flex .product-box {
  flex-basis: 25%;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box,
.page-template-template-page-builder .products-featured .product-flex .product-box {
    flex-basis: 50%;
    margin-bottom: 85px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box,
.page-template-template-page-builder .products-featured .product-flex .product-box {
    margin-bottom: 50px;
  }
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div,
.page-template-template-page-builder .products-featured .product-flex .product-box > div {
  padding: 0 20px;
}

.page-template-template-2023-home .products-featured .product-flex .product-box > div a img,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a img {
  max-width: 100%;
}

.page-template-template-2023-home .products-featured .product-flex .product-box > div a h3,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 {
  color: white;
  font-size: 28px;
  line-height: 1.05;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 1395px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 br,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3 br,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a h3,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a h3 {
    font-size: 14px;
  }
}
.page-template-template-2023-home .products-featured .product-flex .product-box > div a .button,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a .button {
  padding-top: 20px;
  padding-bottom: 12px;
  display: block;
  background-color: #2C2826;
  color: white;
  border: none;
}

.page-template-template-2023-home .products-featured .product-flex .product-box > div a .button:hover, .page-template-template-2023-home .products-featured .product-flex .product-box > div a .button:focus,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a .button:hover,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a .button:focus {
  background-color: white;
  color: #f05224;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a .button,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a .button {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .product-flex .product-box > div a .button,
.page-template-template-page-builder .products-featured .product-flex .product-box > div a .button {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 7px;
  }
}
.page-template-template-2023-home .products-featured .see-all,
.page-template-template-page-builder .products-featured .see-all {
  text-align: center;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured .see-all,
.page-template-template-page-builder .products-featured .see-all {
    padding-top: 45px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured .see-all,
.page-template-template-page-builder .products-featured .see-all {
    padding-top: 0;
  }
}
.page-template-template-2023-home .products-featured .see-all .button,
.page-template-template-page-builder .products-featured .see-all .button {
  width: 100%;
  max-width: 542px;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section,
.page-template-template-page-builder .two-col-section {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .container,
.page-template-template-page-builder .two-col-section .container {
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .flex, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text,
.page-template-template-page-builder .two-col-section .flex,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text {
    display: block;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-image, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-image, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section .flex .flex-image,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-image,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image {
  width: 55%;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .flex .flex-image, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-image, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section .flex .flex-image,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-image,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-image > div img, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-image > div img, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image > div img,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image > div img,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image > div img, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image > div img, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image > div img,
.page-template-template-page-builder .two-col-section .flex .flex-image > div img,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-image > div img,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image > div img,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image > div img,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image > div img,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image > div img,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image > div img {
  width: 100%;
  display: block;
}

.page-template-template-2023-home .two-col-section .flex .flex-content, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section .flex .flex-content,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content {
  width: 45%;
}

@media (min-width: 993px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section .flex .flex-content,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section .flex .flex-content,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-content > div, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div,
.page-template-template-page-builder .two-col-section .flex .flex-content > div,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div {
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-2023-home .two-col-section .flex .flex-content > div h2, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .flex .flex-content > div h2,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2 {
  color: white;
  font-size: 55px;
  line-height: 1.05;
}

@media (min-width: 993px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div h2, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .flex .flex-content > div h2,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2 {
    margin-top: 0;
  }
}
@media (max-width: 1230px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div h2, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .flex .flex-content > div h2,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .two-col-section .flex .flex-content > div h2, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .flex .flex-content > div h2,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div h2,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div h2,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div h2,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div h2 {
    font-size: 28px;
  }
}
.page-template-template-2023-home .two-col-section .flex .flex-content > div p, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div p, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div p,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div p,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div p, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div p, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div p,
.page-template-template-page-builder .two-col-section .flex .flex-content > div p,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div p,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div p,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div p,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div p,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div p,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div p {
  font-size: 20px;
  line-height: 1.6;
}

.page-template-template-2023-home .two-col-section .flex .flex-content > div .button, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div .button, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div .button,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div .button,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div .button, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div .button, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-content > div .button,
.page-template-template-page-builder .two-col-section .flex .flex-content > div .button,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-content > div .button,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div .button,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-content > div .button,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div .button,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-content > div .button,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-content > div .button {
  display: block;
  width: 100%;
  max-width: 522px;
  margin-top: 55px;
}

.page-template-template-2023-home .two-col-section .flex.flex--reverse .flex-content > div, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .flex--reverse.banner-text .flex-content > div, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .flex--reverse.banner-text .flex-content > div,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .flex--reverse.banner-text .flex-content > div,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .flex--reverse.banner-text .flex-content > div, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .flex--reverse.banner-text .flex-content > div, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .flex--reverse.banner-text .flex-content > div,
.page-template-template-page-builder .two-col-section .flex.flex--reverse .flex-content > div,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .flex--reverse.banner-text .flex-content > div,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .flex--reverse.banner-text .flex-content > div,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .flex--reverse.banner-text .flex-content > div,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .flex--reverse.banner-text .flex-content > div,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .flex--reverse.banner-text .flex-content > div,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .flex--reverse.banner-text .flex-content > div {
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-2023-home .recipes,
.page-template-template-page-builder .recipes {
  padding-top: 120px;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .recipes,
.page-template-template-page-builder .recipes {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes,
.page-template-template-page-builder .recipes {
    padding-top: 0;
  }
}
.page-template-template-2023-home .recipes h2,
.page-template-template-page-builder .recipes h2 {
  text-align: center;
  color: white;
  font-size: 95px;
  line-height: 1.05;
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .recipes h2,
.page-template-template-page-builder .recipes h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .recipes h2,
.page-template-template-page-builder .recipes h2 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes h2,
.page-template-template-page-builder .recipes h2 {
    font-size: 40px;
    margin-top: 0;
  }
}
.page-template-template-2023-home .recipes .lgx-section-inner,
.page-template-template-page-builder .recipes .lgx-section-inner {
  background-color: transparent !important;
}

.page-template-template-2023-home .recipes .owl-carousel .owl-item img,
.page-template-template-page-builder .recipes .owl-carousel .owl-item img {
  height: auto;
}

.page-template-template-2023-home .recipes .owl-carousel .owl-item h3,
.page-template-template-page-builder .recipes .owl-carousel .owl-item h3 {
  font-size: 39px;
  color: white;
  line-height: 1.05;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .recipes .owl-carousel .owl-item h3,
.page-template-template-page-builder .recipes .owl-carousel .owl-item h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .recipes .owl-carousel .owl-item h3,
.page-template-template-page-builder .recipes .owl-carousel .owl-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes .owl-carousel .owl-item h3,
.page-template-template-page-builder .recipes .owl-carousel .owl-item h3 {
    font-size: 16px;
  }
}
.page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot span,
.page-template-template-page-builder .recipes .owl-theme .owl-dots .owl-dot span {
  background-color: white;
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot span,
.page-template-template-page-builder .recipes .owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot span,
.page-template-template-page-builder .recipes .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
  }
}
.page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot.active span, .page-template-template-2023-home .recipes .owl-theme .owl-dots .owl-dot:hover span,
.page-template-template-page-builder .recipes .owl-theme .owl-dots .owl-dot.active span,
.page-template-template-page-builder .recipes .owl-theme .owl-dots .owl-dot:hover span {
  background-color: black;
}

.page-template-template-2023-home .recipes .owl-nav,
.page-template-template-page-builder .recipes .owl-nav {
  display: none;
}

.page-template-template-2023-home .recipes .see-all,
.page-template-template-page-builder .recipes .see-all {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 135px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .recipes .see-all,
.page-template-template-page-builder .recipes .see-all {
    padding-top: 60px;
    padding-bottom: 81px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .recipes .see-all,
.page-template-template-page-builder .recipes .see-all {
    padding-top: 30px;
  }
}
.page-template-template-2023-home .recipes .see-all .button,
.page-template-template-page-builder .recipes .see-all .button {
  width: 100%;
  max-width: 458px;
}

.page-template-template-2023-home .honeycomb,
.page-template-template-page-builder .honeycomb {
  text-align: center;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .honeycomb,
.page-template-template-page-builder .honeycomb {
    padding-bottom: 50px;
  }
}
.page-template-template-2023-home .honeycomb.second,
.page-template-template-page-builder .honeycomb.second {
  padding-top: 150px;
}

@media (max-width: 600px) {
  .page-template-template-2023-home .honeycomb.second,
.page-template-template-page-builder .honeycomb.second {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .honeycomb img,
.page-template-template-page-builder .honeycomb img {
    width: 60px !important;
  }
}
.page-template-template-2023-home .products-featured.secondary,
.page-template-template-page-builder .products-featured.secondary {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured.secondary,
.page-template-template-page-builder .products-featured.secondary {
    padding-top: 35px;
  }
}
@media (max-width: 600px) {
  .page-template-template-2023-home .products-featured.secondary,
.page-template-template-page-builder .products-featured.secondary {
    padding-top: 0;
  }
}
.page-template-template-2023-home .products-featured.secondary h2,
.page-template-template-page-builder .products-featured.secondary h2 {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .products-featured.secondary h2,
.page-template-template-page-builder .products-featured.secondary h2 {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .page-template-template-2023-home .products-featured.secondary h2 br,
.page-template-template-page-builder .products-featured.secondary h2 br {
    display: none;
  }
}
.page-template-template-2023-home .middle-man,
.page-template-template-page-builder .middle-man {
  padding-bottom: 100px;
}

.page-template-template-2023-home .middle-man h2,
.page-template-template-page-builder .middle-man h2 {
  font-size: 90px;
  line-height: 1.05;
  color: white;
  text-align: center;
}

@media (max-width: 992px) {
  .page-template-template-2023-home .middle-man h2,
.page-template-template-page-builder .middle-man h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .page-template-template-2023-home .middle-man h2,
.page-template-template-page-builder .middle-man h2 {
    font-size: 45px;
    text-align: left;
  }
}
.page-template-template-2023-home .honey-gives-hope,
.page-template-template-page-builder .honey-gives-hope {
  margin-top: 70px;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 143px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .honey-gives-hope,
.page-template-template-page-builder .honey-gives-hope {
    margin-top: 0;
    text-align: left;
  }
}
.page-template-template-2023-home .honey-gives-hope h2,
.page-template-template-page-builder .honey-gives-hope h2 {
  color: white;
  font-size: 55px;
  line-height: 1.05;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .honey-gives-hope h2,
.page-template-template-page-builder .honey-gives-hope h2 {
    font-size: 45px;
  }
}
.page-template-template-2023-home .honey-gives-hope p,
.page-template-template-page-builder .honey-gives-hope p {
  color: white;
  font-size: 28px;
  line-height: 1.85;
  margin-bottom: 55px;
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-template-template-2023-home .honey-gives-hope p,
.page-template-template-page-builder .honey-gives-hope p {
    font-size: 20px;
  }
}
.page-template-template-2023-home .honey-gives-hope .button,
.page-template-template-page-builder .honey-gives-hope .button {
  width: 100%;
  max-width: 431px;
}

.page-template-template-2023-home .main-banner,
.page-template-template-page-builder .main-banner {
  min-height: 53.69vw;
}

@media (max-width 992px) {
  .page-template-template-2023 .main-banner,
.page-template-template-page-builder .main-banner {
    min-height: 111.808vw;
  }
}
@media (min-width: 993px) {
  .page-template-template-2023-home .two-col-section .flex .flex-image, .page-template-template-2023-home .two-col-section .blog-list .main-banner .container .banner-text .flex-image, .blog-list .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image,
.page-template-template-2023-home .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image,
body.page-template-template-recipe-home .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image, .page-template-template-2023-home .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image, .page-template-template-product-listing .main-banner .container .page-template-template-2023-home .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section .flex .flex-image,
.page-template-template-page-builder .two-col-section .blog-list .main-banner .container .banner-text .flex-image,
.blog-list .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section body.page-template-template-recipe-home .main-banner .container .banner-text .flex-image,
body.page-template-template-recipe-home .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image,
.page-template-template-page-builder .two-col-section .page-template-template-product-listing .main-banner .container .banner-text .flex-image,
.page-template-template-product-listing .main-banner .container .page-template-template-page-builder .two-col-section .banner-text .flex-image {
    width: 71%;
  }
  .page-template-template-2023-home .two-col-section.left-side .container,
.page-template-template-page-builder .two-col-section.left-side .container {
    max-width: 100%;
    margin-left: 0;
  }
  .page-template-template-2023-home .two-col-section.right-side .container,
.page-template-template-page-builder .two-col-section.right-side .container {
    max-width: 100%;
    margin-right: 0;
  }
}
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4,
.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4 {
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 34px !important;
  line-height: 1.2 !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .leadin-button,
.leadinModal.leadinModal-v3 .leadin-button {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.leadinModal.leadinModal-v3 .leadin-preview-wrapper-no-image p {
  text-align: center !important;
  margin-bottom: 20px;
}

.leadinModal .leadin-close-button {
  color: #f05224 !important;
}

body.product-template-default.single-product {
  background-color: #f05224 !important;
  color: #2C2826 !important;
}

body.product-template-default.single-product .container,
body.product-template-default.single-product #main {
  max-width: 1322px;
}

body.product-template-default.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: transparent;
}

body.product-template-default.single-product #main {
  padding-top: 200px !important;
}

@media (max-width: 992px) {
  body.product-template-default.single-product #main {
    padding-top: 150px !important;
  }
}
body.product-template-default.single-product #main .product {
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  body.product-template-default.single-product #main .product {
    display: block;
  }
}
body.product-template-default.single-product #main .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide img {
  height: auto !important;
}

body.product-template-default.single-product #main .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image.flex-active-slide img.zoomImg {
  height: auto !important;
}

@media (max-width: 1200px) {
  body.product-template-default.single-product #main .product .woocommerce-product-gallery {
    max-width: 48% !important;
  }
}
@media (max-width: 992px) {
  body.product-template-default.single-product #main .product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    margin-bottom: 30px;
  }
}
body.product-template-default.single-product #main .product .flex-control-nav {
  text-align: center;
  padding-left: 0;
}

@media (max-width: 700px) {
  body.product-template-default.single-product #main .product .flex-control-nav {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
body.product-template-default.single-product #main .product .flex-control-nav:after {
  display: none;
}

body.product-template-default.single-product #main .product .flex-control-nav li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

body.product-template-default.single-product #main .product .flex-control-nav li::marker {
  display: none !important;
}

body.product-template-default.single-product #main .product .flex-control-nav li a {
  color: transparent;
  width: 28px;
  height: 28px;
  display: block;
  background-color: white;
  border-radius: 50px;
}

body.product-template-default.single-product #main .product .flex-control-nav li a.flex-active {
  background-color: black;
}

body.product-template-default.single-product #main .product .summary {
  margin-right: 0;
}

@media (max-width: 992px) {
  body.product-template-default.single-product #main .product .summary {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body.product-template-default.single-product #main .product .summary .review-stars {
  display: none !important;
}

body.product-template-default.single-product #main .product .summary .product_title {
  font-size: 44px;
  line-height: 1;
  color: white;
}

@media (max-width: 992px) {
  body.product-template-default.single-product #main .product .summary .product_title {
    text-align: left;
  }
}
@media (min-width: 993px) {
  body.product-template-default.single-product #main .product .summary .product_title {
    font-size: 5.729vw;
  }
}
@media (min-width: 1920px) {
  body.product-template-default.single-product #main .product .summary .product_title {
    font-size: 110px;
  }
}
body.product-template-default.single-product #main .product .summary .woocommerce-product-details__short-description {
  color: white;
  font-size: 25px;
  line-height: 1.33;
  max-width: 100%;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  body.product-template-default.single-product #main .product .summary .woocommerce-product-details__short-description {
    margin-bottom: 50px;
  }
}
@media (min-width: 993px) {
  body.product-template-default.single-product #main .product .summary .woocommerce-product-details__short-description {
    font-size: 1.719vw;
  }
}
@media (min-width: 1920px) {
  body.product-template-default.single-product #main .product .summary .woocommerce-product-details__short-description {
    font-size: 33px;
  }
}
@media (max-width: 992px) {
  body.product-template-default.single-product #main .product .summary .button_wrapper {
    padding-top: 0;
  }
}
body.product-template-default.single-product #main .product .summary .button_wrapper a.btn,
body.product-template-default.single-product #main .product .summary .button_wrapper a.btn.secondary {
  color: white;
  background-color: #2C2826;
  text-align: center;
  border-radius: 0;
  margin-top: 20px;
  font-size: 28px;
  border: none;
  font-family: "Bourton Hand Base";
  font-weight: 400;
  line-height: 1;
  padding-top: 21px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 992px) {
  body.product-template-default.single-product #main .product .summary .button_wrapper a.btn,
body.product-template-default.single-product #main .product .summary .button_wrapper a.btn.secondary {
    width: 100%;
    max-width: 100%;
  }
}
body.product-template-default.single-product #main .product .summary .button_wrapper a.btn:hover, body.product-template-default.single-product #main .product .summary .button_wrapper a.btn:focus,
body.product-template-default.single-product #main .product .summary .button_wrapper a.btn.secondary:hover,
body.product-template-default.single-product #main .product .summary .button_wrapper a.btn.secondary:focus {
  background-color: white;
  color: #2C2826;
}

body.product-template-default.single-product .product-long-description {
  padding-bottom: 100px;
}

body.product-template-default.single-product .product-long-description .more-content.hidden {
  display: none;
}

body.product-template-default.single-product .product-long-description .more-content {
  padding-bottom: 30px;
}

body.product-template-default.single-product .product-long-description .btn-show-more {
  color: white;
  background-color: #2C2826;
  text-align: center;
  border-radius: 0;
  border: none;
  font-family: "Bourton Hand Base";
  font-weight: 400;
  line-height: 1;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border: none;
  display: inline-block;
  width: auto;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}

body.product-template-default.single-product .product-long-description .container {
  max-width: 1252px;
}

body.product-template-default.single-product .product-long-description p {
  font-size: 21px;
  line-height: 1.57;
  color: black;
}

@media (min-width: 1400px) {
  body.product-template-default.single-product .product-long-description p {
    font-size: 1.458vw;
  }
}
@media (min-width: 1920px) {
  body.product-template-default.single-product .product-long-description p {
    font-size: 28px;
  }
}
body.product-template-default.single-product .product-long-description a {
  font-size: 21px;
  line-height: 1.57;
  color: black;
  text-decoration: underline;
}

@media (min-width: 1400px) {
  body.product-template-default.single-product .product-long-description a {
    font-size: 1.458vw;
  }
}
@media (min-width: 1920px) {
  body.product-template-default.single-product .product-long-description a {
    font-size: 28px;
  }
}
body.product-template-default.single-product .product-long-description ul {
  padding-left: 60px;
  font-size: 21px;
  line-height: 1.57;
  color: black;
}

@media (min-width: 1400px) {
  body.product-template-default.single-product .product-long-description ul {
    font-size: 1.458vw;
  }
}
@media (min-width: 1920px) {
  body.product-template-default.single-product .product-long-description ul {
    font-size: 28px;
  }
}
body.product-template-default.single-product .product-long-description ul li {
  list-style-type: disc;
}

body.product-template-default.single-product .button-recipe {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  color: white;
  border: 1px solid white;
  font-family: "Bourton Hand Base";
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 600px) {
  body.product-template-default.single-product .button-recipe {
    font-size: 21px;
  }
}
body.product-template-default.single-product .button-recipe:hover, body.product-template-default.single-product .button-recipe:focus {
  background-color: white;
  color: #f05224;
}

body.product-template-default.single-product .product-touts {
  background-color: #f05224 !important;
  box-shadow: none;
  padding-top: 0;
  color: black;
}

body.product-template-default.single-product .product-touts .container {
  max-width: 75%;
}

body.product-template-default.single-product .product-touts .hex-wrapper {
  background-image: url(../png/hex_opacity_benefits.png);
  background-size: 100% 100%;
  width: 447px;
  width: 23.281vw;
  height: 386px;
  height: 20.104vw;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .product-touts .hex-wrapper {
    width: 370px;
    height: 322px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  body.product-template-default.single-product .product-touts .hex-wrapper {
    width: 77.083vw;
    height: 67.083vw;
    margin-left: auto;
    margin-right: auto;
  }
}
body.product-template-default.single-product .product-touts .hex-wrapper > div {
  max-width: 15.104vw;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .product-touts .hex-wrapper > div {
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  body.product-template-default.single-product .product-touts .hex-wrapper > div {
    max-width: 45.833vw;
  }
}
body.product-template-default.single-product .product-touts .hex-wrapper h3 {
  font-size: 36px;
  font-size: 1.875vw;
  margin-top: 0;
  min-height: auto;
  margin-bottom: 15px;
  margin-bottom: 1vw;
  padding-top: 48px;
  padding-top: 3vw;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .product-touts .hex-wrapper h3 {
    font-size: 30px;
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  body.product-template-default.single-product .product-touts .hex-wrapper h3 {
    font-size: 6.25vw;
    padding-top: 10vw;
  }
}
body.product-template-default.single-product .product-touts .hex-wrapper .copy {
  font-size: 25px;
  line-height: 1.4;
  font-size: 1.302vw;
  padding: 0;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .product-touts .hex-wrapper .copy {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  body.product-template-default.single-product .product-touts .hex-wrapper .copy {
    font-size: 4.167vw;
  }
}
body.product-template-default.single-product .recipes {
  padding-top: 120px;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .recipes {
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  body.product-template-default.single-product .recipes {
    padding-top: 0;
  }
}
body.product-template-default.single-product .recipes h2 {
  text-align: center;
  color: white;
  font-size: 95px;
  line-height: 1.05;
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .recipes h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body.product-template-default.single-product .recipes h2 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  body.product-template-default.single-product .recipes h2 {
    font-size: 40px;
    margin-top: 0;
  }
}
body.product-template-default.single-product .recipes .lgx-section-inner {
  background-color: transparent !important;
}

body.product-template-default.single-product .recipes .owl-carousel .owl-item img {
  height: auto;
}

body.product-template-default.single-product .recipes .owl-carousel .owl-item h3 {
  font-size: 39px;
  color: white;
  line-height: 1.05;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .recipes .owl-carousel .owl-item h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  body.product-template-default.single-product .recipes .owl-carousel .owl-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body.product-template-default.single-product .recipes .owl-carousel .owl-item h3 {
    font-size: 16px;
  }
}
body.product-template-default.single-product .recipes .owl-theme .owl-dots .owl-dot span {
  background-color: white;
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  body.product-template-default.single-product .recipes .owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 23px;
  }
}
@media (max-width: 600px) {
  body.product-template-default.single-product .recipes .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
  }
}
body.product-template-default.single-product .recipes .owl-theme .owl-dots .owl-dot.active span, body.product-template-default.single-product .recipes .owl-theme .owl-dots .owl-dot:hover span {
  background-color: black;
}

body.product-template-default.single-product .recipes .owl-nav {
  display: none;
}

body.product-template-default.single-product .recipes .see-all {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 135px;
}

@media (max-width: 767px) {
  body.product-template-default.single-product .recipes .see-all {
    padding-top: 60px;
    padding-bottom: 81px;
  }
}
@media (max-width: 600px) {
  body.product-template-default.single-product .recipes .see-all {
    padding-top: 30px;
  }
}
body.product-template-default.single-product .recipes .see-all .button-recipe {
  width: 100%;
  max-width: 458px;
}

body.product-template-default.single-product .guarantee-section {
  padding-top: 100px;
}

body.product-template-default.single-product .guarantee-section img {
  width: 400px;
  width: 20.833vw;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .guarantee-section img {
    width: 25.833vw;
  }
}
body.product-template-default.single-product .guarantee-section h2 {
  font-size: 50px;
  font-size: 2.604vw;
  line-height: 1;
  color: black;
  margin-left: 60px;
  margin-left: 3.125vw;
}

body.product-template-default.single-product .guarantee-section h2 span {
  color: white;
}

@media (max-width: 992px) {
  body.product-template-default.single-product .guarantee-section h2 {
    font-size: 4.604vw;
  }
}
.page-template-template-product-listing {
  background-color: #f05224;
}

.page-template-template-product-listing .container {
  max-width: 1322px;
}

.page-template-template-product-listing .contnet {
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-product-listing .main-banner {
  position: relative;
}

.page-template-template-product-listing .main-banner img {
  max-width: initial;
  width: 100%;
  position: relative;
  z-index: 1;
}

.page-template-template-product-listing .main-banner .mobile {
  display: none;
}

@media (max-width: 992px) {
  .page-template-template-product-listing .main-banner .mobile {
    display: block;
  }
}
@media (max-width: 992px) {
  .page-template-template-product-listing .main-banner .desktop {
    display: none;
  }
}
.page-template-template-product-listing .main-banner .container {
  position: absolute;
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.page-template-template-product-listing .main-banner .container .banner-text {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-product-listing .main-banner .container .banner-text h1 {
  text-align: center;
  color: white;
  font-size: 5vw;
  line-height: 0.83;
  width: 100%;
}

.page-template-template-product-listing .main-banner .container .banner-text h1 span {
  color: #F05224;
}

@media (max-width: 992px) {
  .page-template-template-product-listing .main-banner .container .banner-text h1 {
    font-size: 7vw;
  }
}
@media (min-width: 1920px) {
  .page-template-template-product-listing .main-banner .container .banner-text h1 {
    font-size: 96px;
  }
}
@media (min-width: 993px) {
  .page-template-template-product-listing .mobile-menu-title {
    display: none;
  }
}
.page-template-template-product-listing .mobile-menu-title h2 {
  line-height: 1.05;
  color: white;
  text-align: center;
  font-size: 44px;
}

.page-template-template-product-listing .mobile-product-menu {
  margin-bottom: 120px;
}

@media (min-width: 993px) {
  .page-template-template-product-listing .mobile-product-menu {
    display: none;
  }
}
.page-template-template-product-listing .mobile-product-menu > div {
  margin-bottom: 10px;
  text-align: center;
}

.page-template-template-product-listing .mobile-product-menu > div a {
  color: white;
  font-family: "Bourton Hand Base";
  font-size: 22px;
  line-height: 1.05;
}

.page-template-template-product-listing .mobile-product-menu > div a:hover, .page-template-template-product-listing .mobile-product-menu > div a:focus {
  color: black;
}

.page-template-template-product-listing .product-group {
  margin-bottom: 80px;
  padding-top: 85px;
}

@media (max-width: 992px) {
  .page-template-template-product-listing .product-group {
    padding-top: 25px;
  }
}
.page-template-template-product-listing .product-group h2 {
  font-size: 4.792vw;
  line-height: 1.05;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 1920px) {
  .page-template-template-product-listing .product-group h2 {
    font-size: 92px;
  }
}
@media (max-width: 992px) {
  .page-template-template-product-listing .product-group h2 {
    font-size: 44px;
  }
}
.page-template-template-product-listing .product-group .products-flex .product-block {
  width: 33%;
  margin-bottom: 20px;
}

@media (max-width: 1130px) {
  .page-template-template-product-listing .product-group .products-flex .product-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-template-product-listing .product-group .products-flex .product-block {
    width: 100%;
  }
}
.page-template-template-product-listing .product-group .products-flex .product-block > div {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-template-product-listing .product-group .products-flex .product-block > div .product-image a {
  position: relative;
  display: block;
}

.page-template-template-product-listing .product-group .products-flex .product-block > div .product-image a img.wp-post-image {
  height: 300px;
  width: auto;
  position: relative;
  z-index: 2;
}

.page-template-template-product-listing .product-group .products-flex .product-block > div .product-image a img.hex-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
}

.page-template-template-product-listing .product-group .products-flex .product-block > div .product-title h3 {
  margin-top: 5px;
}

.page-template-template-product-listing .product-group .products-flex .product-block > div .product-title h3 a {
  color: black;
  font-size: 28px;
  line-height: 1;
}

.page-template-template-product-listing .guarantee-section {
  padding-top: 100px;
}

.page-template-template-product-listing .guarantee-section img {
  width: 400px;
  width: 20.833vw;
}

@media (max-width: 992px) {
  .page-template-template-product-listing .guarantee-section img {
    width: 25.833vw;
  }
}
.page-template-template-product-listing .guarantee-section h2 {
  font-size: 50px;
  font-size: 2.604vw;
  line-height: 1;
  color: black;
  margin-left: 60px;
  margin-left: 3.125vw;
}

.page-template-template-product-listing .guarantee-section h2 span {
  color: white;
}

@media (max-width: 992px) {
  .page-template-template-product-listing .guarantee-section h2 {
    font-size: 5.4vw;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #f05224 !important;
}

@media (max-width: 767px) {
  .owl-theme .owl-controls {
    margin-top: -32px !important;
  }
}
@media (max-width: 992px) {
  body.product-template-default.single-product .guarantee-section h2 {
    font-size: 5.4vw;
  }
}
body.single-post.post-template-default,
body.category,
body.blog,
body.page-template-template-recipes-home {
  background-color: #f05224 !important;
}

@media (min-width: 993px) {
  body.single-post.post-template-default .mobile-menu-title,
body.category .mobile-menu-title,
body.blog .mobile-menu-title,
body.page-template-template-recipes-home .mobile-menu-title {
    display: none;
  }
}
body.single-post.post-template-default .mobile-menu-title h2,
body.category .mobile-menu-title h2,
body.blog .mobile-menu-title h2,
body.page-template-template-recipes-home .mobile-menu-title h2 {
  line-height: 1.05;
  color: white;
  text-align: center;
  font-size: 44px;
}

@media (max-width: 767px) {
  body.single-post.post-template-default section.sub-nav ul li,
body.category section.sub-nav ul li,
body.blog section.sub-nav ul li,
body.page-template-template-recipes-home section.sub-nav ul li {
    width: 100%;
    margin: 0;
  }
}
body.single-post.post-template-default section.sub-nav ul li a,
body.category section.sub-nav ul li a,
body.blog section.sub-nav ul li a,
body.page-template-template-recipes-home section.sub-nav ul li a {
  font-size: 20px;
}

@media (max-width: 767px) {
  body.single-post.post-template-default section.sub-nav ul li a,
body.category section.sub-nav ul li a,
body.blog section.sub-nav ul li a,
body.page-template-template-recipes-home section.sub-nav ul li a {
    font-size: 22px;
    line-height: 1.05;
  }
}
.blog-detail {
  background-color: #ffbe49 !important;
  color: #000;
}

.blog-detail .content {
  padding-top: 200px;
}

@media (max-width: 600px) {
  .blog-detail .content {
    padding-top: 150px;
  }
}
.blog-detail h2 {
  color: #2C2826;
}

.blog-detail h2.title {
  color: #F05224;
}

.blog-detail .masthead-wrapper .category {
  display: none;
}

.blog-detail .sub-nav {
  background-color: #ffbe49;
  box-shadow: none;
}

.blog-detail a.back-button {
  color: #000;
}

.blog-detail a.back-button:hover {
  color: #f05224;
}

.blog-detail .share-label {
  color: #000;
}

.blog-detail .content ul li:before,
.blog-detail .single-product .product .summary ul li:before {
  color: #F05224;
}

.blog-detail .shop-buttons b {
  font-family: "gothambook";
  font-weight: bold;
  color: #000;
}

@media (max-width: 993px) {
  .blog-detail .related-posts .blog-post {
    margin: 0 auto;
    display: block;
    float: none;
  }
}
.blog-detail .related-posts .slick-next,
.blog-detail .related-posts .slick-prev {
  z-index: 1000;
  top: 50%;
}

.blog-detail .related-posts .slick-dots li {
  padding: 0;
}

.blog-detail .blog-post .category {
  display: none;
}

.blog-detail .blog-post h6 {
  color: #2C2826;
  margin-top: 30px;
}

.blog-detail .blog-post:hover h6 {
  color: #f05224;
}

.guarantee-section {
  padding-top: 100px;
  background-color: #f05224;
}

.guarantee-section img {
  width: 400px;
  width: 20.833vw;
}

@media (max-width: 992px) {
  .guarantee-section img {
    width: 25.833vw;
  }
}
.guarantee-section h2 {
  font-size: 50px;
  font-size: 2.604vw;
  line-height: 1;
  color: black;
  margin-left: 60px;
  margin-left: 3.125vw;
}

.guarantee-section h2 span {
  color: white;
}

@media (max-width: 992px) {
  .guarantee-section h2 {
    font-size: 4.604vw;
  }
}
@media (max-width: 767px) {
  .blog-list .optional-spacer,
body.page-template-template-recipe-home .optional-spacer {
    display: none;
  }
}
.blog-list .main-banner,
body.page-template-template-recipe-home .main-banner {
  position: relative;
}

.blog-list .main-banner img,
body.page-template-template-recipe-home .main-banner img {
  max-width: initial;
  width: 100%;
  position: relative;
  z-index: 1;
}

.blog-list .main-banner .mobile,
body.page-template-template-recipe-home .main-banner .mobile {
  display: none;
}

@media (max-width: 767px) {
  .blog-list .main-banner .mobile,
body.page-template-template-recipe-home .main-banner .mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .blog-list .main-banner .desktop,
body.page-template-template-recipe-home .main-banner .desktop {
    display: none;
  }
}
.blog-list .main-banner .container,
body.page-template-template-recipe-home .main-banner .container {
  position: absolute;
  width: 100% !important;
  max-width: 100% !important;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.blog-list .main-banner .container .banner-text,
body.page-template-template-recipe-home .main-banner .container .banner-text {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-list .main-banner .container .banner-text h1,
body.page-template-template-recipe-home .main-banner .container .banner-text h1 {
  text-align: center;
  color: white;
  font-size: 5vw;
  line-height: 0.83;
  width: 100%;
}

.blog-list .main-banner .container .banner-text h1 span,
body.page-template-template-recipe-home .main-banner .container .banner-text h1 span {
  color: #F05224;
}

@media (max-width: 992px) {
  .blog-list .main-banner .container .banner-text h1,
body.page-template-template-recipe-home .main-banner .container .banner-text h1 {
    font-size: 7vw;
  }
}
@media (min-width: 1920px) {
  .blog-list .main-banner .container .banner-text h1,
body.page-template-template-recipe-home .main-banner .container .banner-text h1 {
    font-size: 96px;
  }
}
.blog-list section.sub-nav,
body.page-template-template-recipe-home section.sub-nav {
  background-color: #f05224;
  box-shadow: none;
}

.blog-list section.sub-nav ul li a,
body.page-template-template-recipe-home section.sub-nav ul li a {
  font-family: "Bourton Hand Base";
  color: #fff;
  font-weight: 400;
}

.blog-list section.sub-nav ul li.current-cat,
body.page-template-template-recipe-home section.sub-nav ul li.current-cat {
  border: none;
}

.blog-list section.sub-nav ul li.current-cat a,
body.page-template-template-recipe-home section.sub-nav ul li.current-cat a {
  color: #000;
}

.blog-list .blog-post .category,
body.page-template-template-recipe-home .blog-post .category {
  color: #000;
  font-size: 16px;
  line-height: 36px;
}

.blog-list .blog-post h6,
body.page-template-template-recipe-home .blog-post h6 {
  color: #000;
  font-size: 28px;
  line-height: 1;
}

.blog-list .blog-post:hover h6,
body.page-template-template-recipe-home .blog-post:hover h6 {
  color: #fff;
}

.blog-list .see-all-button,
body.page-template-template-recipe-home .see-all-button {
  float: left;
  width: 100%;
  bottom: 35px;
  position: relative;
}

.blog-list .malinky-load-more__button,
body.page-template-template-recipe-home .malinky-load-more__button {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  color: white;
  border: 1px solid white;
  font-family: "Bourton Hand Base";
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 458px;
  border-radius: 0;
}

.blog-list .malinky-load-more__button:hover,
body.page-template-template-recipe-home .malinky-load-more__button:hover {
  background-color: white;
  color: #f05224 !important;
}

.blog-detail p a:not(.btn),
.blog-detail .content ul li a {
  color: #f05224;
}

.blog .all-posts .search-icon {
  display: none;
}

.blog section.sub-nav {
  background-color: #f05224;
  box-shadow: none;
}

.blog section.sub-nav ul li.current-cat {
  border: none;
}

.blog section.sub-nav ul li.current-cat a {
  color: #000;
}

.blog section.sub-nav ul.all-posts li.cat-item-all {
  border: none;
}

.blog section.sub-nav ul.all-posts li.cat-item-all a {
  color: #000;
}

.blog-category section.sub-nav ul.all-posts li.cat-item-all a {
  color: #fff;
}

.blog-category .category .category {
  display: none;
}

.blog-category .category h6 {
  margin-top: 30px;
}

.post-category-section {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.post-category-section:last-child {
  margin-bottom: 0;
}

.post-category-section h2 {
  text-align: center;
  color: #fff;
  font-size: 4.792vw;
  line-height: 1.05;
}

@media (max-width: 992px) {
  .post-category-section h2 {
    font-size: 44px;
  }
}
.post-category-section h6 {
  margin-top: 30px;
}

.custom-sub-nav li a:hover {
  color: #000 !important;
}

.custom-sub-nav li a.current-cat {
  color: #000 !important;
}

.blog-detail .blog-post .image-container,
.blog-list .blog-post .image-container {
  background-position: center center !important;
}

.page-template-template-page-builder .spacer.desktop-spacer {
  display: block;
}

@media (max-width: 991px) {
  .page-template-template-page-builder .spacer.desktop-spacer {
    display: none;
  }
}
.page-template-template-page-builder .spacer.mobile-spacer {
  display: none;
}

@media (max-width: 991px) {
  .page-template-template-page-builder .spacer.mobile-spacer {
    display: block;
  }
}
.page-template-template-page-builder #masthead.video-hero {
  padding: 0;
  height: 100vh;
}

.page-template-template-page-builder #masthead.image-hero {
  min-height: 655px;
  padding-bottom: 100px;
}

.page-template-template-page-builder #masthead .inner h1 {
  max-width: 100%;
}

.page-template-template-page-builder #masthead h1 span {
  font-family: "Tierra Script";
}

.page-template-template-page-builder #masthead h1 span.yellow-text {
  color: #FFBE49 !important;
}

.page-template-template-page-builder #masthead h1 span.white-text {
  color: white !important;
}

.page-template-template-page-builder #masthead .video-play-text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.page-template-template-page-builder #masthead .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.page-template-template-page-builder .video-hero .container a:before {
  background: none;
  background-image: url("../png/noun-play-button-1706803-ffbe49.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  width: 100px;
  height: 100px;
}

.page-template-template-page-builder .content-blurb {
  padding: 30px 0;
}

.page-template-template-page-builder .content-blurb .container > div {
  text-align: center;
}

.page-template-template-page-builder .content-blurb .container > div h2 {
  color: white;
  font-size: 61px;
  line-height: 1.18;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .content-blurb .container > div h2 {
    font-size: 40px;
  }
}
.page-template-template-page-builder .content-blurb .container > div h2 span {
  font-family: "Tierra Script";
  text-transform: none;
}

.page-template-template-page-builder .content-blurb .container > div .content-wrap {
  font-size: 20px;
  line-height: 1.3;
  color: black;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-page-builder .content-blurb .container > div .button {
  display: block;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-page-builder .content-blurb.blurb-yellow .container > div h2 span {
  color: #FFBE49;
}

.page-template-template-page-builder .content-blurb.blurb-white .container > div h2 span {
  color: white;
}

.page-template-template-page-builder .product-group {
  margin-bottom: 80px;
  padding-top: 85px;
}

@media (max-width: 992px) {
  .page-template-template-page-builder .product-group {
    padding-top: 25px;
  }
}
.page-template-template-page-builder .product-group h2 {
  font-size: 4.792vw;
  line-height: 1.05;
  color: white;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 1920px) {
  .page-template-template-page-builder .product-group h2 {
    font-size: 92px;
  }
}
@media (max-width: 992px) {
  .page-template-template-page-builder .product-group h2 {
    font-size: 44px;
  }
}
.page-template-template-page-builder .product-group .products-flex .product-block {
  width: 33%;
  margin-bottom: 20px;
}

@media (max-width: 1130px) {
  .page-template-template-page-builder .product-group .products-flex .product-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-template-template-page-builder .product-group .products-flex .product-block {
    width: 100%;
  }
}
.page-template-template-page-builder .product-group .products-flex .product-block > div {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-image a {
  position: relative;
  display: block;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-image a img.wp-post-image {
  height: 300px;
  width: auto;
  position: relative;
  z-index: 2;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-image a img.hex-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-title {
  min-height: 65px;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .product-group .products-flex .product-block > div .product-title {
    min-height: initial;
  }
}
.page-template-template-page-builder .product-group .products-flex .product-block > div .product-title h3 {
  margin-top: 5px;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-title h3 a {
  color: black;
  font-size: 28px;
  line-height: 1;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-button {
  margin-bottom: 25px;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-button .button {
  background-color: #2C2826;
  border: none;
  width: 100%;
  display: block;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-button .button:hover, .page-template-template-page-builder .product-group .products-flex .product-block > div .product-button .button:focus {
  background-color: white;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-buttons {
  margin-bottom: 25px;
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-buttons h4 {
  color: black;
  font-size: 30px;
  font-family: "Tierra Script";
}

.page-template-template-page-builder .product-group .products-flex .product-block > div .product-buttons .cta-button-container img {
  width: 100%;
  height: auto;
}

.page-template-template-page-builder .product-group.two-column .product-title h3 a {
  color: white !important;
}

.page-template-template-page-builder .product-group.two-column .product-buttons {
  margin-bottom: 25px;
}

.page-template-template-page-builder .product-group.two-column .product-buttons h4 {
  color: black;
  font-size: 1rem !important;
  font-family: "Bourton Hand Base" !important;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-template-template-page-builder .quality-standards-list {
  padding: 30px 0;
}

.page-template-template-page-builder .quality-standards-list .container > div {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-template-page-builder .quality-standards-list .container > div h2 {
  color: white;
  font-size: 61px;
  line-height: 1.18;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .quality-standards-list .container > div h2 {
    font-size: 40px;
  }
}
.page-template-template-page-builder .quality-standards-list .container > div h2 span {
  font-family: "Tierra Script";
  text-transform: none;
  font-size: 181px;
  display: block;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .page-template-template-page-builder .quality-standards-list .container > div h2 span {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .page-template-template-page-builder .quality-standards-list .container > div h2 span {
    font-size: 50px;
  }
}
.page-template-template-page-builder .quality-standards-list .container > div h2 span.yellow-text {
  color: #FFBE49 !important;
}

.page-template-template-page-builder .quality-standards-list .container > div h2 span.white-text {
  color: white !important;
}

.page-template-template-page-builder .quality-standards-list .container > div .content-wrap {
  font-size: 20px;
  line-height: 1.3;
  color: black;
  margin-bottom: 50px;
  text-align: left;
}

.page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul {
  overflow: auto;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul:after {
  content: "";
  clear: both;
  display: table;
}

.page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul li {
  width: 50%;
  float: left;
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
  padding-right: 10px;
}

@media (max-width: 690px) {
  .page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul li {
    width: 100%;
  }
}
.page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul li:nth-child(even) {
  width: 30%;
  margin-left: 10%;
}

@media (max-width: 690px) {
  .page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul li:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}
.page-template-template-page-builder .quality-standards-list .container > div .content-wrap ul li:before {
  content: "✓";
  color: #FFBE49;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-template-template-page-builder .nature-nates-guarantee .container {
  max-width: 1100px;
}

.page-template-template-page-builder .nature-nates-guarantee .image-col img {
  width: 100%;
}

.page-template-template-page-builder .nature-nates-guarantee .content-col h2 {
  color: white;
}

.page-template-template-page-builder .nature-nates-guarantee .content-col ul li {
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
  padding-right: 10px;
}

.page-template-template-page-builder .nature-nates-guarantee .content-col ul li:before {
  content: "✓";
  color: #FFBE49;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-template-template-page-builder .full-size-image img {
  width: 100%;
}

.page-template-template-page-builder .full-size-image img.desktop-image {
  display: block;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .full-size-image img.desktop-image {
    display: none;
  }
}
.page-template-template-page-builder .full-size-image img.mobile-image {
  display: none;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .full-size-image img.mobile-image {
    display: block;
    width: 100%;
  }
}
.page-template-template-page-builder .boxes h2 {
  color: white;
}

.page-template-template-page-builder .boxes h2.yellow-span span {
  color: #FFBE49;
}

.page-template-template-page-builder .boxes h2.white-span span {
  color: white;
}

.page-template-template-page-builder .boxes .boxes-container .box .image a {
  background: none;
  background-image: url("../png/noun-play-button-1706803-ffbe49.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
}

.page-template-template-page-builder .boxes .boxes-container .box .sub-content h3 {
  color: #2C2826;
}

.page-template-template-page-builder .video-callout {
  position: relative;
  overflow: hidden;
}

.page-template-template-page-builder .video-callout .video {
  width: 100%;
  max-width: inherit;
  min-height: 600px;
}

.page-template-template-page-builder .video-callout .video a {
  padding-bottom: 50px;
  font-family: "Bourton Hand Base";
  letter-spacing: -0.3px;
  font-size: 45px;
}

.page-template-template-page-builder .video-callout .video a::before {
  background: none;
  background-image: url("../png/noun-play-button-1706803-ffbe49-1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  margin-bottom: 20px;
}

.page-template-template-page-builder .video-callout .bottom-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.page-template-template-page-builder .letter {
  padding-bottom: 0;
}

.page-template-template-page-builder .letter .letter-container {
  background: transparent;
  max-width: 1033px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.page-template-template-page-builder .letter .letter-container:after {
  display: none;
}

.page-template-template-page-builder .letter .letter-container h2 {
  color: white;
  margin-bottom: 35px;
}

.page-template-template-page-builder .letter .letter-container h2 span {
  color: #FFBE49;
}

.page-template-template-page-builder .letter .letter-container .author {
  padding-top: 30px;
}

.page-template-template-page-builder .letter .letter-container .author .sub-content {
  color: black;
  padding-left: 20px;
}

.page-template-template-page-builder .letter .letter-container .author .sub-content strong {
  color: black;
  font-weight: 700;
}

.page-template-template-page-builder .recipes {
  padding-top: 0;
}

.page-template-template-page-builder .recipes.blog-carousel .item {
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-template-page-builder .recipes.blog-carousel .item a:first-child {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.page-template-template-page-builder .recipes.blog-carousel .item h6 {
  font-family: "gothambook";
  letter-spacing: 0;
  font-size: 18px;
  color: black;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .recipes.blog-carousel .item h6 {
    display: none;
  }
}
.page-template-template-page-builder .recipes.blog-carousel .item a:last-child {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  color: white;
  border: 1px solid white;
  font-family: "Bourton Hand Base";
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #2C2826;
  border: none;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-template-template-page-builder .recipes.blog-carousel .item a:last-child {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.page-template-template-page-builder .recipes.blog-carousel .item a:last-child:hover, .page-template-template-page-builder .recipes.blog-carousel .item a:last-child:focus {
  background-color: white;
  color: #f05224;
}

.page-template-template-page-builder .column-icons .col {
  text-align: center;
  margin-bottom: 50px;
}

.page-template-template-page-builder .column-icons .col > div {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.page-template-template-page-builder .column-icons h3 {
  color: white;
}

.page-template-template-page-builder .column-icons p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.page-template-template-page-builder .column-icons img {
  height: 75px;
  width: auto;
}

.page-template-template-page-builder .column-icons .button {
  width: 100%;
  font-size: 22px;
}

.page-template-template-page-builder .note .container {
  max-width: 1071px;
  text-align: center;
  color: black;
  font-size: 16px;
  font-style: italic;
}

.dark_header .optional-spacer {
  height: 90px;
}

@media (max-width: 600px) {
  .dark_header .optional-spacer {
    height: 82px;
  }
}
header .logo-wrapper {
  position: absolute;
  justify-content: center;
  width: 200px !important;
  background-color: white;
  border-radius: 50%;
  height: 153px;
  top: -15px;
  z-index: 100;
}

@media (max-width: 992px) {
  header .logo-wrapper {
    height: 104px;
    width: 157px !important;
    top: 0px;
  }
}
header .logo-wrapper img {
  max-height: 100px !important;
}

@media (max-width: 992px) {
  header .logo-wrapper img {
    max-height: 68px !important;
  }
}
header ul.nav-list li .sub-menu:before {
  content: "";
  height: 50px;
  width: 100%;
  display: block;
  background-color: white;
}

header ul.nav-list li .sub-menu li a {
  font-family: "Bourton Hand Base";
  font-size: 16px;
}

header ul.nav-list > li#menu-item-114152 ul li:last-child {
  width: 100%;
  text-align: center;
}

header ul.nav-list > li#menu-item-114152 ul li:last-child a {
  font-family: "Bourton Hand Base";
  background-color: #2C2826 !important;
  border: none;
  font-size: 16px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: inherit;
  display: inline-block;
  width: 88%;
  margin-top: 27px;
}

header ul.nav-list > li#menu-item-114152 ul li:last-child a:hover, header ul.nav-list > li#menu-item-114152 ul li:last-child a:focus {
  background-color: #f05224 !important;
}

header ul.nav-list > li#menu-item-114140 {
  position: static;
}

header ul.nav-list > li#menu-item-114140:hover ul {
  max-height: 760px;
}

header ul.nav-list > li#menu-item-114140 ul {
  margin-left: 0;
  left: 0;
  width: 100vw;
  background-color: white;
  padding-left: 2vw;
  padding-right: 2vw;
}

header ul.nav-list > li#menu-item-114140 ul:before {
  content: "";
  height: 100px;
  width: 100%;
  display: block;
}

header ul.nav-list > li#menu-item-114140 ul li {
  float: left;
  width: 20%;
  text-align: center;
  margin-bottom: 50px;
}

header ul.nav-list > li#menu-item-114140 ul li:nth-child(6) {
  clear: left;
}

header ul.nav-list > li#menu-item-114140 ul li a {
  display: block;
  max-width: 167px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}

header ul.nav-list > li#menu-item-114140 ul li a img {
  height: 162px;
  width: auto;
  margin-bottom: 10px;
}

header ul.nav-list > li#menu-item-114140 ul li a span {
  display: block;
  font-family: "Bourton Hand Base";
}

header ul.nav-list > li#menu-item-114140 ul li:last-child {
  width: 100%;
  text-align: center;
}

header ul.nav-list > li#menu-item-114140 ul li:last-child a {
  font-family: "Bourton Hand Base";
  background-color: #2C2826 !important;
  border: none;
  font-size: 16px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: inherit;
  display: inline-block;
}

header ul.nav-list > li#menu-item-114140 ul li:last-child a:hover, header ul.nav-list > li#menu-item-114140 ul li:last-child a:focus {
  background-color: #f05224 !important;
}

.dark_header ul.nav-list li.menu-item-has-children:after, .fixed ul.nav-list li.menu-item-has-children:after {
  display: none;
}

.dark_header header ul.nav-list > li > a {
  position: relative;
}

ul.nav-list li.menu-item-has-children > a:after {
  display: inline-block;
  position: absolute;
  right: 7px;
  top: -2px;
  content: url("../png/icon-arrow-down-dark.png");
}

.dark_header header ul.nav-list > li > a {
  font-family: "Bourton Hand Base";
  font-size: 20px;
  line-height: 1;
  color: #2C2826;
  font-weight: 400;
}

.dark_header ul.nav-list li a.button-header,
.fixed ul.nav-list li a.button-header {
  background-color: #2C2826 !important;
  border: none;
  font-size: 16px;
  color: white;
  border-radius: 0;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 50px;
  padding-right: 50px;
}

.dark_header ul.nav-list li a.button-header:hover, .dark_header ul.nav-list li a.button-header:focus,
.fixed ul.nav-list li a.button-header:hover,
.fixed ul.nav-list li a.button-header:focus {
  background-color: #f05224 !important;
  border: none;
}

ul.nav-list li:hover .sub-menu {
  box-shadow: 0px 63px 50px 0px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 992px) {
  header .right-nav-wrapper {
    width: 100% !important;
  }
}
footer {
  background-color: #272420;
  margin-top: 100px;
}

@media (max-width: 992px) {
  footer {
    background-color: #2D2A26;
  }
}
footer::before {
  display: none;
}

footer .footer-top {
  background-color: #2D2A26;
  padding-top: 30px;
}

footer .footer-top .social-wrapper {
  display: none;
}

footer .footer-nav > li > a {
  font-family: "Bourton Hand Base";
  font-size: 20px;
  line-height: 1;
}

footer .footer-nav > li .sub-menu a,
footer .footer-nav > li .sub-menu span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

footer .footer-nav > li .sub-menu a:hover, footer .footer-nav > li .sub-menu a:focus,
footer .footer-nav > li .sub-menu span:hover,
footer .footer-nav > li .sub-menu span:focus {
  color: white;
}

footer .social-wrapper .social-icon img {
  filter: brightness(0) invert(1);
}

footer .footer-bottom {
  padding-top: 60px;
}

footer .mobile-social {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  footer .mobile-social {
    margin-bottom: 80px;
    padding-top: 30px;
  }
}
@media (min-width: 993px) {
  footer .mobile-social {
    margin-top: 45px;
  }
}
@media (max-width: 992px) {
  footer .mobile-social .social-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer #footer-signup {
  max-width: 441px;
  text-align: left;
}

@media (max-width: 992px) {
  footer #footer-signup {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer #footer-signup > p {
  margin-top: 0;
  color: white;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  footer #footer-signup > p {
    font-size: 20px;
  }
}
footer #footer-signup form > div {
  width: 100%;
}

footer #footer-signup form input[type=email] {
  width: 100%;
  border-radius: 5px;
}

footer #footer-signup form .hs-error-msgs {
  margin-bottom: 10px;
  position: relative;
}

footer #footer-signup form .legal-consent-container {
  margin-left: 0;
  color: white;
}

footer #footer-signup form .legal-consent-container .hs-form-booleancheckbox-display > span {
  color: white;
  font-family: "gothambook";
}

footer #footer-signup form input[type=submit] {
  background-color: #F05224;
  font-family: "gothambook";
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

footer .desktop-links {
  margin-left: -10px;
}

@media (max-width: 992px) {
  footer .desktop-links {
    display: none;
  }
}
footer .desktop-links .menu-legal-nav-container {
  float: left;
  margin-right: 10px;
}

footer .desktop-links > p {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
}

footer .desktop-links .legal-nav li a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: underline;
  font-size: 14px;
}

footer .desktop-links .legal-nav li a:hover, footer .desktop-links .legal-nav li a:focus {
  color: white !important;
}

footer .legal-wrapper {
  display: none;
  float: none;
  clear: both;
  padding-left: 0;
  padding-top: 50px;
}

@media (max-width: 992px) {
  footer .legal-wrapper {
    display: block;
    font-size: 16px;
    text-align: left;
    max-width: 310px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-top: 50px !important;
  }
}
footer .legal-wrapper .legal-nav {
  margin-left: -10px;
}

footer .legal-wrapper a, footer .legal-wrapper span, footer .legal-wrapper p {
  color: rgba(255, 255, 255, 0.5) !important;
}

footer .legal-wrapper a {
  text-decoration: underline;
}

footer .legal-wrapper a:hover, footer .legal-wrapper a:focus {
  color: white !important;
}

@media (max-width: 992px) {
  footer .legal-wrapper a {
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
  footer .footer-bottom > .container > .m6 {
    width: 100% !important;
  }
}
@media (min-width: 993px) {
  .us-site .footer-nav > li {
    width: 25%;
  }
}
.hs-form-70725ff7-c2c6-4f62-81a9-8236309e6006_d4e2fd83-ac12-40d0-8afd-ea1e93f704f0.stacked .field {
  margin-bottom: 0;
}

.page-template-template-in-the-news,
.page-template-template-press-releases,
.page-template-template-media-inquires,
.page-template-template-contact-2023,
.page-template-template-retailer-logos {
  background-color: #f05224;
}

.page-template-template-in-the-news .main-banner,
.page-template-template-press-releases .main-banner,
.page-template-template-media-inquires .main-banner,
.page-template-template-contact-2023 .main-banner,
.page-template-template-retailer-logos .main-banner {
  padding-top: 88px;
}

.page-template-template-in-the-news .main-banner img,
.page-template-template-press-releases .main-banner img,
.page-template-template-media-inquires .main-banner img,
.page-template-template-contact-2023 .main-banner img,
.page-template-template-retailer-logos .main-banner img {
  display: block;
}

.page-template-template-in-the-news .blog-list section.sub-nav ul li a,
.page-template-template-press-releases .blog-list section.sub-nav ul li a,
.page-template-template-media-inquires .blog-list section.sub-nav ul li a,
.page-template-template-contact-2023 .blog-list section.sub-nav ul li a,
.page-template-template-retailer-logos .blog-list section.sub-nav ul li a {
  font-size: 20px;
}

.page-template-template-in-the-news .blog-list section.sub-nav ul li a:hover,
.page-template-template-in-the-news .blog-list section.sub-nav ul li a:focus,
.page-template-template-press-releases .blog-list section.sub-nav ul li a:hover,
.page-template-template-press-releases .blog-list section.sub-nav ul li a:focus,
.page-template-template-media-inquires .blog-list section.sub-nav ul li a:hover,
.page-template-template-media-inquires .blog-list section.sub-nav ul li a:focus,
.page-template-template-contact-2023 .blog-list section.sub-nav ul li a:hover,
.page-template-template-contact-2023 .blog-list section.sub-nav ul li a:focus,
.page-template-template-retailer-logos .blog-list section.sub-nav ul li a:hover,
.page-template-template-retailer-logos .blog-list section.sub-nav ul li a:focus {
  color: black;
}

.page-template-template-in-the-news .blog-list section.sub-nav ul li a.active,
.page-template-template-press-releases .blog-list section.sub-nav ul li a.active,
.page-template-template-media-inquires .blog-list section.sub-nav ul li a.active,
.page-template-template-contact-2023 .blog-list section.sub-nav ul li a.active,
.page-template-template-retailer-logos .blog-list section.sub-nav ul li a.active {
  color: #000 !important;
  border-bottom: 0 !important;
}

.page-template-template-in-the-news .content,
.page-template-template-press-releases .content,
.page-template-template-media-inquires .content,
.page-template-template-contact-2023 .content,
.page-template-template-retailer-logos .content {
  background-color: #f05224;
  margin-top: 0;
}

.page-template-template-in-the-news .content .lead.large,
.page-template-template-press-releases .content .lead.large,
.page-template-template-media-inquires .content .lead.large,
.page-template-template-contact-2023 .content .lead.large,
.page-template-template-retailer-logos .content .lead.large {
  color: white;
  font-size: 46px;
  line-height: 1.1;
  text-align: center;
  display: block;
  width: 100%;
  margin-left: 0;
}

.page-template-template-in-the-news .content .lead.large strong,
.page-template-template-press-releases .content .lead.large strong,
.page-template-template-media-inquires .content .lead.large strong,
.page-template-template-contact-2023 .content .lead.large strong,
.page-template-template-retailer-logos .content .lead.large strong {
  color: white;
}

.page-template-template-in-the-news .content .lead.normal,
.page-template-template-press-releases .content .lead.normal,
.page-template-template-media-inquires .content .lead.normal,
.page-template-template-contact-2023 .content .lead.normal,
.page-template-template-retailer-logos .content .lead.normal {
  font-size: 20px;
  margin-bottom: 60px;
  text-align: center;
  display: block;
  width: 100%;
  margin-left: 0;
  color: #2C2826;
}

.page-template-template-press-releases .content .lead.normal {
  margin-bottom: 90px;
}

.page-template-template-retailer-logos .content .lead.large {
  margin-bottom: 40px;
}

.page-template-template-press-releases .content {
  max-width: 900px;
  padding-top: 0;
}

.page-template-template-press-releases #posts-container a {
  color: #2C2826;
  border-color: white;
  margin-bottom: 40px;
}

.page-template-template-press-releases #posts-container a h6 {
  color: white;
}

.page-template-template-in-the-news .media-item:nth-child(3n+1),
.page-template-template-retailer-logos .media-item:nth-child(3n+1) {
  clear: left;
}

.page-template-template-in-the-news .media-item {
  margin-bottom: 100px;
}

.page-template-template-in-the-news .media-item .desc,
.page-template-template-retailer-logos .media-item .desc {
  color: white;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 14px;
  padding-right: 14px;
}

.page-template-template-in-the-news .media-item img,
.page-template-template-retailer-logos .media-item img {
  border: none;
  border-radius: 0;
}

.page-template-template-media-inquires .content {
  padding-top: 0;
}

.page-template-template-media-inquires .legal-consent-container {
  margin-left: 0;
}

.page-template-template-media-inquires .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 45px;
}

.page-template-template-media-inquires .default-page .hbspt-form .hs-button,
.page-template-template-contact-2023 .default-page .hbspt-form .hs-button {
  border: none !important;
  background-color: #2C2826 !important;
  background: #2C2826 !important;
  font-family: "Bourton Hand Base";
  font-size: 28px;
  min-width: 200px;
  text-align: center;
  color: white;
  border-radius: 0;
  margin-top: 30px;
  padding-top: 15px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.page-template-template-media-inquires .default-page .hbspt-form .hs-button:hover,
.page-template-template-media-inquires .default-page .hbspt-form .hs-button:focus,
.page-template-template-media-inquires .default-page .hbspt-form .hs-button:active,
.page-template-template-contact-2023 .default-page .hbspt-form .hs-button:hover,
.page-template-template-contact-2023 .default-page .hbspt-form .hs-button:focus,
.page-template-template-contact-2023 .default-page .hbspt-form .hs-button:active {
  border: none !important;
  background-color: #2C2826 !important;
  background: #2C2826 !important;
  font-family: "Bourton Hand Base" !important;
  font-size: 28px !important;
  min-width: 200px !important;
  text-align: center !important;
  color: white !important;
  border-radius: 0 !important;
  margin-top: 30px !important;
  padding-top: 15px !important;
  font-weight: 400 !important;
}

.page-template-template-media-inquires fieldset label span,
.page-template-template-contact-2023 fieldset label span {
  font-family: "gothambook" !important;
  font-size: 20px !important;
  color: #2C2826;
}

@media (max-width: 992px) {
  .page-template-template-in-the-news .media-item:nth-child(3n+1),
.page-template-template-retailer-logos .media-item:nth-child(3n+1) {
    clear: initial;
  }
  .page-template-template-in-the-news .media-item:nth-child(2n+1),
.page-template-template-retailer-logos .media-item:nth-child(2n+1) {
    clear: left;
  }
}
.page-template-template-contact-2023 #masthead.image-hero,
.page-template-template-press-releases #masthead.image-hero,
.page-template-template-media-inquires #masthead.image-hero,
.page-template-template-in-the-news #masthead.image-hero,
.page-template-template-retailer-logos #masthead.image-hero {
  min-height: 655px;
  padding-bottom: 100px;
}

.page-template-template-contact-2023 #masthead .inner h1,
.page-template-template-press-releases #masthead .inner h1,
.page-template-template-media-inquires #masthead .inner h1,
.page-template-template-in-the-news #masthead .inner h1,
.page-template-template-retailer-logos #masthead .inner h1 {
  max-width: 100%;
}

.page-template-template-contact-2023 #masthead h1 span,
.page-template-template-press-releases #masthead h1 span,
.page-template-template-media-inquires #masthead h1 span,
.page-template-template-in-the-news #masthead h1 span,
.page-template-template-retailer-logos #masthead h1 span {
  font-family: "Tierra Script";
}

.page-template-template-contact-2023 #masthead h1 span,
.page-template-template-press-releases #masthead h1 span,
.page-template-template-media-inquires #masthead h1 span,
.page-template-template-in-the-news #masthead h1 span,
.page-template-template-retailer-logos #masthead h1 span {
  color: #FFBE49 !important;
  transform: initial !important;
  font-size: 70px !important;
  position: relative !important;
  top: -6px !important;
}

.page-template-template-contact-2023 #masthead h1 span.white-text,
.page-template-template-press-releases #masthead h1 span.white-text,
.page-template-template-media-inquires #masthead h1 span.white-text,
.page-template-template-in-the-news #masthead h1 span.white-text,
.page-template-template-retailer-logos #masthead h1 span.white-text {
  color: white !important;
}

.page-template-template-contact-2023 #masthead .video-play-text,
.page-template-template-press-releases #masthead .video-play-text,
.page-template-template-media-inquires #masthead .video-play-text,
.page-template-template-in-the-news #masthead .video-play-text,
.page-template-template-retailer-logos #masthead .video-play-text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.page-template-template-contact-2023 #masthead .bottom-overlay,
.page-template-template-press-releases #masthead .bottom-overlay,
.page-template-template-media-inquires #masthead .bottom-overlay,
.page-template-template-in-the-news #masthead .bottom-overlay,
.page-template-template-retailer-logos #masthead .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 600px) {
  .page-template-template-contact-2023 #masthead h1 span,
.page-template-template-press-releases #masthead h1 span,
.page-template-template-media-inquires #masthead h1 span,
.page-template-template-in-the-news #masthead h1 span,
.page-template-template-retailer-logos #masthead h1 span {
    font-size: 55px !important;
  }
}
.page-template-template-contact-2023 .content {
  padding-top: 0;
}

.page-template-template-contact-2023 .content .lead.large {
  margin-bottom: 30px;
}

.page-template-template-contact-2023 .content .lead.normal strong {
  font-weight: 700;
  color: #2C2826;
}

.page-template-template-contact-2023 .form-columns-2 .hs-form-field input[type=text],
.page-template-template-contact-2023 .form-columns-2 .hs-form-field input[type=email],
.page-template-template-contact-2023 .form-columns-2 .hs-form-field input[type=tel],
.page-template-template-contact-2023 .form-columns-2 .hs-form-field select,
.page-template-template-contact-2023 .form-columns-3 .hs-form-field input[type=text],
.page-template-template-contact-2023 .form-columns-3 .hs-form-field input[type=email],
.page-template-template-contact-2023 .form-columns-3 .hs-form-field input[type=tel],
.page-template-template-contact-2023 .form-columns-3 .hs-form-field select,
.page-template-template-contact-2023 .form-columns-1 .hs-form-field input[type=text],
.page-template-template-contact-2023 .form-columns-1 .hs-form-field input[type=email],
.page-template-template-contact-2023 .form-columns-1 .hs-form-field input[type=tel],
.page-template-template-contact-2023 .form-columns-1 .hs-form-field select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.page-template-template-page-builder .normal-content .lead.large {
  color: white;
  font-size: 46px;
  line-height: 1.1;
  text-align: center;
  display: block;
  width: 100%;
  margin-left: 0;
}
.page-template-template-page-builder .normal-content .lead.large span, .page-template-template-page-builder .normal-content .lead.large strong {
  color: white;
}
.page-template-template-page-builder .normal-content .container {
  max-width: 800px;
}
.page-template-template-page-builder .normal-content .su-accordion .su-spoiler .su-spoiler-title {
  color: white;
  font-family: "Bourton Hand Base";
  font-size: 24px;
}
.page-template-template-page-builder .su-spoiler-icon {
  top: 18px;
}
.page-template-template-page-builder .content .su-spoiler-title .su-spoiler-icon:before,
.page-template-template-page-builder .single-product .product .summary .su-spoiler-title .su-spoiler-icon:before {
  color: white !important;
  font-weight: 700 !important;
  font-size: 34px;
}
.page-template-template-page-builder .content .su-spoiler-title, .page-template-template-page-builder .single-product .product .summary .su-spoiler-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-template-template-page-builder .content .su-spoiler-title:hover, .page-template-template-page-builder .single-product .product .summary .su-spoiler-title:hover {
  color: black !important;
}
.page-template-template-page-builder .content .su-spoiler-content, .page-template-template-page-builder .single-product .product .summary .su-spoiler-content {
  color: black;
}
.page-template-template-page-builder .content .su-spoiler-content a, .page-template-template-page-builder .single-product .product .summary .su-spoiler-content a {
  color: black;
  text-decoration: underline;
}
.page-template-template-page-builder #masthead h1 span {
  color: #FFBE49 !important;
  transform: initial !important;
  font-size: 70px !important;
  position: relative !important;
  top: -6px !important;
}

@media (max-width: 600px) {
  .page-template-template-page-builder #masthead h1 span {
    font-size: 55px !important;
  }
}
.search #masthead.image-hero {
  min-height: 655px;
  padding-bottom: 100px;
  height: 100vh !important;
}
.search #masthead .inner h1 {
  max-width: 100%;
  font-size: 96px;
  color: white;
  margin-bottom: 55px;
}
.search #masthead h1 span {
  font-family: "Tierra Script";
}
.search #masthead h1 span {
  color: #FFBE49 !important;
  transform: initial !important;
  font-size: 70px !important;
  position: relative !important;
  top: -6px !important;
}
.search #masthead h1 span.white-text {
  color: white !important;
}
.search #masthead .video-play-text {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.search #masthead .bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.search .content {
  background-color: #F05224;
}
.search .content h3 {
  color: white;
  font-family: "Bourton Hand Base";
  font-size: 52px;
  line-height: 1.1;
  font-weight: 400;
}

@media (max-width: 600px) {
  .search #masthead h1 span {
    font-size: 55px !important;
  }
  .search #masthead h1 {
    font-size: 55px !important;
  }
}
.search-page #masthead #searchform input[type=email],
.search-page #masthead #searchform input[type=text] {
  height: 55px;
}

.search-page #masthead #searchform input[type=submit] {
  height: 55px;
  color: black;
}

@media (min-width: 601px) {
  .search-page #masthead #searchform input[type=email],
.search-page #masthead #searchform input[type=text] {
    width: 400px;
  }
}
.search .search-page .other .search-other,
.search .search-page .other .search-recipe,
.search .search-page .recipes .search-other,
.search .search-page .recipes .search-recipe {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 145px;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-left: 0 !important;
}
.search .search-page .other .search-other .image-container,
.search .search-page .other .search-recipe .image-container,
.search .search-page .recipes .search-other .image-container,
.search .search-page .recipes .search-recipe .image-container {
  width: 160px !important;
}
.search .search-page .other .search-other .text-container,
.search .search-page .other .search-recipe .text-container,
.search .search-page .recipes .search-other .text-container,
.search .search-page .recipes .search-recipe .text-container {
  color: white;
  font-family: "Bourton Hand Base";
  font-size: 24px;
  line-height: 1.1;
}
.search .search-page .other .search-other:hover .text-container,
.search .search-page .other .search-recipe:hover .text-container,
.search .search-page .recipes .search-other:hover .text-container,
.search .search-page .recipes .search-recipe:hover .text-container {
  color: black !important;
}
.search footer {
  margin-top: 0;
}

@media (min-width: 601px) {
  .search .search-page .other .search-other .image-container,
.search .search-page .other .search-recipe .image-container,
.search .search-page .recipes .search-other .image-container,
.search .search-page .recipes .search-recipe .image-container {
    width: 160px !important;
    min-width: 160px !important;
  }
}
.ads-block-container .container {
  max-width: 1200px;
}
.ads-block-container .ad-flex {
  display: flex;
  align-items: center;
}
.ads-block-container .ad-flex .ad-flex-col.img-col {
  max-width: 569px;
}
.ads-block-container .ad-flex .ad-flex-col.img-col .ad-image img {
  max-width: 100%;
}
.ads-block-container .ad-flex .ad-flex-col.content-col .ad-content h2 {
  color: white;
  font-size: 60px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
}
.ads-block-container .ad-flex .ad-flex-col.content-col .ad-content p {
  margin-top: 0;
  font-size: 19px;
  color: white;
  margin-bottom: 40px;
}
.ads-block-container .ad-flex .ad-flex-col.content-col .ad-content .cta-button-container img {
  max-width: 435px;
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .ads-block-container .ad-flex {
    display: block;
  }
  .ads-block-container .ad-flex .ad-flex-col.img-col {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .ads-block-container .ad-flex .ad-content {
    text-align: center;
  }
}

/*# sourceMappingURL=new.css.map */
