/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
  --background-color: pink;
  --color: green;
}

.ie nav.navbar ul.navbar-nav li:hover>.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Recipe page custom */
main#recipe-page {
  padding-bottom: 50px;
  margin-bottom: 33px;
  margin-bottom: var(--margin);
}

/* CTA LOAD MORE BUTTON - RECIPES PAGE */
main#recipe-page div.cta-container {
  padding: 0px 33px;
  padding: 0 var(--margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 20px;
}

main#recipe-page ul.recipe-cards li.card {
  background: transparent;
  border: unset;
  max-height: 400px;
  max-width: 650px;
  margin: 20px 10px;
  /* margin: var(--margin) auto; */

  -ms-flex-preferred-size: 32%;

      flex-basis: 32%;
}

.recipe-cards .card a img,
.recipe-cards .card a img {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

main#recipe-page ul.recipe-cards li.card img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

main#recipe-page ul.recipe-cards li.card p {
  font-weight: bold;
}

.recipe-bowl-name,
.breakfast-bowl-name {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 20px;
}

.single-page-bowl {
  bottom: 30px !important;
  font-size: 16px;
  left: 50px;
}


@media screen and (max-width: 1026px) and (min-width: 767px) {

  .recipe-bowl-name,
  .breakfast-bowl-name {
    font-size: 17px;
  }
}


.breakfast-bowl-name {
  bottom: 48px;
}

.recipe-bowl-name {
  bottom: 38px;
}

@media screen and (min-width: 1200px) {

  .recipe-bowl-name,
  .breakfast-bowl-name {
    -webkit-transform: translate(-8%, -12%);
        -ms-transform: translate(-8%, -12%);
            transform: translate(-8%, -12%);
  }
}

main#recipe-page button#load_more_recipes {
  width: 100%;
  /* big button for mobile */
  height: 50px;
  max-width: 650px;
}

@media screen and (min-width: 1024px) {
  main#recipe-page button#load_more_recipes {
    max-width: 275px;
  }

  main#recipe-page ul.recipe-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  div.recipe-trio-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 49.5px;
    padding: 0 calc(var(--margin) * 1.5);
    position: relative;
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(odd)::after,
  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(even)::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    z-index: 1;
    width: 250px;
    overflow: hidden;
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(1)::after {
    background-image: url("../../assets/img/uploads/bop fruit bits_dts12254_edit_3.png");
    left: -65px;
    top: 0;
    width: 18%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(2)::after {
    background-image: url("../../assets/img/uploads/bop fruit bits_dts12254_edit_2.png");
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    right: -100px;
    top: 20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(3)::after {
    background-image: url("../../assets/img/uploads/bop fruit bits_dts12254_edit_1.png");
    left: -82px;
    top: 0;
    width: 18%;
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(4)::after {
    background-image: url("../../assets/img/uploads/bop fruit bits_dts12254_edit_3.png");
    right: -100px;
    top: 20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container:nth-of-type(5)::after {
    background-image: url("../../assets/img/uploads/bop fruit bits_dts12254_edit_2.png");
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -82px;
    top: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
  }

  main#recipe-page ul.recipe-cards li.card {
    max-width: 350px;
    max-height: 300px;
    margin: 20px 10px;
    z-index: 2;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container li.card:first-of-type {
    margin-left: 0;
  }

  main#recipe-page ul.recipe-cards div.recipe-trio-container li.card:last-of-type {
    margin-right: 0;
  }

  main#recipe-page ul.recipe-cards li.card img {
    max-height: 250px;
    min-height: 250px;
  }
}

/* CONTACT */
main#contact {
  margin-bottom: 0;
}

section.contact-form {
  padding: 33px;
  padding: var(--margin);
}

section.contact-form h5 {
  font-weight: 800;
  font-size: 3rem;

  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
  margin-bottom: var(--margin);
}

section.contact-form div.gform_wrapper {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* OVERRIDE GFORM STYLING */
main#contact section.contact-form form#gform_1 div.gform_body select,
main#contact section.contact-form form#gform_1 div.gform_body input,
main#contact section.contact-form form#gform_1 div.gform_body textarea {
  border: 0;
  margin-left: unset;
}

main#contact section.contact-form form#gform_1 div.gform_body textarea {
  width: 100%;
}

section.contact-form .gform_wrapper form#gform_1 label.gfield_label {
  font-weight: 800;
}

section.contact-form div.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.contact-form div.ginput_container_consent label.gfield_consent_label {
  margin-bottom: 20px;
  font-weight: 400;
}

