/***********************************************/
/* Hero element styling.
/*
/***********************************************/
.content-hero {
  background: transparent;
}

.clearfix.swiper-pagination {
  padding: 20px 0;
}

.clearfix.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: none;
  margin: 0 8px;
  opacity: 1;
  padding: 0;
}

.clearfix.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f7c805;
  width: 15px;
  height: 15px;
  border: none;
  padding: 0;
}

@media (min-width: 768px) {
  .swiper-container.hero-homepage {
    width: 100%;
    max-width: 1920px;
  }
}

@media (max-width: 768px) {
  .swiper-container.hero-homepage {
    height: calc(1000 / 750 * 100vw);
    max-height: 700px;
  }
  .swiper-container.hero-homepage .swiper-slide {
    height: auto;
    max-height: inherit;
  }
  .swiper-container.hero-homepage .swiper-slide .container {
    height: 100%;
    max-height: inherit;
  }
  .swiper-container.hero-homepage .swiper-button-prev,
  .swiper-container.hero-homepage .swiper-button-next {
    display: none;
  }
}

.frontpage.main-content .swiper-slide .container {
  display: block;
  height: 100%;
  max-height: 436px;
}

.frontpage.main-content .swiper-slide .container .content-container {
  position: absolute;
  width: 100%;
  max-width: 540px;
  left: 0;
  bottom: 50px;
  margin: 0;
  font-family: 'TscriptReg';
  font-size: 3.75rem;
  color: white;
  line-height: 1.1em;
  text-align: left;
  text-shadow: 2px 3px 6px #666;
}

@media (max-width: 768px) {
  .frontpage.main-content .swiper-slide .container .content-container {
    font-size: 2.8125rem;
  }
}

@media (max-width: 400px) {
  .frontpage.main-content .swiper-slide .container .content-container {
    bottom: 30px;
    font-size: 2.1875rem;
  }
}

.frontpage.main-content .swiper-slide .container .content-container div:nth-last-child(2) {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .frontpage.main-content .swiper-slide .container .content-container div:nth-last-child(2) {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 400px) {
  .frontpage.main-content .swiper-slide .container .content-container div:nth-last-child(2) {
    font-size: 1.875rem;
  }
}

.frontpage.main-content .swiper-slide .container .content-container .cta-button {
  position: absolute;
  height: 38px;
  bottom: 0;
  left: 0;
  padding: 12px 22px 0;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 500px;
  background: #b8191d;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  position: static;
  display: inline-block;
  margin: -10px 0 0 -10px;
}

.frontpage.main-content .swiper-slide .container .content-container .cta-button:hover {
  color: #b8191d;
  background: #f7c805;
}

@media (max-width: 768px) {
  .frontpage.main-content .swiper-slide .container .content-container .cta-button {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .frontpage.main-content .swiper-slide .container .content-container {
    left: 22px;
  }
}

@media (max-width: 768px) {
  .frontpage.main-content .swiper-slide .container .content-container {
    max-width: calc(100% - 45px);
  }
}

.frontpage.main-content .swiper-slide:hover {
  text-decoration: none;
}

.frontpage.main-content .swiper-slide:hover .container .content-container .cta-button {
  color: #b8191d;
  background: #f7c805;
}

.frontpage.main-content .swiper-slide:nth-child(3n-2) .container .content-container div:first-child {
  margin-bottom: 0.2em;
}

#hero-delicious-3 .container .content-container {
  top: 70px;
  bottom: auto;
  left: 270px;
}

#hero-delicious-3 .container .content-container div:nth-last-child(2) {
  line-height: 1.3em;
}

@media (max-width: 768px) {
  #hero-delicious-3 .container .content-container {
    top: auto;
    left: 22px;
    bottom: 30px;
  }
}

[id*=hero-recipe] .swiper-container.hero-recipe {
  max-width: 960px;
  height: auto;
  overflow: hidden;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-wrapper {
  display: block;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide {
  height: auto;
  padding-bottom: 70px;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide img.background {
  position: static;
  max-width: 100%;
  height: auto;
  top: auto;
  left: auto;
  margin: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .desktop-image,
[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .desktop-mobile {
  width: 100%;
  height: auto;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container {
  display: block;
  position: static;
  z-index: auto;
  margin: 0;
  padding: 0;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container {
  position: absolute;
  width: 100%;
  max-width: none;
  min-height: 70px;
  bottom: 0;
  left: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  background: #e3a809;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container div:not(.cta-button) {
  display: inline-block;
  padding: 22px 0 0 25px;
  text-transform: uppercase;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container .cta-button {
  position: absolute;
  height: 38px;
  bottom: 0;
  left: 0;
  padding: 12px 22px 0;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 500px;
  background: #b8191d;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: none;
  position: absolute;
  width: 176px;
  top: 14px;
  right: 20px;
  left: auto;
  text-align: center;
}

[id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container .cta-button:hover {
  color: #b8191d;
  background: #f7c805;
}

@media (max-width: 768px) {
  [id*=hero-recipe] {
    margin-top: 0;
  }
  [id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide {
    padding-bottom: 0;
  }
  [id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container {
    font-size: 1.25rem;
    min-height: 110px;
    background: rgba(227, 168, 9, 0.9);
  }
  [id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container div:not(.cta-button) {
    padding-bottom: 70px;
  }
  [id*=hero-recipe] .swiper-container.hero-recipe .swiper-slide .container .content-container .cta-button {
    top: auto;
    bottom: 15px;
    left: 25px;
  }
}
