/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Link - Emphasized : =links, =hyperlinks
 *
 */
/**
 * Text Highlight : =highlight
 * adds a colored highlight at bottom of text
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--custom--layout--column-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  body {
    --wp--custom--layout--block-gap-large: 60px;
  }
}

/* Hyperlinks : =links
--------------------------------------------- */
a:hover, a:focus {
  color: var(--wp--custom--color--link-hover);
}
a.is-style-emphasized {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--custom--color--link);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
a.is-style-emphasized:hover, a.is-style-emphasized:focus {
  text-decoration-color: var(--wp--custom--color--link-hover);
}

.entry-content :is(p, ul, ol) a,
.block-area :is(p, ul, ol) a,
.site-footer__bottom a,
.breadcrumb a {
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  font-weight: 700;
}
.entry-content :is(p, ul, ol) a:hover, .entry-content :is(p, ul, ol) a:focus,
.block-area :is(p, ul, ol) a:hover,
.block-area :is(p, ul, ol) a:focus,
.site-footer__bottom a:hover,
.site-footer__bottom a:focus,
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration-color: var(--wp--custom--color--link-hover);
}

/* Paragraph : =paragraph
--------------------------------------------- */
p.is-style-subtitle {
  font-family: var(--wp--preset--font-family--system-font);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--small);
  text-transform: uppercase;
  font-weight: 900;
}

p.is-style-block-title {
  font-size: var(--wp--preset--font-size--jumbo);
  font-family: var(--wp--preset--font-family--display);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 700;
  margin: 0 0 16px;
}

/* Heading : =headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 1rem;
}

h1 {
  font-size: var(--wp--preset--font-size--gigantic);
  line-height: var(--wp--custom--line-height--tiny);
}
h1 span:not(.has-swoop-underline) {
  background-image: linear-gradient(var(--wp--preset--color--denary-bright), var(--wp--preset--color--denary-bright));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

h2 {
  font-size: var(--wp--preset--font-size--jumbo);
}
h2.is-style-secondary {
  font-family: var(--wp--preset--font-family--system-font);
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  font-size: var(--wp--preset--font-size--huge);
}
h3.is-style-secondary {
  font-family: var(--wp--preset--font-family--system-font);
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  font-size: var(--wp--preset--font-size--big);
}
h4.is-style-secondary {
  font-family: var(--wp--preset--font-family--system-font);
  font-weight: 900;
  text-transform: uppercase;
}

h5,
h6 {
  font-size: var(--wp--preset--font-size--normal);
}

.cwp-inner:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--row-gap);
}

/* Image : =images
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Button : =buttons
--------------------------------------------- */
div.wp-block-buttons {
  gap: var(--wp--custom--layout--column-gap);
}

.wp-block-button__link {
  font-family: var(--wp--preset--font-family--display);
  line-height: var(--wp--custom--line-height--small);
  font-size: 1.1875rem;
}
.wp-block-button__link, .wp-block-button__link.has-background {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-button__link:hover {
  filter: brightness(85%);
}
.wp-block-button__link.has-primary-bright-background-color, .wp-block-button__link.has-denary-bright-background-color {
  color: var(--wp--preset--color--foreground);
}
.is-style-outline .wp-block-button__link {
  border: 1px solid currentColor;
}
.is-style-outline .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/* Group : =groups
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignfull > * {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors : =colors
--------------------------------------------- */
.has-black-background-color,
.has-foreground-background-color,
.has-primary-background-color {
  color: var(--wp--preset--color--white);
}

.has-white-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-quinary-background-color,
.has-senary-background-color,
.has-septenary-background-color {
  color: var(--wp--preset--color--foreground);
}

/* Search : =search
--------------------------------------------- */
.wp-block-search__label {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
  line-height: var(--wp--custom--line-height--small);
  text-transform: lowercase;
  margin-bottom: 12px;
}

.wp-block-search__button {
  background: url(../icons/utility/search-fat.svg) no-repeat center;
  background-size: 24px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
}

.wp-block-search__inside-wrapper {
  background: #fff;
  border: 1px solid var(--wp--custom--color--neutral-400);
  border-radius: var(--wp--custom--border-radius--tiny);
  position: relative;
  padding-right: 44px;
  max-width: 400px;
}

.wp-block-search__input {
  border: none;
  background: transparent;
  min-height: 44px;
}

.wp-block-search__input::placeholder {
  color: var(--wp--custom--color--neutral-500);
  font-weight: 400;
}

/* Block Quote : =blockquote, =quote
--------------------------------------------- */
.wp-block-quote {
  position: relative;
  background-color: rgba(var(--wp--custom--color--denary-bright-rgb), 0.5);
  border-left: 5px solid var(--wp--custom--color--denary-bright);
}
.wp-block-quote p {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--display);
  line-height: var(--wp--custom--line-height--normal);
  margin: 0;
}
.wp-block-quote p + p {
  margin-top: 16px;
}
.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--system-font);
  color: var(--wp--preset--color--foreground);
  font-style: normal;
  font-weight: 900;
  display: block;
  margin-top: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .wp-block-quote {
    padding: 22px 32px;
  }
}