section.contact-form div.ginput_container_consent input[type="checkbox"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-transform: scale(2);
  /* IE */
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  /* Opera */
  transform: scale(2);
  -webkit-transform-origin: 0%;
      -ms-transform-origin: 0%;
          transform-origin: 0%;
  padding-top: 10px;
}

section.contact-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

section.contact-info-section div.contact-info {
  width: 100%;
  padding: 33px;
  padding: var(--margin);
}

section.contact-info-section div.contact-info h3 {
  margin-bottom: 33px;
  margin-bottom: var(--margin);
  font-weight: 800;
}

section.contact-info-section div.map-info {
  width: 100%;
  margin-top: 33px;
  margin-top: var(--margin);
  margin-bottom: 33px;
  margin-bottom: var(--margin);
}

section.contact-info-section section.contact-info hr {
  background: #270070;
  width: 100%;
  margin: 33px 0px;
  margin: var(--margin) 0;
}

section.contact-info-section div.map-info a.cta.btn.blue-yellow {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}

@media screen and (min-width: 767px) {
  section.contact-info-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  section.contact-info-section div.contact-info,
  section.contact-info-section div.map-info {
    width: 48.5%;
  }

  section.contact-info-section div.map-info a.cta.btn.red-blue {
    width: 275px;
  }
}

@media screen and (min-width: 990px) {

  section.contact-form div.ginput_container_consent label.gfield_consent_label {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  section.contact-form div.ginput_container_consent input[type="checkbox"] {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-transform: scale(1.5);
    /* IE */
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    /* Opera */
    transform: scale(1.5);
    margin-top: 5px;
  }

  section.contact-form div.gform_wrapper form#gform_1 div.gform_footer input[type="submit"] {
    width: 225px;
  }
}

/* Delicious Ideas */
main#deliciousIdeas {
  padding-top: 33px;
  padding-top: var(--margin);
}

main#deliciousIdeas header.centralise h1 {
  margin: 33px auto 0px;
  margin: var(--margin) auto 0;
}

main#ourBeliefs h1 {
  font-family: "Microbrew Three";
}

main#ourBeliefs section.hero-banner {
  margin-bottom: 33px;
  margin-bottom: var(--margin);
}

/* ==== FAQ ============================================= */

main#faqs {
  background-color: white;
  margin: 0;
}

.frequently-asked-questions .accordion-section>* {}

.frequently-asked-questions {
  margin-top: 33px;
  /* IE fix */
  margin-top: var(--margin);
}

/*MOBILE MENU*/

@media screen and (max-width: 767px) {
  nav.navbar ul.navbar-nav {
    margin-top: 20px;
  }
}

/*  NUTRITION */

@media screen and (max-width: 767px) {
  .page-id-491 .home-block.slab.image-position-br.text-position-left.text-color-blue.no-button.has-top-margin.cta-position-left.cta-color-blue .home-block-bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 991px) {
  .page-id-491 .home-block.image-stretch img.home-block-image {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .page-id-491 .home-block.slab.image-position-tl.text-position-right.text-color-blue.image-stretch.no-button.has-top-margin.cta-position-right.cta-color-blue figure img {
    top: -28%;
  }
}

/*  homepage */

.home .home-block.slab.image-position-fw.text-position-center.text-color-black.cta-position-center.cta-color-red-blue .home-block-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pade-id-24 .gradient {
  width: 75%;
  margin: auto;
}

.home .home-block.slab.image-position-br.text-position-left.text-color-white.has-top-margin.cta-position-left.cta-color-yellow-white {
  margin-top: 33px;
  /* IE fix */
  margin-top: var(--margin);
}

.home .home-block.slab.image-position-fw.text-position-left.text-color-blue.has-top-margin.cta-position-left.cta-color-blue-yellow .cta {
  margin-top: initial;
}

#home section:first-of-type .cta {
  margin-top: -115px;
  /* EB */
}

@media screen and (max-width: 767px) {
  .home a.cta.btn.left.yellow-white {
    -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
  }

  .home .home-block.slab.image-position-br.text-position-left.text-color-white.has-top-margin.cta-position-left.cta-color-yellow-white .home-block-bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .home .kt-inside-inner-col p {
    padding: 0 33px;
    /* IE fix */
    padding: 0 var(--margin);
  }

  .home .kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0;
  }
}

/*  supermorning */

