/*
    Theme Name: AE Dairy Child
    Version: 1.0.9
*/


/* Import Styles from partials folder */ /* COLORS */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Comfortaa:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* MAIN MOBILE */
/* RESET */
html,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#wp--skip-link--target {
  margin: 0;
}

/* TYPOGRAPHY */
h1.top-line {
  font-family: "Comfortaa", cursive;
  font-size: 38px;
  line-height: 48px;
  color: #1d386d;
  font-weight: 300;
  text-transform: uppercase;
}
h1.top-line.no-caps {
  text-transform: unset;
}
@media (max-width: 900px) {
  h1.top-line {
    font-size: 24px;
    line-height: 32px;
  }
}

.second-line {
    font-family: "Cabin Sketch", cursive;
    font-size: 64px;
    line-height: 64px;
    text-transform: uppercase;
    font-weight: normal;

}

h1.second-line {
  font-family: "Cabin Sketch", cursive;
  font-size: 64px;
  line-height: 64px;
  color: #1d386d;
  text-transform: uppercase;
  font-weight: normal;
}
h1.second-line.no-caps {
  text-transform: unset;
}
@media (max-width: 900px) {
  h1.second-line {
    font-size: 46px;
    line-height: 48px;
  }

  .second-line {
     font-size: 46px;
     line-height: 48px;
  }
}

h2 {
  font-family: "Comfortaa", cursive;
  font-size: 46px;
  line-height: 52px;
  color: #1d386d;
  font-weight: 300;
}
h2.no-caps {
  text-transform: unset;
}
@media (max-width: 900px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

h3 {
  font-family: "Comfortaa", cursive;
  font-size: 34px;
  line-height: 40px;
  color: #1d386d;
  font-weight: 300;
}
@media (max-width: 900px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

h4 {
  font-family: "Comfortaa", cursive;
  font-size: 28px;
  line-height: 34px;
  color: #292929;
  font-weight: bold;
}

h5 {
  font-family: "Comfortaa", cursive;
  font-size: 24px;
  line-height: 30px;
  color: #292929;
  font-weight: bold;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #292929;
  font-weight: bold;
}

p,
ul,
ol,
article {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #292929;
  font-weight: normal;
}

a {
  color: #149ad6;
  font-family: "Comfortaa", cursive;
}
a:hover {
  color: #1d386d;
}

ul,
ol {
  padding-left: 20px;
}

.button-container {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 40px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
  min-width: 260px;
  line-height: 1;
}
@media (max-width: 500px) {
  .button-container {
    min-width: unset;
  }
}
.button-container.orange, .button-container.blue, .button-container.light-orange {
  background-color: #f48639;
}
.button-container.orange a, .button-container.blue a, .button-container.light-orange a {
  color: #292929;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.button-container.orange:hover, .button-container.blue:hover, .button-container.light-orange:hover {
  background-color: #f8b688;
}
.button-container.blue {
  background-color: #1d386d;
}
.button-container.blue a {
  color: #fff;
}
.button-container.blue:hover {
  background-color: #14274c;
}
.button-container.light-orange {
  background-color: #febb30;
}
.button-container.light-orange:hover {
  background-color: #fed683;
}
.button-container a {
  text-decoration: none;
}

svg {
  border: 2px solid #292929;
  padding: 2px 4px;
  height: 17px;
  transition: all 0.2s ease-in-out;
}
svg path {
  stroke: #292929;
  stroke-width: 30px;
}

.ag-prod-cat-anchor {
  position: absolute;
  top: -100px;
}

.mobile-recipe-anchor-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  color: #149ad6;
  text-decoration: none;
  display: none;
}
@media (max-width: 900px) {
  .mobile-recipe-anchor-link {
    display: block;
  }
}

#ag-ingredients-anchor {
  position: relative;
  bottom: 50px;
}

header.ae-header {
  background-color: #f2f2f2;
}
header.ae-header .top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 13px 140px 13px 0;
  background-color: #febb30;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header.ae-header .top-nav a {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #292929;
  padding: 0 20px;
  text-decoration: none;
}
header.ae-header .top-nav .button.qm {
  line-height: 1;
  margin-top: 2px;
}
header.ae-header .top-nav .button.qm form {
  position: relative;
}
header.ae-header .top-nav .button.qm form.open::after {
  content: unset;
}
header.ae-header .top-nav .button.qm form::after {
  content: "\f002";
  position: absolute;
  left: 0;
  top: -8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}