/* WordPress SEO : =yoast
--------------------------------------------- */
.breadcrumb {
  line-height: var(--wp--custom--line-height--small);
  max-width: var(--wp--custom--layout--page);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.75rem;
}
.breadcrumb a {
  font-weight: 400;
}
.breadcrumb span {
  display: inline-flex;
  align-items: center;
}
.breadcrumb .sep {
  margin: 0 4px;
  color: var(--wp--custom--color--neutral-400);
}
.breadcrumb .breadcrumb_last {
  color: var(--wp--custom--color--neutral-600);
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 18px;
  }
}

.wp-block-yoast-faq-block .schema-faq-question {
  display: block;
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-yoast-faq-block .schema-faq-answer {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 16px;
  }
  .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 20px;
  }
  .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 5px;
  }
}

/* WP Recipe Maker : =wprm
--------------------------------------------- */
.wprm-recipe-rating .wprm-recipe-rating-details {
  font-size: inherit;
}

/* WPForms : =wpforms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-label {
  font-size: var(--wp--preset--font-size--small);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
div.wpforms-container .wpforms-submit-container button[type=submit] {
  border: none;
  font-size: 0.9375rem;
  font-family: var(--wp--preset--font-family--display);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--small);
  background-color: var(--wp--preset--color--denary-bright);
  color: black;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
div.wpforms-container.single-line .wpforms-field {
  margin-bottom: 8px;
}
div.wpforms-container.single-line .wpforms-submit-container {
  margin-top: 0;
}
div.wpforms-container.single-line .wpforms-submit {
  padding: 13px 24px;
}
div.wpforms-container.single-line .wpforms-submit-container {
  text-align: center;
}
.block-area-sidebar div.wpforms-container.single-line .wpforms-form,
.block-area-sidebar div.wpforms-container.single-line .wpforms-field-container {
  display: block;
}
.block-area-sidebar div.wpforms-container.single-line .wpforms-field + .wpforms-field {
  margin-top: 12px;
}
.block-area-sidebar div.wpforms-container.single-line .wpforms-submit-container {
  margin-top: 28px;
}
@media (min-width: 768px) {
  div.wpforms-container.single-line .wpforms-form {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 16px;
  }
  div.wpforms-container.single-line .wpforms-head-container {
    grid-column: span 2;
  }
  div.wpforms-container.single-line .wpforms-description {
    font-size: 1.25rem;
  }
  div.wpforms-container.single-line .wpforms-field-container {
    display: flex;
    column-gap: 16px;
  }
  div.wpforms-container.single-line .wpforms-field-container > * {
    flex: 1;
    margin-bottom: 0;
  }
  div.wpforms-container.single-line .wpforms-submit {
    padding: 14px 34px;
  }
}

/* Shared Counts : =shared counts, =social
--------------------------------------------- */
.shared-counts-wrap.style-icon {
  display: flex;
  flex-wrap: nowrap;
}
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--custom--color--neutral-800);
  width: 30px;
  height: 30px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 0;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: var(--wp--preset--color--primary);
}

/* FacetWP : =facetwp
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.facetwp-filters .facetwp-facet {
  margin: 0 0 16px;
  width: 100%;
}
.facetwp-filters .fs-label-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
  width: 100%; /* added to prevent overflow on recipe index */
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
  background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
  margin: 0;
  width: 100%;
}
.facetwp-filters .fs-option {
  padding-top: 16px;
  padding-bottom: 16px;
}
.facetwp-filters .facetwp-filters__toggle {
  background: var(--wp--preset--color--primary);
  border: none;
  border-radius: var(--wp--custom--border-radius--button);
  box-shadow: none;
  color: #fff;
  display: block;
  padding: 11px;
  font-size: var(--wp--preset--font-size--medium);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .facetwp-filters:not(.active) .facetwp-filters__inner {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
  }
  .facetwp-filters .facetwp-filters__toggle {
    display: none;
  }
}