.page-id-532 .content>.wp-block-columns {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page-id-532 .kt-mobile-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
    margin-bottom: 0;
  }

  .page-id-532 #kt-layout-id_6e1842-8b .wp-block-button {
    margin: 10px;
  }
}

/*  WAYS TO EAT */

#recipe-page>ul>li>a>p {
  display: inline;
}

#recipe-page>ul>li>a>p:nth-child(2) {}

#recipe-page>ul>li>a {
  text-align: left;
}

#recipe-page>ul>li>a>p:nth-child(3) {
  margin-left: 10px;
}



/* ==== SINGLE RECIPE =================================== */
#recipe img.packshot.wp-post-image {
  width: 68%;
  margin: 30px auto;
  -webkit-filter: none;
          filter: none;
}

.product-nutrition-recipes {
  background: #ffffff;
  margin: 30px auto;
}

.product-nutrition-recipes h4 {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 900;
}

#recipe h1 {
  padding: 33px 0px;
  padding: var(--margin) 0;
  font-family: "Weetabix Font";
  text-transform: capitalize;
  /* force sentence case */
}

@media screen and (min-width: 1024px) {
  #recipe h1 {
    font-size: 8rem;
    line-height: 1;
  }
}

#recipe-ingredients ul {
  padding-left: 17px;
}

#recipe-ingredients>div.recipes-method-column {
  margin-top: 30px;
}

#recipe-ingredients {
  background-color: #FFD100;
  width: 68%;
  margin: auto;
  padding: 20px;
}
section.recipe-header div.upper-header {
  background: #FFDC40;
  color: #fff;
  padding: 33px;
  padding-top: var(--margin);
}

section.recipe-header figure.recipe-image-container {
  margin: 0;
  position: relative;
  overflow: hidden;
  height: 440px;

  /* Align image */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.recipe-header figure.recipe-image-container img {
  position: absolute;
  bottom: -300px;
  max-width: 160%;
  max-width: 900px;
}


section.recipe-header div.recipe-info {
  background: #FFF6CC;
  /* margin: var(--margin) auto; */
  padding: 33px 0px;
  padding: var(--margin) 0;
}

section.recipe-header div.recipe-info ul {
  list-style-type: none;
  margin: 0;
}

section.recipe-header div.recipe-info li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Microbrew Three";
  text-transform: uppercase;
  font-size: 3.5rem;
}

section.recipe-header div.recipe-info li>div.difficulty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.recipe-header div.recipe-info li img.measure {
  width: 50px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  max-height: 32.2px;
}

section.recipe-header div#recipe-ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: unset;
  padding: unset;
  width: 100%;
  margin: unset;
}

section.recipe-header div#recipe-ingredients div.recipes-ingredients-column {
  padding: 33px;
  padding: var(--margin);
  width: 100%;
}

section.recipe-header div#recipe-ingredients div.recipes-method-column {
  width: 100%;
  margin-top: 0;
  /* reset margin-top for this section */
  padding: 33px;
  padding: var(--margin);
}
section.recipe-header div#recipe-ingredients div.recipes-method-column ul {
  list-style: decimal;
}

section#recipeProduct {
  padding: 39.6px;
  padding: calc(var(--margin) * 1.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-size: 300px !important;
}

section#recipeProduct article.text-container {
  text-align: left;
}

section#recipeProduct article.text-container a.cta.btn {
  margin: 30px auto 10px;
}

section#recipeProduct figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
}

section#recipeProduct figure.product-figure img.recipe-product-shot {
  width: auto;
  max-height: 300px;
  margin: unset;
  max-width: 300px;
}

section#recipeProduct figure.product-figure img.packshot {
  -webkit-filter: drop-shadow(0px 6px 9px rgba(50, 50, 0, 0.5));
          filter: drop-shadow(0px 6px 9px rgba(50, 50, 0, 0.5));
}

section#recipeProduct article.text-container h2 {
  font-family: "Microbrew Three";
  font-size: 4rem;
}

section.recipes-related {
  background-color: #ffd100;
  padding: 39.6px;
  padding: calc(var(--margin) * 1.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  text-align: center;
  margin-top: 33px;
  margin-top: var(--margin);
}

section.related-recipes h2 {
  font-family: "Microbrew Three";
  font-size: 4rem;
}

section.related-recipes {
  background-color: #ffd100;
  padding: 66px 39.6px 132px;
  padding: calc(var(--margin) * 2) calc(var(--margin) * 1.2) calc(var(--margin) * 4);
  text-align: center;
  margin-top: 33px;
  margin-top: var(--margin);
}

section.related-recipes p {
  width: 80%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

section.related-recipes div.slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* flex-flow: row nowrap;  */
  position: relative;
  width: 100%;
  margin-top: 33px;
  margin-top: var(--margin);
}

section.related-recipes div.slide-container ul.recipe-cards ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -80px;
  list-style-type: none;
  padding: 0;
}

