.section--hero-text-image .columns {
  display: grid;
  grid-template-columns: 2fr 3fr;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .section--hero-text-image .columns {
    grid-template-columns: 1fr;
  }
  .section--hero-text-image .columns .image {
    order: -1;
  }
}
.section--hero-text-image .text {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: var(--space-l);
  padding-inline: var(--space-l-xl);
}
.section--hero-text-image .text > * {
  max-width: 75ch;
}
.section--hero-text-image .text {
  mask: var(--jagged-mask-left);
}
@media (max-width: 1024px) {
  .section--hero-text-image .text {
    mask: var(--jagged-mask-bottom);
  }
}
@media (min-width: 1920px) {
  .section--hero-text-image .text {
    mask: var(--jagged-mask-inline);
  }
}
.section--hero-text-image .image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .section--hero-text-image .image > img {
    max-height: 75vh;
  }
}
.section--hero-text-image .heading {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  font-size: var(--font-32-64);
}
.section--hero-text-image .heading small {
  font-size: var(--font-26-32);
}
.section--hero-text-image .meta {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: var(--space-xs);
  padding-block-start: var(--space-xs);
}
.section--hero-text-image .meta > li {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.section--hero-text-image .meta > li > img {
  margin-right: 10px;
}
.section--hero-text-image .meta .chef span {
  background: url(/wp-content/themes/manda/images/chef-cap.png);
}
.section--hero-text-image .meta .prep_time span,
.section--hero-text-image .meta .cook_time span {
  background: url(/wp-content/themes/manda/images/time.png);
}
.section--hero-text-image .social-sharer ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1em;
}
.section--hero-text-image .social-sharer a {
  display: flex;
  align-items: center;
  justify-content: center;
  --icon-size: max(2.5rem, var(--space-l));
  padding: var(--space-2xs);
  width: var(--icon-size);
  height: var(--icon-size);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.25em;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50%;
}
.section--hero-text-image .social-sharer a:hover, .section--hero-text-image .social-sharer a:focus {
  color: #444444;
  background-color: #ffca0d;
  border-color: #ffca0d;
}
.section--recipe-content {
  padding: var(--space-l);
  color: #2b367b;
}
.section--recipe-content .columns {
  display: grid;
  grid-template-columns: 2fr 5fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  gap: var(--space-l);
}
@media (max-width: 1024px) {
  .section--recipe-content .columns {
    grid-template-columns: 1fr;
  }
}
.section--recipe-content .column-ingredients .category {
  margin: 15px 0px 30px 0px;
}
.section--recipe-content .column-ingredients .category .categories {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-right: 20px;
  background-color: #db2b45;
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.section--recipe-content .column-ingredients .category .categories:hover {
  border-radius: 0;
  /*background-position: 20px 10px;*/
  background-position: 10px 0px;
}
.section--recipe-content .column-ingredients .category .categories:hover p {
  display: block;
}
.section--recipe-content .column-ingredients .category .categories p {
  color: #fff;
  font-weight: bold;
  line-height: 10px;
  font-size: 10px;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.section--recipe-content .column-ingredients .ingredient-list,
.section--recipe-content .column-ingredients .product-list {
  list-style: none;
  margin-left: 0;
}
.section--recipe-content .column-ingredients .ingredient-list li,
.section--recipe-content .column-ingredients .product-list li {
  display: flex;
  flex-flow: row nowrap;
  gap: 1ch;
}
.section--recipe-content .column-ingredients .ingredient-list li:last-child,
.section--recipe-content .column-ingredients .product-list li:last-child {
  margin-bottom: 0;
}
.section--recipe-content .column-ingredients .product-list li img {
  width: 75px;
}
.section--recipe-content .column-ingredients .product-list li a {
  text-decoration-color: transparent;
}
.section--recipe-content .column-ingredients .ingredient_amount {
  color: #db2b45;
  font-size: 1.125em;
  font-weight: 700;
  min-width: 30px;
  text-align: left;
}
.section--recipe-content .column-instructions ol {
  margin: 0;
  padding: 0;
}
.section--recipe-content .column-instructions ol li {
  list-style: none;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  vertical-align: baseline;
  gap: 2ch;
  margin-bottom: 20px;
}
.section--recipe-content .column-instructions .instruction_count {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #db2b45;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: "Woodman", system-ui, -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.section--recipe-content .column-instructions .instruction_text {
  padding-top: 10px;
  flex-grow: 1;
}
.section--recipe-content .column-instructions .instruction_text p {
  margin-bottom: 10px;
}
.section--recipe-content .column-instructions .ft_label {
  font-family: "Woodman", system-ui, -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  color: #db2b45;
  line-height: 17px;
  cursor: pointer;
}
.section--recipe-content .column-instructions .ft_label span {
  display: inline-block;
  height: 15px;
  width: 15px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 18px;
}
.section--recipe-content .column-instructions .ft_label span.active {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section--recipe-content .column-instructions .ft_text {
  display: none;
  width: 100%;
  overflow: hidden;
}
.section--recipe-content .column-instructions .ft_text .ft_close {
  width: 10%;
  float: left;
  position: relative;
  top: 30%;
  left: 2%;
}
@media (max-width: 600px) {
  .section--recipe-content .column-instructions .ft_text .ft_close {
    float: right;
    top: 0;
    right: 0;
  }
}
.section--recipe-content .column-instructions .ft_text .ft_close span {
  display: block;
  /*background: url(/wp-content/themes/manda + "/images/close.png") no-repeat;*/
  position: absolute;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 22px;
  text-align: center;
  vertical-align: text-top;
  transition: all 0.4s ease-in-out;
}
.section--recipe-content .column-instructions .ft_text .ft_content {
  position: relative;
  z-index: 3;
  background: #edece9;
  padding: 10px;
}
@media (max-width: 600px) {
  .section--recipe-content .column-instructions .ft_text .ft_content {
    width: 90%;
    float: left;
  }
}

.section--recipe-list {
  padding: var(--space-m-l);
  padding-inline: var(--space-m-l);
  color: #fafaf9;
  --heading-color: currentColor;
  --eyebrow-color: currentColor;
  background-color: #db2b45;
  background-image: url(/wp-content/themes/manda/images/Picnic-Background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .section--recipe-list {
    background-size: auto;
    background-position: bottom;
  }
}
.section--recipe-list > * + * {
  margin-top: var(--space-m);
}
.section--recipe-list .recipe-section-intro {
  text-align: center;
}
.section--recipe-list .recipe-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-m);
}
@media (max-width: 1024px) {
  .section--recipe-list .recipe-container {
    grid-template-columns: 1fr;
  }
}
.section--recipe-list .recipe-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=single-recipes.css.map */
