/* Placeholders =================================================== */
.op-related-recipes__list-item-image, .op-recipe-creators__image, .op-recipe-categories__image, .op-recipes__list-item-image {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

.op-recipes__meta, .op-recipes__list-item-title, .op-recipes__list-item::before {
  transition: all 0.2s ease-in-out;
}

:root {
  --blue: #0085AD;
  --dark-gray: #6C625B;
  --gray: #EFEFEF;
}

.main--recipe {
  margin-bottom: 120px !important;
}

/* Recipes =================================================== */

.main--recipe .op-row__breadcrumbs{
	color:#FFF;
	margin-top:35px;
}

.op-recipes__headline {
  background: #fff;
  color: var(--dark-gray);
  font-family: "Roboto Slab", sans-serif;
  font-size: 5.3333333333rem;
  font-weight: 400;
  line-height: 1.125em;
  padding: 70px 90px;
}

.op-recipes__list {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.op-recipes__list-item {
  align-items: center;
  background: var(--blue);
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
}

.op-recipes__list-item:hover .op-recipes__list-item-title,
.op-recipes__list-item:hover .op-recipes__meta {
  opacity: 1;
}

.op-recipes__list-item::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5000;
}

.op-recipes__list-item:hover::before {
  opacity: 1;
}

.op-recipes__list-item-title {
  align-items: center;
  aspect-ratio: 1/1;
  color: #fff !important;
  display: flex;
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.1428571429em;
  padding: 130px 40px;
  opacity: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5000;
}

.op-recipes__list-item-image {
  z-index: 3000;
}

.op-recipes__meta {
  bottom: 40px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  left: 0;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  z-index: 5000;
  width: 100%;
}

.op-recipes__meta-headline {
  color: #fff !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5833333333rem;
  font-weight: 400;
  line-height: 1.2631578947em;
}

.op-recipes__meta-text {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
  margin: 0.25em 0 0;
}

/* Recipe Post =================================================== */
.op-recipe-post__masthead {
  display: flex;
  flex-direction: column;
}

.op-recipe-post-masthead__obj-fit-image-wrapper {
  height: 460px;
  position: relative;
  width: 100%;
}

.op-recipe-post-masthead__obj-fit-image {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

.op-recipe-post-masthead__hgroup {
  background: #fff;
  margin: -100px 0 0;
  padding: 70px 90px;
}

.op-recipe-post-masthead__title {
  color: var(--dark-gray);
  font-family: "Roboto Slab", sans-serif;
  font-size: 4.3333333333rem!important;
  font-weight: 400;
  line-height: 1.125em;
}

.op-recipe-post__meta {
  border-bottom: 2px solid var(--dark-gray);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 0 0 50px;
  padding: 0 0 60px;
}

.op-recipe-post__meta-headline {
  color: var(--blue) !important;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}

.op-recipe-post__meta-text {
  color: var(--dark-gray);
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1428571429em;
  margin: 0.2857142857em 0 0;
}

.op-recipe-post__headline {
  color: var(--dark-gray);
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1428571429em;
  margin: 0.2857142857em 0 0;
  text-transform: uppercase;
}

.op-recipe-post__article {
  margin: 25px 0 50px;
}

/* Recipes Categories =================================================== */
.op-recipe-categories {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom:80px!important;
}

.op-recipe-categories__category {
  align-items: center;
  aspect-ratio: 1;
  color: #fff;
  display: flex;
  font-family: "Roboto Slab", serif;
  font-size: 3rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1.5em;
  position: relative;
  max-height:100px;
  width:100%;
}

.op-recipe-categories__term-link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 5000;
}

.op-recipe-categories__image {
  z-index: 3000;
}

/* Recipes Creators =================================================== */
.op-recipe-creators {
  margin: 100px 0 0;
}

.op-recipe-creators__headline {
  color: var(--dark-gray);
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1428571429em;
}

.op-recipe-creators__text {
  color: var(--dark-gray);
  font-family: "Roboto", sans-serif;
  font-size: 1.5833333333rem;
  font-weight: 400;
  line-height: 1.5157894737em;
  margin: 1.2631578947em 0 0;
}

.op-recipe-creators__list {
  -moz-column-gap: 60px;
  column-gap: 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 50px 0 0;
  row-gap: 90px;
}

.op-recipe-creators__list-item {
  display: flex;
  flex-direction: column;
}

.op-recipe-creators__list-item-content {
  flex: 1 0 auto;
}

.op-recipe-creators__image-wrapper {
  aspect-ratio: 1;
  background: var(--blue);
  position: relative;
}

.op-recipe-creators__title {
  color: var(--dark-gray);
  font-family: "Roboto Slab", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 1em 0 0;
}

.op-recipe-creators__handle {
  color: var(--dark-gray);
  font-family: "Roboto", sans-serif;
  font-size: 1.5833333333rem;
  font-weight: 400;
  line-height: 1.5157894737em;
}

.op-recipe-creators__excerpt {
  color: var(--dark-gray);
  font-family: "Roboto", sans-serif;
  font-size: 1.3333333333rem;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0.75em 0 0;
}

.op-recipe-creators__recipes {
  border-top: 2px solid #707070;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.op-recipe-creators__recipe-link {
  color: var(--blue);
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.5833333333rem;
  font-weight: 400;
  gap: 15px;
  line-height: 1.5157894737em;
}

.op-recipe-creators__recipe-link::after {
  background: var(--blue) url("assets/images/chevron.svg") center center no-repeat;
  background-size: 10px 17px;
  border: 0;
  content: "";
  cursor: pointer;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
}

/* Recipes Social Share List =================================================== */
.op-recipe-post__share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 50px 0;
}

