/*
 Theme Name:   KSS Caputo and Guest
 Theme URI:    https://shineunited.com
 Description:  KSS Caputo and Guest - Twenty Twenty One Child
 Author:       Shine United
 Author URI:   https://shineunited.com
 Template:     twentytwentyone
 Version:      202210251148
 License:
 License URI:
 Tags:
 Text Domain:  caputoandguest
*/
@font-face {
  font-family: "ES Face";
  src: url("fonts/ESFace-Light.woff2") format("woff2"), url("fonts/ESFace-Light.woff") format("woff");
  font-display: swap;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "DM Sans", Arial, sans-serif;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
}

h1, h2, h3, h4, h5, p, a, span, li {
  line-height: 1.5;
  font-weight: 400;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, p b, p strong, a b, a strong, span b, span strong, li b, li strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, p, a, span, li, .h1, .h2, .h3, .h4, .h5 {
  color: #ffffff;
}
h1.gold, h2.gold, h3.gold, h4.gold, h5.gold, p.gold, a.gold, span.gold, li.gold, .h1.gold, .h2.gold, .h3.gold, .h4.gold, .h5.gold {
  color: #AB7000;
}
h1.gold span, h2.gold span, h3.gold span, h4.gold span, h5.gold span, p.gold span, a.gold span, span.gold span, li.gold span, .h1.gold span, .h2.gold span, .h3.gold span, .h4.gold span, .h5.gold span {
  color: #AB7000;
}

h1:not(.site-title):before,
h2:before,
.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image:after,
.entry .entry-title:before, .image-filters-enabled .entry .post-thumbnail:after,
.image-filters-enabled .entry .post-thumbnail:before,
.author-bio .author-title:before,
.comments-area .comments-title-wrap .comments-title:before,
.post-navigation .nav-links a .meta-nav:after,
.post-navigation .nav-links a .meta-nav:before {
  content: unset;
  display: none;
  color: unset;
  width: unset;
  height: unset;
}

a, p a, span a, li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  text-underline-offset: initial;
}
a:hover, p a:hover, span a:hover, li a:hover {
  color: #AB7000;
}
a:hover, a:focus, a:active, a:visited, p a:hover, p a:focus, p a:active, p a:visited, span a:hover, span a:focus, span a:active, span a:visited, li a:hover, li a:focus, li a:active, li a:visited {
  text-decoration: none;
}

hr {
  width: 100%;
  border-top: 1px solid #ffffff;
  margin: 25px auto;
  height: unset;
  background-color: transparent;
}

.mbxs {
  margin-bottom: 10px !important;
}

.mtxs {
  margin-top: 10px !important;
}

.mbs {
  margin-bottom: 15px !important;
}

.mts {
  margin-top: 15px !important;
}

.mb {
  margin-bottom: 20px !important;
}

.mt {
  margin-top: 20px !important;
}

.mbl {
  margin-bottom: 30px !important;
}

.mtl {
  margin-top: 30px !important;
}

.mbxl {
  margin-bottom: 50px !important;
}