header.ae-header .top-nav .button.qm form input {
  display: none;
  padding: 5px 10px 5px 5px;
}
@media (max-width: 900px) {
  header.ae-header .top-nav {
    display: none;
  }
}
header.ae-header .main-nav {
  padding: 0 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header.ae-header .main-nav figure {
  margin: 0;
}
@media (max-width: 1280px) {
  header.ae-header .main-nav figure {
    padding-bottom: 15px;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav figure {
    padding-bottom: 0;
  }
}
header.ae-header .main-nav figure .ae-logo {
  max-width: 180px;
}
@media (max-width: 900px) {
  header.ae-header .main-nav figure .ae-logo {
    max-width: 110px;
  }
}
header.ae-header .main-nav #site-nav {
  z-index: 9999999999;
}
header.ae-header .main-nav #site-nav #primary-mobile-menu {
  cursor: pointer;
  border: unset;
  background: transparent;
  display: none;
  transition: all 0.2s ease-in-out;
  color: #292929;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav #primary-mobile-menu svg {
    height: 20px;
  }
}
header.ae-header .main-nav #site-nav #primary-mobile-menu span {
  position: relative;
}
header.ae-header .main-nav #site-nav #primary-mobile-menu span::after {
  content: "\f0c9";
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
header.ae-header .main-nav #site-nav #primary-mobile-menu[aria-expanded=false] span::after {
  content: "\f0c9";
}
header.ae-header .main-nav #site-nav #primary-mobile-menu[aria-expanded=true] span::after {
  content: "\f00d";
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav #primary-mobile-menu {
    display: block;
  }
  header.ae-header .main-nav #site-nav #primary-mobile-menu[aria-expanded=false] + .menu-container {
    display: none;
  }
  header.ae-header .main-nav #site-nav #primary-mobile-menu[aria-expanded=true] + .menu-container {
    display: block;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list {
  padding: 0;
  display: flex;
  align-items: center;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li {
  list-style-type: none;
  position: relative;
  margin: 0 10px;
  padding: 40px 0;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li:first-child {
  position: unset;
}
@media (max-width: 1280px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li {
    padding-bottom: 55px;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li a {
  color: #292929;
  font-weight: bold;
  text-decoration: unset;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle {
  background: transparent;
  border: unset;
  vertical-align: middle;
  padding: 0;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 0 20px 20px;
  width: auto;
  background-color: #f2f2f2;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu::after {
  content: "";
  position: absolute;
  top: 4px;
  box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.16);
  height: 2px;
  width: 100%;
  left: 0;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu::after {
    height: 0;
    width: 0;
    box-shadow: unset;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu li {
  padding: 15px 15px 5px 0;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu li {
    border: unset;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu li a {
    white-space: normal;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle + ul.submenu {
    position: unset;
    background-color: transparent;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle[aria-expanded=false] + ul.submenu {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle[aria-expanded=false] + ul.submenu {
    display: none;
    visibility: visible;
    opacity: 1;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle[aria-expanded=true] .fa-solid {
  transform: rotate(180deg);
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle[aria-expanded=true] + ul.submenu {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle[aria-expanded=true] + ul.submenu {
    display: grid;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle i {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li button.sub-menu-toggle {
    margin: 7px 0 0 0;
    float: right;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.products ul.submenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px 20px;
  padding: 50px 16.5% !important;
  width: 100% !important;
  text-align: center;
  background-color: #fff !important;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1280px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.products ul.submenu {
    padding: 50px 115px !important;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.products ul.submenu {
    padding: 20px 0 !important;
    position: unset !important;
    grid-template-columns: 1fr 1fr;
    box-shadow: unset;
    background-color: transparent !important;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.where-to-buy a {
  color: #fff;
  background-color: #1d386d;
  padding: 14px 32px;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.where-to-buy a {
    display: block;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.where-to-buy a:hover {
  background-color: #14274c;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.where-to-buy {
    order: -1;
    display: block;
    text-align: center;
    align-self: center;
    margin: 30px 0;
    border: unset;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li:not(:last-of-type) {
  margin-right: 20px;
}
@media (max-width: 1000px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li:not(:last-of-type) {
    margin-right: 5px;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy) {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 148px;
  margin-bottom: 50px;
  position: relative;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy) a {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% + 50px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy) a {
    height: calc(100% + 60px);
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).milk {
  background-image: url("/wp-content/uploads/2023/09/REDUCEDFATMILK-GAL-product-listing-supporting-2-260px.png") !important;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).yogurt {
  background-image: url("/wp-content/uploads/2022/07/Yogurt.png") !important;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).sour-cream {
  background-image: url("/wp-content/uploads/2022/07/Sour-Cream-Dip.png") !important;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).cottage-cheese {
  background-image: url("/wp-content/uploads/2022/07/Cottage-Cheese.png") !important;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).ice-cream {
  background-image: url("/wp-content/uploads/2022/07/Ice-Cream-Mix.png") !important;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).egg-nog {
  background-image: url("/wp-content/uploads/2022/07/Egg-Nog.png") !important;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).juice {
  background-image: url("/wp-content/uploads/2022/07/Lemonade-And-Orange-Juice.png") !important;
}
@media (max-width: 400px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).juice {
    margin-bottom: 75px;
  }
}
@media (max-width: 400px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).juice a {
    height: calc(100% + 75px);
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy).seasonal {
  background-image: url("/wp-content/uploads/2022/07/Seasonal.png") !important;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy) {
    height: 125px;
  }
}
@media (max-width: 400px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.nav-link:not(.where-to-buy) {
    height: 100px;
    margin-bottom: 60px;
  }
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-careers, header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-faqs, header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-contact, header.ae-header .main-nav #site-nav .menu-container #menu-list li.menu-item.search {
  display: none;
}
header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-careers a, header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-faqs a, header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-contact a, header.ae-header .main-nav #site-nav .menu-container #menu-list li.menu-item.search a {
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-careers, header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-faqs, header.ae-header .main-nav #site-nav .menu-container #menu-list li.top-nav-contact, header.ae-header .main-nav #site-nav .menu-container #menu-list li.menu-item.search {
    display: flex;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.menu-item.search {
    align-items: center;
  }
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.menu-item.search form {
    margin-left: 10px;
  }
  header.ae-header .main-nav #site-nav .menu-container #menu-list li.menu-item.search form input {
    background: transparent;
    border: unset;
    color: #292929;
    font-family: "Comfortaa", cursive;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list li {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav #site-nav .menu-container #menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #f8f8f8;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    overflow-y: scroll;
    height: auto;
    max-height: 100vh;
  }
}
header.ae-header .main-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #f2f2f2;
}
@media (max-width: 1280px) {
  header.ae-header .main-nav {
    padding: 15px 40px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1000px) {
  header.ae-header .main-nav {
    padding: 15px 30px !important;
  }
}
@media (max-width: 900px) {
  header.ae-header .main-nav {
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}

/* GLOBAL NAV CLEANUP */
html #wpadminbar {
  display: none;
}

footer.wp-block-template-part {
  background-image: url(/wp-content/themes/aeDairy/assets/images/footer-desktop-bkg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  height: 500px;
}
@media (min-width: 1441px) {
  footer.wp-block-template-part {
    height: 35vw;
  }
}
@media (max-width: 900px) {
  footer.wp-block-template-part {
    height: unset;
    position: relative;
    background: unset;
  }
}
@media (max-width: 900px) {
  footer.wp-block-template-part .mobile-footer-bg {
    background-image: url(/wp-content/themes/aeDairy/assets/images/footer-mobile-bkg.svg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
  }
}
footer.wp-block-template-part .footer-top {
  display: grid;
  grid-template-columns: 295px 169px 295px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 179px;
}
@media (min-width: 1441px) {
  footer.wp-block-template-part .footer-top {
    top: 35.8%;
  }
}
footer.wp-block-template-part .footer-top .content-left,
footer.wp-block-template-part .footer-top .content-right {
  padding-left: 15px;
  border-left: 2px solid #1d386d;
  width: 278px;
}
footer.wp-block-template-part .footer-top .content-left p,
footer.wp-block-template-part .footer-top .content-right p {
  margin: 0;
  font-family: "Comfortaa", cursive;
  font-weight: 500;
}
footer.wp-block-template-part .footer-top .content-left p:first-child,
footer.wp-block-template-part .footer-top .content-right p:first-child {
  color: #1d386d;
  font-weight: bold;
}
footer.wp-block-template-part .footer-top .content-left a,
footer.wp-block-template-part .footer-top .content-right a {
  color: #292929;
  text-decoration: unset;
  display: block;
  font-family: "Comfortaa", cursive;
  font-size: 16px;
  margin: 5px 0;
}
@media (max-width: 900px) {
  footer.wp-block-template-part .footer-top .content-left,
footer.wp-block-template-part .footer-top .content-right {
    place-self: center;
    margin: 40px 0 24px 0;
  }
}
footer.wp-block-template-part .footer-top .content-right {
  border-left: unset;
  border-right: 2px solid #1d386d;
  padding: 0 15px 0 0;
  text-align: right;
}
@media (max-width: 900px) {
  footer.wp-block-template-part .footer-top .content-right {
    margin: 0;
    text-align: left;
    border-right: unset;
    border-left: 2px solid #1d386d;
    padding: 0 0 0 20px;
  }
}
footer.wp-block-template-part .footer-top figure {
  margin: 0 27px;
}
footer.wp-block-template-part .footer-top figure img {
  max-width: 115px;
}
@media (max-width: 900px) {
  footer.wp-block-template-part .footer-top figure {
    place-self: center;
    order: -1;
  }
}
@media (max-width: 900px) {
  footer.wp-block-template-part .footer-top {
    grid-template-columns: 1fr;
    position: unset;
    transform: unset;
    padding-top: 80px;
  }
}
footer.wp-block-template-part nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 361px;
  width: 100%;
}
@media (min-width: 1441px) {
  footer.wp-block-template-part nav {
    top: 72.2%;
  }
}
footer.wp-block-template-part nav a {
  color: #292929;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
}
footer.wp-block-template-part nav a:not(:last-child) {
  border-right: 1px solid #292929;
}
footer.wp-block-template-part nav a.footer-nav-break {
  display: none;
}
@media (max-width: 900px) {
  footer.wp-block-template-part nav a.footer-nav-break {
    display: inline;
    flex-basis: 100%;
    height: 10px;
  }
}
@media (max-width: 900px) {
  footer.wp-block-template-part nav a:nth-child(2) {
    border: unset;
  }
}
@media (max-width: 900px) {
  footer.wp-block-template-part nav {
    position: unset;
    transform: unset;
    margin: 70px 0 34px 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
footer.wp-block-template-part .questions {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 409px;
}
@media (min-width: 1441px) {
  footer.wp-block-template-part .questions {
    top: 81.8%;
  }
}
footer.wp-block-template-part .questions .boxes {
  margin: 0 11px;
  color: #1d386d;
  text-decoration: none;
}
@media (max-width: 900px) {
  footer.wp-block-template-part .questions {
    position: unset;
    transform: unset;
    padding-bottom: 20px;
  }
}

.hero_img_left_pattern {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 1280px) {
  .hero_img_left_pattern {
    display: block;
  }
}
.hero_img_left_pattern > img {
  max-width: 100%;
  width: 68%;
  align-self: center;
}
@media (max-width: 1280px) {
  .hero_img_left_pattern > img {
    width: 100%;
  }
}
.hero_img_left_pattern .hero-ilp-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 80px 0 80px 72px;
  margin: 50px 0 50px -20%;
}
@media (max-width: 1280px) {
  .hero_img_left_pattern .hero-ilp-content {
    position: relative;
    width: 77.3%;
    margin: 0;
    padding: 70px 80px;
    transform: translateX(-50%);
    right: unset;
    left: 50%;
    top: 0;
    margin: -208px 0 50px 0;
  }
}
@media (max-width: 900px) {
  .hero_img_left_pattern .hero-ilp-content {
    width: 100%;
    transform: unset;
    left: unset;
    margin-top: -50px;
    padding: 50px 35px;
  }
}
.hero_img_left_pattern .hero-ilp-content.bg_pattern {
  background-image: linear-gradient(45deg, rgba(244, 125, 128, 0.8) 25%, transparent 25%), linear-gradient(-45deg, rgba(244, 125, 128, 0.8) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(244, 125, 128, 0.8) 75%), linear-gradient(-45deg, transparent 75%, rgba(244, 125, 128, 0.8) 75%);
  background-size: 80px 80px;
  background-position: 0 0, 0 40px, 40px -40px, -40px 0px;
}
.hero_img_left_pattern .hero-ilp-content .blured {
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
}
.hero_img_left_pattern .hero-ilp-content .blured article {
  padding: 50px 140px 50px 98px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-left: 9px solid #1d386d;
}
@media (max-width: 1280px) {
  .hero_img_left_pattern .hero-ilp-content .blured article {
    padding: 50px 80px 50px 80px;
  }
}
@media (max-width: 900px) {
  .hero_img_left_pattern .hero-ilp-content .blured article {
    padding: 50px 15px;
  }
}
.hero_img_left_pattern .hero-ilp-content .blured article h1.top-line {
  margin: 0;
}

.hero_img_left_pattern .hero-ilp-content .blured article h1 {
    margin: 0 0 20px 0 !important;
}

.hero_img_left_pattern .hero-ilp-content .blured article h1.second-line {
  margin: 0 0 20px 0;
}
.hero_img_left_pattern .hero-ilp-content .blured article .content p {
  margin: 0;
}

.hero_img_left_no-pattern {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 50px 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 900px) {
  .hero_img_left_no-pattern {
    display: block;
  }
}
.hero_img_left_no-pattern > img {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 900px) {
  .hero_img_left_no-pattern > img {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.hero_img_left_no-pattern .hero-ilp-content {
  width: 44.8%;
  border-left: 10px solid #1d386d;
  padding: 0 9.7% 0 20px;
}
@media (max-width: 1280px) {
  .hero_img_left_no-pattern .hero-ilp-content {
    padding-right: 35px;
  }
}
@media (max-width: 900px) {
  .hero_img_left_no-pattern .hero-ilp-content {
    padding: 0 0 0 20px;
    width: 91%;
    margin: 0 auto;
  }
}

.hero_img_left_no-pattern .hero-ilp-content article h1 {
    padding-bottom: 20px;
}
.hero_img_left_no-pattern .hero-ilp-content article .second-line {
  padding-bottom: 20px;
}
.hero_img_left_no-pattern .hero-ilp-content article .content p {
  margin: 0;
}

.hero_img_center {
  overflow: hidden;
  width: 100%;
}
.hero_img_center .hero_imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_img_center .hero_imgs img:first-child {
  justify-self: flex-end;
}
.hero_img_center .hero_imgs img:not(:nth-of-type(2)) {
  max-height: 240px;
  display: flex;
}
@media (max-width: 1280px) {
  .hero_img_center .hero_imgs img:not(:nth-of-type(2)) {
    max-height: 150px;
  }
}
@media (max-width: 600px) {
  .hero_img_center .hero_imgs img:not(:nth-of-type(2)) {
    max-height: 100px;
  }
}
.hero_img_center .hero_imgs img:nth-of-type(2) {
  width: 39.7%;
  margin: 0 20px;
  z-index: 1;
}
@media (max-width: 900px) {
  .hero_img_center .hero_imgs img:nth-of-type(2) {
    width: 46.7%;
  }
}
.hero_img_center .hero_imgs img:nth-child(3) {
  transform: rotateY(180deg);
}
.hero_img_center article:not(.content) {
  margin: 30px auto;
  width: 39.7%;
}
@media (max-width: 900px) {
  .hero_img_center article:not(.content) {
    width: 80.5%;
  }
}
.hero_img_center article:not(.content) h1 {
  text-align: center;
  margin-bottom: 30px;
}
.hero_img_center article:not(.content) h1.second-line {
  margin-bottom: 30px;
}
.hero_img_center article p {
  margin-bottom: 20px;
}

.category .hero_img_center {
  margin: 20px 0;
}

.hero_img_right {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: row-reverse;
  padding-right: 16.7%;
  overflow: hidden;
  width: 100%;
  margin: 30px 0 60px;
}
@media (max-width: 900px) {
  .hero_img_right {
    padding-right: 35px;
    margin: 30px 0 50px;
  }
}
.hero_img_right .hero-prod-img-container {
  position: relative;
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .hero_img_right .hero-prod-img-container {
    margin-left: 5px;
  }
}
.hero_img_right .hero-prod-img-container img {
  width: 100%;
  height: 100%;
}
.hero_img_right .hero-prod-img-container img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
  z-index: -1;
  max-height: 100%;
}
.hero_img_right > img:last-child {
  width: 67%;
}
@media (max-width: 900px) {
  .hero_img_right > img:last-child {
    width: 50%;
  }
}

.hero_img_recipe {
  display: flex;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1280px) {
  .hero_img_recipe {
    justify-content: flex-end;
    position: relative;
  }
}
@media (max-width: 900px) {
  .hero_img_recipe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hero_img_recipe > img {
  max-width: 712px;
}
@media (min-width: 1441px) {
  .hero_img_recipe > img {
    max-width: 100%;
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .hero_img_recipe > img {
    max-width: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 900px) {
  .hero_img_recipe > img {
    position: unset;
    transform: unset;
    width: 100%;
    top: unset;
  }
}
.hero_img_recipe .hero-ilp-content {
  width: 50.6%;
}
@media (max-width: 900px) {
  .hero_img_recipe .hero-ilp-content {
    width: 100%;
  }
}
.hero_img_recipe .hero-ilp-content.bg_pattern {
  width: 45.4%;
}
@media (max-width: 1280px) {
  .hero_img_recipe .hero-ilp-content.bg_pattern {
    width: 57%;
  }
}
@media (max-width: 900px) {
  .hero_img_recipe .hero-ilp-content.bg_pattern {
    width: 100%;
    position: relative;
  }
  .hero_img_recipe .hero-ilp-content.bg_pattern::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 36px;
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(-45deg, transparent 75%, #fff 75%);
    background-size: 80px 80px;
    background-position: 0 0, 0 40px, 40px -40px, -40px 0px;
  }
  .hero_img_recipe .hero-ilp-content.bg_pattern::before {
    content: "";
    position: absolute;
    top: -36px;
    left: -40px;
    width: calc(100vw + 40px);
    height: 36px;
    background-image: linear-gradient(45deg, #1d386d 25%, transparent 25%), linear-gradient(-45deg, #fff 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fff 75%), linear-gradient(-45deg, transparent 75%, #fff 75%);
    background-size: 80px 80px;
    background-position: 0 0, 0 40px, 40px -40px, -40px 0px;
  }
}
.hero_img_recipe .hero-ilp-content h1 {
  margin-bottom: 0px;
  text-transform: unset;
}
.hero_img_recipe .hero-ilp-content article {
  color: #fff;
}
.hero_img_recipe .hero-ilp-content article h1,
.hero_img_recipe .hero-ilp-content article p {
  color: #fff;
}
.hero_img_recipe .hero-ilp-content article h1,
.hero_img_recipe .hero-ilp-content article h1.second-line,
.hero_img_recipe .hero-ilp-content article p.second-line {
  margin-bottom: 20px;
}
.hero_img_recipe .hero-ilp-content article:not(.content) {
  background-color: #1d386d;
  padding: 70px 9.7% 70px 7.9%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .hero_img_recipe .hero-ilp-content article:not(.content) {
    padding: 70px 7.4% 70px 30%;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .hero_img_recipe .hero-ilp-content article:not(.content) {
    padding: 50px 35px 50px 35px;
  }
}
.hero_img_recipe .bg_pattern_recipe {
  width: 74px;
  background-image: linear-gradient(45deg, #1d386d 25%, transparent 25%), linear-gradient(-45deg, #1d386d 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #1d386d 75%), linear-gradient(-45deg, transparent 75%, #1d386d 75%);
  background-size: 80px 80px;
  background-position: 0 0, 0 40px, 40px -40px, -40px 0px;
}
@media (max-width: 900px) {
  .hero_img_recipe .bg_pattern_recipe {
    display: none;
  }
}

.hero-video {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.ff-content {
  position: relative;
  margin: 80px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .ff-content {
    padding: 100px 0;
  }
}
@media (max-width: 900px) {
  .ff-content {
    margin: 40px 0;
    flex-direction: column;
    padding: 0;
  }
}
.ff-content.right .main-img {
  position: unset;
  transform: unset;
}
.ff-content.right .content-container {
  margin: 0 0 0 7% !important;
  justify-content: flex-start;
  position: unset !important;
  transform: unset;
  order: -1;
}
@media (max-width: 1280px) {
  .ff-content.right .content-container {
    margin-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .ff-content.right .content-container {
    padding: 0;
    order: 1;
    margin: 0 !important;
  }
}
.ff-content.right .content-container .main-content {
  margin: 0 !important;
  width: 100% !important;
}
@media (max-width: 1280px) {
  .ff-content.right .content-container .main-content {
    margin-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .ff-content.right .content-container .main-content .main-content-container {
    padding: 50px 0 !important;
  }
}
.ff-content.right .accent-img {
  left: 0;
}
.ff-content.right .accent-img img {
  position: absolute;
  right: calc(100% - 100px);
}
@media (max-width: 1280px) {
  .ff-content.right .accent-img img {
    right: calc(100% - 200px);
  }
}
.ff-content.left .content-container {
  margin-right: 7%;
}
@media (max-width: 1280px) {
  .ff-content.left .content-container {
    margin-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .ff-content.left .content-container {
    margin: 0;
  }
}
.ff-content.left .content-container .main-content {
  width: 100%;
}
.ff-content.pattern .content-container {
  height: 100%;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ff-content.pattern .content-container {
    margin: 0;
  }
}
.ff-content.pattern .content-container .main-content {
  background-color: inherit;
  padding: 50px 50px 50px 35px !important;
}
@media (max-width: 1280px) {
  .ff-content.pattern .content-container .main-content {
    margin-right: 0 !important;
  }
}
@media (max-width: 900px) {
  .ff-content.pattern .content-container .main-content {
    padding: 0 !important;
  }
}
@media (max-width: 900px) {
  .ff-content.pattern .content-container .main-content .main-content-container {
    margin: 0 35px;
    padding: 50px 15px 50px 35px !important;
  }
}
.ff-content.no-pattern .content-container {
  position: absolute;
  width: 100%;
  justify-content: flex-end;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .ff-content.no-pattern .content-container {
    margin-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .ff-content.no-pattern .content-container {
    position: unset;
  }
}
.ff-content.no-pattern .content-container .main-content {
  width: 40%;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .ff-content.no-pattern .content-container .main-content {
    width: 40%;
    padding: 50px 35px 50px;
  }
}
@media (max-width: 900px) {
  .ff-content.no-pattern .content-container .main-content {
    width: 100%;
    padding: 50% 35px 50px;
  }
}
@media (max-width: 900px) {
  .ff-content.no-pattern .content-container .main-content .main-content-container {
    padding: 50px 0 0 0 !important;
  }
}
.ff-content.no-pattern .content-container .main-content .main-content-container article {
  padding-right: 10%;
}
@media (max-width: 600px) {
  .ff-content.no-pattern .content-container .main-content .main-content-container article {
    padding-right: 0%;
  }
}
@media (max-width: 900px) {
  .ff-content.no-pattern .main-img {
    margin-bottom: -50%;
  }
}
@media (max-width: 900px) {
  .ff-content.history {
    margin: 40px 0;
  }
}
.ff-content.history .main-img {
  width: 43%;
}
@media (max-width: 900px) {
  .ff-content.history .main-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: unset;
    transform: unset;
    margin-bottom: 40px;
  }
}
.ff-content.history .content-container {
  margin-left: 7%;
}
@media (max-width: 1280px) {
  .ff-content.history .content-container {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .ff-content.history .content-container {
    padding: 0;
  }
}
.ff-content.history .content-container .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 1280px) {
  .ff-content.history .content-container .main-content {
    margin-left: 12% !important;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .ff-content.history .content-container .main-content {
    margin: 0 !important;
    width: 100%;
    padding: 0 10px !important;
  }
}
@media (max-width: 900px) {
  .ff-content.history .content-container .main-content .main-content-container {
    padding: 50px 25px 10px;
  }
}
.ff-content.history .content-container .main-content .main-content-container h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 15px;
}
.ff-content.history .content-container .accent-img img {
  right: calc(100% - 100px);
}
.ff-content.equal {
  height: unset;
  display: grid;
  grid-template-columns: 42.7% 56.2%;
  grid-gap: 20px 1.1%;
  margin: 90px 0;
  padding: 0;
}
@media (max-width: 900px) {
  .ff-content.equal {
    display: block;
    margin: 40px 0;
  }
}
.ff-content.equal .main-img {
  width: 100%;
  height: auto;
  position: unset;
  transform: unset;
  align-self: center;
}
@media (max-width: 900px) {
  .ff-content.equal .main-img {
    display: block;
    margin: 0 auto;
  }
}
.ff-content.equal .content-container {
  position: unset;
  transform: unset;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 900px) {
  .ff-content.equal .content-container {
    padding: 0;
  }
}
.ff-content.equal .content-container .main-content {
  display: block;
  width: 100%;
  padding: 30px 30% 30px 12%;
}
@media (max-width: 1280px) {
  .ff-content.equal .content-container .main-content {
    padding: 30px 20% 30px 15%;
  }
}
@media (max-width: 900px) {
  .ff-content.equal .content-container .main-content {
    padding: 50px 15px 50px 35px;
  }
}
.ff-content.equal .content-container .main-content .main-content-container {
  padding: 0;
}
@media (max-width: 900px) {
  .ff-content.equal .content-container .main-content .main-content-container {
    padding-top: 0 !important;
  }
}
.ff-content .main-img {
  z-index: 3;
  width: 55%;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .ff-content .main-img {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .ff-content .main-img {
    width: 100%;
    position: unset;
    transform: unset;
  }
}
.ff-content .content-container {
  width: 100%;
  margin: 0;
  background: peachpuff;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .ff-content .content-container {
    position: unset;
    transform: unset;
    display: block;
    padding: 0;
  }
}
.ff-content .content-container.no-padding .main-content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.ff-content .content-container .main-content {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 150px 42px;
}
@media (max-width: 1280px) {
  .ff-content .content-container .main-content {
    width: 100%;
    padding: 130px 4% 130px 2%;
  }
}
@media (max-width: 900px) {
  .ff-content .content-container .main-content {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
  }
}
@media (max-width: 900px) {
  .ff-content .content-container .main-content .main-content-container {
    position: relative;
    z-index: 2;
    background-color: inherit;
    padding: 50px 15px 50px 35px;
  }
}
.ff-content .content-container .main-content .main-content-container a {
  font-weight: bold;
}
.ff-content .content-container .main-content .main-content-container a:hover {
  color: #0e6c96;
}
.ff-content .content-container .main-content .main-content-container h2,
.ff-content .content-container .main-content .main-content-container h3 {
  font-weight: lighter;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .ff-content .content-container .main-content .main-content-container h2,
.ff-content .content-container .main-content .main-content-container h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ff-content .content-container .main-content .main-content-container h2.capitalize,
.ff-content .content-container .main-content .main-content-container h3.capitalize {
  text-transform: capitalize;
  font-size: 34px;
  line-height: 40px;
}
@media (max-width: 900px) {
  .ff-content .content-container .main-content .main-content-container h2.capitalize,
.ff-content .content-container .main-content .main-content-container h3.capitalize {
    font-size: 22px;
    line-height: 30px;
  }
}
.ff-content .content-container .main-content .main-content-container h1 span,
.ff-content .content-container .main-content .main-content-container h2 span,
.ff-content .content-container .main-content .main-content-container h3 span {
    font-family: "Cabin Sketch", cursive;
    font-size: 72px;
    line-height: 64px;
    display: block;
}
@media (max-width: 900px) {
.ff-content .content-container .main-content .main-content-container h1 span,
.ff-content .content-container .main-content .main-content-container h2 span,
.ff-content .content-container .main-content .main-content-container h3 span {
        font-size: 46px;
        line-height: 48px;
    }
}
.ff-content .content-container .main-content .main-content-container h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ff-content .content-container .main-content .main-content-container p:not(:last-child) {
  margin-bottom: 15px;
}
.ff-content .content-container .main-content .accent-img-mobile {
  display: none;
}
@media (max-width: 900px) {
  .ff-content .content-container .main-content .accent-img-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.ff-content .accent-img {
  position: absolute;
  left: calc(100% - 100px);
  height: 100%;
  top: 0;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1280px) {
  .ff-content .accent-img {
    left: calc(100% - 180px);
  }
}
@media (max-width: 900px) {
  .ff-content .accent-img {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
  }
}
.ff-content .accent-img img {
  height: 100%;
}
@media (max-width: 900px) {
  .ff-content .accent-img img {
    width: 100%;
    object-fit: cover;
  }
}

.fwcta {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  overflow: hidden;
  margin: 120px 0;
}
@media (max-width: 900px) {
  .fwcta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
}
.fwcta.pink {
  background-image: url(/wp-content/themes/aeDairy/assets/images/svgs/pink-bg.svg);
}
@media (max-width: 400px) {
  .fwcta.pink {
    background-image: url(/wp-content/themes/aeDairy/assets/images/svgs/pink-mobile-bg.svg);
  }
}
.fwcta.dark-blue {
  background-image: url(/wp-content/themes/aeDairy/assets/images/svgs/dark-blue-bg.svg);
}
@media (max-width: 400px) {
  .fwcta.dark-blue {
    background-image: url(/wp-content/themes/aeDairy/assets/images/svgs/dark-blue-mobile-bg.svg);
  }
}
@media (max-width: 900px) {
  .fwcta.dark-blue .left {
    height: 192px;
  }
}
.fwcta.dark-blue .middle h2,
.fwcta.dark-blue .middle article,
.fwcta.dark-blue .middle p,
.fwcta.dark-blue .middle article ul {
  color: #fff;
}
.fwcta .left,
.fwcta .right {
  position: relative;
  display: flex;
  width: 29%;
}
@media (max-width: 900px) {
  .fwcta .left,
.fwcta .right {
    width: 100%;
    display: block;
  }
}
.fwcta .left .accent-img,
.fwcta .right .accent-img {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
}
@media (max-width: 900px) {
  .fwcta .left .accent-img,
.fwcta .right .accent-img {
    width: 110%;
    height: 80%;
    object-fit: cover;
    object-position: top;
    right: unset;
  }
}
.fwcta .left .prod-img,
.fwcta .right .prod-img {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  max-width: 100%;
}
@media (max-width: 900px) {
  .fwcta .left .prod-img,
.fwcta .right .prod-img {
    display: none;
  }
}
.fwcta .left .prod-img-mobile,
.fwcta .right .prod-img-mobile {
  display: none;
}
@media (max-width: 900px) {
  .fwcta .left .prod-img-mobile,
.fwcta .right .prod-img-mobile {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 60px;
  }
}
@media (max-width: 900px) {
  .fwcta .right {
    display: none;
  }
}
.fwcta .right .accent-img {
  left: 90px;
  right: unset;
  transform: translateY(-50%) rotateY(180deg);
}
.fwcta .middle {
  padding: 140px 0;
  width: 60%;
  text-align: center;
}
@media (min-width: 1400px) {
  .fwcta .middle {
    padding: 15% 0;
  }
}
@media (max-width: 900px) {
  .fwcta .middle {
    width: 100%;
    order: -1;
    padding: 90px 35px 50px 35px;
  }
}
.fwcta .middle h2 {
  font-size: 38px;
  line-height: 64px;
  font-weight: 300;
}
@media (max-width: 900px) {
  .fwcta .middle h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.fwcta .middle h2 span {
  display: block;
  font-family: "Cabin Sketch", cursive;
  font-size: 72px;
  line-height: 64px;
}
@media (max-width: 900px) {
  .fwcta .middle h2 span {
    font-size: 46px;
    line-height: 48px;
  }
}
.fwcta .middle h2 span.highlight {
  color: #61c6f4;
  display: inline;
}
.fwcta .middle article {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #292929;
  font-weight: normal;
}

.ts-container {
  position: relative;
  margin: 100px 0;
  overflow: hidden;
}
@media (max-width: 900px) {
  .ts-container {
    padding: 80px 0;
    margin: 20px 0 50px 0;
  }
}
.ts-container .ts-bg-img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/aeDairy/assets/images/svgs/pink_bg_green_pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80%;
  width: 105%;
  z-index: -1;
}
@media (max-width: 900px) {
  .ts-container .ts-bg-img {
    display: none;
  }
}
.ts-container .ts-mobile-bg {
  display: none;
}
@media (max-width: 900px) {
  .ts-container .ts-mobile-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 900px;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 900px) {
  .ts-container .ts-mobile-bg.bottom {
    display: block;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    object-fit: cover;
    object-position: bottom;
  }
}
.ts-container .ts-slides {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 900px) {
  .ts-container .ts-slides {
    position: relative;
    z-index: 1;
  }
}
.ts-container .ts-slides .slick-track {
  display: flex !important;
}
.ts-container .ts-slides .slick-slide {
  height: inherit !important;
}
.ts-container .ts-slides li {
  margin: 80px 238px;
  padding: 80px;
  background-color: #d3f8af;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .ts-container .ts-slides li {
    margin: 80px 160px;
  }
}
@media (max-width: 900px) {
  .ts-container .ts-slides li {
    margin: 0;
    padding: 80px 35px;
  }
}
.ts-container .ts-slides li.no-slider {
  margin: 80px auto;
  width: 69% !important;
}
@media (max-width: 900px) {
  .ts-container .ts-slides li.no-slider {
    margin: 0;
    width: 100% !important;
  }
}
.ts-container .ts-slides li img {
  max-width: 42.5%;
  margin-bottom: 20px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .ts-container .ts-slides li img {
    max-width: 93%;
  }
}
.ts-container .ts-slides li h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
}
@media (max-width: 900px) {
  .ts-container .ts-slides li h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ts-container .ts-slides li h2.all-caps {
  text-transform: uppercase;
}
.ts-container .ts-slides li h2.all-caps span {
  display: block;
  font-size: 72px;
  line-height: 64px;
  font-family: "Cabin Sketch", cursive;
}
@media (max-width: 900px) {
  .ts-container .ts-slides li h2.all-caps span {
    font-size: 46px;
    line-height: 48px;
  }
}
.ts-container .ts-slides li .quote {
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin: 30px 0 20px 0;
}
.ts-container .ts-slides li .author {
  position: relative;
  font-family: "Comfortaa", cursive;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  display: inline;
}
.ts-container .ts-slides li .author::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  border-radius: 100%;
  background-color: #1d386d;
}
.ts-container .ts-slides li .add_text {
  border-top: 10px dotted #f47d80;
  padding-top: 20px;
  width: 75%;
  margin: 40px auto 0 auto;
}

.tiles-container {
  text-align: center;
  padding: 100px 0;
  margin: 120px 0;
}
@media (max-width: 900px) {
  .tiles-container {
    padding: 40px 35px;
    margin: 80px 0;
  }
}
.tiles-container h2 {
  margin-bottom: 30px;
}
.tiles-container .intro-text {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .tiles-container .intro-text {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .tiles-container .intro-text {
    width: 100%;
  }
}
.tiles-container .tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px 16px;
  list-style-type: none;
  margin: 60px 10% 0 10%;
  padding: 0;
}
@media (max-width: 1280px) {
  .tiles-container .tiles {
    margin: 60px 30px 0 30px;
  }
}
@media (max-width: 600px) {
  .tiles-container .tiles {
    margin: 60px 0 0 0;
  }
}
.tiles-container .tiles li {
  display: flex;
  flex-direction: column;
}
.tiles-container .tiles li .tile-image {
  height: 280px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.tiles-container .tiles li h3 {
  color: #292929;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}

.siv-container {
  margin: 120px 0;
  width: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .siv-container {
    margin: 50px;
  }
}
.siv-container.image {
  width: 67%;
  margin: 120px auto 60px auto;
  -webkit-perspective: 900000px;
  perspective: 900000px;
}
@media (max-width: 900px) {
  .siv-container.image {
    width: 80%;
    margin: 50px auto 40px auto;
  }
}
.siv-container.image .main-image {
  width: 100%;
}
.siv-container.image .accent-image-left,
.siv-container.image .accent-image-right {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  z-index: -1;
  height: 80%;
}
@media (max-width: 900px) {
  .siv-container.image .accent-image-left,
.siv-container.image .accent-image-right {
    left: -10%;
  }
}
.siv-container.image .accent-image-right {
  left: unset;
  right: -50px;
  transform: translateY(-50%) rotateY(180deg);
}
@media (max-width: 900px) {
  .siv-container.image .accent-image-right {
    right: -10%;
  }
}
.siv-container.image .accent-image-right.hide {
  display: none;
}
.siv-container.image .accent-image-left.fw {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 129%;
}

.bc-container {
  width: 45%;
  margin: 60px auto;
}
@media (max-width: 900px) {
  .bc-container {
    width: 80%;
    margin: 40px auto;
  }
}
.bc-container .basic-content span.love-letter {
  font-family: "Cabin Sketch", cursive;
  font-size: 34px;
  line-height: 42px;
}
.bc-container .basic-content h2,
.bc-container .basic-content h3,
.bc-container .basic-content h4,
.bc-container .basic-content h5 {
  margin-bottom: 30px;
}
.bc-container .basic-content h6 {
  margin-bottom: 5px;
}
.bc-container .basic-content p {
  margin-bottom: 20px;
}

.po-container {
  margin: 120px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .po-container {
    padding-bottom: 50px;
    margin: 50px 0;
  }
}
@media (max-width: 900px) {
  .po-container.category-recipe {
    padding-bottom: 100px;
  }
}
.po-container.category-recipe.milk-and-cream article {
  background-color: #ffd5b7;
}
.po-container.category-recipe.yogurt article {
  background-color: #ffddde;
}
.po-container.category-recipe.sour-cream-and-dips article {
  background-color: #149ad6;
}
.po-container.category-recipe.cottage-cheese article {
  background-color: #ffe0a2;
}
.po-container.category-recipe.ice-cream-mix article {
  background-color: #61c6f4;
}
.po-container.category-recipe.egg-nog article {
  background-color: #ffafb6;
}
.po-container.category-recipe.seasonal article {
  background-color: #817575;
}
.po-container.category-recipe.lemonade-and-juice article {
  background-color: #a2d176;
}
.po-container.category-recipe article {
  position: relative;
}
.po-container.category-recipe article .bg-image-mobile {
  display: none;
}
@media (max-width: 900px) {
  .po-container.category-recipe article .bg-image-mobile {
    display: block;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
  }
}
.po-container.category-recipe .bg-image {
  height: auto;
  max-width: 100%;
  transform: translateY(-50%) rotateY(180deg);
  max-width: 100%;
  width: 80%;
}
@media (max-width: 900px) {
  .po-container.category-recipe .bg-image {
    display: none;
  }
}
.po-container.recipe .bg-image {
  height: auto;
  max-height: 80%;
}
@media (max-width: 900px) {
  .po-container.recipe .bg-image {
    height: unset;
    position: absolute;
    top: 95%;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
}
.po-container.content-right .bg-image {
  left: unset;
  right: 53%;
  width: auto;
}
@media (max-width: 900px) {
  .po-container.content-right .bg-image {
    height: unset;
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
}
.po-container.content-right article {
  background-color: #61c6f4;
  margin-left: auto;
  padding: 100px 10% 100px 34%;
}
@media (max-width: 1024px) {
  .po-container.content-right article {
    padding: 100px 11% 100px 31%;
  }
}
@media (max-width: 900px) {
  .po-container.content-right article {
    padding: 60px 11% 30% 11%;
    width: 100%;
  }
}
.po-container article {
  background-color: #a2d176;
  padding: 100px 26% 100px 17%;
  width: 77%;
}
@media (max-width: 1024px) {
  .po-container article {
    width: 81%;
    padding: 100px 31% 100px 11%;
  }
}
@media (max-width: 900px) {
  .po-container article {
    width: 100%;
    padding: 60px 11% 30% 11%;
  }
}
.po-container article h2 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 30px;
}
.po-container .bg-image {
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translateY(-50%);
  width: 43%;
}
@media (max-width: 900px) {
  .po-container .bg-image {
    width: 100%;
    top: 100%;
    left: 0;
  }
}

.faq-container {
  margin: 80px 0;
}
.faq-container .faqs {
  padding: 0 16%;
  list-style-type: none;
}
@media (max-width: 900px) {
  .faq-container .faqs {
    padding: 0 10%;
  }
}
@media (max-width: 600px) {
  .faq-container .faqs {
    padding: 0 5%;
  }
}
.faq-container .faqs li {
  margin: 30px 0;
  position: relative;
}
.faq-container .faqs li section {
  padding: 20px 12% 20px 10%;
  background-color: #ffe0a2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .faq-container .faqs li section {
    padding: 20px 15% 20px 7%;
  }
}
.faq-container .faqs li section.plus + .faq-answer {
  display: none;
}
.faq-container .faqs li section.plus button::after {
  content: "+";
  position: absolute;
  font-size: 30px;
  line-height: 1;
  color: #292929;
  top: 50%;
  transform: translateY(-50%);
}
.faq-container .faqs li section.minus + .faq-answer {
  display: block;
}
.faq-container .faqs li section.minus button::after {
  content: "-";
  position: absolute;
  line-height: 1;
  color: #292929;
  font-size: 20px;
  padding: 2px 5px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.faq-container .faqs li section h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #292929;
  font-weight: bold;
}
.faq-container .faqs li section button {
  border: unset;
  cursor: pointer;
  position: relative;
}
.faq-container .faqs li article p {
  margin-bottom: 20px;
}
.faq-container .faqs .faq-answer {
  padding: 60px 10%;
  background-color: #f2f2f2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.video-story {
  margin: 120px 0;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 900px) {
  .video-story {
    margin: 50px 0;
  }
}
.video-story.image {
  text-align: center;
}
.video-story.image .intro-text {
  text-align: left;
}
.video-story.image .still_image {
  max-width: 100%;
  height: auto;
  width: 70%;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .video-story.image .still_image {
    margin-top: 40px;
    width: 100%;
  }
}
.video-story .bg-img,
.video-story .bg-img-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
@media (max-width: 600px) {
  .video-story .bg-img,
.video-story .bg-img-mobile {
    display: none;
  }
}
.video-story .bg-img-mobile {
  display: none;
}
@media (max-width: 600px) {
  .video-story .bg-img-mobile {
    display: block;
  }
}
.video-story h2 {
  text-align: center;
  max-width: 572px;
  margin: 0 auto 30px auto;
}
@media (max-width: 900px) {
  .video-story h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .video-story h2 {
    margin: 0 35px 30px 35px;
  }
}
.video-story .intro-text {
  max-width: 572px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .video-story .intro-text {
    margin: 0 35px;
  }
}
.video-story .iframe-container {
  position: relative;
  width: 80.6%;
  overflow: hidden;
  padding-top: 45.1%;
  margin: 50px auto 0 auto;
}
@media (max-width: 1024px) {
  .video-story .iframe-container {
    width: 94%;
    padding-top: 52.8%;
  }
}
@media (max-width: 900px) {
  .video-story .iframe-container {
    width: 100%;
    padding-top: 56.25%;
  }
}
.video-story .iframe-container.placeholder::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 0.7;
  color: #c94747;
  background: rgba(255, 255, 255, 0.68);
  border-radius: 100%;
  padding: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.video-story .iframe-container.placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-story .iframe-container iframe,
.video-story .iframe-container .wistia_responsive_padding {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.content-divider {
  margin: 100px auto;
  width: 75%;
  height: 34px;
  background-image: linear-gradient(45deg, #1d386d 25%, transparent 25%), linear-gradient(-45deg, #1d386d 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #1d386d 75%), linear-gradient(-45deg, transparent 75%, #1d386d 75%);
  background-size: 34px 34px;
  background-position: 0 0, 0 17px, 17px -17px, -17px 0px;
}
@media (max-width: 900px) {
  .content-divider {
    margin: 60px auto;
  }
}

.double-cta {
  margin: 120px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media (max-width: 900px) {
  .double-cta {
    margin: 50px 0;
    display: block;
    overflow: hidden;
  }
}
.double-cta article {
  padding: 120px 14% 120px 19%;
  background-color: #149ad6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .double-cta article {
    padding: 80px 18% 80px 23%;
  }
}
@media (max-width: 900px) {
  .double-cta article {
    padding: 60px 10% 100px 10%;
    position: relative;
  }
  .double-cta article::after {
    content: "";
    position: absolute;
    left: -38px;
    bottom: 0;
    width: 110%;
    height: 38px;
    background-image: linear-gradient(45deg, #1d386d 25%, transparent 25%), linear-gradient(-45deg, #1d386d 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #1d386d 75%), linear-gradient(-45deg, transparent 75%, #1d386d 75%);
    background-size: 76px 76px;
    background-position: 0 0, 0 38px, 38px -38px, -38px 0px;
  }
}
.double-cta article:last-child {
  background-color: #61c6f4;
  text-align: right;
  padding: 120px 19% 120px 14%;
}
@media (max-width: 1280px) {
  .double-cta article:last-child {
    padding: 80px 23% 80px 18%;
  }
}
@media (max-width: 900px) {
  .double-cta article:last-child {
    padding: 100px 10% 60px 10%;
    text-align: left;
    position: relative;
  }
  .double-cta article:last-child::after {
    bottom: unset;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(45deg, #1d386d 25%, transparent 25%), linear-gradient(-45deg, #1d386d 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #1d386d 75%), linear-gradient(-45deg, transparent 75%, #1d386d 75%);
  }
}
.double-cta article:last-child .button-container {
  align-self: flex-end;
}
@media (max-width: 900px) {
  .double-cta article:last-child .button-container {
    align-self: flex-start;
  }
}
.double-cta article h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 42px;
}
.double-cta article .button-container {
  align-self: flex-start;
}
.double-cta .pattern-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
@media (max-width: 900px) {
  .double-cta .pattern-img {
    display: none;
  }
}

.timeline-container {
  margin: 80px 0;
  text-align: center;
}
@media (max-width: 900px) {
  .timeline-container {
    padding: 60px 10% 0 10%;
    padding-top: 0;
  }
}
.timeline-container h2 {
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .timeline-container h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.timeline-container .timeline {
  padding: 60px 10% 0 10%;
}
@media (max-width: 1280px) {
  .timeline-container .timeline {
    padding: 60px 4% 0 4%;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline {
    padding: 60px 0 0 0;
  }
}
.timeline-container .timeline .timeline-period {
  width: 30%;
  position: relative;
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period {
    width: 100% !important;
    float: unset;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:last-child {
    margin: 0 !important;
  }
}
.timeline-container .timeline .timeline-period:first-child {
  float: left;
  margin-bottom: 100px;
}
.timeline-container .timeline .timeline-period:first-child .accent {
  position: absolute;
  top: 120px;
  left: 95%;
  width: 137%;
  max-width: unset;
}
@media (max-width: 1280px) {
  .timeline-container .timeline .timeline-period:first-child .accent {
    left: 100%;
    width: 118%;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:first-child .accent {
    display: none;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:first-child {
    margin: 0;
    float: unset;
  }
}
.timeline-container .timeline .timeline-period:nth-child(2) {
  float: right;
  margin-bottom: 100px;
}
.timeline-container .timeline .timeline-period:nth-child(3), .timeline-container .timeline .timeline-period:last-child {
  clear: both;
  width: 42%;
  margin: 0 auto 80px auto;
}
.timeline-container .timeline .timeline-period:nth-child(3) img, .timeline-container .timeline .timeline-period:last-child img {
  max-width: 100%;
}
.timeline-container .timeline .timeline-period:nth-child(3) .accent-left {
  position: absolute;
  top: 120px;
  right: calc(100% + 20px);
  width: 31%;
  max-width: unset;
  margin: 0;
}
@media (max-width: 1280px) {
  .timeline-container .timeline .timeline-period:nth-child(3) .accent-left {
    width: 28%;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:nth-child(3) .accent-left {
    display: none;
  }
}
.timeline-container .timeline .timeline-period:nth-child(3) .accent-right {
  position: absolute;
  top: -70px;
  left: calc(100% + 20px);
  width: 31%;
  max-width: unset;
  margin: 0;
}
@media (max-width: 1280px) {
  .timeline-container .timeline .timeline-period:nth-child(3) .accent-right {
    width: 28%;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:nth-child(3) .accent-right {
    display: none;
  }
}
.timeline-container .timeline .timeline-period:nth-child(4) {
  float: left;
  margin-bottom: 50px;
}
.timeline-container .timeline .timeline-period:nth-child(4) .accent {
  position: absolute;
  top: 120px;
  left: 95%;
  width: 137%;
  max-width: unset;
}
@media (max-width: 1280px) {
  .timeline-container .timeline .timeline-period:nth-child(4) .accent {
    left: 100%;
    width: 118%;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:nth-child(4) .accent {
    display: none;
  }
}
.timeline-container .timeline .timeline-period:nth-child(5) {
  float: right;
  margin-bottom: 50px;
}
.timeline-container .timeline .timeline-period:last-child {
  margin-bottom: 0;
}
.timeline-container .timeline .timeline-period:last-child .accent {
  position: absolute;
  top: 0px;
  left: 95%;
  width: 31%;
  max-width: unset;
}
@media (max-width: 1280px) {
  .timeline-container .timeline .timeline-period:last-child .accent {
    width: 39%;
    left: 100%;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:last-child .accent {
    display: none;
  }
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period:not(:first-child) {
    margin: 175px 0 0 0 !important;
    position: relative;
    float: unset;
  }
}
.timeline-container .timeline .timeline-period .mobile-accent {
  display: none;
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period .mobile-accent {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
}
.timeline-container .timeline .timeline-period img {
  max-height: 317px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .timeline-container .timeline .timeline-period img {
    max-height: unset !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
.timeline-container .timeline .timeline-period h3 {
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #292929;
}
.timeline-container .timeline .timeline-period p {
  text-align: left;
}

.forms {
  position: relative;
  margin: 120px 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 900px) {
  .forms {
    margin: 80px 0;
    padding: 100px 0;
  }
}
.forms .forms-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 102%;
}
@media (max-width: 900px) {
  .forms .forms-bg {
    display: none;
  }
}
.forms .forms-mobile-bg-top,
.forms .forms-mobile-bg-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: top;
  display: none;
}
@media (max-width: 900px) {
  .forms .forms-mobile-bg-top,
.forms .forms-mobile-bg-bottom {
    display: block;
  }
}
@media (max-width: 600px) {
  .forms .forms-mobile-bg-top,
.forms .forms-mobile-bg-bottom {
    width: 300%;
  }
}
.forms .forms-mobile-bg-bottom {
  top: unset;
  bottom: 0;
  object-position: bottom;
}
.forms .gform_wrapper {
  margin: 0 16.5%;
  background-color: #ffe0a2;
}
@media (max-width: 1280px) {
  .forms .gform_wrapper {
    margin: 0 11%;
  }
}
@media (max-width: 900px) {
  .forms .gform_wrapper {
    margin: 0;
  }
}
.forms .gform_wrapper form {
  padding: 80px 10%;
}
.forms .gform_wrapper form label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px;
  color: #292929;
}
.forms .gform_wrapper form label .gfield_required {
  color: #292929;
}
.forms .gform_wrapper form .ginput_container_select {
  position: relative;
}
.forms .gform_wrapper form .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: window;
}
@media (max-width: 640px) {
  .forms .gform_wrapper form .ginput_container_select select {
    padding: 15px 5px;
  }
}
.forms .gform_wrapper form .ginput_container_select::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 0 4px;
  font-weight: bold;
  line-height: 1;
}
.forms .gform_wrapper form .gsection {
  border: unset;
}
.forms .gform_wrapper form .gsection .gsection_title {
  font-size: 28px;
  line-height: 34px;
  color: #292929;
  font-weight: bold;
  margin: 60px 0 5px 0;
}
.forms .gform_wrapper form .gform_footer {
  margin-top: 20px;
}
.forms .gform_wrapper form .gform_footer .gform_button {
  padding: 10px 100px;
  color: #fff;
  background-color: #1d386d;
  text-transform: uppercase;
  font-weight: bold;
}
.forms .gform_wrapper form #field_2_16 {
  grid-column: span 5;
}
@media (max-width: 900px) {
  .forms .gform_wrapper form #field_2_16 {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .forms .gform_wrapper form #field_2_16 {
    grid-column: span 12;
  }
}
.forms .gform_wrapper form #field_2_17 {
  grid-column: span 3;
}
@media (max-width: 900px) {
  .forms .gform_wrapper form #field_2_17 {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .forms .gform_wrapper form #field_2_17 {
    grid-column: span 12;
  }
}

.seasonal-section {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  overflow: hidden;
  margin: 80px 0;
}
@media (max-width: 900px) {
  .seasonal-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
  }
}
.seasonal-section.spring {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/pink-bg.svg);
}
@media (max-width: 400px) {
  .seasonal-section.spring {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/pink-mobile-bg.svg);
  }
}
.seasonal-section.fall {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/brown-bg.svg);
}
@media (max-width: 400px) {
  .seasonal-section.fall {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/brown-bg-mobile.svg);
  }
}
.seasonal-section.fall .middle h2,
.seasonal-section.fall .middle article,
.seasonal-section.fall .middle p,
.seasonal-section.fall .middle article ul {
  color: #fff;
}
.seasonal-section.winter {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/winter-seasonal-bg.svg);
}
@media (max-width: 400px) {
  .seasonal-section.winter {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/light-blue-bg-mobile.svg);
  }
}
.seasonal-section.winter .middle h2 .highlight {
  color: #149ad6;
}
.seasonal-section .middle h2,
.seasonal-section .middle article,
.seasonal-section .middle p,
.seasonal-section .middle article ul {
  color: #1d386d;
}
.seasonal-section .left,
.seasonal-section .right {
  position: relative;
  display: flex;
  width: 29%;
}
@media (max-width: 900px) {
  .seasonal-section .left,
.seasonal-section .right {
    width: 100%;
    display: block;
  }
}
.seasonal-section .left .accent-img,
.seasonal-section .right .accent-img {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .seasonal-section .left .accent-img,
.seasonal-section .right .accent-img {
    width: 110%;
    height: 80%;
    object-fit: cover;
    object-position: top;
    right: unset;
  }
}
.seasonal-section .left .prod-img,
.seasonal-section .right .prod-img {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  max-width: 100%;
}
@media (max-width: 900px) {
  .seasonal-section .left .prod-img,
.seasonal-section .right .prod-img {
    display: none;
  }
}
.seasonal-section .left .prod-img-mobile,
.seasonal-section .right .prod-img-mobile {
  display: none;
}
@media (max-width: 900px) {
  .seasonal-section .left .prod-img-mobile,
.seasonal-section .right .prod-img-mobile {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 60px;
  }
}
@media (max-width: 900px) {
  .seasonal-section .right {
    display: none;
  }
}
.seasonal-section .right .accent-img {
  left: 90px;
  right: unset;
}
.seasonal-section .middle {
  padding: 140px 0;
  width: 60%;
  text-align: center;
}
@media (min-width: 1400px) {
  .seasonal-section .middle {
    padding: 15% 0;
  }
}
@media (max-width: 900px) {
  .seasonal-section .middle {
    width: 100%;
    order: -1;
    padding: 90px 35px 50px 35px;
  }
}
.seasonal-section .middle h2 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 64px;
  font-weight: 300;
}
@media (max-width: 900px) {
  .seasonal-section .middle h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.seasonal-section .middle h2 span {
  display: block;
  font-family: "Cabin Sketch", cursive;
  font-size: 72px;
  line-height: 64px;
}
@media (max-width: 900px) {
  .seasonal-section .middle h2 span {
    font-size: 46px;
    line-height: 48px;
  }
}
.seasonal-section .middle h2 span.highlight {
  color: #61c6f4;
  display: inline;
}
.seasonal-section .middle article {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #292929;
  font-weight: normal;
}

.map {
  margin: 80px 0;
  padding: 0 9.7%;
}
@media (max-width: 1280px) {
  .map {
    padding: 0 35px;
  }
}
.map .input-container > label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #292929;
}
.map .input-container input {
  padding: 11.25px 10px;
  border: 1px solid #1d386d;
  width: 32%;
}
@media (max-width: 900px) {
  .map .input-container input {
    width: 100%;
  }
}
.map .input-container .location-map-search-button {
  border: unset;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 60px;
  margin: 0 0 0 20px;
}
@media (max-width: 900px) {
  .map .input-container .location-map-search-button {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.map .map-view-container {
  display: none;
}
@media (max-width: 900px) {
  .map .map-view-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
}
.map .map-view-container .list-view {
  background-color: #1d386d;
  color: #fff;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 20px;
  margin-right: 5px;
}
.map .map-view-container .map-view {
  background-color: #f2f2f2;
  color: #292929;
  font-family: "Comfortaa", cursive;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #a7a7a7;
  padding: 5px 20px;
  margin-left: 5px;
}
.map .map-content-container {
  display: flex;
  height: 750px;
  width: 100%;
  margin: 40px auto 30px auto;
}
@media (max-width: 900px) {
  .map .map-content-container {
    display: block;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .map .map-content-container.list .map-container {
    display: none;
  }
  .map .map-content-container.list .location-map-container {
    display: block;
  }
}
@media (max-width: 900px) {
  .map .map-content-container.map .location-map-container {
    display: none;
  }
  .map .map-content-container.map .map-container {
    display: block;
  }
}
.map .map-content-container .location-map-container {
  height: 100%;
  width: 32%;
  border: 1px solid #a7a7a7;
  background-color: #fafafa;
  margin-right: 15px;
  padding: 15px 15px 15px 20px;
  overflow: scroll;
}
@media (max-width: 900px) {
  .map .map-content-container .location-map-container {
    width: 100%;
    height: 750px;
  }
}
.map .map-content-container .location-map-container .results-container {
  list-style-type: none;
  scroll-behavior: smooth;
  height: 100%;
  padding: 0;
}
@media (max-width: 900px) {
  .map .map-content-container .location-map-container .results-container {
    width: 100%;
  }
}
.map .map-content-container .location-map-container .results-container li {
  padding-left: 10px;
  border-left: 6px solid #1d386d;
  margin: 40px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 5px;
  border: 2px solid transparent;
}
.map .map-content-container .location-map-container .results-container li.active {
  border: 2px solid #1d386d;
}
.map .map-content-container .location-map-container .results-container li h5 {
  margin-bottom: 15px;
}
.map .map-content-container .location-map-container .results-container li .location-phone {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #292929;
  font-weight: normal;
  text-decoration: none;
}
.map .map-content-container .map-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 900px) {
  .map .map-content-container .map-container {
    height: 550px;
    margin-top: 40px;
  }
}
.map .map-content-container .map-container .location-map {
  height: inherit;
}
.map .map-content-container .map-container .location-map .gm-style-iw {
  padding: 0;
  overflow: scroll;
}
.map .map-content-container .map-container .location-map .gm-style-iw .gm-style-iw-d {
  padding: 0;
  overflow: visible !important;
}
.map .map-content-container .map-container .location-map .gm-style-iw .gm-style-iw-d .marker-tooltip {
  position: relative;
  padding: 30px;
}
.map .map-content-container .map-container .location-map .gm-style-iw .gm-style-iw-d .marker-tooltip::after {
  content: "\f00d";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 26px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 1px 4px;
}
.map .map-content-container .map-container .location-map .gm-style-iw .gm-style-iw-d .marker-tooltip h5 {
  margin-bottom: 5px;
}
.map .map-content-container .map-container .location-map .gm-style-iw .gm-ui-hover-effect {
  opacity: 0;
}

.product-cats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 50px 20px;
  padding: 50px 16.5%;
  width: 100%;
  margin: 80px 0;
  list-style-type: none;
  position: relative;
}
@media (max-width: 1280px) {
  .product-cats {
    padding: 50px 115px;
  }
}
@media (max-width: 1024px) {
  .product-cats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 900px) {
  .product-cats {
    padding: 20px;
    grid-template-columns: 1fr 1fr;
    margin: 40px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 400px) {
  .product-cats {
    grid-gap: 70px 20px;
  }
}
.product-cats li {
  position: relative;
}
.product-cats li.Milk.Cream {
  order: 1;
}
    .product-cats li.Milk.Cream .prod-cat-img {
  background-image: url("/wp-content/uploads/2023/09/MilkAndCream-2-400x400-1.png");
    }
.product-cats li.Yogurt {
  order: 2;
}
.product-cats li.Yogurt .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Yogurt-With-Background-2.png");
}
.product-cats li.Sour.Cream.Dips {
  order: 3;
}
.product-cats li.Sour.Cream.Dips .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Sour-Cream-With-Background.png");
}
.product-cats li.Cottage.Cheese {
  order: 4;
}
.product-cats li.Cottage.Cheese .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Cottage-Cheese-With-Background.png");
}
.product-cats li.Ice.Cream.Mix {
  order: 5;
}
.product-cats li.Ice.Cream.Mix .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Ice-Cream-Mix-WIth-Background.png");
}
.product-cats li.Egg.Nog {
  order: 6;
}
.product-cats li.Egg.Nog .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Egg-Nog-With-Background.png");
}
.product-cats li.Lemonade.Orange.Juice {
  order: 7;
}
.product-cats li.Lemonade.Orange.Juice .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Lemonade-With-Background.png");
}
.product-cats li.Seasonal {
  order: 8;
}
.product-cats li.Seasonal .prod-cat-img {
  background-image: url("/wp-content/uploads/2022/08/Seasonal-With-Background.png");
}
@media (max-width: 900px) {
  .product-cats li {
    height: 160px;
  }
}
.product-cats li .prod-cat-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 148px;
  margin-bottom: 20px;
}
.product-cats li a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
.product-cats li a p {
  font-family: "Comfortaa", cursive;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #292929;
}

.cat-subs {
  margin: 60px 0;
  padding: 0 9.7%;
  text-align: center;
}
@media (max-width: 1280px) {
  .cat-subs {
    padding: 0 35px;
    margin: 40px 0;
  }
}
.cat-subs ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px 5%;
  list-style-type: none;
}
.cat-subs ul li.whole-milk-yogurt, .cat-subs ul li.milk, .cat-subs ul li.sour-cream, .cat-subs ul li.lemonade, .cat-subs ul li.spring {
  order: 1;
}
.cat-subs ul li.lowfat-yogurt, .cat-subs ul li.chocolate-milk, .cat-subs ul li.sour-cream-dips,
.cat-subs ul li *.orange-juice, .cat-subs ul li.summer {
  order: 2;
}
.cat-subs ul li.fat-free-yogurt, .cat-subs ul li.strawberry-milk, .cat-subs ul li.lite-sour-cream-dips, .cat-subs ul li.fall {
  order: 3;
}
.cat-subs ul li.lactose-free-milk, .cat-subs ul li.winter {
  order: 4;
}
.cat-subs ul li.buttermilk-cream {
  order: 5;
}
.cat-subs ul li a {
  text-decoration: none;
}
.cat-subs ul li a img {
  max-height: 180px;
}
.cat-subs ul li a article h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #292929;
  margin: 20px 0 15px 0;
}

.cat-subs-two-deep {
  margin: 60px 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .cat-subs-two-deep {
    margin: 40px 0;
  }
}
.cat-subs-two-deep .cat-subs-container {
  margin: 0 9.7%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .cat-subs-two-deep .cat-subs-container {
    padding: 0 35px;
  }
}
@media (max-width: 900px) {
  .cat-subs-two-deep .cat-subs-container {
    margin: 0;
  }
}
.cat-subs-two-deep .cat-subs-container .top-cat-container.whole-milk-yogurt, .cat-subs-two-deep .cat-subs-container .top-cat-container.milk, .cat-subs-two-deep .cat-subs-container .top-cat-container.sour-cream, .cat-subs-two-deep .cat-subs-container .top-cat-container.lemondade, .cat-subs-two-deep .cat-subs-container .top-cat-container.spring {
  order: 1;
}
.cat-subs-two-deep .cat-subs-container .top-cat-container.lowfat-yogurt, .cat-subs-two-deep .cat-subs-container .top-cat-container.chocolate-milk, .cat-subs-two-deep .cat-subs-container .top-cat-container.sour-cream-dips, .cat-subs-two-deep .cat-subs-container .top-cat-container.orange-juice, .cat-subs-two-deep .cat-subs-container .top-cat-container.summer {
  order: 2;
}
.cat-subs-two-deep .cat-subs-container .top-cat-container.fat-free-yogurt, .cat-subs-two-deep .cat-subs-container .top-cat-container.strawberry-milk, .cat-subs-two-deep .cat-subs-container .top-cat-container.lite-sour-cream-dips, .cat-subs-two-deep .cat-subs-container .top-cat-container.fall {
  order: 3;
}
.cat-subs-two-deep .cat-subs-container .top-cat-container.lactose-free-milk, .cat-subs-two-deep .cat-subs-container .top-cat-container.winter {
  order: 4;
}
.cat-subs-two-deep .cat-subs-container .top-cat-container.buttermilk-cream {
  order: 5;
}
.cat-subs-two-deep h2,
.cat-subs-two-deep h2 span,
.cat-subs-two-deep h3,
.cat-subs-two-deep h3 span {
  position: relative;
  display: inline-block;
}
.cat-subs-two-deep h2::after, .cat-subs-two-deep h2::before,
.cat-subs-two-deep h2 span::after,
.cat-subs-two-deep h2 span::before,
.cat-subs-two-deep h3::after,
.cat-subs-two-deep h3::before,
.cat-subs-two-deep h3 span::after,
.cat-subs-two-deep h3 span::before {
  content: "";
  position: absolute;
  left: calc(100% + 54px);
  top: calc(50% - 9px);
  width: 100vw;
  height: 18px;
  background-image: linear-gradient(45deg, #61c6f4 25%, transparent 25%), linear-gradient(-45deg, #61c6f4 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #61c6f4 75%), linear-gradient(-45deg, transparent 75%, #61c6f4 75%);
  background-size: 36px 36px;
  background-position: 0 0, 0 18px, 18px -18px, -18px 0px;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .cat-subs-two-deep h2::after, .cat-subs-two-deep h2::before,
.cat-subs-two-deep h2 span::after,
.cat-subs-two-deep h2 span::before,
.cat-subs-two-deep h3::after,
.cat-subs-two-deep h3::before,
.cat-subs-two-deep h3 span::after,
.cat-subs-two-deep h3 span::before {
    background: unset;
  }
}
.cat-subs-two-deep h2::before,
.cat-subs-two-deep h2 span::before,
.cat-subs-two-deep h3::before,
.cat-subs-two-deep h3 span::before {
  top: calc(50% + 9px);
  left: unset;
  right: calc(100% + 54px);
}
.cat-subs-two-deep h2::after,
.cat-subs-two-deep h2 span::after,
.cat-subs-two-deep h3::after,
.cat-subs-two-deep h3 span::after {
  left: calc(100% + 36px);
}
.cat-subs-two-deep h2 span::after,
.cat-subs-two-deep h2 span span::after,
.cat-subs-two-deep h3 span::after,
.cat-subs-two-deep h3 span span::after {
  top: calc(50% - 9px) !important;
  right: calc(100% + 36px) !important;
  left: unset !important;
}
.cat-subs-two-deep h2 span::before,
.cat-subs-two-deep h2 span span::before,
.cat-subs-two-deep h3 span::before,
.cat-subs-two-deep h3 span span::before {
  top: calc(50% + 9px) !important;
  left: calc(100% + 54px) !important;
}
.cat-subs-two-deep h2 {
  margin: 80px 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .cat-subs-two-deep h2 {
    margin: 40px 0;
  }
}
@media (max-width: 900px) {
  .cat-subs-two-deep h2 + .spacer {
    display: none;
  }
}
.cat-subs-two-deep h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #292929;
  display: inline-block;
  margin-left: 72px;
}
@media (max-width: 900px) {
  .cat-subs-two-deep h3 {
    display: block;
    text-align: center;
    margin: 0;
  }
}
.cat-subs-two-deep h3:after {
  width: 54px !important;
  right: calc(100% + 20px);
  left: unset;
  top: calc(50% + 9px);
}
.cat-subs-two-deep h3::before {
  width: 72px !important;
  left: 100% !important;
  top: calc(50% - 9px);
}
.cat-subs-two-deep h3 span:after {
  width: 72px !important;
  right: calc(100% + 18px) !important;
}
.cat-subs-two-deep h3 span::before {
  width: 36px !important;
  top: calc(50% - 9px);
  left: calc(100% + 18px) !important;
}
.cat-subs-two-deep .sub-prods-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px 10%;
  margin: 50px 0;
}
@media (max-width: 1280px) {
  .cat-subs-two-deep .sub-prods-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1000px) {
  .cat-subs-two-deep .sub-prods-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .cat-subs-two-deep .sub-prods-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 900px) {
  .cat-subs-two-deep .sub-prods-grid.top-level {
    margin: 40px;
  }
}
.cat-subs-two-deep .sub-prods-grid a {
  text-decoration: none;
  text-align: center;
}
.cat-subs-two-deep .sub-prods-grid a img {
  max-height: 120px;
}
.cat-subs-two-deep .sub-prods-grid a p {
  font-size: 18px;
  line-height: 22px;
}
.cat-subs-two-deep .spacer + .sub-prods-grid {
  margin-top: 0;
}

.category .sub-prods-grid.one-level {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 60px 10%;
  margin: 60px 0;
  padding: 0 9.7%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1280px) {
  .category .sub-prods-grid.one-level {
    padding: 0 35px;
    margin: 40px 0;
  }
}
@media (max-width: 1280px) {
  .category .sub-prods-grid.one-level {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1000px) {
  .category .sub-prods-grid.one-level {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .category .sub-prods-grid.one-level {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .category .sub-prods-grid.one-level {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 900px) {
  .category .sub-prods-grid.one-level.top-level {
    margin: 40px;
  }
}
.category .sub-prods-grid.one-level a {
  text-decoration: none;
  text-align: center;
}
.category .sub-prods-grid.one-level a img {
  max-height: 120px;
}
.category .sub-prods-grid.one-level a p {
  font-size: 18px;
  line-height: 22px;
}

.single-products .hero_img_right + h1 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    font-family: comfortaa, cursive;
    font-size: 46px;
    color: #1d386d;
}

.single-products .hero_img_right + h2 {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}
.single-products .hero_img_right + h2 + h3 {
  text-align: center;
}
.single-products .prod-qf {
  display: grid;
  grid-template-columns: 40% 1fr;
  margin: 60px 0;
  padding: 0 16%;
}
@media (max-width: 1000px) {
  .single-products .prod-qf {
    padding: 0 35px;
  }
}
@media (max-width: 900px) {
  .single-products .prod-qf {
    grid-template-columns: 1fr;
  }
}
.single-products .prod-qf article:first-of-type {
  text-align: right;
  border-right: 2px solid #1d386d;
  padding-right: 25%;
}
@media (max-width: 900px) {
  .single-products .prod-qf article:first-of-type {
    text-align: center;
    border-right: unset;
    border-top: 2px solid #1d386d;
    padding: 40px 0 0 0;
  }
}
.single-products .prod-qf article:first-of-type p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.single-products .prod-qf article:first-of-type p span {
  font-weight: bold;
}
.single-products .prod-qf article:last-of-type {
  padding-left: 25%;
}
@media (max-width: 900px) {
  .single-products .prod-qf article:last-of-type {
    order: -1;
    padding: 0 0 40px 0;
  }
}
.single-products .prod-qf article h3 {
  margin-bottom: 35px;
}
@media (max-width: 900px) {
  .single-products .prod-qf article h3 {
    margin-bottom: 5px;
  }
}
.single-products .prod-similar {
  background-image: url(/wp-content/uploads/2022/08/Pink-Background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 10%;
  position: relative;
  margin: 120px 0;
}
@media (min-width: 1441px) {
  .single-products .prod-similar {
    padding: 10%;
  }
}
@media (max-width: 900px) {
  .single-products .prod-similar {
    margin: 50px 0;
  }
}
@media (max-width: 300px) {
  .single-products .prod-similar {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/yogurt_100.svg);
  }
}
.single-products .prod-similar.milk-and-cream {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/milk_cream_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.milk-and-cream {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/milk_cream_mobile.svg);
  }
}
.single-products .prod-similar.yogurt {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/yogurt_new.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.yogurt {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/yogurt-mobile.svg);
  }
}
.single-products .prod-similar.sour-cream-and-dips {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/sour_cream_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.sour-cream-and-dips {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/sour_cream_mobile.svg);
  }
}
.single-products .prod-similar.cottage-cheese {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/cottage_cheese_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.cottage-cheese {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/cottage_cheese_mobile.svg);
  }
}
.single-products .prod-similar.ice-cream-mix {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/ice_cream_mix_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.ice-cream-mix {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/ice_cream_mix_mobile.svg);
  }
}
.single-products .prod-similar.egg-nog {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/egg_nog_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.egg-nog {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/egg_nog_mobile.svg);
  }
}
.single-products .prod-similar.seasonal {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/seasonal_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.seasonal {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/seasonal_mobile.svg);
  }
}
.single-products .prod-similar.lemonade-and-juice {
  background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/lemonade_100.svg);
}
@media (max-width: 300px) {
  .single-products .prod-similar.lemonade-and-juice {
    background-image: url(/wp-content/themes/aeDairy-child/assets/images/svgs/juice_mobile.svg);
  }
}
.single-products .prod-similar h3 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.single-products .prod-similar .prod-slide-contaienr {
  position: relative;
}
.single-products .prod-similar .prod-slide-contaienr ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.single-products .prod-similar .prod-slide-contaienr ul.one, .single-products .prod-similar .prod-slide-contaienr ul.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.single-products .prod-similar .prod-slide-contaienr ul.one {
  grid-template-columns: 1fr;
}
.single-products .prod-similar .prod-slide-contaienr ul.one img {
  max-height: 400px;
}
@media (max-width: 700px) {
  .single-products .prod-similar .prod-slide-contaienr ul.one img {
    max-height: 300px;
  }
}
.single-products .prod-similar .prod-slide-contaienr ul.two img {
  max-height: 17vw;
}
@media (max-width: 500px) {
  .single-products .prod-similar .prod-slide-contaienr ul.two img {
    max-height: 50px;
  }
}
.single-products .prod-similar .prod-slide-contaienr ul.counter_3 img {
  max-height: 150px;
}
@media (max-width: 700px) {
  .single-products .prod-similar .prod-slide-contaienr ul.counter_3 img {
    max-height: 17vw;
  }
}
@media (max-width: 500px) {
  .single-products .prod-similar .prod-slide-contaienr ul.counter_3 img {
    max-height: 50px;
  }
}
.single-products .prod-similar .prod-slide-contaienr ul li {
  text-align: center;
  align-self: center;
}
.single-products .prod-similar .prod-slide-contaienr ul li a {
  display: flex;
  align-items: center;
  text-decoration: unset;
}
.single-products .prod-similar .prod-slide-contaienr ul li a img {
  max-height: 50px;
}
.single-products .prod-similar .prod-slide-contaienr ul li a p {
  margin-left: 10px;
}
.single-products .prod-similar .prod-slide-contaienr ul li:not(:last-child) {
  margin-right: 20px;
}
.single-products .prod-similar .prod-slide-contaienr .fa-chevron-left,
.single-products .prod-similar .prod-slide-contaienr .fa-chevron-right {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: bold;
  padding: 2px 6px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 500px) {
  .single-products .prod-similar .prod-slide-contaienr .fa-chevron-left,
.single-products .prod-similar .prod-slide-contaienr .fa-chevron-right {
    left: -30px;
  }
}
.single-products .prod-similar .prod-slide-contaienr .fa-chevron-right {
  left: unset;
  right: -50px;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .single-products .prod-similar .prod-slide-contaienr .fa-chevron-right {
    left: unset;
    right: -30px;
  }
}

.prod-nutrition-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 10%;
  padding: 0 10%;
  margin: 100px 0;
}
@media (max-width: 900px) {
  .prod-nutrition-facts {
    grid-template-columns: 1fr;
    padding: 0 35px;
    margin: 80px 0;
  }
}
.prod-nutrition-facts h3 {
  margin-bottom: 30px;
  font-weight: bold;
  color: #292929;
}
.prod-nutrition-facts .nf-table p {
  border-top: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 30px;
}
.prod-nutrition-facts .nf-table p:last-child {
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.prod-nutrition-facts .nf-disclaimer {
  font-size: 12px;
  line-height: 20px;
}
.prod-nutrition-facts .nf-ingrds-alrgns {
  align-self: center;
}
.prod-nutrition-facts .nf-ingrds-alrgns h3 {
  margin-bottom: 25px;
}
.prod-nutrition-facts .nf-ingrds-alrgns h3:last-of-type {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .prod-nutrition-facts .nf-ingrds-alrgns h3:last-of-type {
    margin-top: 40px;
  }
}

.prod-yml {
  margin: 120px 0;
  padding: 0 10%;
}
@media (max-width: 900px) {
  .prod-yml {
    margin: 80px 0;
    padding: 0 35px;
  }
}
.prod-yml h2 {
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 55px;
}
.prod-yml ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 50px 30px;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 900px) {
  .prod-yml ul {
    grid-gap: 50px 15px;
  }
}
.prod-yml ul li {
  text-align: center;
}
.prod-yml ul li a {
  text-decoration: none;
}
.prod-yml ul li a img {
  max-height: 159px;
  max-width: 100%;
}

.recipes {
  margin: 100px 0;
  padding: 0 10%;
}
@media (max-width: 1100px) {
  .recipes {
    margin: 60px 0;
    padding: 0;
  }
}
.recipes .recipe-filter {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .recipes .recipe-filter {
    display: block;
  }
}
.recipes .recipe-filter .recipe-filter-col {
  width: 376px;
}
@media (max-width: 900px) {
  .recipes .recipe-filter .recipe-filter-col {
    width: 45%;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
  }
}
.recipes .recipe-filter .recipe-filter-col:first-child {
  margin-right: 10px;
}
@media (max-width: 900px) {
  .recipes .recipe-filter .recipe-filter-col:first-child {
    margin-bottom: 30px;
    margin-right: auto;
  }
}
.recipes .recipe-filter .recipe-filter-col:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 900px) {
  .recipes .recipe-filter .recipe-filter-col:nth-child(2) {
    margin-left: auto;
  }
}
.recipes .recipe-filter .recipe-filter-col:last-child {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: 15px;
}
@media (max-width: 900px) {
  .recipes .recipe-filter .recipe-filter-col:last-child {
    margin-left: auto;
    margin-top: 40px;
  }
}
.recipes .recipe-filter .recipe-filter-col:last-child .clear-filter {
  background-color: #ffe0a2;
  padding: 10px;
  color: #292929;
  border: 1px solid #292929;
  cursor: pointer;
}
@media (max-width: 900px) {
  .recipes .recipe-filter .recipe-filter-col:last-child .clear-filter {
    width: 100%;
    text-align: left;
  }
}
.recipes .recipe-filter .recipe-filter-col form {
  position: relative;
}
.recipes .recipe-filter .recipe-filter-col form select {
  background-color: #ffe0a2;
  padding: 10px;
  width: 100%;
  appearance: none;
  color: #292929;
}
.recipes .recipe-filter .recipe-filter-col form select::-ms-expand {
  display: none;
}
.recipes .recipe-filter .recipe-filter-col form i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.recipes .recipe-filter-pagination {
  position: relative;
}
.recipes .recipes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 20px;
  margin-top: 80px;
}
@media (max-width: 700px) {
  .recipes .recipes-grid {
    grid-template-columns: 1fr;
  }
}
.recipes .recipes-grid a {
  text-decoration: none;
}
.recipes .recipes-grid a img {
  max-width: 100%;
  height: auto;
}
.recipes .recipes-grid a article {
  background-color: #ffe0a2;
  padding: 0 17%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  position: relative;
}
@media (max-width: 700px) {
  .recipes .recipes-grid a article {
    height: unset;
    padding: 35px;
    padding: 75px 35px 35px;
  }
}
.recipes .recipes-grid a article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.5) 75%);
  background-size: 76px 76px;
  background-position: 0 0, 0 38px, 38px -38px, -38px 0px;
  width: 100%;
  height: 38px;
}
.recipes .recipes-grid a article::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -38px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.5) 75%);
  background-size: 76px 76px;
  background-position: 0 0, 0 38px, 38px -38px, -38px 0px;
  width: calc(100% + 38px);
  height: 38px;
}
.recipes .recipes-grid a article h3 {
  font-size: 24px;
  line-height: 30px;
  color: #292929;
  text-align: center;
  margin-top: 38px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 700px) {
  .recipes .recipes-grid a article h3 {
    margin: 0;
  }
}
.recipes .recipes-grid a article h3:after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.recipes .pagination {
  margin-top: 55px;
  text-align: center;
}
.recipes .pagination ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.recipes .pagination ul li {
  cursor: pointer;
  margin: 0 3px;
  font-weight: bold;
  color: #292929;
  font-size: 20px;
  line-height: 32px;
  padding: 4px 14px;
}
.recipes .pagination ul li.selected {
  background-color: #149ad6;
  color: #fff;
}
.recipes .pagination ul li.selected a {
  color: #fff;
}
@media (max-width: 600px) {
  .recipes .pagination ul li:first-child, .recipes .pagination ul li:last-child {
    display: none;
  }
}
@media (max-width: 450px) {
  .recipes .pagination ul li.active7, .recipes .pagination ul li.active6 {
    display: none;
  }
}
.recipes .pagination ul li a {
  text-decoration: none;
  color: #292929;
}
.recipes .recipe-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-recipe-container .prep-items {
  padding: 70px 10% 105px 10%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 30px 50px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .single-recipe-container .prep-items {
    padding: 70px 35px;
  }
}
.single-recipe-container .prep-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
  background-color: #f2f2f2;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .single-recipe-container .prep-items::after {
    border-radius: 0 0 19% 19%;
  }
}
.single-recipe-container .prep-items .prep-item {
  justify-self: center;
  text-align: center;
}
.single-recipe-container .prep-items .prep-item img {
  max-height: 120px;
  max-width: 100%;
}
.single-recipe-container .prep-items .prep-item p {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.single-recipe-container .prep-items .prep-item .difficulty {
  text-transform: capitalize;
}
.single-recipe-container .ingredients-directions {
  margin: 80px 10%;
  display: grid;
  grid-template-columns: 42% 1fr;
  grid-gap: 50px 8%;
}
@media (max-width: 900px) {
  .single-recipe-container .ingredients-directions {
    display: flex;
    flex-direction: column;
    margin: 80px 0px;
  }
}
.single-recipe-container .ingredients-directions aside {
  background-color: #fff0e6;
  border-left: 10px solid #f47d80;
  padding: 50px 35px 50px 50px;
  align-self: flex-start;
}
@media (max-width: 900px) {
  .single-recipe-container .ingredients-directions aside {
    width: 100%;
  }
}
.single-recipe-container .ingredients-directions aside h2 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #292929;
}
.single-recipe-container .ingredients-directions aside h3 {
  color: #292929;
  font-size: 20px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
.single-recipe-container .ingredients-directions .directions {
  padding: 50px 35px 0px 50px;
}
@media (max-width: 900px) {
  .single-recipe-container .ingredients-directions .directions {
    width: 100%;
    padding: 5%;
  }
}
.single-recipe-container .ingredients-directions .directions h2 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #292929;
}
.single-recipe-container .ingredients-directions .directions .direction-headline {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #292929;
  font-weight: bold;
}
.single-recipe-container .ingredients-directions .directions ul {
  list-style-type: none;
}
.single-recipe-container .ingredients-directions .directions ul li {
  padding: 50px 0;
}
.single-recipe-container .ingredients-directions .directions ul li:not(:last-child) {
  border-bottom: 1px solid #292929;
}
.single-recipe-container .ingredients-directions .directions ul li .direction-num {
  position: relative;
  font-family: "Comfortaa", cursive;
  font-size: 84px;
  line-height: 1;
  font-weight: bold;
  padding-left: 20px;
  display: inline;
}
.single-recipe-container .ingredients-directions .directions ul li .direction-num::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #61c6f4;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  z-index: -1;
}
.single-recipe-container .ingredients-directions .directions ul li .direction-content {
  margin-top: 10px;
}

.breadcrumbs {
  padding: 30px 140px;
}
@media (max-width: 1280px) {
  .breadcrumbs {
    padding: 30px 40px;
  }
}
@media (max-width: 900px) {
  .breadcrumbs {
    padding: 20px 30px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #292929;
}
.breadcrumbs a {
  color: #149ad6;
  font-weight: bold;
  text-decoration: none;
}

.contact {
  margin: 120px 0;
  padding: 0 16%;
}
@media (max-width: 1280px) {
  .contact {
    padding: 0 10%;
  }
}
@media (max-width: 900px) {
  .contact {
    padding: 0 35px;
    margin: 80px 0;
  }
}
.contact h2 {
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 50px;
}
.contact .contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .contact .contact-info {
    flex-direction: column;
  }
}
.contact .contact-info p {
  line-height: 1.5;
  font-size: 24px;
}
.contact .contact-info p:first-child {
  font-size: 24px;
  color: #1d386d;
  font-weight: bold;
}
.contact .contact-info a {
  display: block;
  text-decoration: none;
  color: #292929;
  font-size: 24px;
  font-family: "Comfortaa", cursive;
  line-height: 1.5;
}
.contact .contact-info img {
  max-height: 134px;
}
@media (max-width: 900px) {
  .contact .contact-info img {
    margin: 40px 0;
  }
}

.fun-facts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 59px 16% 69px 16%;
  margin: 120px 0;
}
@media (max-width: 900px) {
  .fun-facts {
    display: block;
    margin: 60px 0;
    padding: 50px 35px;
  }
}
@media (max-width: 1280px) {
  .fun-facts img {
    width: 24.3%;
  }
}
@media (max-width: 900px) {
  .fun-facts img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.fun-facts img.left {
  order: -1;
}
.fun-facts img.right {
  order: 1;
}
.fun-facts article.left {
  margin-left: 12%;
}
@media (max-width: 900px) {
  .fun-facts article.left {
    margin: 0;
  }
}
.fun-facts article.right {
  margin-right: 12%;
}
@media (max-width: 900px) {
  .fun-facts article.right {
    margin: 0;
  }
}
.fun-facts article h2 {
  font-size: 34px;
  line-height: 40px;
  color: #292929;
  margin-bottom: 9px;
}

#site-map {
  padding: 120px 10%;
}
@media (max-width: 900px) {
  #site-map {
    padding: 40px 35px;
  }
}
#site-map h2 {
  text-align: center;
  margin-bottom: 50px;
}
#site-map .sm-wrapper {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  list-style-type: none;
}
#site-map .sm-wrapper li {
  list-style-type: none;
}
#site-map .sm-wrapper li.menu-item.search {
  display: none;
}

/*# sourceMappingURL=style.css.map */