section.related-recipes ul.recipe-cards .card {
  background: transparent;
  margin: 0 27px;
  height: 300px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.related-recipes ul.recipe-cards ul.slick-dots li {
  margin: 0 5px;
}

section.related-recipes ul.recipe-cards ul.slick-dots li button {
  font-size: 0;
  height: 20px;
  width: 20px;
  background: #270070;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
  border: 2px solid #270070;
  border-radius: 50%;
}

section.related-recipes ul.recipe-cards ul.slick-dots li.slick-active button {
  background: transparent;
}

section.related-recipes div.slide-container ul.recipe-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

section.related-recipes div.slide-container div.slick-button {
  display: block;
  cursor: pointer;
}

/* Hide slick button in larger screens when there are three or less items */
@media screen and (min-width: 1024px) {
  section.related-recipes.remove-slide-buttons div.slide-container div.slick-button {
    display: none;
  }

  section.related-recipes.remove-slide-buttons div.slide-container ul.recipe-cards ul.slick-dots {
    display: none;
  }
}

section.related-recipes div.slide-container ul.slick-dots {
  position: absolute;
  bottom: 0px;
}

section.recipes-related h2 {
  font-family: "Microbrew Three";
  font-size: 4rem;
}

section.recipes-related p {
  max-width: 550px;
}

section.recipes-related ul.recipe-cards {
  margin: 30px auto;
}

@media screen and (min-width: 767px) {
  #home section:first-of-type .cta {
    margin-top: auto;
    /* EB  */
  }

  section.recipe-header div.recipe-info {
    padding: 33px;
    padding: var(--margin);
  }

  #recipe-ingredients {
    padding: 50px;
    margin-bottom: 33px;
    /* IE fix */
    margin-bottom: var(--margin);
  }

  .recipes-ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  section.recipe-header div#recipe-ingredients {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  section.recipe-header div#recipe-ingredients div.recipes-ingredients-column,
  section.recipe-header div#recipe-ingredients div.recipes-method-column {
    padding: 66px;
    padding: calc(var(--margin) * 2);
  }

  .product-nutrition-recipes {
    width: 68%;
    padding: 40px 150px;
  }

  #recipe-ingredients>div.recipes-ingredients-column {
    width: 40%;
  }

  #recipe-ingredients h3 {
    margin-bottom: 20px;
  }

  #recipe-ingredients>div.recipes-method-column {
    width: 40%;
    margin-top: 0;
  }

  section#recipeProduct {
    padding: 66px;
    padding: calc(var(--margin) * 2);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  section#recipeProduct figure.product-figure img.recipe-product-shot {
    max-width: 350px;
  }

  section#recipeProduct article.text-container,
  section#recipeProduct figure.product-figure {
    width: 50%;
  }

  section.recipes-related ul.recipe-cards li.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* all recipe cards back */
  }

  section.recipe-header div.recipe-info-container div.recipe-info li span.measure {
    width: 50px;
    height: 20px;
  }
}

@media screen and (min-width: 990px) {
  section.recipe-header div.upper-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    height: 500px;
    padding: 0;
    padding-left: 33px;
    padding-left: var(--margin);
  }

  section.recipe-header div.recipe-info ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  section.recipe-header div.recipe-info li {
    width: unset;
  }

  section.recipe-header div.upper-header figure.recipe-image-container,
  section.recipe-header div.upper-header div.recipe-info-container figure.message,
  section.recipe-header div.upper-header div.recipe-info-container div.recipe-info {
    margin: 0;
  }

  section.recipe-header div.upper-header figure.recipe-image-container {
    width: 63%;
    height: inherit;
  }

  section.recipe-header div.upper-header figure.recipe-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  section.recipe-header div.upper-header div.recipe-info-container {
    width: 34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
  }

  section.recipe-header div.upper-header figure.recipe-image-container img {
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: 0;
    left: 5%;
  }

  @media screen and (min-width: 990px) {
    section.recipe-header div.upper-header figure.message {
      width: 45%;
    }
  }

  section.recipe-header div.upper-header div.recipe-info-container div.recipe-info {
    height: 30%;
  }
}

#recipes .page-content header {}