/* Cultivate Recipe Key : =recipe key, =diet, =key
--------------------------------------------- */
.cpw-recipe-key-list {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 7px;
}
.cpw-recipe-key-list .cwp-recipe-key-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cpw-recipe-key-list .cwp-recipe-key-list__item-name {
  text-decoration: none;
  font-size: 0.8125rem;
  color: var(--wp--preset--color--foreground);
  white-space: nowrap;
}
.cpw-recipe-key-list a.cwp-recipe-key-list__item-name:hover {
  color: var(--wp--custom--color--link);
}
.cpw-recipe-key-list span[class^=cwp-recipe-key__],
.cpw-recipe-key-list a[class^=cwp-recipe-key__] {
  width: 32px;
  height: 32px;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpw-recipe-key-list a[class^=cwp-recipe-key__] {
  text-decoration: none;
  color: white;
}
.cpw-recipe-key-list a[class^=cwp-recipe-key__]:hover {
  filter: brightness(0.85);
}
@media (max-width: 767px) {
  .cpw-recipe-key-list {
    grid-template-columns: repeat(2, min-content);
  }
}
@media (min-width: 768px) {
  .cpw-recipe-key-list {
    grid-template-columns: repeat(3, min-content);
  }
}

.cwp-recipe-key {
  display: flex;
  gap: 6px;
}
.cwp-recipe-key span.cwp-recipe-key-wrap,
.cwp-recipe-key a.cwp-recipe-key-wrap {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cwp-recipe-key a.cwp-recipe-key-wrap {
  text-decoration: none;
  color: white;
}
.cwp-recipe-key a.cwp-recipe-key-wrap:hover {
  filter: brightness(0.85);
}
.cwp-recipe-key span[class^=cwp-recipe-key__] {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Page Header Block : =page header
--------------------------------------------- */
.block-page-header h1 span {
  background-image: linear-gradient(var(--wp--preset--color--denary-bright), var(--wp--preset--color--denary-bright));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

/* Meal Plan Listing Block : =meal plan listing
--------------------------------------------- */
.block-meal-plan-listing .block-meal-plan-listing__more span {
  background-image: linear-gradient(rgba(var(--wp--custom--color--denary-bright-rgb), 0.25), rgba(var(--wp--custom--color--denary-bright-rgb), 0.25));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

/* Post Listing Block : =post listing block
--------------------------------------------- */
.block-post-listing .block-post-listing__more span {
  background-image: linear-gradient(rgba(var(--wp--custom--color--denary-bright-rgb), 0.25), rgba(var(--wp--custom--color--denary-bright-rgb), 0.25));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

/* Sidebar About Block : =sidebar about, =sidebar
--------------------------------------------- */
.block-sidebar-about__link-container a span {
  background-image: linear-gradient(rgba(var(--wp--custom--color--denary-bright-rgb), 0.25), rgba(var(--wp--custom--color--denary-bright-rgb), 0.25));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

/* WPRM recipe card : =wrpm
--------------------------------------------- */
.wprm-recipe-container .wprm-recipe-header span {
  background-image: linear-gradient(var(--wp--preset--color--denary-bright), var(--wp--preset--color--denary-bright));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

.wprm-recipe-container .wprm-template-lck-footer__title span {
  background-image: linear-gradient(var(--wp--preset--color--denary-bright), var(--wp--preset--color--denary-bright));
  background-position: 0px 86%;
  background-size: 100% 38%;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 0px;
}

/* Top Bar : =top bar
---------------------------------------------------------------------------------------------------- */
.top-bar {
  background: var(--wp--preset--color--foreground);
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
}
.top-bar .top-bar__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.top-bar a {
  display: block;
  height: 24px;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar a svg {
  flex-shrink: 0;
  fill: white;
  margin-left: 4px;
}
.top-bar a:hover, .top-bar a:active {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .top-bar {
    font-size: 0.71875rem;
  }
  .top-bar .top-bar__inner {
    overflow: scroll;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .top-bar {
    font-size: 0.8125rem;
  }
}

/* Site Header : =header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--custom--color--site-header);
  box-shadow: var(--wp--custom--box-shadow--1);
  position: relative;
}
@media (max-width: 1120px) {
  .site-header {
    --cwp-logo-width: 129px;
    --cwp-logo-height: 49px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 1121px) {
  .site-header {
    --cwp-logo-width: 165px;
    --cwp-logo-height: 58px;
  }
  .site-header .wrap {
    display: grid;
    grid-template-columns: var(--cwp-logo-width) 252px 1fr;
    align-items: center;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1120px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
}
.site-header__logo {
  display: block;
  width: var(--cwp-logo-width);
  height: var(--cwp-logo-height);
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1120px) {
  .site-header__logo {
    margin: 0 auto;
  }
}
.site-header__desktop-search {
  margin-left: 14px;
}
.site-header__desktop-search .wp-block-search__inside-wrapper {
  border-color: #000000;
  border-radius: 0;
}
.site-header__desktop-search .wp-block-search__input::placeholder {
  font-size: 1rem;
}
@media (max-width: 1120px) {
  .site-header__desktop-search {
    display: none;
  }
}
.site-header__toggles button {
  position: absolute;
  top: 4px;
  border-radius: var(--wp--custom--border-radius--tiny);
}
.site-header__toggles .menu-toggle {
  left: 4px;
}
.site-header__toggles .search-toggle {
  right: 4px;
}
@media (min-width: 1121px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1120px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active,
.menu-toggle.active,
.favorite-toggle.active {
  background: var(--wp--preset--color--primary-bright);
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Header Search (bar that appears when clicking search toggle): =search
---------------------------------------------------------------------------------------------------- */
.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  background: var(--wp--preset--color--septenary);
}
.header-search form {
  padding: 16px;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1121px) {
  .header-search {
    position: absolute;
    top: 60px;
  }
}
@media (min-width: 1121px) and (max-width: 899px) {
  .header-search {
    top: 54px;
  }
}
@media (max-width: 1120px) {
  .header-search {
    display: block;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
  .header-search form {
    flex-grow: 1;
  }
  .header-search .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) * 2);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 47%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .nav-primary .menu > .menu-item.emphasized a {
  border: 2px solid var(--wp--preset--color--denary-bright);
  background-color: white;
}
.nav-menu .nav-primary .menu > .menu-item.emphasized a:hover, .nav-menu .nav-primary .menu > .menu-item.emphasized a:focus {
  background-color: var(--wp--preset--color--octonary);
}
@media (min-width: 1121px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--septenary);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .nav-primary .menu > .menu-item {
    line-height: 1;
    padding: 0 16px;
  }
  .nav-menu .nav-primary .menu > .menu-item > a {
    font-family: var(--wp--preset--font-family--display);
    padding: 33px 0;
    border-bottom: 8px solid transparent;
    font-size: 0.9375rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .nav-menu .nav-primary .menu > .menu-item.current-menu-item:not(.emphasized) > a {
    border-bottom: 8px solid var(--wp--preset--color--denary-bright);
  }
  .nav-menu .nav-primary .menu > .menu-item:hover:not(.emphasized) > a, .nav-menu .nav-primary .menu > .menu-item:focus-within:not(.emphasized) > a {
    border-bottom: 8px solid var(--wp--preset--color--octonary);
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children > a {
    padding-right: 16px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within {
    background-color: var(--wp--preset--color--septenary);
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover > a, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within > a {
    border-bottom: 8px solid transparent;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover > .sub-menu, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within > .sub-menu {
    left: 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.emphasized a {
    margin-top: 20px;
    padding: 9px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials {
    display: none;
  }
  .nav-menu .nav-primary .menu-item.mega {
    position: static;
  }
  .nav-menu .nav-primary .menu-item.mega > a {
    background-image: url(../icons/utility/carat-down-large.svg);
    background-repeat: no-repeat;
    background-position: right -3px top 33px;
    background-size: 15px;
  }
  .nav-menu .nav-primary .menu-item.mega > .submenu-expand {
    display: none;
  }
  .nav-menu .nav-primary .menu-item.mega .sub-menu {
    padding-top: 16px;
  }
  .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu, .nav-menu .nav-primary .menu-item.mega:focus-within > .sub-menu {
    left: 0;
  }
}
@media (min-width: 1121px) and (min-width: 1200px) {
  .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu, .nav-menu .nav-primary .menu-item.mega:focus-within > .sub-menu {
    left: calc(50% - 576px) !important;
  }
}
@media (min-width: 1121px) {
  .nav-menu .nav-primary .sub-menu {
    background-color: var(--wp--preset--color--septenary);
    padding-bottom: 10px;
  }
  .nav-menu .nav-primary .sub-menu a {
    padding: 10px 20px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 1121px) {
  .nav-menu .nav-primary .mega > .sub-menu {
    width: 100vw;
    max-width: var(--wp--custom--layout--wide);
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 4px;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li {
    flex-basis: 0;
    flex-grow: 1;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a {
    font-family: var(--wp--preset--font-family--display);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li:hover > a {
    background-color: transparent;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li .submenu-expand {
    display: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu {
    padding: 0;
    box-shadow: none;
    display: block;
    position: relative;
    opacity: 1;
    margin: 0;
    left: auto;
    width: 100%;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu::before {
    display: none;
  }
}
@media (max-width: 1120px) {
  .nav-menu {
    display: none;
    background-color: var(--wp--preset--color--septenary);
    padding-bottom: 22px;
  }
  .nav-menu.active {
    display: block;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .nav-menu .nav-primary {
    padding: 12px 0px 0px 16px;
  }
  .nav-menu .nav-primary .menu > .menu-item > a {
    font-family: var(--wp--preset--font-family--display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.emphasized {
    margin-top: 12px;
  }
  .nav-menu .nav-primary .menu > .menu-item.emphasized a {
    justify-content: center;
    font-weight: 400;
    margin-right: 16px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials {
    margin-top: 18px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials ul.social-links {
    padding-left: 0;
    margin: 0;
    justify-content: center;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials ul.social-links li + li {
    margin-left: 8px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials ul.social-links li a {
    display: flex;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials ul.social-links li a svg {
    fill: rgba(33, 33, 33, 0.75);
    width: 32px;
    height: 32px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-socials ul.social-links li a:hover svg {
    fill: var(--wp--custom--color--link-hover);
  }
  .nav-menu .nav-primary .sub-menu .menu-item a {
    font-size: 0.9375rem;
    padding: 14.5px 0;
  }
  .nav-menu .nav-primary .sub-menu .sub-menu .menu-item a {
    padding: 10px 0;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li .sub-menu {
    padding-left: 0;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a {
    font-family: var(--wp--preset--font-family--display);
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
}

.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header .post-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-header .post-header__info {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--wp--preset--font-size--tiny);
  align-items: center;
}
.post-header .post-header__author-date {
  font-family: var(--wp--preset--font-family--display);
  position: relative;
  padding-left: 56px;
  margin-right: 48px;
}
.post-header .post-header__author-date .entry-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.post-header .post-header__author-date .entry-avatar img {
  border-radius: 50%;
}
.post-header .post-header__author-date .entry-author {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--wp--custom--color--neutral-900);
}
.post-header .post-header__author-date .entry-author strong {
  font-weight: 600;
}
.post-header .post-header__author-date .post-header__date {
  font-size: 0.9375rem;
  color: var(--wp--custom--color--neutral-600);
}
.post-header .post-header__author-date p {
  margin: 0;
}
.post-header .post-header__actions {
  display: flex;
  align-items: center;
  gap: 32px;
}
.post-header .post-header__actions a {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--custom--color--link);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.post-header .post-header__actions a:hover, .post-header .post-header__actions a:focus {
  text-decoration-color: var(--wp--custom--color--link-hover);
}
.post-header .shared-counts-wrap {
  align-items: center;
}
.post-header .shared-counts-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
  color: black;
  margin-right: 10px;
}
.post-header .shared-counts-button {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.post-header .shared-counts-button svg {
  fill: black;
  width: 32px;
  height: 32px;
}
.post-header .shared-counts-button:hover {
  background: var(--wp--preset--color--primary-bright);
}
.post-header .shared-counts-label {
  display: none;
}
@media (max-width: 767px) {
  .post-header {
    padding: 20px 0 0;
  }
  .post-header .post-header__left {
    margin-bottom: 24px;
  }
  .post-header .post-header__right img {
    box-shadow: 7.1px 7.61px 0px rgba(var(--wp--custom--color--primary-bright-rgb), 0.5);
    margin: 0 auto;
  }
  .post-header .post-header__meta {
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
  }
  .post-header .cwp-recipe-key span[class^=cwp-recipe-key__],
.post-header .cwp-recipe-key a[class^=cwp-recipe-key__] {
    width: 28px;
    height: 28px;
  }
  .post-header .post-header__rating svg {
    width: 22px;
    height: 22px;
  }
  .post-header .post-header__lower {
    margin-bottom: 18px;
  }
  .post-header .post-header__actions {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .post-header {
    padding: 32px 0 0;
    margin-bottom: 30px;
  }
  .post-header .post-header__inner {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 32px;
  }
  .post-header .post-header__right {
    position: relative;
  }
  .post-header .post-header__right img {
    position: absolute;
    box-shadow: 8px 9px 0px rgba(var(--wp--custom--color--primary-bright-rgb), 0.5);
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .post-header .entry-title {
    margin-bottom: 20px;
  }
  .post-header .post-header__meta {
    margin-bottom: 20px;
  }
  .post-header .cwp-recipe-key {
    margin-right: 40px;
  }
  .post-header .post-header__rating svg {
    width: 25px;
    height: 25px;
  }
  .post-header .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .post-header .post-header__inner {
    grid-template-columns: 1fr 400px;
  }
}

.aff-disc {
  font-size: var(--wp--preset--font-size--tiny);
}
.aff-disc > *:first-child {
  margin-top: 0;
}
.aff-disc > *:last-child {
  margin-bottom: 0;
}

/* Archive Header
--------------------------------------------- */
.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header__image {
  border-radius: var(--wp--custom--border-radius--image, 0);
}

@media (max-width: 767px) {
  .archive-header {
    padding: 24px 0 0px;
    text-align: center;
  }
  .archive-header .breadcrumb {
    margin-bottom: 12px;
  }
  .archive-header__image-container {
    display: none;
  }
}
@media (min-width: 768px) {
  .archive-header {
    padding: 32px 0 0px;
  }
  .archive-header__inner {
    display: grid;
    grid-template-columns: 1fr 268px;
    column-gap: 32px;
  }
  .archive-header__content_container {
    max-width: var(--wp--custom--layout--content);
    align-self: center;
  }
  .archive-header .breadcrumb {
    margin-bottom: 18px;
  }
  .archive-header__image-container img {
    box-shadow: 22px 10px 0px rgba(var(--wp--custom--color--primary-bright-rgb), 0.5);
  }
}
/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
}

.archive .site-main > .block-post-listing {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

/* Entry Navigation : =pagination
--------------------------------------------- */
.pagination {
  text-align: center;
  padding-top: 32px;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--display);
  line-height: var(--wp--custom--line-height--tiny);
}
.pagination ul li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:not(.active):hover > a {
  color: var(--wp--custom--color--link);
}
.pagination ul li.active > a {
  background: var(--wp--preset--color--denary-bright);
}
.pagination ul li.active:hover > a {
  filter: brightness(85%);
}
.full-width-content .pagination {
  max-width: var(--wp--custom--layout--wide);
}

.facetwp-pager {
  padding-top: 32px;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.facetwp-pager .page-numbers,
.facetwp-pager .facetwp-page {
  color: black;
  display: inline-block;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-decoration: none;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--display);
}
.facetwp-pager .page-numbers.first:not(.active), .facetwp-pager .page-numbers.prev, .facetwp-pager .page-numbers.next,
.facetwp-pager .facetwp-page.first:not(.active),
.facetwp-pager .facetwp-page.prev,
.facetwp-pager .facetwp-page.next {
  width: auto;
}
.facetwp-pager .page-numbers:hover,
.facetwp-pager .facetwp-page:hover {
  filter: brightness(0.8);
}
.facetwp-pager .page-numbers.active:not(.prev):not(.next), .facetwp-pager .page-numbers.current,
.facetwp-pager .facetwp-page.active:not(.prev):not(.next),
.facetwp-pager .facetwp-page.current {
  background: var(--wp--preset--color--denary-bright);
  color: black;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid var(--wp--custom--color--neutral-500);
  border-radius: 3px;
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  line-height: 24px;
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--custom--color--neutral-600);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--custom--color--neutral-600);
}

::-webkit-input-placeholder {
  color: var(--wp--custom--color--neutral-600);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}
.entry-content ul.is-style-checklist, .entry-content ol.is-style-checklist {
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul.is-style-checklist li, .entry-content ol.is-style-checklist li {
  position: relative;
  padding-left: 32px;
}
.entry-content ul.is-style-checklist li:before, .entry-content ol.is-style-checklist li:before {
  content: "";
  background: url(../icons/color/check-yellow.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.entry-content ul.is-style-number-callout, .entry-content ol.is-style-number-callout {
  list-style-type: none;
  counter-reset: numberCalloutOrderedList;
  padding-left: 0;
}
.entry-content ul.is-style-number-callout li, .entry-content ol.is-style-number-callout li {
  position: relative;
  padding-left: 32px;
}
.entry-content ul.is-style-number-callout li:before, .entry-content ol.is-style-number-callout li:before {
  counter-increment: numberCalloutOrderedList;
  content: counter(numberCalloutOrderedList);
  background-color: var(--wp--preset--color--denary-bright);
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  padding-top: 4px;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content .tasty-pins-hidden-image-container:first-child + *,
.block-area .tasty-pins-hidden-image-container:first-child + *,
.cwp-inner .tasty-pins-hidden-image-container:first-child + * {
  margin-top: 0;
}
.entry-content > *,
.block-area > *,
.cwp-inner > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .cwp-large:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.entry-content .wprm-recipe-container,
.block-area .wprm-recipe-container,
.cwp-inner .wprm-recipe-container {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .entry-content .wprm-recipe-container,
.block-area .wprm-recipe-container,
.cwp-inner .wprm-recipe-container {
    margin-top: 40px;
  }
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content > .alignfull:nth-last-child(2) + .cp-load-after-post {
  display: block;
  margin-top: 0;
  margin-bottom: calc(-2 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content > .block-quick-text-links:first-child {
  padding-top: 12px;
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
  margin-bottom: 0;
}
.full-width-content .entry-content > .block-quick-text-links:first-child + * {
  margin-top: 9px;
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header .wp-block-buttons {
  margin-bottom: 1.5rem;
}

.entry-footer {
  margin-top: 48px;
}

/* Block Area - After Post : =after
--------------------------------------------- */
.block-area-after-post {
  margin: 45px 0 32px;
}
.block-area-after-post > * + * {
  margin-top: 36px;
}
.block-area-after-post::before {
  display: block;
  content: "";
  background-color: var(--wp--preset--color--nonary);
  height: 3px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block-area-after-post::before {
    width: 223px;
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  .block-area-after-post::before {
    width: 400px;
    margin-bottom: 36px;
  }
}
.block-area-after-post .block-newsletter {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .block-area-after-post .block-author-box {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .block-area-after-post .block-author-box {
    margin-bottom: 86px;
    margin-top: 66px;
  }
}

/* Block Area - Sidebar : =sidebar
--------------------------------------------- */
.block-area-sidebar > * + * {
  margin-top: 30px;
}

/* Comments : =comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(75%) sepia(85%) saturate(3210%) hue-rotate(11deg) brightness(102%) contrast(96%);
}

.entry-comments .akismet_comment_form_privacy_notice {
  display: none;
}
.entry-comments .comments-title {
  font-size: var(--wp--preset--font-size--big);
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding-left: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
}
.entry-comments .comment-list li article {
  border: 1px solid var(--wp--preset--color--denary-bright);
  border-radius: none;
  padding: 19px;
  position: relative;
}
@media (min-width: 768px) {
  .entry-comments .comment-list li article {
    padding: 20px;
  }
}
.entry-comments .comment-list li.staff > article {
  background: var(--wp--preset--color--octonary);
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-meta {
  line-height: var(--wp--custom--line-height--small);
  color: var(--wp--custom--color--neutral-700);
  vertical-align: middle;
  font-size: 0.8125rem;
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-meta a {
  color: var(--wp--custom--color--neutral-700);
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author {
  font-weight: 800;
  font-size: 1.1875rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: black;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-comments .comment-list .comment-author .avatar {
  margin-right: 8px;
  border-radius: 50%;
}
.entry-comments .comment-list .comment-author a {
  color: black;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-content {
  font-size: 0.9375rem;
  color: black;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .wprm-comment-rating {
  margin-bottom: 14px;
}
.entry-comments .comment-list .reply {
  margin-top: 20px;
}
.entry-comments .comment-list .reply .comment-reply-link {
  line-height: var(--wp--custom--line-height--small);
  display: block;
  font-size: 0.8125rem;
  text-decoration: none;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding-left: 10px;
}
.entry-comments .comment-list ol.children li > article {
  border-top: none;
}
.entry-comments .load-more-comments-container {
  text-align: center;
  margin: 0;
}
.entry-comments .load-more-comments-container .load-more-comments {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond p {
  margin-top: 0;
}
.comment-respond .comment-reply-title {
  font-size: var(--wp--preset--font-size--big);
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  color: var(--wp--custom--color--neutral-800);
  display: inline;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
}
.comment-respond .comment-form {
  display: grid;
}
.comment-respond .comment-form label[for=subscribe-reloaded] {
  font-weight: 400;
  text-transform: none;
}
.comment-respond .comment-form .comment-notes {
  order: 1;
}
.comment-respond .comment-form .comment-form-wprm-rating {
  order: 2;
  margin-top: 0;
}
.comment-respond .comment-form .comment-form-comment {
  order: 3;
}
.comment-respond .comment-form .comment-form-author {
  order: 4;
}
.comment-respond .comment-form .comment-form-email {
  order: 5;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  order: 6;
}
.comment-respond .comment-form .form-submit {
  order: 7;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comment-respond .comment-form {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .comment-respond .comment-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 22px;
  }
  .comment-respond .comment-form .comment-form-subscriptions,
.comment-respond .comment-form .comment-notes,
.comment-respond .comment-form .tasty-recipes-ratings,
.comment-respond .comment-form .comment-form-wprm-rating,
.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-cookies-consent,
.comment-respond .comment-form .form-submit {
    grid-column: span 2;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  font-weight: 800;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.comment-respond input[type=submit] {
  width: auto;
  border: none;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links div a {
  font-family: var(--wp--preset--font-family--display);
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 900;
  color: black;
  text-decoration: none;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

/* Before Footer 
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

/* Site Footer : =footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: var(--wp--custom--color--site-footer);
  font-size: var(--wp--preset--font-size--tiny);
  position: relative;
}
.site-footer .wrap {
  max-width: var(--wp--custom--layout--wide);
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: var(--wp--custom--color--neutral-900);
}
.site-footer a:hover {
  color: var(--wp--custom--color--link-hover);
}
.site-footer .site-footer__logo {
  display: block;
}
.site-footer .site-footer__logo svg {
  width: 100%;
  height: 100%;
}
.site-footer ul.social-links {
  padding-left: 0;
  margin: 0;
}
.site-footer ul.social-links li + li {
  margin-left: 8px;
}
.site-footer ul.social-links li a svg {
  fill: rgba(33, 33, 33, 0.75);
  width: 32px;
  height: 32px;
}
.site-footer ul.social-links li a:hover svg {
  fill: var(--wp--custom--color--link-hover);
}
.site-footer .nav-footer .menu {
  margin: 0;
}
.site-footer .nav-footer ul {
  padding: 0;
  list-style-type: none;
}
.site-footer .nav-footer ul li a {
  text-decoration: none;
}
.site-footer .nav-footer ul.menu > li > a {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--display);
  font-weight: 800;
  display: block;
  margin-bottom: 11px;
  color: #212121;
  text-transform: uppercase;
}
.site-footer .nav-footer ul.menu > li > a:hover, .site-footer .nav-footer ul.menu > li > a:active {
  color: var(--wp--custom--color--link-hover);
}
.site-footer .nav-footer .sub-menu > li {
  margin-bottom: 14px;
}
.site-footer .nav-footer .sub-menu li {
  line-height: var(--wp--custom--line-height--tiny);
}
.site-footer .nav-footer .sub-menu li a {
  font-size: 0.9375rem;
  color: #212121;
  font-weight: 400;
}
.site-footer .nav-footer .sub-menu li a:hover, .site-footer .nav-footer .sub-menu li a:active {
  color: var(--wp--custom--color--link-hover);
}
@media (max-width: 767px) {
  .site-footer {
    padding: 32px 0 22px;
    text-align: center;
  }
  .site-footer .site-footer__logo {
    width: 222px;
    height: 84px;
    margin: 0 auto 24px;
  }
  .site-footer ul.social-links {
    justify-content: center;
    margin-bottom: 38px;
  }
  .site-footer .nav-footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .site-footer .nav-footer .menu > li {
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .site-footer {
    padding: 45px 0 44px;
  }
  .site-footer .wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 32px;
  }
  .site-footer .site-footer__logo {
    width: 268px;
    height: 102px;
    margin-bottom: 24px;
  }
  .site-footer .nav-footer .menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 32px;
  }
}

/* Site Footer Bottom
---------------------------------------------------------------------------------------------------- */
.site-footer__bottom {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--custom--color--neutral-600);
}
.site-footer__bottom a {
  color: var(--wp--custom--color--neutral-600);
  font-weight: 400;
}
.site-footer__bottom p {
  margin-top: 0;
}
.site-footer__bottom .site-footer__copyright > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-footer__bottom {
    padding-bottom: 52px;
    text-align: center;
  }
  .site-footer__bottom .site-footer__copyright {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .site-footer__bottom {
    padding-bottom: 32px;
  }
  .site-footer__bottom .wrap {
    display: flex;
    justify-content: space-between;
  }
  .site-footer__bottom .site-footer__back-to-top {
    text-align: right;
    margin-left: auto;
  }
}

/* Recipe Index : =recipe index
---------------------------------------------------------------------------------------------------- */
body.page-template-recipe-index .breadcrumb {
  max-width: var(--wp--custom--layout--content);
}
body.page-template-recipe-index .entry-header {
  max-width: var(--wp--custom--layout--content);
}
body.page-template-recipe-index .wp-block-search__inside-wrapper {
  max-width: var(--wp--custom--layout--content);
}
body.page-template-recipe-index .wp-block-search__input {
  min-height: 54px;
  padding: 16px 20px;
}
body.page-template-recipe-index .wp-block-search__button {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.page-template-recipe-index .entry-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body.page-template-recipe-index .entry-header {
    margin-bottom: 66px;
  }
}

/*# sourceMappingURL=main.css.map */
