@charset "UTF-8";
.recipe-card, .recipe-filters {
  box-shadow: 0px 27px 90px 0px #D9D2C2, 0px 8.14px 48.537px 0px rgba(217, 210, 194, 0.65), 0px 3.381px 20.16px 0px rgba(217, 210, 194, 0.5), 0px 1.223px 7.291px 0px rgba(217, 210, 194, 0.35);
}

.single-recipe .wprm-recipe-template-custom-basic .wprm-recipe-instruction-text,
.single-recipe .wprm-recipe-template-custom-poster-template .wprm-recipe-instruction-text {
  font-size: 1.15rem;
  line-height: 1.6;
}

.recipe-hero .title {
  font-size: clamp(1.75rem, 4vw, 2.375rem);
  text-wrap: balance;
  line-height: 1.2;
  color: #231F20;
  margin: 0 0 0.75em;
  border: 0;
  padding: 0;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.single-recipe .wprm-recipe-template-custom-basic h3,
.single-recipe .wprm-recipe-template-custom-poster-template h3 {
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  text-wrap: balance;
  margin: 0 0 0.3em;
  color: #231F20;
  line-height: 1.2;
  border: 0;
  padding: 0;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.single-recipe .comments-area .comment-reply-title,
.single-recipe .comments-area .comments-title {
  font-size: clamp(1rem, 4vw, 1.125rem);
  text-wrap: balance;
  margin: 0 0 1em;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  line-height: 1.12;
  color: #231F20;
  border: 0;
  padding: 0;
  text-transform: uppercase;
}

.page-template-page-recipes.loading-previews .load-more-recipes {
  opacity: 0.2;
}
.page-template-page-recipes.loading-previews .grid:not(:has(.recipe-card)) {
  grid-template-columns: 1fr;
}
@media (max-width: 800px) {
  .page-template-page-recipes:has(.recipe-filters.open.sticky) {
    overflow: hidden;
  }
}
.page-template-page-recipes .site-main {
  padding-bottom: 10px;
  background: #FBF4ED;
}
.page-template-page-recipes .food-service .wprm-recipe-rating {
  display: none;
}
.page-template-page-recipes .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  justify-items: center;
  width: 100%;
}
@media (min-width: 1000px) {
  .page-template-page-recipes .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media (min-width: 1420px) {
  .page-template-page-recipes .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-page-recipes .grid:has(.no-recipes-found) {
  grid-template-columns: 1fr;
}
.page-template-page-recipes .grid .recipe-card {
  margin: 0 auto;
}
.page-template-page-recipes .grid .no-recipes-found {
  text-align: center;
}
.page-template-page-recipes .load-more-recipes {
  display: block;
  height: 56px;
  margin: 40px auto 40px;
  background: #B59F78;
  color: #FFFFFF;
}
.page-template-page-recipes .load-more-recipes::after, .page-template-page-recipes .load-more-recipes::before {
  border-color: #B59F78;
  background: #B59F78;
}
.page-template-page-recipes .load-more-recipes.hide {
  display: none;
}

.recipe-hero {
  height: auto;
  min-height: 550px;
}
.recipe-hero .hero-copy {
  width: fit-content;
  padding: 6rem 1rem 2rem;
}
@media (min-width: 650px) {
  .recipe-hero .hero-copy {
    margin-left: 5rem;
  }
}
.featured-recipes-block .product img {
  max-height: 735px;
}

.recipe-cover {
  padding: 1rem;
}
.recipe-cover .wp-block-heading {
  text-wrap: balance;
}
.recipe-cover .wp-block-cover__inner-container {
  position: relative;
  max-width: 1540px;
  width: fit-content;
  margin: 5rem 0 0 8rem;
}
.recipe-cover .wp-block-cover__inner-container > * {
  position: relative;
  z-index: 5;
}
.recipe-cover .wp-block-cover__inner-container::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 110%;
  height: 110%;
  background: #111;
  box-shadow: 0 0 100px 100px #111;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 0;
}
@media (max-width: 1025px) {
  .recipe-cover .wp-block-cover__inner-container {
    margin: 5rem auto 0;
  }
  .recipe-cover .wp-block-cover__inner-container br {
    display: none;
  }
}
.recipe-cover .wp-block-separator {
  max-width: 400px;
  margin: 0;
}

.recipe-filter-buttons,
.recipe-active-filters .wrapper {
  max-width: 82rem;
  margin: 0 auto;
}

.recipe-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
  margin-top: 30px;
}
.recipe-filter-buttons button {
  padding-left: 35px;
  margin: 0 10px 0 0;
  font-size: 20px;
  text-transform: none;
}
.recipe-filter-buttons button .label {
  font-size: 12px;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
}
.recipe-filter-buttons .filter {
  min-width: 132px;
  background: url("../svg/icon-filter.svg") left center no-repeat;
  font-weight: 700;
}
.recipe-filter-buttons .sort {
  background: url("../svg/icon-sort.svg") left center no-repeat;
  font-weight: 700;
}
.recipe-filter-buttons .search-wrapper {
  flex: 100px;
  max-width: 472px;
  position: relative;
}
@media (max-width: 767px) {
  .recipe-filter-buttons .search-wrapper {
    flex: 0 0 calc(100% - 110px);
  }
}
.recipe-filter-buttons .clear-search {
  display: none;
  width: 50px;
  height: 55px;
  padding: 0;
  background: url("../svg/icon-close.svg") left 62% center no-repeat #FFFFFF;
  border: 2px solid;
  border-right: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.recipe-filter-buttons .search {
  height: 55px;
  background: url("../svg/icon-search.svg") left center no-repeat #FFFFFF;
  background-size: 24px;
  background-position: left 15px center;
  padding-left: 55px !important;
}
.recipe-filter-buttons .apply-search {
  height: 55px;
  position: relative;
  background-color: #231F20;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 767px) {
  .recipe-filter-buttons .apply-search {
    flex: 0 0 100px;
    margin: 0;
    padding: 0;
  }
}
.recipe-filter-buttons .apply-search .right {
  position: absolute;
  top: 48%;
  height: 23px;
  width: 31px;
  pointer-events: none;
  z-index: 0;
  background: #231F20;
  right: -31px;
  margin-top: -27px;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(65deg) skew(40deg);
}

.recipe-active-filters {
  display: none;
  padding: 1rem 1rem 0;
  margin-top: 1rem;
  background-color: #AF855B;
}
.recipe-active-filters.show {
  display: block;
}
.recipe-active-filters .active-filter {
  display: inline-block;
  padding: 10px 10px 10px 25px;
  margin: 0 15px 15px 0;
  background: url(../svg/icon-close.svg) left 10px center no-repeat #FFFFFF;
  font-size: 12px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.recipe-active-filters .active-filter img {
  display: none;
}

.recipe-area {
  display: flex;
  column-gap: 1rem;
  width: 100%;
  max-width: 1562px;
  padding: 4.5rem 1rem;
  margin: auto;
  position: relative;
}
@media (max-width: 800px) {
  .recipe-area {
    width: 100%;
    padding: 4.5rem 1rem 1rem;
  }
}
@media (min-width: 1000px) {
  .recipe-area {
    column-gap: 2rem;
  }
}
.loading-previews .recipe-area {
  width: 100%;
  max-width: 1562px;
}

.recipe-filters {
  width: 250px;
  height: fit-content;
  background-color: #FFFFFF;
}
@media (max-width: 800px) {
  .recipe-filters {
    width: 100%;
    height: 48px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .recipe-filters.open {
    max-height: calc(100vh - 5rem);
    height: auto;
    overflow: auto;
  }
  body:has(.site-header.shrink) .recipe-filters.open {
    max-height: 100vh;
  }
  .recipe-filters.sticky {
    position: fixed;
    top: 5rem;
    transition: 0.4s;
  }
  body:has(.site-header.shrink) .recipe-filters.sticky {
    top: 0;
  }
}
.recipe-filters .heading {
  padding: 0.7rem 0.5rem 0.7rem 3.25rem;
  background-color: #111;
  background-position: left 1.5rem center;
  background-repeat: no-repeat;
  font-family: "brother-1816", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 800px) {
  .recipe-filters .heading {
    padding: 1rem 0.5rem 1rem 3.25rem;
  }
}
.recipe-filters .heading.filter {
  background-image: url("../svg/icon-filter-white.svg");
}
.recipe-filters .heading.sort {
  background-image: url("../svg/icon-sort-white.svg");
}
.recipe-filters .heading.search {
  background-image: url("../svg/icon-search-white.svg");
}
.recipe-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recipe-filters .filters {
  padding-top: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #FFFFFF;
}
.recipe-filters .filters > .list-item {
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  margin-bottom: 0.33rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "brother-1816", sans-serif;
  cursor: pointer;
  position: relative;
}
.recipe-filters .filters > .list-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url("../svg/icon-arrow-up-red.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.recipe-filters .filters > .list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0E2E5;
  position: absolute;
  bottom: 0;
}
.recipe-filters .filters > .list-item:last-child::after {
  display: none;
}
.recipe-filters .filters > .list-item.active::before {
  transform: rotate(180deg);
}
.recipe-filters .filters > .list-item.active .sub-filter-list {
  display: block;
}
.recipe-filters .filters > .list-item .active-filter {
  display: none;
  font-size: 1rem;
  color: #DB0032;
}
.recipe-filters .filters > .list-item:has(input:checked) .active-filter {
  display: inline;
}
.recipe-filters .checkbox {
  appearance: none;
  position: static;
  width: 15px;
  flex: 0 0 15px;
  height: 15px;
  margin-right: 0.5rem;
  border: 1px solid black;
  margin-top: 0.2rem;
}
.recipe-filters .checkbox:checked {
  background-color: #DB0032;
}
.recipe-filters .sub-filter-list {
  display: none;
  padding-top: 0.25rem;
}
.recipe-filters .sub-filter-list .list-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
}
.recipe-filters .sub-filter-list .list-item small {
  font-size: 0.6rem;
}
.recipe-filters .sub-filter-list .name {
  max-width: calc(100% - 2rem);
}
.recipe-filters .search-area {
  padding-bottom: 1.5rem;
}
.recipe-filters .search-area .recipe-search-field {
  border: none;
  background: transparent;
  padding: 0 0 0.25rem !important;
  border-bottom: 1px solid black;
  width: 190px;
  margin: 1rem auto 1.5rem;
  display: block;
  font-size: 0.875rem;
}
.recipe-filters .search-area .recipe-search-field::placeholder {
  font-style: normal;
  font-size: 0.875rem;
}
.recipe-filters .search-area .reset {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  border-right: none;
  outline: none;
  position: relative;
  line-height: 1;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none;
  cursor: pointer;
  min-height: 3.5rem;
  line-height: 1.2;
  border-radius: 0 !important;
  padding: 0 2rem;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  background: #FFFFFF;
  display: block;
  min-height: 0;
  height: 43px;
  margin: auto;
}
.recipe-filters .search-area .reset:not(:last-of-type) {
  margin-right: 9%;
}
.recipe-filters .search-area .reset::after, .recipe-filters .search-area .reset::before {
  top: 50%;
  content: " ";
  height: 23px;
  width: 31px;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  background: #FFFFFF;
  margin-top: -28px;
  transform-origin: 0 0;
  box-sizing: border-box;
  transform: rotate(65deg) skew(40deg);
}
.recipe-filters .search-area .reset::after {
  left: 0;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}
.recipe-filters .search-area .reset::before {
  right: -31px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.recipe-filters .search-area .reset.has-primary-background-color::after, .recipe-filters .search-area .reset.has-primary-background-color::before {
  background-color: #DB0032 !important;
  border-color: #DB0032 !important;
}
.recipe-filters .search-area .reset.has-accent-background-color::after, .recipe-filters .search-area .reset.has-accent-background-color::before {
  background-color: #B59F78;
  border-color: #B59F78;
}
.recipe-filters .search-area .reset::after, .recipe-filters .search-area .reset::before {
  height: 18px;
  width: 24px;
  margin-top: -21px;
}
.recipe-filters .search-area .reset::before {
  right: -24px;
}
.recipe-filters .search-area .reset:hover {
  opacity: 0.7;
}

.recipe-block {
  max-width: 78.5rem;
  width: 100%;
  padding: 0 0 1.5rem;
}
.recipe-block .recipe-card {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 1s 0.3s ease;
  width: 100%;
}
.recipe-block .recipe-card.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.recipe-block:has(.recipe-card) .recipes-loader {
  display: none;
}
.recipe-block .recipes-loader {
  margin-top: 2rem;
}
body:not(.loading-previews) .recipe-block .recipes-loader {
  display: none;
}
.recipe-block .recipe-card:not(.placeholder) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: all 1s 0.3s ease;
}
.recipe-block .recipe-card:not(.placeholder).animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.recipe-block .recipe-card.placeholder {
  width: 100%;
}
.recipe-block .recipe-card.placeholder::after {
  content: "█ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ███ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ███ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ███ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ███ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ███ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ███ ███ ███ ███ ██ ██████ ███ █████ ███ ████ ████ █████ ████ ███ █ ████ ██";
  text-wrap: balance;
  line-height: 4;
  color: #ccc;
  padding: 1rem;
  font-size: 0.5rem;
  letter-spacing: -0.5px;
  word-spacing: -10px;
  animation-name: text-pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes text-pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.recipe-card {
  display: flex;
  flex-direction: column;
  max-width: 18rem;
  height: 570px;
  background: #FFFFFF;
  color: inherit;
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  .recipe-card {
    height: 320px;
  }
}
.recipe-card .recipe-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.recipe-card .wp-post-image {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}
.recipe-card .text-wrapper {
  padding: 1rem 2rem 1.5rem;
}
@media (max-width: 800px) {
  .recipe-card .text-wrapper {
    padding: 1rem;
  }
}
.recipe-card .img-wrapper {
  flex: 1;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.recipe-card .img-wrapper img {
  transition: 0.4s ease-out;
}
.recipe-card .banner {
  display: none;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 38px;
  top: 1.125rem;
  font-size: 1.1rem;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  background: #DB0032;
  color: white;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5));
}
.recipe-card .banner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 8px solid #DB0032;
  position: absolute;
  right: -8px;
  top: 0;
}
.recipe-card .button-secondary {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 190px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 5;
}
.recipe-card .heading4 {
  font-size: clamp(0.875rem, 4vw, 1.25rem);
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #DB0032;
  text-transform: none;
}
.recipe-card .read-more {
  width: fit-content;
  margin: 1rem 0 0;
  border-bottom: 1px solid #DB0032;
  color: #DB0032;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "brother-1816", sans-serif;
}
.recipe-card .wprm-recipe-template-recipe-excerpt {
  margin: 0;
  pointer-events: none;
}
.recipe-card .wprm-recipe-template-recipe-excerpt {
  padding: 0;
  background: transparent;
}
.recipe-card .wprm-recipe-template-recipe-excerpt a {
  color: #231F20;
}
.recipe-card .wprm-recipe-block-container-separated .wprm-recipe-details-label {
  display: inline-block;
  width: 85px;
}
.recipe-card .wprm-recipe-block-container {
  margin-bottom: 3px;
}
.recipe-card .wprm-recipe-rating {
  margin-bottom: 3px;
}
.recipe-card .wprm-recipe-rating::before {
  content: "Rating";
  font-weight: bold;
  width: 85px;
  display: inline-block;
}
.recipe-card .made-with p {
  margin: 0;
  font-size: 0.9em;
  font-weight: 300;
}
.recipe-card .made-with p strong {
  display: inline-block;
  width: 85px;
}
.recipe-card .made-with small,
.recipe-card .made-with br {
  display: none;
}

.related-recipes {
  background: #FBF4ED;
  padding: 5rem 1rem 3rem;
}
.related-recipes hr {
  max-width: 82rem;
}
.related-recipes .button-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.related-recipes .recipe-block {
  justify-content: center;
  margin: 0 auto;
}
.related-recipes .recipe-block .recipe-card {
  margin: 0 1% 2rem;
}
@media (min-width: 966px) and (max-width: 1300px) {
  .related-recipes .recipe-block .recipe-card:nth-of-type(4) {
    display: none;
  }
}

.hasHover .recipe-active-filters .active-filter:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.hasHover .recipe-card:hover img {
  opacity: 0.4;
}
.hasHover .recipe-card:hover .button-secondary {
  opacity: 1;
}

.single-recipe .back-recipes {
  position: absolute;
  top: 6rem;
  left: 2rem;
  z-index: 5;
  margin: 0;
  color: white;
}
.single-recipe .back-recipes a {
  color: white;
}
.single-recipe .back-recipes a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  .single-recipe .back-recipes {
    top: 8.5rem;
  }
}
.single-recipe .entry-content {
  max-width: none;
  padding: 0;
}
.single-recipe .disclaimer {
  max-width: 690px;
  padding: 0 2rem;
  margin: -3rem auto 5rem;
  text-align: center;
}
.single-recipe .disclaimer p {
  font-size: 0.75rem;
}
.single-recipe .food-service + .comments-area {
  display: none;
}
.single-recipe .food-service + .comments-area .comment-form-wprm-rating {
  display: none;
}
.single-recipe .food-service .wprm-recipe-rating {
  display: none;
}
.single-recipe .wprm-recipe-template-custom-basic,
.single-recipe .wprm-recipe-template-custom-poster-template {
  max-width: 100% !important;
  margin: 0 auto 5rem;
  z-index: 5;
  position: relative;
}
.single-recipe .wprm-recipe-template-custom-basic h1,
.single-recipe .wprm-recipe-template-custom-basic .wprm-recipe-summary,
.single-recipe .wprm-recipe-template-custom-basic .wprm-recipe-servings-container,
.single-recipe .wprm-recipe-template-custom-poster-template h1,
.single-recipe .wprm-recipe-template-custom-poster-template .wprm-recipe-summary,
.single-recipe .wprm-recipe-template-custom-poster-template .wprm-recipe-servings-container {
  text-align: center;
}
.single-recipe .wprm-recipe-template-custom-basic h3,
.single-recipe .wprm-recipe-template-custom-poster-template h3 {
  padding-bottom: 10px !important;
  border-bottom: 2px solid #DB0032;
}
.single-recipe .wprm-recipe-template-custom-basic p,
.single-recipe .wprm-recipe-template-custom-basic li,
.single-recipe .wprm-recipe-template-custom-poster-template p,
.single-recipe .wprm-recipe-template-custom-poster-template li {
  font-family: "trade-gothic-next", sans-serif;
  color: #231F20;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.1rem !important;
  list-style: none !important;
}
.single-recipe .wprm-recipe-template-custom-basic li,
.single-recipe .wprm-recipe-template-custom-poster-template li {
  padding: 20px 0 !important;
  margin-left: 0 !important;
  border-bottom: 2px solid #E6E8EB;
}
.single-recipe .wprm-recipe-template-custom-basic li::before,
.single-recipe .wprm-recipe-template-custom-poster-template li::before {
  position: static;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share {
  width: fit-content;
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.25rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-size: cover;
  transition: background-color 0.2s;
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share:hover,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share:hover {
  background-color: #111;
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share.share-fb,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share.share-fb {
  background-image: url("../svg/icon-facebook-red.svg");
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share.share-tw,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share.share-tw {
  background-image: url("../svg/icon-twitter-red.svg");
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share.share-pi,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share.share-pi {
  background-image: url("../svg/icon-pinterest-red.svg");
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share.share-email,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share.share-email {
  background-image: url("../svg/icon-email-red.svg");
}
.single-recipe .wprm-recipe-template-custom-basic .recipe-share .share.share-print,
.single-recipe .wprm-recipe-template-custom-poster-template .recipe-share .share.share-print {
  background-image: url("../svg/icon-print-red.svg");
}
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: clamp(2rem, 8vw, 8rem);
  max-width: 80vw;
  margin: 0 auto;
}
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-equipment-container,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-equipment-container {
  width: 100%;
}
@media (min-width: 900px) {
  .single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper,
  .single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-layout-container,
  .single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-equipment-container,
  .single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-ingredients-container,
  .single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-instructions-container,
  .single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-notes-container,
  .single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-layout-container,
  .single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-equipment-container,
  .single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-ingredients-container,
  .single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-instructions-container,
  .single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-notes-container {
    max-width: 82rem;
    flex: 0 1 45%;
  }
}
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .recipe-share,
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-notes-container,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .recipe-share,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-notes-container {
  margin-top: 2rem;
}
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .recipe-share .wprm-recipe-header,
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-notes-container .wprm-recipe-header,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .recipe-share .wprm-recipe-header,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-notes-container .wprm-recipe-header {
  margin-bottom: 0.8rem !important;
}
.single-recipe .wprm-recipe-template-custom-basic .ingredients-instructions-wrapper .wprm-recipe-group-name,
.single-recipe .wprm-recipe-template-custom-poster-template .ingredients-instructions-wrapper .wprm-recipe-group-name {
  font-weight: 400 !important;
}
.single-recipe .wp-block-embed.is-type-video iframe {
  display: block;
  max-width: 820px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: auto;
}
.single-recipe .comments-area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 720px;
  width: 100%;
  padding: 100px 1rem 0;
  margin: auto;
}
@media (max-width: 1025px) {
  .single-recipe .comments-area {
    padding-top: 40px;
  }
}
.single-recipe .comments-area .comment-respond {
  order: -1;
}
.single-recipe .comments-area .comment-reply-title,
.single-recipe .comments-area .comments-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #DB0032;
  font-size: 20px;
  text-transform: none;
}
.single-recipe .comments-area .comments-title {
  margin-top: 60px;
}
.single-recipe .comments-area label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  position: static;
  left: 0;
  top: 0;
  color: #231F20;
}
.single-recipe .comments-area textarea,
.single-recipe .comments-area input[type=text],
.single-recipe .comments-area input[type=email],
.single-recipe .comments-area input[type=url] {
  padding: 10px 15px !important;
  border: 1px solid #f5f4f8;
  font-size: 16px;
  background: #EBEEF0;
}
.single-recipe .comments-area textarea:focus,
.single-recipe .comments-area input[type=text]:focus,
.single-recipe .comments-area input[type=email]:focus,
.single-recipe .comments-area input[type=url]:focus {
  border: 1px solid #B59F78;
}
.single-recipe .comments-area textarea {
  max-width: 500px;
}
.single-recipe .comments-area input[type=text],
.single-recipe .comments-area input[type=email],
.single-recipe .comments-area input[type=url] {
  max-width: 300px;
}
.single-recipe .comments-area [type=checkbox]:not(:checked) + label:before {
  border-color: #ebeef0;
  border-width: 2px;
}
.single-recipe .comments-area .form-submit {
  display: inline-block;
  padding-left: 10px;
  margin-top: 20px;
  position: relative;
}
.single-recipe .comments-area .form-submit::after, .single-recipe .comments-area .form-submit::before {
  content: " ";
  height: 15px;
  width: 20px;
  top: 50%;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  right: -20px;
  margin-top: -18px;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-top: 2px solid #B59F78;
  border-right: 2px solid #B59F78;
  background: #B59F78;
  transform: rotate(65deg) skew(40deg);
}
.single-recipe .comments-area .form-submit::before {
  right: auto;
  left: 10px;
}
.single-recipe .comments-area input[type=submit] {
  height: 36px;
  padding: 0 20px;
  line-height: 0;
  background: #B59F78;
  font-size: 18px;
  color: #FFFFFF;
}
.single-recipe .comments-area .comment-list {
  padding-left: 0;
  list-style: none;
}
.single-recipe .comments-area .children {
  margin-top: 20px;
  list-style: none;
}
.single-recipe .comments-area .children .comment-respond {
  margin-top: 20px;
}
.single-recipe .comments-area .comment {
  margin-bottom: 40px;
}
.single-recipe .comments-area .comment-author a {
  color: #DB0032;
}
.single-recipe .comments-area time {
  font-size: 12px;
  color: #6C757E;
}
.single-recipe .comments-area .reply-title {
  margin-top: 20px;
}
.single-recipe .comments-area small {
  margin-left: 20px;
}
.single-recipe .comments-area small a {
  color: #DB0032;
}
.single-recipe .comments-area .comment-reply-link {
  text-transform: uppercase;
  font-size: 12px;
  color: #6C757E;
}
.single-recipe .comments-area .comment-edit-link {
  color: #DB0032;
}
.single-recipe .comments-area .logged-in-as a {
  color: #DB0032;
}
.single-recipe .recipe-video-block {
  padding: 3rem 1rem 1.5rem;
}
.single-recipe .recipe-video-block.vertical iframe {
  max-width: 100%;
  height: calc(100vh - 150px);
  width: auto;
  aspect-ratio: 9/16;
}
.single-recipe .recipe-video-block .wp-block-heading {
  border: none;
}
.single-recipe .recipe-video-block .wp-block-embed {
  margin: 0;
}
.single-recipe .recipe-video-block iframe {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: auto;
}

/*# sourceMappingURL=recipes.min.css.map */