#recipe-page .page-content .content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.recipe-cards {
  /* columns: 1; /* IE fix*/
  /* --columns: 1; */
}

.recipe-cards .recipe-card img {}

/* List (grid) of recipes */
.recipe-cards {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
  margin: 0;
  padding: 0 33px;
  /* IE fix */
  padding: 0 var(--margin);
}

/* Each recipe is a card with a dropshadow and a border */
.recipe-cards .recipe-card {
  /* flex-basis: calc(100% / 3); /* IE fix */
  /* max-width: calc(100% / 3); /* IE fix */
  /* min-width: 200px; /* IE fix */
  /* flex-basis: calc(100% / var(--columns)); */
  /* max-width: calc(100% / var(--columns)); */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  border: 0;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.1;
}

/*
.recipe-cards .card::after{
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  outline:2px solid pink;
} */

/* Recipe image with smooth dropshadow see https://tobiasahlin.com/blog/layered-smooth-box-shadows/ */
.recipe-cards .card img {
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* border:10px solid #F6F0ED; */
  border: 10px solid #fff;
  border-bottom: 70px solid #fff;
  border-radius: 0;
  position: relative;
  -webkit-transition: 200ms ease-out box-shadow;
  -o-transition: 200ms ease-out box-shadow;
  transition: 200ms ease-out box-shadow;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: auto;
  margin-left: auto;

}

/*
.recipe-cards .card::before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;

  opacity:0;
  transition: opacity 0.3s linear;
} */

/* Softer */
.recipe-cards .card a:hover img,
.recipe-cards .card a:focus img {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 767px) {
  .recipe-cards {
    /* columns: 2; /* IE fix*/
    /* --columns: 2; */
  }

  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .ie #recipe-page {
    margin-bottom: 130px;
    margin-bottom: var(--margin);
  }
}

@media (min-width: 992px) {
  .recipe-cards {
    /* columns: 3; /* IE fix*/
    /* --columns: 3; */
  }

  .recipe-cards .card img {
    width: 300px;
    height: 300px;
  }
}

/* ==== FAQ ============================================================ */

.frequently-asked-questions {}

/* ==== PHILOSOPHY==== */

.page-id-378 h4 {
  text-transform: initial;
}

.page-id-378 .layoutArea h4 {
  margin-top: 1.3em;
  font-size: 16px;
  font-weight: 900;
}

.page-id-378 .wp-block-kadence-rowlayout p {
  padding-bottom: 23px;
}

.page-id-378 #kt-layout-id_5058bd-4b h2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .page-id-378 .home-block.image-stretch img.home-block-image {
    width: 100%;
    height: auto;
  }

  .page-id-378 .home-block.slab.image-position-tr.text-position-left.text-color-blue.image-stretch.no-button.has-top-margin.cta-position-center.cta-color-blue figure img {
    top: -9%;
  }

  .page-id-381 .home-block.image-stretch img.home-block-image {
    width: 100%;
    height: auto;
  }
}

/* ==== COMPANY OVERVIEW ================================================================================= */
@media screen and (max-width: 767px) {
  .page-id-381 ul.history li {
    padding: 33px 0;
  }

  .page-id-378 #kt-layout-id_5058bd-4b .kadence-column_af44a6-83 {
    margin-bottom: 0;
  }
}

/* ==== OUR BRANDS ================================================================================= */

/* .page-id-34 .content > :first-child {
  display: none;
} */

@media screen and (max-width: 767px) {
  .page-id-34 .product-packshots .packs .pack+.pack {
    margin-left: 0;
  }

  .page-id-34 .content section {
    /* this makes alpen-bars and alpen light mobile bg top aligned */
    background-size: 300% !important;
    background-position-y: 0px, 750px !important;
  }

  .page-id-34 .content .alpen-bars,
  .page-id-34 .content .alpen-light {
    /* EB */
    background-size: cover !important;
    background-position-y: 50px, 0px !important;
  }

  .page-id-34 .slab.product-packshots.products-2.text-color-white.text-position-center.cta-position-center.cta-color-blue,
  .page-id-34 .slab.product-packshots.products-1.text-color-white.text-position-center.cta-position-center.cta-color-blue {
    background-size: cover !important;
  }

  .page-id-34 .pack.slide {
    padding: 24px 0;
  }

  .page-id-34 .packs .pack .wp-post-image {
    margin-bottom: 10px;
  }
}

.brands header {
  background-color: #f6f1ed;
}