.mtxl {
  margin-top: 50px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.pbxs {
  padding-bottom: 10px !important;
}

.ptxs {
  padding-top: 10px !important;
}

.pbs {
  padding-bottom: 15px !important;
}

.pts {
  padding-top: 15px !important;
}

.pb {
  padding-bottom: 20px !important;
}

.pt {
  padding-top: 20px !important;
}

.pbl {
  padding-bottom: 30px !important;
}

.ptl {
  padding-top: 30px !important;
}

.pbxl {
  padding-bottom: 50px !important;
}

.ptxl {
  padding-top: 50px !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.ptn {
  padding-top: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.show-flex {
  display: flex !important;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

@media (max-width: 575px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-desktop {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

html {
  background-color: #000000;
  background-image: url("img/bg-faded-1920-v2-compressed.jpg");
  background-size: 120%;
  background-repeat: repeat-y;
  background-position: top center;
  overflow-x: hidden;
  /* background-attachment: fixed;
  background-position: center center; */
}
html body {
  background-color: transparent;
  overflow-x: hidden;
  opacity: 1;
  position: relative;
}
html.mfp-open, html.nav-open {
  overflow-y: hidden;
  overflow-x: hidden;
}
html.mfp-open body, html.nav-open body {
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
}
@media (min-width: 1600px) {
  html {
    background-size: 1920px;
  }
}

img.fallback, .product-img.fallback {
  display: none !important;
}

body.is-IE video.transparent {
  display: none !important;
}
body.is-IE img.fallback, body.is-IE .product-img.fallback {
  display: block !important;
}

img {
  display: block;
}

.usa-ajax-loading {
  cursor: wait;
}
.usa-ajax-loading * {
  pointer-events: none;
}

.skip-link {
  position: absolute;
  transform: translateY(-100%);
  display: block;
  width: 100%;
  height: 20px;
  z-index: 9999;
  background: #1F1F1F;
  color: #1F1F1F;
  opacity: 0 !important;
  font-size: 1px;
  text-align: center;
}

.sr-only {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container-fluid {
  padding: 0;
}
.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.container.lg-pad {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1440px !important;
}
@media (min-width: 768px) {
  .container.lg-pad {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .container.lg-pad {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container.sm-pad {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1440px !important;
}
@media (min-width: 768px) {
  .container.sm-pad {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .container.sm-pad {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.container:not(.lg-pad):not(.sm-pad) {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1440px !important;
}
@media (min-width: 768px) {
  .container:not(.lg-pad):not(.sm-pad) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .container:not(.lg-pad):not(.sm-pad) {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  .container:not(.lg-pad):not(.sm-pad) {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 349px) {
  .container:not(.lg-pad):not(.sm-pad) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sm-container.lg-pad {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1240px !important;
}
@media (min-width: 768px) {
  .sm-container.lg-pad {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .sm-container.lg-pad {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.sm-container:not(.lg-pad) {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1240px !important;
}
@media (min-width: 768px) {
  .sm-container:not(.lg-pad) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .sm-container:not(.lg-pad) {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  .sm-container:not(.lg-pad) {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 349px) {
  .sm-container:not(.lg-pad) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.xs-container.lg-pad {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 600px !important;
}
@media (min-width: 768px) {
  .xs-container.lg-pad {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .xs-container.lg-pad {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.xs-container:not(.lg-pad) {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 600px !important;
}
@media (min-width: 768px) {
  .xs-container:not(.lg-pad) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .xs-container:not(.lg-pad) {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1200px) {
  .xs-container:not(.lg-pad) {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 349px) {
  .xs-container:not(.lg-pad) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

*:focus, *:active {
  outline: none !important;
  box-shadow: none;
}

a:active, a:visited, a:focus {
  color: inherit;
}

p {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
}
p.sm {
  font-size: 12px;
  line-height: 18px;
}
p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline;
  cursor: pointer;
}
p a:hover {
  color: inherit;
  text-decoration: underline;
}

h1, .h1, h1 span, .h1 span {
  font-family: "ES Face", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 48px;
  line-height: 56px;
}
@media (min-width: 768px) {
  h1, .h1, h1 span, .h1 span {
    font-size: 64px;
    font-size: 4rem;
    line-height: 72px;
    line-height: 4.5rem;
  }
}
@media (max-width: 349px) {
  h1, .h1, h1 span, .h1 span {
    font-size: 35px;
    line-height: 45px;
  }
}

h2, .h2, h2 span, .h2 span {
  font-family: "ES Face", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
}
h2.lg, .h2.lg, h2 span.lg, .h2 span.lg {
  font-size: 64px;
  font-size: 4rem;
  line-height: 72px;
  line-height: 4.5rem;
}
@media (max-width: 349px) {
  h2, .h2, h2 span, .h2 span {
    font-size: 25px;
    line-height: 30px;
  }
}

h3, .h3, h3 span, .h3 span {
  font-family: "ES Face", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 24px;
  font-size: 1.5rem;
}
h3.sm, .h3.sm, h3 span.sm, .h3 span.sm {
  font-size: 20px;
  font-size: 1.25rem;
}

h4, .h4, h4 span, .h4 span {
  font-family: "ES Face", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
}

sup {
  font-size: 0.6em;
  padding-left: 1px;
}

.text-link {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #AB7000 !important;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 20px 10px 0;
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
}
.text-link:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90a";
  line-height: 16px;
  font-size: 16px;
  position: absolute;
  display: block;
  width: 20px;
  right: 0;
  top: 10px;
  height: 16px;
  vertical-align: middle;
  text-align: right;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.text-link:hover {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  color: #AB7000 !important;
}
.text-link:hover:after {
  right: -5px;
}
.text-link:focus-visible {
  outline: 1px dotted #AB7000 !important;
}
.text-link:active, .text-link:focus, .text-link:visited {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
}

.text-link-parent {
  cursor: pointer;
}
.text-link-parent .text-link-child {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #AB7000 !important;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  padding: 10px 20px 10px 0;
}
.text-link-parent .text-link-child:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90a";
  line-height: 16px;
  font-size: 16px;
  position: absolute;
  display: block;
  width: 20px;
  right: 0;
  top: 10px;
  height: 16px;
  vertical-align: middle;
  text-align: right;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.text-link-parent:hover .text-link-child:after {
  right: -5px;
}
.text-link-parent:focus-visible .text-link-child {
  outline: 1px dotted #AB7000;
}

.btn {
  -webkit-appearance: none;
  appearance: none;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #AB7000;
  background-color: #AB7000 !important;
  border-radius: 8px;
  border-color: #AB7000 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn:hover, .btn:focus-visible {
  background-color: #925f00 !important;
}
.btn:focus-visible {
  outline: 1px dotted #AB7000 !important;
}

.social-property a {
  display: block;
}
.social-property a span {
  color: #AB7000;
  display: block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  will-change: transform;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}
.social-property a:hover span, .social-property a:focus-visible span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

img {
  max-width: 100%;
}

.mfp-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mfp-zoom-out-cur {
  cursor: default;
}

.mfp-bg {
  background: #000000;
  opacity: 0.9;
}

.mfp-content {
  max-width: 1400px !important;
}
.mfp-content .video-close {
  top: -44px;
  padding: 0;
  left: 0;
  right: 0;
  cursor: pointer !important;
}
.mfp-content .img-close {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  padding: 10px;
  cursor: pointer !important;
}
.mfp-content .iframe-close {
  color: #000000;
  top: -44px;
  padding: 0;
  left: 0;
  right: 0;
  cursor: pointer !important;
}

.mfp-image-holder .mfp-content {
  padding: 50px 25px;
  overflow-y: auto;
  max-height: 100vh;
}
.mfp-image-holder .mfp-content .mfp-figure {
  padding: 25px;
  background-color: transparent;
}
.mfp-image-holder .mfp-content .mfp-figure .mfp-img {
  background-color: transparent;
  padding: 0;
  width: 800px;
  max-width: 100%;
  max-height: unset !important;
}
.mfp-image-holder .mfp-content .mfp-figure:after {
  display: none;
}
.mfp-image-holder figcaption {
  display: none;
}

.standard-parallax-window {
  overflow: hidden;
  position: relative;
}
.standard-parallax-window .parallax-image {
  position: absolute !important;
  top: 0 !important;
  height: 135% !important;
  left: 0 !important;
}
.standard-parallax-window .parallax-image.parallax-js-loaded {
  top: -50% !important;
}

.wysiwyg {
  overflow: auto;
  width: 100%;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.wysiwyg table {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  color: #ffffff;
}
.wysiwyg table tbody tr td {
  word-break: keep-all;
  white-space: nowrap;
  border-color: #ffffff;
}
.wysiwyg table thead tr td {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  color: #ffffff;
  word-break: keep-all;
  white-space: nowrap;
}
.wysiwyg p {
  margin-bottom: 2rem;
}
.wysiwyg p a {
  text-decoration: underline;
}
.wysiwyg p a:hover, .wysiwyg p a:active, .wysiwyg p a:focus, .wysiwyg p a:visited {
  text-decoration: underline;
}
.wysiwyg p strong {
  font-weight: 500;
}

.scroll_slide_fade .elem1, .scroll_slide_fade .elem2 {
  opacity: 0;
}

.main-nav {
  overflow-x: hidden;
}
.main-nav button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #ffffff;
  background-color: transparent !important;
  background: transparent !important;
}
.main-nav button:hover {
  background-color: transparent;
  color: #ffffff;
}
.main-nav .logo-wrapper {
  text-align: center;
}
.main-nav .logo-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-nav .logo-wrapper a.nav-logo-wrapper {
  display: block;
  text-align: center;
}
.main-nav .logo-wrapper a.nav-logo-wrapper img {
  -webkit-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  backface-visibility: hidden;
  will-change: transform;
}
.main-nav .logo-wrapper a.nav-logo-wrapper:hover img, .main-nav .logo-wrapper a.nav-logo-wrapper:focus-visible img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.main-nav .mobile-nav-toggle-wrapper {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 2;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle {
  padding: 15px 20px;
  background-color: transparent !important;
  text-align: center;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle span {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle#navOpen span {
  font-size: 40px;
}
.main-nav .mobile-nav-toggle-wrapper .mobile-nav-toggle#navClose span {
  font-size: 35px;
}
.main-nav .mobile-navbar {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 40px;
}
.main-nav .mobile-navbar .logo-wrapper img {
  width: 135px;
  max-width: 100% !important;
  margin-left: 0;
}
.main-nav .nav-wrapper {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  -webkit-transition: right 0.25s linear;
  transition: right 0.25s linear;
  z-index: 999;
  overflow-x: hidden;
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
}
.main-nav .nav-wrapper.open {
  right: 0;
}
.main-nav .nav-wrapper .mobile-nav-header {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .main-nav .nav-wrapper .mobile-nav-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main-nav .nav-wrapper .mobile-nav-header .logo-wrapper {
  padding-left: 0;
  padding-right: 40px;
}
.main-nav .nav-wrapper .mobile-nav-header .logo-wrapper img {
  width: 135px;
  max-width: 100% !important;
  margin-left: 0;
}
.main-nav .nav-wrapper .nav-wrapper-inner {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 50px 50px 20px 50px;
}
@media (max-width: 349px) {
  .main-nav .nav-wrapper .nav-wrapper-inner {
    padding: 50px 20px 20px 20px;
  }
}
.main-nav .nav-wrapper .slide_from_left, .main-nav .nav-wrapper .slide_from_right {
  opacity: 0;
}
.main-nav .nav-wrapper .nav-item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.main-nav .nav-wrapper .nav-item .nav-item-link {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none !important;
  text-align: center;
}
.main-nav .nav-wrapper .nav-item .nav-item-link:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.275, 0, 0, 1);
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.main-nav .nav-wrapper .nav-item .nav-item-link:hover:after, .main-nav .nav-wrapper .nav-item .nav-item-link:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
@media (max-width: 991px) {
  .main-nav .nav-wrapper .nav-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-nav .nav-wrapper .nav-item .nav-item-link {
    padding: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
  }
}
.main-nav .nav-wrapper .mobile-nav-social {
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.main-nav .nav-wrapper .mobile-nav-social .social-property a {
  padding: 18px;
}
.main-nav .nav-wrapper .mobile-nav-social .social-property a span {
  font-size: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav > .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .main-nav .nav-wrapper {
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(32px) brightness(108%);
    backdrop-filter: blur(32px) brightness(108%);
  }
}
@media (min-width: 992px) {
  .main-nav .nav-wrapper {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    background-image: none;
  }
  .main-nav .nav-wrapper .nav-wrapper-inner {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .main-nav .nav-wrapper .logo-wrapper {
    padding: 0 50px;
  }
  .main-nav .nav-wrapper .logo-wrapper img {
    width: 260px;
  }
  .main-nav .nav-wrapper .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-nav .nav-wrapper .nav-item .nav-item-link {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .main-nav .nav-wrapper .logo-wrapper {
    padding: 0 80px;
  }
  .main-nav .nav-wrapper .nav-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.footer {
  padding-top: 75px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-bottom: 45px;
  }
}
.footer .footer-logo-row {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .footer .footer-logo-row {
    padding-bottom: 45px;
  }
}
.footer .footer-logo-row .footer-logo {
  width: 150px;
}
.footer .footer-logo-row .footer-logo-wrapper {
  display: block;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
}
.footer .footer-logo-row .footer-logo-wrapper img {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  backface-visibility: hidden;
  will-change: transform;
}
.footer .footer-logo-row .footer-logo-wrapper:hover img, .footer .footer-logo-row .footer-logo-wrapper:focus-visible img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.footer .footer-nav-row {
  margin-left: -20px;
  margin-right: -20px;
}
.footer .footer-nav-row > .col-sm-auto {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.footer .footer-nav-row a {
  cursor: pointer;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}
.footer .footer-nav-row a:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.275, 0, 0, 1);
  transition: all 0.25s cubic-bezier(0.275, 0, 0, 1);
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.footer .footer-nav-row a:hover:after, .footer .footer-nav-row a:focus-visible:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
}
@media (max-width: 575px) {
  .footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 576px) {
  .footer .footer-nav-row > .col-sm-auto {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer .footer-nav-row > .col-sm-auto:not(:first-child) {
    border-left: 1px solid #ffffff;
  }
  .footer .footer-nav-row a, .footer .footer-nav-row p {
    line-height: 16px;
  }
}

article {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  article {
    padding-bottom: 45px;
  }
}
article .header {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  article .header {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  article .header {
    padding-bottom: 45px;
  }
}
article .header .section-heading p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
article .body-content {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  article .body-content {
    padding-bottom: 45px;
  }
}
article .body-content a.btn {
  margin-left: auto;
  margin-right: auto;
}

.home-section {
  position: relative;
  z-index: 1;
}
.home-section .section-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .home-section .section-heading {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .home-section .section-heading {
    padding-bottom: 30px;
  }
}
.home-section .section-heading h2 {
  margin: 0;
  text-align: center;
}
.home-section .section-heading p.subhead {
  max-width: 375px;
  margin: 20px auto 0 auto;
  text-align: center;
}
.home-section .section-heading#assorted-mushrooms {
  padding-top: 75px;
}
@media (min-width: 768px) {
  .home-section .section-heading#assorted-mushrooms {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-section .section-heading#assorted-mushrooms {
    padding-top: 150px;
  }
}
.home-section.section-story {
  padding-bottom: 75px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .home-section.section-story {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-story {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .home-section.section-story {
    padding-top: 30px;
  }
}
.home-section.section-story h1 {
  margin: 0;
}
.home-section.section-story h2 {
  margin: 0;
}
.home-section.section-story p.subhead {
  font-family: "Caveat", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 18px;
  line-height: 21px;
  color: #AB7000;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 450px;
}
@media (min-width: 768px) {
  .home-section.section-story p.subhead {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section:nth-of-type(even) {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
.home-section.section-story .story-section .cap-width h1, .home-section.section-story .story-section .cap-width h2, .home-section.section-story .story-section .cap-width p {
  max-width: 450px;
}
@media (min-width: 768px) {
  .home-section.section-story .story-section .cap-width h1, .home-section.section-story .story-section .cap-width h2, .home-section.section-story .story-section .cap-width p {
    max-width: 350px;
  }
}
.home-section.section-story .story-section .story-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .home-section.section-story .story-section .story-copy {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section .story-copy {
    padding-bottom: 30px;
  }
}
.home-section.section-story .story-section .story-mushrooms {
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.home-section.section-story .story-section .story-mushrooms .story-mushrooms-wrapper {
  position: relative;
  pointer-events: none;
}
.home-section.section-story .story-section .story-mushrooms .story-mushrooms-wrapper .mobile-mushrooms {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  pointer-events: none;
}
.home-section.section-story .story-section .story-mushrooms .story-mushrooms-wrapper .desktop-mushrooms {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  pointer-events: none;
}
.home-section.section-story .story-section#story_1 .story-mushrooms-wrapper {
  height: 350px;
  width: 100%;
}
.home-section.section-story .story-section#story_1 .story-mushrooms-wrapper .mobile-mushrooms {
  width: 500px;
  height: 465px;
  background-position: top center !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .home-section.section-story .story-section#story_1 .story-mushrooms-wrapper {
    height: 0;
    padding-bottom: 70%;
  }
  .home-section.section-story .story-section#story_1 .story-mushrooms-wrapper .mobile-mushrooms {
    width: 100%;
    height: 120%;
    transform: none;
    left: 0;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section#story_1 .story-mushrooms-wrapper {
    padding-bottom: 125%;
  }
  .home-section.section-story .story-section#story_1 .story-mushrooms-wrapper .desktop-mushrooms {
    top: 0;
    left: -20%;
    width: 160%;
    height: 130%;
    background-position: top left !important;
  }
}
@media (min-width: 1200px) {
  .home-section.section-story .story-section#story_1 .story-mushrooms-wrapper {
    padding-bottom: 720px;
  }
  .home-section.section-story .story-section#story_1 .story-mushrooms-wrapper .desktop-mushrooms {
    top: 0;
    left: -130px;
    width: 860px;
    height: 888px;
  }
}
.home-section.section-story .story-section#story_2 .story-mushrooms-wrapper {
  height: 420px;
  width: 100%;
}
.home-section.section-story .story-section#story_2 .story-mushrooms-wrapper .mobile-mushrooms {
  width: 485px;
  height: 485px;
  background-position: top left !important;
  top: 0;
  left: -44px;
}
@media (min-width: 576px) {
  .home-section.section-story .story-section#story_2 .story-mushrooms-wrapper {
    height: 0;
    padding-bottom: 80%;
  }
  .home-section.section-story .story-section#story_2 .story-mushrooms-wrapper .mobile-mushrooms {
    width: 100%;
    height: 110%;
    background-position: top center !important;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section#story_2 .story-mushrooms-wrapper {
    height: 0;
    padding-bottom: 145%;
  }
  .home-section.section-story .story-section#story_2 .story-mushrooms-wrapper .desktop-mushrooms {
    top: 0;
    right: -20%;
    width: 100%;
    height: 120%;
    background-position: top right !important;
  }
}
@media (min-width: 1200px) {
  .home-section.section-story .story-section#story_2 .story-mushrooms-wrapper {
    padding-bottom: 737px;
  }
  .home-section.section-story .story-section#story_2 .story-mushrooms-wrapper .desktop-mushrooms {
    top: -25px;
    right: -90px;
    width: 572px;
    height: 737px;
  }
}
.home-section.section-story .story-section#story_3 {
  padding-top: 50px;
}
.home-section.section-story .story-section#story_3 .story-mushrooms-wrapper {
  height: 300px;
  width: 100%;
}
.home-section.section-story .story-section#story_3 .story-mushrooms-wrapper .mobile-mushrooms {
  width: 100%;
  height: 100%;
  background-position: center left !important;
  top: 0;
  left: 0;
}
@media (min-width: 576px) {
  .home-section.section-story .story-section#story_3 .story-mushrooms-wrapper {
    width: 100%;
    height: 50vw;
    max-height: 400px;
  }
  .home-section.section-story .story-section#story_3 .story-mushrooms-wrapper .mobile-mushrooms {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section#story_3 {
    padding-top: 0;
  }
  .home-section.section-story .story-section#story_3 .story-mushrooms-wrapper {
    height: 0;
    max-height: 0;
    padding-bottom: 100%;
  }
  .home-section.section-story .story-section#story_3 .story-mushrooms-wrapper .desktop-mushrooms {
    top: -10%;
    left: 10%;
    width: 100%;
    height: 100%;
    background-position: top left !important;
  }
}
@media (min-width: 1200px) {
  .home-section.section-story .story-section#story_3 .story-mushrooms-wrapper {
    padding-bottom: 660px;
  }
  .home-section.section-story .story-section#story_3 .story-mushrooms-wrapper .desktop-mushrooms {
    top: -120px;
    left: 50px;
    width: 517px;
    height: 408px;
  }
}
.home-section.section-story .story-section#story_4 .story-mushrooms-wrapper {
  height: 450px;
  width: 100%;
}
.home-section.section-story .story-section#story_4 .story-mushrooms-wrapper .mobile-mushrooms {
  width: 496px;
  height: 502px;
  background-position: top center !important;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .home-section.section-story .story-section#story_4 .story-mushrooms-wrapper {
    height: 0;
    padding-bottom: 80%;
  }
  .home-section.section-story .story-section#story_4 .story-mushrooms-wrapper .mobile-mushrooms {
    width: 100%;
    height: 110%;
    transform: none;
    left: 0;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section#story_4 .story-mushrooms-wrapper {
    padding-bottom: 150%;
  }
  .home-section.section-story .story-section#story_4 .story-mushrooms-wrapper .desktop-mushrooms {
    top: -15%;
    right: -10%;
    width: 200%;
    height: 115%;
    background-position: top right !important;
  }
}
@media (min-width: 1200px) {
  .home-section.section-story .story-section#story_4 .story-mushrooms-wrapper {
    padding-bottom: 400px;
  }
  .home-section.section-story .story-section#story_4 .story-mushrooms-wrapper .desktop-mushrooms {
    top: -410px;
    right: 0;
    width: 746px;
    height: 1112px;
  }
}
.home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper {
  position: relative;
  pointer-events: none;
  height: 600px;
}
.home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper .story-plate-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  width: 750px;
  height: 732px;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  transform: translateX(-40%);
}
@media (min-width: 576px) {
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper {
    height: 0;
    padding-bottom: 90%;
  }
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper .story-plate-img {
    width: 100%;
    height: 110%;
    transform: none;
    left: 0;
    top: -5%;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper {
    padding-bottom: 100%;
  }
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper .story-plate-img {
    top: -55%;
    left: -20%;
    width: 200%;
    height: 200%;
    background-position: left center !important;
  }
}
@media (min-width: 1200px) {
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper {
    padding-bottom: 1000px;
  }
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper .story-plate-img {
    top: -76px;
    left: -100px;
    width: 1102px;
    height: 1076px;
  }
}
@media (min-width: 1440px) {
  .home-section.section-story .story-section#story_5 .story-plate .story-plate-wrapper .story-plate-img {
    left: -175px;
  }
}
.home-section.section-story .full-story-callout {
  padding-top: 75px;
}
@media (min-width: 768px) {
  .home-section.section-story .full-story-callout {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-story .full-story-callout {
    padding-top: 150px;
  }
}
.home-section.section-story .full-story-callout h2 {
  text-align: center;
  margin: 0;
}
.home-section.section-story .full-story-callout .full-story-copy {
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-section.section-story .full-story-callout .full-story-copy p {
  margin: 0;
  padding: 16px;
  text-align: left;
}
@media (min-width: 992px) {
  .home-section.section-story .full-story-callout .full-story-copy p {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .home-section.section-story .full-story-callout .full-story-copy p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-section.section-story .full-story-callout .text-link-wrapper {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-section.section-story .full-story-callout {
    padding-top: 250px !important;
  }
}
.home-section.section-products {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .home-section.section-products {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-products {
    padding-bottom: 150px;
  }
}
.home-section.section-products .products-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.home-section.section-products .products-wrapper:not(:last-child) {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .home-section.section-products .products-wrapper:not(:last-child) {
    padding-bottom: 45px;
  }
}
.home-section.section-products .products-wrapper .product {
  padding: 25px 10px;
}
.home-section.section-products .products-wrapper .product .product-images-wrapper .product-img .product-img-wrapper {
  width: 140%;
  height: 0;
  padding-bottom: 140%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.home-section.section-products .products-wrapper .product .product-images-wrapper .packaging-img .packaging-images {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 94%;
}
.home-section.section-products .products-wrapper .product .product-images-wrapper .packaging-img .packaging-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.home-section.section-products .products-wrapper .product .product-images-wrapper .packaging-img .packaging-img-wrapper.without_label {
  opacity: 0;
}
.home-section.section-products .products-wrapper .product .product-images-wrapper .packaging-img .packaging-img-wrapper.with_label {
  opacity: 1;
}
.home-section.section-products .products-wrapper .product .product-details-wrapper {
  text-align: center;
  margin-top: -5%;
}
.home-section.section-products .products-wrapper .product .product-details-wrapper .col-12 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.home-section.section-products .products-wrapper .product .product-details-wrapper h3 {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.home-section.section-products .products-wrapper .product .product-details-wrapper p {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .home-section.section-products .products-wrapper .product .product-details-wrapper p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-section.section-products .products-wrapper .product .product-details-wrapper .text-link-child {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .home-section.section-products .products-wrapper .product .product-images-wrapper .packaging-img .packaging-images {
    padding-bottom: 80%;
  }
  .home-section.section-products .products-wrapper .product .product-images-wrapper .packaging-img .packaging-img-wrapper {
    width: 100%;
    left: 13%;
  }
  .home-section.section-products .products-wrapper .product .product-details-wrapper {
    margin-top: -9%;
  }
}
.home-section.section-products .products-wrapper .product:hover .product-images-wrapper .packaging-img .packaging-img-wrapper.without_label {
  opacity: 1;
}
.home-section.section-products .products-wrapper .product:hover .product-images-wrapper .packaging-img .packaging-img-wrapper.with_label {
  opacity: 0;
}
.home-section.section-recipes {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .home-section.section-recipes {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-recipes {
    padding-bottom: 150px;
  }
}
.home-section.section-recipes .recipes-wrapper {
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .home-section.section-recipes .recipes-wrapper {
    padding-top: 30px;
  }
}
.home-section.section-recipes .recipes-wrapper .recipe {
  padding: 10px;
  z-index: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .recipe-img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .recipe-img-wrapper .recipe-img {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  will-change: transform;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .overlay-content {
  position: absolute;
  height: auto;
  min-height: 80px;
  width: calc(100% - 10px);
  left: 5px;
  bottom: 5px;
  padding: 15px;
  background-color: #1F1F1F;
  border-radius: 3px;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .overlay-content .name {
  padding-right: 15px;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .overlay-content .name h4, .home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .overlay-content .name .h4 {
  color: #ffffff;
  margin: 0;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .overlay-content .arrow span {
  vertical-align: middle;
  font-size: 26px;
  color: #ffffff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper:hover .recipe-img-wrapper .recipe-img, .home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper:focus-visible .recipe-img-wrapper .recipe-img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
}
.home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper:hover .arrow span, .home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper:focus-visible .arrow span {
  margin-right: -5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper {
    border-radius: 8px;
  }
  .home-section.section-recipes .recipes-wrapper .recipe .recipe-wrapper .overlay-content {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .home-section.section-recipes .recipes-wrapper.extra-pad {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1440px) {
  .home-section.section-recipes .recipes-wrapper.extra-pad {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.home-section.section-wtb {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .home-section.section-wtb {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-wtb {
    padding-bottom: 150px;
  }
}
.home-section.section-wtb .section-heading#signup p.subhead {
  max-width: 400px;
}
.home-section.section-wtb .wtb-wrapper {
  padding-top: 20px;
  padding-bottom: 75px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .home-section.section-wtb .wtb-wrapper {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .home-section.section-wtb .wtb-wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-wtb .wtb-wrapper {
    padding-bottom: 150px;
  }
}
.home-section.section-wtb .wtb-wrapper .wtb-option {
  padding: 20px;
}
.home-section.section-wtb .wtb-wrapper .wtb-option .option-wrapper {
  display: block;
}
.home-section.section-wtb .wtb-wrapper .wtb-option .option-wrapper .logo-container {
  width: 120px;
  height: 60px;
  max-width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.home-section.section-wtb .wtb-wrapper .wtb-option a.option-wrapper .logo-container {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  backface-visibility: hidden;
  will-change: transform;
}
.home-section.section-wtb .wtb-wrapper .wtb-option a.option-wrapper:hover .logo-container {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .home-section.section-wtb .wtb-wrapper .wtb-option {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .home-section.section-wtb .wtb-wrapper .wtb-option {
    padding: 20px;
  }
  .home-section.section-wtb .wtb-wrapper .wtb-option .option-wrapper .logo-container {
    width: 150px;
    height: 75px;
  }
}
@media (min-width: 1400px) {
  .home-section.section-wtb .wtb-wrapper .wtb-option {
    padding: 40px;
  }
}
.home-section.section-wtb .wtb-form {
  padding-top: 25px;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form {
  width: 100%;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form br, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .wpcf7-not-valid-tip {
  display: none;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 0;
  left: 48%;
  background-color: #AB7000;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col {
  padding: 10px;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col input, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col select, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col textarea {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 23px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  width: 100%;
  cursor: pointer;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col input:focus-visible, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col select:focus-visible, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col textarea:focus-visible {
  outline: 1px dotted #AB7000 !important;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .input-col input::placeholder {
  color: #DEDEDE;
  opacity: 0.5;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row select {
  -webkit-appearance: none;
  appearance: none;
  -moz-apperance: none;
  padding-right: 50px;
  background: none;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row option {
  background-color: #1F1F1F;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .select-col {
  cursor: pointer;
  position: relative;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .select-col:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e900";
  position: absolute;
  height: 50px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  top: 10px;
  right: 10px;
  width: 50px;
  text-align: center;
  pointer-events: none;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col {
  padding: 10px;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
  margin: 0;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  cursor: pointer;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  cursor: pointer;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:after {
  color: #ffffff !important;
  border-color: #ffffff !important;
  left: 8px !important;
  top: 3px !important;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  color: #ffffff;
  padding-left: 20px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #ffffff;
  text-decoration: underline;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .checkbox-col .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: #AB7000;
  text-decoration: underline;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .submit-col {
  padding: 20px 10px 10px 10px;
  text-align: center;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .submit-col input {
  -webkit-appearance: none;
  appearance: none;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #AB7000;
  background-color: #AB7000 !important;
  border-radius: 8px;
  border-color: #AB7000 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .submit-col input:hover, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .submit-col input:focus-visible {
  background-color: #925f00 !important;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .submit-col input:focus-visible {
  outline: 1px dotted #AB7000 !important;
}
@media (min-width: 576px) {
  .home-section.section-wtb .wtb-form .wtb-form-wrapper form .signup-row .submit-col input {
    width: 200px;
    margin: 0 auto;
  }
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form .wpcf7-response-output {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-display: swap;
  font-size: 16px;
  width: 100%;
  text-align: center;
  border: none;
  line-height: 24px;
  padding: 14px 23px;
  display: block;
  margin: 0;
  color: #AB7000;
}
.home-section.section-wtb .wtb-form .wtb-form-wrapper form.sent .signup-row, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .submitting .signup-row, .home-section.section-wtb .wtb-form .wtb-form-wrapper form .resetting .signup-row {
  display: none;
}
.home-section.section-social {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .home-section.section-social {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .home-section.section-social {
    padding-bottom: 150px;
  }
}
.home-section.section-social .social-properties .social-property a {
  padding: 25px;
}
.home-section.section-social .social-properties .social-property a span {
  font-size: 40px;
}
@media (min-width: 576px) {
  .home-section.section-social .social-properties .social-property a span {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .home-section.section-social .social-properties .social-property a span {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .home-section.section-social .social-properties .social-property a {
    padding: 25px 50px;
  }
}

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