.op-recipe-post__share-item {
  font-size: 36px !important;
}

.op-recipe-post__share-item--mail {
  font-size: 30px !important;
}
.op-recipe-post__share-item--mail .op-recipe-post__share-link {
  padding-right: 5px;
}

.op-recipe-post__share-item--facebook,
.op-recipe-post__share-item--pinterest {
  font-size: 50px !important;
}
.op-recipe-post__share-item--facebook .op-recipe-post__share-link,
.op-recipe-post__share-item--pinterest .op-recipe-post__share-link {
  padding-top: 15px;
}

.op-recipe-post__share-link {
  align-items: center;
  background: var(--dark-gray);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  width: 60px;
}

@media (pointer: fine) {
  .op-recipe-post__share-link:hover {
    background: var(--blue);
  }
}
/* Related Recipes =================================================== */
.op-related-recipes {
  background: var(--gray);
  margin: 0 0 80px;
  padding: 110px 0;
}

.op-related-recipes__list {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.op-related-recipes__list-item {
  flex: 0 0 calc(25% - 45px);
}

.op-related-recipes__list-item-image-wrapper {
  aspect-ratio: 1/1;
  position: relative;
}

.op-related-recipes__list-item-title {
  color: var(--dark-gray);
  font-family: "Roboto Slab", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  margin: 1em 0 0;
}

@media only screen and (max-width: 1230px) {
  /* Recipes =================================================== */
  .op-recipes__meta-text {
    font-size: 1.5833333333rem;
    line-height: 1.2631578947em;
    margin: 0.3157894737em 0 0;
  }

  /* Recipes Creators =================================================== */
  .op-recipe-creators__list {
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 60px;
  }

  /* Recipe Post =================================================== */
  .op-recipe-post__meta-text {
    font-size: 3rem;
    line-height: 1.3333333333em;
    margin: 0.3333333333em 0 0;
  }

  /* Related Recipes =================================================== */
  .op-related-recipes__list {
    gap: 40px;
  }

  .op-related-recipes__list-item {
    flex: 0 0 calc(25% - 30px);
  }
}
@media only screen and (max-width: 990px) {
  /* Recipes =================================================== */
  .op-recipes__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .op-recipes__meta-text {
    font-size: 2rem;
    line-height: 1em;
    margin: 0.25em 0 0;
  }

  /* Recipes Creators =================================================== */
  .op-recipe-creators__list {
    -moz-column-gap: 60px;
    column-gap: 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 90px;
  }

  /* Recipe Post =================================================== */
  .op-recipe-post__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .op-recipe-post__meta-headline {
    text-align: center;
  }

  .op-recipe-post__meta-text {
    text-align: center;
  }

  .op-recipe-post__share-list {
    gap: 30px;
  }

  .op-recipe-post__share-item {
    font-size: 24px !important;
  }

  .op-recipe-post__share-item--mail {
    font-size: 21px !important;
  }
  .op-recipe-post__share-item--mail .op-recipe-post__share-link {
    padding-right: 5px;
  }

  .op-recipe-post__share-item--facebook,
.op-recipe-post__share-item--pinterest {
    font-size: 32px !important;
  }
  .op-recipe-post__share-item--facebook .op-recipe-post__share-link,
.op-recipe-post__share-item--pinterest .op-recipe-post__share-link {
    padding-top: 10px;
  }

  .op-recipe-post__share-link {
    height: 40px;
    width: 40px;
  }

  /* Related Recipes =================================================== */
  .op-related-recipes {
    padding: 55px 0;
  }

  .op-related-recipes__list {
    gap: 20px;
  }

  .op-related-recipes__list-item {
    flex: 0 0 calc(25% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .main--recipe {
    margin-bottom: 60px !important;
  }

  /* Recipes =================================================== */
  .op-recipes__headline {
    font-size: 3.5rem;
    line-height: 1.1428571429em;
    padding: 35px 45px;
  }

  .op-recipes__list {
    display: flex;
    flex-direction: column;
  }

  /* Recipes Categories =================================================== */
  .op-recipe-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Recipes Creators =================================================== */
  .op-recipe-creators__list {
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 60px;
  }

  /* Recipe Post =================================================== */
  .op-recipe-post-masthead__hgroup {
    margin: -100px 0 0;
    padding: 35px 45px;
  }

  .op-recipe-post-masthead__title {
    font-size: 3.5rem !important;
    line-height: 1.1428571429em;
  }

  .op-recipe-post__meta {
    gap: 20px;
    margin: 0 0 45px;
    padding: 0 0 45px;
  }

  .op-recipe-post__meta-headline {
    font-size: 1.5rem;
    line-height: 1.3333333333em;
  }

  .op-recipe-post__meta-text {
    font-size: 2rem;
    line-height: 1.3em;
    margin: 0.25em 0 0;
  }

  .op-recipe-post__headline {
    font-size: 2rem;
    line-height: 1.3em;
    margin: 0.5em 0 0;
  }

  /* Related Recipes =================================================== */
  .op-related-recipes {
    margin: 0 0 40px;
  }

  .op-related-recipes__list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .op-related-recipes__list-item {
    flex: 0 0 calc(50% - 10px);
  }

  .op-related-recipes__list-item-title {
    font-size: 1.5rem;
    line-height: 1.3333333333em;
    margin: 1.3333333333em 0 0;
  }
}
@media only screen and (max-width: 480px) {
  /* Recipes =================================================== */
  .op-recipes__meta-headline {
    font-size: 1.25rem;
    line-height: 1.6em;
  }

  .op-recipes__meta-text {
    font-size: 1.5rem;
    line-height: 1.3333333333em;
    margin: 0.1666666667em 0 0;
  }

  /* Recipe Post =================================================== */
  .op-recipe-post__meta {
    display: flex;
    flex-direction: column;
  }

  /* Recipes Categories =================================================== */
  .op-recipe-categories {
    display: flex;
    flex-direction: column;
  }

  /* Recipes Creators =================================================== */
  .op-recipe-creators__list {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
}