#brands div.wp-block-kadence-rowlayout h1 {
  font-family: "Microbrew Three";
}

/* ==== Product Page Variations ==================================================================== */

/* All Mini products */
header.brand-minis {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5A8BD), to(#EB4673));
  background: -o-linear-gradient(#F5A8BD, #EB4673);
  background: linear-gradient(#F5A8BD, #EB4673);
}

header.brand-weetabix {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffed99), to(#ffd100));
  background: -o-linear-gradient(#ffed99, #ffd100);
  background: linear-gradient(#ffed99, #ffd100);
}

header.brand-oatibix {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcf83), to(#ffc86b));
  background: -o-linear-gradient(#ffcf83, #ffc86b);
  background: linear-gradient(#ffcf83, #ffc86b);
}

header.brand-weetos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd924), to(#f8a923));
  background-image: -o-linear-gradient(top, #ffd924, #f8a923);
  background-image: linear-gradient(to bottom, #ffd924, #f8a923);
}

header.brand-flakes {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3d7de), to(#4bbfd8));
  background-image: -o-linear-gradient(top, #a3d7de, #4bbfd8);
  background-image: linear-gradient(to bottom, #a3d7de, #4bbfd8);
}

.slab .similar-products {
  margin-top: 40px;
}

/* ==== Erin's edits  ================================================================================= */

header.brand-alpen,
header.brand-alpen-bar,
header.brand-alpen-light-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a3d9), to(#e2f7ff));
  background-image: -o-linear-gradient(top, #24a3d9, #e2f7ff);
  background-image: linear-gradient(to bottom, #24a3d9, #e2f7ff);
  /* was #5ab9e7, #cae7f8 */
}

@media (min-width: 1000px) {
  .product-header:after {
    background-repeat: no-repeat !important;
  }
}

.ie #home section:first-of-type .cta {
  margin-bottom: 33px;
}

/* ====== Sustainability Page
====================================================== */

main.sustainability#sustainability {
  position: relative;

  /* overflow-x: hidden !important; /* assist overflow panel */
}

main#sustainability div.scroll-id-container {
  width: 40px;
  height: 200px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  display: none;
}

main#sustainability header.centralise {
  color: white;
  padding: 66px 33px;
  padding: calc(var(--margin) * 2) var(--margin);
  background: #270070;
  margin-top: 0;
}

/* Each scoll id circle */
main#sustainability div.scroll-id-container div.scroll-id {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #293073;
  margin: 5px auto;
}

main#sustainability div.scroll-id-container div.scroll-id.active {
  background: #270070;
}

main#sustainability section.sustainability-slab {
  width: 100%;
  padding: 132px 33px;
  padding: calc(var(--margin) * 4) var(--margin);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;

  position: relative;
}

main#sustainability section.sustainability-slab div.text-container {
  width: 100%;
  margin: var(--margin) auto;
}

main#sustainability section.sustainability-slab figure {}

/* Each Slab */
main#sustainability section.sustainability-slab.slab-1 {
  background: #fdf9e5;
  min-height: 550px;
}

main#sustainability section.sustainability-slab.slab-2 {
  background: #fff4bf;
}

main#sustainability section.sustainability-slab.slab-3 {
  background: #ffea7f;
}

main#sustainability section.sustainability-slab.slab-4 {
  background: #ffd500;
}

/* main#sustainability section.sustainability-slab::after {
  content: "";
  position: absolute;
  z-index: 1;

  width: 200px;
  height: 100px;
} */

/* Each pseudo image for slabs */
/* main#sustainability section.sustainability-slab.slab-1::after {
  background-image: url("../img/sustainability_files/01_from_the_fields_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

  bottom: -150px;
  left: 0;
} */

main#sustainability section.sustainability-slab.slab-2::after {
  background-image: url("../img/sustainability_files/02_to_the_factory_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;

  top: -100px;
  right: 0;
}

@media screen and (min-width: 767px) {
  main#sustainability section.sustainability-slab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  main#sustainability section.sustainability-slab div.text-container {
    width: 50%;
  }

  main#sustainability section.sustainability-slab figure.image-container {
    width: 50%;
  }

  main#sustainability section.sustainability-slab.img-first figure.image-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* main#sustainability section.sustainability-slab::after {
    width: 507px;
    height: 150px;
  } */
}

@media screen and (min-width: 1023px) {
  main#sustainability section.sustainability-slab div.text-container {
    width: 40%;
  }

  main#sustainability section.sustainability-slab figure.image-container {
    width: 50%;
  }
}