@charset "UTF-8";
/**
 * 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
 *
**/
/**
 * Heading typography style
 */
/**
 * Interface typography style
 */
/*! 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);
}

.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: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-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%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-block-start: 0;
}

p.is-style-heading {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
}

p.is-style-interface {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}

strong {
  font-weight: 600;
}

/* List
--------------------------------------------- */
ul.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ul.is-style-fancy li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 11px; /* Adjust the width and height to fit your SVG */
  height: 11px;
  background-image: url("../icons/utility/fancy-list-icon.svg"); /* Replace 'your-svg-icon.svg' with the path to your SVG file */
  background-size: cover; /* Adjust as needed to scale the SVG */
}

ol.is-style-fancy {
  list-style-type: none;
  counter-reset: my-counter;
  padding-left: 0;
}
ol.is-style-fancy > li {
  position: relative;
  padding-left: 46px; /* Adjust as needed for spacing between icon and number */
  margin-bottom: 10px; /* Adjust as needed for spacing between list items */
  counter-increment: my-counter;
}
ol.is-style-fancy > li::before {
  content: counter(my-counter);
  position: absolute;
  top: 3px;
  left: 10px;
  color: var(--wp--preset--color--background);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  background-image: url("../icons/utility/fancy-list-ordered-icon.svg"); /* Replace with your SVG icon */
  background-size: 24px 24px; /* Adjust the size of your SVG icon */
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 9px; /* Adjust to match the width of your SVG icon */
  padding-right: 8px;
  padding-top: 1px;
}

/* Image
--------------------------------------------- */
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;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image {
  position: relative;
}
.wp-block-image figcaption {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  margin: 0px;
  padding: 5px 10px;
  opacity: 0.9;
  line-height: var(--wp--custom--line-height--medium);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Image Gallery
--------------------------------------------- */
.wp-block-gallery.has-nested-images figure.wp-block-image {
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  margin: 0px;
  padding: 5px 10px;
  opacity: 0.9;
  line-height: var(--wp--custom--line-height--medium);
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--nonary);
  border: none;
  height: 2px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Blockquote
--------------------------------------------- */
blockquote.wp-block-quote {
  border-top: 1px solid var(--wp--custom--color--neutral-400);
  border-bottom: 1px solid var(--wp--custom--color--neutral-400);
  font-style: italic;
  text-align: center;
}
blockquote.wp-block-quote cite {
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  min-height: 44px;
  box-sizing: border-box;
  align-items: center;
  gap: 4px;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  line-height: var(--wp--custom--line-height--normal);
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover:not(.has-background),
.wp-block-button > .wp-block-button__link:hover:not(.has-background) {
  background: var(--wp--preset--color--senary);
}
.wp-element-button:hover:not(.has-text-color),
.wp-block-button > .wp-block-button__link:hover:not(.has-text-color) {
  color: var(--wp--preset--color--background);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--foreground);
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.is-style-outline:hover, .wp-element-button.is-style-outline:focus,
.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}

.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link,
.wp-element-button.is-style-link,
.wp-block-button.is-style-link .wp-block-button__link {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
  text-decoration: underline;
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color),
.wp-element-button.is-style-link:not(.has-text-color),
.wp-block-button.is-style-link .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.is-style-arrow:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:hover,
.wp-element-button.is-style-link:hover,
.wp-block-button.is-style-link .wp-block-button__link:hover {
  text-decoration: underline;
  background-color: initial;
}
.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after,
.wp-element-button.is-style-link::after,
.wp-block-button.is-style-link .wp-block-button__link::after {
  width: 15px;
}

.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
  content: " →";
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

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

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

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

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

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;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
  border: 0px;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.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);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
  --cwp--button: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tredenary-background-color,
.has-pattern-primary-background-color,
.has-foreground-background-color,
.has-senary-background-color {
  color: var(--wp--preset--color--white);
  --cwp--button: var(--wp--preset--color--white);
}

.has-pattern-primary-background-color {
  background-image: url("../../assets/images/bg-pattern-dark-brown.jpg");
  position: relative;
  background-size: 375px;
}

.has-pattern-secondary-background-color {
  background-color: var(--wp--preset--color--background);
  background-image: initial;
  position: relative;
}

.has-pattern-secondary-background-color::before {
  background-image: url("../../assets/images/bg-pattern-light.jpg");
  background-size: 375px;
  mix-blend-mode: multiply;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.has-pattern-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary);
  background-image: initial;
  position: relative;
}

.has-pattern-tertiary-background-color::before {
  background-image: url("../../assets/images/bg-pattern-light.jpg");
  background-size: 375px;
  mix-blend-mode: multiply;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.has-pattern-secondary-background-color > *,
.has-pattern-tertiary-background-color > *,
.has-pattern-primary-background-color > * {
  position: relative;
  z-index: 1;
}

/**
WPForms
--------------------------------------------- */
div.wpforms-container.save-recipe {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  padding: 40px;
}
div.wpforms-container.save-recipe .wpforms-head-container {
  margin-bottom: 20px;
}
div.wpforms-container.save-recipe .wpforms-head-container::before {
  content: "";
  float: left;
  margin-right: 24px;
  background-image: url("../images/icon-recipe-box.png");
  background-size: 100% 100%;
  width: 120px;
  height: 109px;
  display: inline-block;
}
@media (max-width: 767px) {
  div.wpforms-container.save-recipe .wpforms-head-container {
    text-align: center;
  }
  div.wpforms-container.save-recipe .wpforms-head-container::before {
    margin: 0px 0px 16px;
    background-image: url(../images/icon-recipe-box.png);
    background-repeat: no-repeat;
    background-size: 120px 109px;
    background-position: center;
    width: 100%;
    height: 109px;
    display: block;
  }
}
div.wpforms-container .wpforms-field-row h4 {
  font-size: var(--wp--preset--font-size--big);
  font-weight: 700;
  margin-bottom: var(--wp--custom--layout--block-gap);
}
div.wpforms-container .wpforms-field-row p {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  margin-bottom: var(--wp--custom--layout--block-gap);
}

/* Category Short Names
--------------------------------------------- */
.cwp-short-names {
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.post-header .cwp-short-names {
  position: absolute;
  right: 16px;
  top: 70px;
}
.cwp-short-names .cat-key {
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cwp-short-names .cat-key :hover {
  fill: var(--wp--preset--color--foreground);
}
.cwp-short-names .cat-key svg {
  width: 27px;
  height: 27px;
}
.cwp-short-names .cat-key span.label {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: var(--wp--preset--font-size--min);
  color: var(--wp--preset--color--background);
  line-height: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cwp-short-names .cat-key span.label:hover + svg {
  fill: var(--wp--preset--color--foreground); /* Change SVG fill color on hover */
}
.cwp-short-names .cat-key.asparagus {
  fill: #929E53;
}
.cwp-short-names .cat-key.sunrise {
  fill: #CD4D44;
}
.cwp-short-names .cat-key.mustard {
  fill: #E9BC50;
}
.cwp-short-names .cat-key.robbinegg {
  fill: #A7DAD2;
}
.cwp-short-names .cat-key.rose {
  fill: #E9C3B6;
}
.cwp-short-names .cat-key.smoke {
  fill: #6B6A6B;
}
.cwp-short-names .cat-key.dirtyblue {
  fill: #37757F;
}
.cwp-short-names .cat-key.byzantium-purple {
  fill: #6C4F80;
}
.cwp-short-names .cat-key.fog {
  fill: #CBCAC8;
}
.wprm-recipe .cwp-short-names {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -14px;
  width: 100%;
  margin: 0px;
}
.wprm-recipe .cwp-short-names .cat-key span.label {
  font-size: var(--wp--preset--font-size--tiny);
  top: 9px;
}
.wprm-recipe .cwp-short-names svg {
  width: 30px;
  height: 30px;
}
.wprm-recipe .cwp-short-names a {
  line-height: 1em;
}
@media (max-width: 767px) {
  .cwp-short-names {
    position: initial;
  }
}

/**
 * WP Recipe Maker
 * --------------------------------------------- */
.facetwp-display-value {
  font-weight: 600;
}

/**
 * Shop Page
 * --------------------------------------------- */
.shop-page-wp-grid .shop-page-wp-link {
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-weight: 600;
}

/* Links
--------------------------------------------- */
:where(.entry-content, .comment-respond) a:where(:not(.wp-element-button)) {
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--senary);
  text-underline-offset: 3px;
}
:where(.entry-content, .comment-respond) a:where(:not(.wp-element-button):hover) {
  background-color: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--background);
}
:where(.entry-content, .comment-respond) :where(.social-links,
.wprm-recipe-template-cwp-food,
.wprm-recipe-template-cwp-roundup,
.yoast-table-of-contents,
.cwp-short-names,
.icon-group,
.block-about,
.block-as-seen-in,
.block-ci,
.block-cookbook,
.block-cookbook-banner,
.block-ebook,
.block-email,
.block-featured-video,
.block-instagram-cta,
.block-pinterest-cta,
.block-post-listing .post-summary__content,
.block-quick-links .block-quick-links__inner,
.block-social-share,
.block-tip,
.block-video-container,
.block-area,
.post-header__avatar,
.shop-page-wp-grid) a:where(:not(.wp-element-button)) {
  background: initial;
  text-decoration: initial;
}
:where(.entry-content, .comment-respond) :where(.social-links,
.wprm-recipe-template-cwp-food,
.wprm-recipe-template-cwp-roundup,
.yoast-table-of-contents,
.cwp-short-names,
.icon-group,
.block-about,
.block-as-seen-in,
.block-ci,
.block-cookbook,
.block-cookbook-banner,
.block-ebook,
.block-email,
.block-featured-video,
.block-instagram-cta,
.block-pinterest-cta,
.block-post-listing .post-summary__content,
.block-quick-links .block-quick-links__inner,
.block-social-share,
.block-tip,
.block-video-container,
.block-area,
.post-header__avatar,
.shop-page-wp-grid) a:where(:not(.wp-element-button)):hover {
  background: initial;
  text-decoration: initial;
}

/* FacetWP Flyout Mobile
--------------------------------------------- */
.facetwp-flyout {
  background-image: url("../images/bg-pattern-dark-brown.jpg") !important;
  background-repeat: repeat !important;
  background-size: 350px !important;
  color: var(--wp--preset--color--background) !important;
  border: 0px !important;
  width: 350px !important;
  border-radius: 0px;
}
.facetwp-flyout .facetwp-flyout-close {
  background-image: url("../icons/utility/facetwp-flyout-close.svg");
  background-repeat: no-repeat;
  background-position: top right;
  text-indent: 9999px;
}
.facetwp-flyout .facetwp-flyout-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.facetwp-flyout .facetwp-flyout-wrap .facetwp-input-wrap {
  width: 100%;
}
.facetwp-flyout .facetwp-facet.facetwp-facet-search {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.facetwp-flyout .facetwp-facet.facetwp-facet-search .facetwp-search {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  outline: none;
}
.facetwp-flyout .facetwp-facet.facetwp-facet-search .facetwp-search::placeholder {
  color: var(--wp--custom--color--neutral-500);
}
.facetwp-flyout .facetwp-facet.facetwp-facet-search .facetwp-search:focus::placeholder {
  color: transparent;
}

.facetwp-facet .facetwp-checkbox.checked {
  background-image: url(../images/checkbox-on.png);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb span {
  color: var(--wp--preset--color--foreground);
}
.breadcrumb a {
  color: var(--wp--preset--color--senary);
  font-weight: 700;
  letter-spacing: var(--wp--custom--letter-spacing--none);
}
.breadcrumb .sep {
  margin: 0 1px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb .breadcrumb_last {
  letter-spacing: var(--wp--custom--letter-spacing--none);
  font-weight: 600;
  white-space: normal;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: var(--wp--preset--font-size--tiny);
  }
}

/* FAQ Block
--------------------------------------------- */
.schema-faq-section {
  background-color: var(--wp--preset--color--denary);
}

.schema-faq > * + * {
  margin-top: var(--wp--custom--layout--block-gap);
}

.schema-faq-question {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  font-size: var(--wp--preset--font-size--large);
  display: block;
  padding: var(--wp--custom--layout--block-gap);
}

.schema-faq-answer {
  padding: var(--wp--custom--layout--block-gap);
  margin: 0;
  font-weight: 600;
}

.schema-faq--has-toggle .schema-faq-question {
  padding-right: 52px;
  position: relative;
}

.schema-faq-toggle {
  background-color: transparent;
  background-image: url(../icons/utility/plus.svg);
  background-size: 23px 23px;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
}

.schema-faq-section.active .schema-faq-toggle {
  background-color: transparent;
  background-image: url(../icons/utility/minus.svg);
  background-size: 23px 23px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Table of Contents
--------------------------------------------- */
.yoast-table-of-contents {
  background: var(--wp--preset--color--foreground);
}
.yoast-table-of-contents h2 {
  position: relative;
  font-family: var(--wp--preset--font-family--system-sans-serif);
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--background);
  padding: 24px;
  padding-left: 92px;
  margin: 0px;
  z-index: 1;
}
.yoast-table-of-contents h2::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/icons/logo/logo-icon-alt.svg) no-repeat center;
  background-size: contain;
  width: 52px;
  height: 52px;
  top: 16px;
  left: 24px;
  z-index: 1;
}
.yoast-table-of-contents ul {
  margin: 0;
  padding: 0px 24px 16px 24px;
}
.yoast-table-of-contents ul a {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--background);
  text-decoration: underline;
}
.yoast-table-of-contents ul li {
  margin-bottom: 0px;
}
.yoast-table-of-contents .wp-element-button.is-style-link {
  border: 0px;
  color: var(--wp--preset--color--background);
}
.yoast-table-of-contents--no-js {
  padding-bottom: 60px;
}
.yoast-table-of-contents--no-js ul li:nth-of-type(n+4) {
  display: none;
}
.yoast-table-of-contents__footer {
  padding: 0 24px 16px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.yoast-table-of-contents__footer[hidden] {
  display: none;
}

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

.wprm-toggle-switch-container {
  display: block;
}
.wprm-toggle-switch-container .wprm-prevent-sleep-description {
  display: block;
  margin-left: 53px;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  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-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container label.wpforms-error {
  color: inherit;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
div.wpforms-container .wpforms-submit-container .wpforms-submit.wp-element-button {
  border: 0px;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-form,
div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
    display: grid;
    grid-template-columns: 1fr fit-content(300px);
    column-gap: var(--wp--custom--layout--block-gap);
  }
  div.wpforms-container.one-line .wpforms-head-container {
    grid-column: 1/-1;
  }
  div.wpforms-container.one-line .wpforms-field-container {
    display: flex;
    gap: var(--wp--custom--layout--block-gap);
  }
  div.wpforms-container.one-line .wpforms-field {
    margin: 0;
    flex-basis: 0;
    flex-grow: 1;
  }
  div.wpforms-container.one-line .wpforms-field input.wpforms-field-large {
    padding: 11px 12px;
    outline: none;
  }
  div.wpforms-container.one-line .wpforms-field-label {
    min-height: 26px;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container .wpforms-submit.wp-element-button {
    background-color: var(--wp--preset--color--senary);
    border: 0px;
    padding: 11px 16px;
  }
}
@media (max-width: 767px) {
  div.wpforms-container.one-line .wpforms-submit-container {
    margin: 0;
    text-align: center;
  }
  div.wpforms-container.one-line .wpforms-submit-container .wpforms-submit.wp-element-button {
    background-color: var(--wp--preset--color--senary);
    border: 0px;
    padding: 11px 16px;
  }
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
}
.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;
}
.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__toggle {
  background: var(--wp--preset--color--primary);
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  padding: 16px;
  font-size: var(--wp--preset--font-size--medium);
  width: 100%;
}
@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__toggle {
    display: none;
  }
}

/* FacetWP Custom
--------------------------------------------- */
.facetwp-flyout-open {
  display: none;
}

.facetwp_custom_wrapper {
  margin-bottom: var(--wp--custom--layout--block-gap);
  display: flex;
  align-items: center;
}
.facetwp_custom_wrapper .facetwp_search {
  flex-grow: 1;
  margin-right: 10px;
}
.facetwp_custom_wrapper .facetwp_search input {
  width: 100%;
  padding: 11px;
}
.facetwp_custom_wrapper .facetwp_filterBtn {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .facetwp_custom_wrapper {
    display: none;
  }
}

/* Tippy Box
--------------------------------------------- */
.tippy-box[data-theme~=wprm] {
  background-color: var(--wp--preset--color--senary) !important;
}

.tippy-box[data-theme~=wprm][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--wp--preset--color--senary) !important;
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  border-top: 1px solid var(--wp--preset--color--foreground);
  background: var(--wp--preset--color--senary);
  text-align: center;
  padding: 10px 0;
}
.top-hat .wrap {
  padding-inline: 4px;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
  max-width: 44px;
}
@media (max-width: 767px) {
  .top-hat p {
    font-size: var(--wp--preset--font-size--tiny);
  }
  .top-hat p a {
    margin: 0px;
    text-transform: none;
  }
}
.top-hat a {
  position: relative;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--small);
  color: var(--wp--preset--color--background);
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  margin-left: 5px;
}
.top-hat a:hover {
  text-decoration: underline;
}
.top-hat a span {
  position: relative;
  top: -2px;
  font-size: var(--wp--preset--font-size--large);
}

.top-hat--has-image {
  padding: 0;
}
.top-hat--has-image p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .top-hat--has-socials {
    padding: 0;
    text-align: left;
  }
  .top-hat--has-socials .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-hat--has-socials ul.social-links {
  margin: 0;
}
@media (max-width: 767px) {
  .top-hat--has-socials ul.social-links {
    display: none;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--foreground);
  position: relative;
  --cwp-logo-width: 400px;
  --cwp-logo-height: 71px;
}
@media (max-width: 1270px) {
  .site-header {
    --cwp-logo-width: 225px;
    --cwp-logo-height: 40px;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: minmax(0, var(--cwp-logo-width)) 1fr;
  align-items: center;
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1270px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media (min-width: 1271px) {
  .site-header .nav-menu {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--cwp-logo-width);
  width: 100%;
  height: var(--cwp-logo-height);
  justify-self: center;
  margin: 16px 0;
}
@media (max-width: 1270px) {
  .site-header__logo {
    margin: 10px 0;
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  margin-right: -16px;
}
@media (min-width: 1271px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1270px) {
  .site-header__toggles {
    margin-right: -7px;
  }
}
@media (max-width: 1270px) {
  .site-header.menu-active {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: var(--wp--preset--color--senary);
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 10px;
  text-align: center;
  margin-left: 5px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* FIX MENU HOVER ON MOBILE */
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
  fill: var(--wp--preset--color--background);
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.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;
}
.search-toggle:hover,
.menu-toggle:hover,
.favorite-toggle:hover {
  background: var(--wp--preset--color--background);
}
.search-toggle:hover svg,
.menu-toggle:hover svg,
.favorite-toggle:hover svg {
  fill: var(--wp--preset--color--senary);
  stroke: var(--wp--preset--color--senary);
}
@media (max-width: 1270px) {
  .search-toggle,
.menu-toggle,
.favorite-toggle {
    background-color: transparent;
    margin-left: 0;
    padding: 7px;
    height: auto;
    width: auto;
  }
}
@media (max-width: 1270px) {
  .search-toggle.menu-toggle:not(.active):hover,
.menu-toggle.menu-toggle:not(.active):hover,
.favorite-toggle.menu-toggle:not(.active):hover {
    background-color: transparent;
  }
  .search-toggle.menu-toggle:not(.active):hover svg,
.menu-toggle.menu-toggle:not(.active):hover svg,
.favorite-toggle.menu-toggle:not(.active):hover svg {
    stroke: none;
  }
}

.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1271px) {
  .header-search {
    position: absolute;
    transform: translateY(78px);
  }
}
@media (max-width: 1270px) {
  .header-search {
    display: block;
    padding: var(--wp--custom--layout--padding);
  }
}
.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
--------------------------------------------- */
@media (max-width: 1270px) {
  html {
    scroll-padding-top: 50px;
  }
}
@media (min-width: 1271px) {
  html {
    scroll-padding-top: 140px;
  }
}

@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: -1px;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 31px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: -1px;
    }
  }
}
@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 ul li {
  margin-bottom: 0px;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--background);
  text-decoration: none;
  border: none;
  display: block;
  position: relative;
  line-height: 16px;
  padding: 14px 16px;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 20px);
}
.nav-menu .menu-item.browse-all-recipes {
  margin-right: 5px;
}
@media (max-width: 1270px) {
  .nav-menu .menu-item.browse-all-recipes {
    margin: 0px;
    display: flex;
    justify-content: center;
  }
}
.nav-menu .menu-item.browse-all-recipes > a {
  background: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--background);
  text-align: center;
}
@media (max-width: 1270px) {
  .nav-menu .menu-item.browse-all-recipes > a {
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--senary);
    font-size: var(--wp--preset--font-size--small);
    margin-inline: 16px;
    margin-block-start: 16px;
    display: block;
    text-transform: uppercase;
    width: 70%;
  }
}
.nav-menu .menu-item.browse-all-recipes > a:hover {
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--senary);
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.nav-menu .menu-item.menu-item-search, .nav-menu .menu-item.menu-item-favorite {
  fill: var(--wp--preset--color--background);
  stroke: var(--wp--preset--color--background);
}
.nav-menu .sub-menu .menu-item a {
  font-size: var(--wp--preset--font-size--tiny);
}
.nav-menu .submenu-expand {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
.nav-menu .submenu-expand svg {
  fill: var(--wp--preset--color--background);
  width: 16px;
  height: 16px;
}
.nav-menu .submenu-expand svg.close {
  position: relative;
  right: -4px;
}
.nav-menu .nav-secondary {
  margin-bottom: 5px;
}
.nav-menu .nav-secondary a {
  font-size: var(--wp--preset--font-size--tiny);
}
@media (min-width: 1271px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search), .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) {
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu {
    background-color: var(--wp--preset--color--foreground);
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover {
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover > a, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover > a {
    color: var(--wp--preset--color--background);
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand {
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand svg, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand svg {
    fill: var(--wp--preset--color--background);
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand .open, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand .open {
    display: none;
  }
  .nav-menu .menu-item:hover:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand .close, .nav-menu .menu-item:focus-within:not(.menu-item-favorite, .menu-item-search) > .sub-menu .menu-item:hover .submenu-expand .close {
    display: block;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--background);
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--foreground);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .sub-menu .menu-item .submenu-expand {
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -45px 0 0 215px;
  }
}
@media (max-width: 1270px) {
  .nav-menu {
    display: none;
  }
  .nav-menu .menu-item a {
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: 700;
    line-height: var(--wp--custom--line-height--small);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
  }
  .nav-menu.active {
    display: block;
  }
  .nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 16px;
    height: 16px;
  }
  .nav-menu .submenu-expand svg.close {
    position: initial;
  }
  .nav-menu .submenu-expand.expanded {
    background-color: var(--wp--preset--color--senary);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.post-header {
  background-color: var(--wp--preset--color--backdrop);
  background-image: url(../images/bg-pattern-light-v2.jpg);
  background-size: 375px;
}
@media (max-width: 767px) {
  .post-header {
    background-position: center center;
    background-size: 275px;
  }
}
.post-header .wrap {
  position: relative;
}
.post-header .entry-title {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--preset--font-size--gigantic);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--tiny);
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.post-header .post-header__actions .wp-element-button svg {
  fill: var(--wp--preset--color--background);
}
.post-header__info {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--small);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 8px;
}
.post-header__info .entry-avatar {
  flex-shrink: 0;
}
.post-header__info .entry-avatar img {
  width: 64px;
  height: auto;
  border-radius: 50%;
  margin-right: 8px;
}
.post-header__info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 7px;
  column-gap: 7px;
  max-width: 400px;
}
.post-header__info > div > * {
  margin: 0;
}
.post-header__info > div p {
  letter-spacing: var(--wp--custom--letter-spacing--none);
  font-weight: 600;
}
.post-header__info .post-date {
  width: 100%;
}
.post-header__info .cwp-wprm-rating {
  font-size: 20px;
}
@media (max-width: 767px) {
  .post-header__info {
    font-size: var(--wp--preset--font-size--small);
  }
}
.post-header__actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .post-header__actions {
    margin-top: 12px;
    justify-content: center;
  }
}
.post-header__actions .social-share,
.post-header__actions .post-header__print,
.post-header__actions .post-header__favorite {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-header__actions .wp-element-button {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  background-color: var(--wp--preset--color--foreground);
  border-radius: 0px;
  padding: 11px 16px;
  line-height: var(--wp--custom--line-height--normal);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  border: 0px;
}
.post-header__actions .wp-element-button.post-header__favorite {
  position: relative;
  width: initial;
  height: initial;
  padding-left: 40px;
}
.post-header__actions .wp-element-button.post-header__favorite span.save,
.post-header__actions .wp-element-button.post-header__favorite span.saved {
  position: absolute;
  left: 10px;
  top: 11px;
  fill: var(--wp--preset--color--background);
}
.post-header__actions .postheader-icon {
  position: absolute;
  left: -159px;
  bottom: -96px;
  width: 126px;
  height: 129px;
}
.post-header .cwp-short-names {
  position: initial;
  flex-shrink: 0;
}
.post-header .cwp-short-names .cat-key span.label {
  font-size: var(--wp--preset--font-size--medium);
}
.post-header .cwp-short-names .cat-key svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 991px) {
  .post-header {
    padding: 24px 0 44px;
  }
  .post-header .cwp-short-names {
    position: initial;
    justify-content: left;
    margin-bottom: 20px;
  }
  .post-header .cwp-short-names .cat-key span.label {
    font-size: var(--wp--preset--font-size--tiny);
    top: 10px;
  }
  .post-header .cwp-short-names .cat-key svg {
    width: 30px;
    height: 30px;
  }
  .post-header .postheader-icon {
    position: absolute;
    right: 0px;
    left: auto;
    bottom: auto;
    width: 82px;
    height: 84px;
    top: 49px;
  }
  .post-header .breadcrumb {
    margin-bottom: var(--wp--custom--layout--block-gap);
  }
}
@media (min-width: 992px) {
  .post-header {
    padding: 24px 0;
  }
  .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .post-header .post-header__title-icons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}

.aff-disc {
  font-size: var(--wp--preset--font-size--min);
  padding-top: 16px;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.aff-disc p {
  margin: 0;
}
@media (max-width: 991px) {
  .aff-disc .aff-disc__inner {
    margin: 0 auto;
    max-width: var(--wp--custom--layout--page);
  }
  .aff-disc p {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .aff-disc .aff-disc__inner {
    max-width: calc(var(--wp--custom--layout--wide));
    margin: 0 auto;
  }
}

.post-header__favorite {
  line-height: 0;
}
.post-header__favorite .saved {
  display: none;
}
.post-header__favorite.active .saved {
  display: inline;
}
.post-header__favorite.active .save {
  display: none;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background-image: url(../images/bg-pattern-light.jpg);
  background-size: 375px;
  padding: 0;
}
.archive-header .wrap {
  position: relative;
  padding-block-start: 20px;
  padding-block-end: 40px;
}
.term-id-1 .archive-header {
  background: var(--wp--preset--color--background);
}
.term-id-1 .archive-header .wrap {
  padding-block-end: 0;
}
.term-id-1 .archive-header .archive-icon-wrapper {
  display: none;
}
.archive-header p {
  font-weight: 600;
  letter-spacing: var(--wp--custom--letter-spacing--none);
}
.archive-header .archive-icon-wrapper {
  position: absolute;
  right: 39px;
  top: calc(50% - 58px);
}
.archive-header .archive-icon-wrapper .archiveheader-icon {
  width: 115px;
  height: 116px;
}
@media (max-width: 1270px) {
  .archive-header {
    margin-bottom: 20px;
  }
  .archive-header .archive-icon-wrapper {
    top: auto;
    right: 15px;
    bottom: -42px;
  }
  .archive-header .archive-icon-wrapper .archiveheader-icon {
    width: 82px;
    height: 84px;
  }
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
  position: relative;
}

.archive-header__inner {
  max-width: var(--wp--custom--layout--content);
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

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

.archive-description > *:last-child {
  margin-bottom: 0;
  margin-bottom: var(--wp--custom--layout--block-gap);
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* 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,
.archive .site-main > .post-listing-wrap {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.post-listing-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 32px;
}

.post-listing-filters {
  position: relative;
  background-image: url("../images/bg-pattern-dark-brown.jpg");
  background-repeat: repeat;
  background-size: 350px;
  color: var(--wp--preset--color--background);
  padding: var(--wp--custom--layout--block-gap);
  /* Widget Items */
}
.post-listing-filters .facet-wrap {
  position: relative;
  /* No padding & Border for first & last child */
}
.post-listing-filters .facet-wrap .facet-label {
  background-image: url("../icons/utility/facet-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 20px 20px;
  font-size: var(--wp--preset--font-size--large);
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  padding-bottom: var(--wp--custom--layout--block-gap);
  cursor: pointer;
}
.post-listing-filters .facet-wrap .facet-label.expanded {
  background-image: url("../icons/utility/facet-arrow-up.svg");
  border-bottom: 0px;
  padding-bottom: 0px;
}
.post-listing-filters .facet-wrap:first-child .facet-label {
  border: 0px;
  padding-bottom: 0px;
}
.post-listing-filters .facet-custom-title h2 {
  font-size: var(--wp--preset--font-size--x-large);
  border-bottom: 2px solid var(--wp--preset--color--secondary);
  padding-bottom: var(--wp--custom--layout--block-gap);
  text-align: center;
}
.post-listing-filters .facetwp-facet {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 20px;
  /* Search */
  /* Loading */
}
.post-listing-filters .facetwp-facet.facetwp-checkbox {
  font-weight: 500;
}
.post-listing-filters .facetwp-facet.facetwp-type-checkboxes {
  display: none;
}
.post-listing-filters .facetwp-facet.facetwp-type-checkboxes.facetwp-facet-recipe_index_meal_type {
  display: block;
}
.post-listing-filters .facetwp-facet.facetwp-type-search {
  margin: 0px;
  position: absolute;
  top: -53px;
  width: 100%;
}
.post-listing-filters .facetwp-facet.facetwp-type-search .facetwp-search {
  font-weight: 700;
}
.post-listing-filters .facetwp-facet.facetwp-type-search .facetwp-search:focus::placeholder {
  color: transparent;
}
.post-listing-filters .facetwp-facet.is-loading {
  opacity: 1;
}

@media (max-width: 767px) {
  .post-listing-wrap {
    display: block;
  }
  .post-listing-filters {
    display: none;
  }
}
/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  line-height: var(--wp--custom--line-height--normal);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

.facetwp-pager > .facetwp-pager {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  display: flex;
  gap: 8px;
  align-items: center;
}
.facetwp-pager > .facetwp-pager a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  line-height: var(--wp--custom--line-height--normal);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.facetwp-pager > .facetwp-pager svg {
  fill: inherit;
}
.facetwp-pager > .facetwp-pager a:hover,
.facetwp-pager > .facetwp-pager a.active {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

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

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

.entry-content ul:not(.social-links) a, .entry-content ol a,
.block-area ul:not(.social-links) a,
.block-area ol a,
.cwp-inner ul:not(.social-links) a,
.cwp-inner ol a {
  font-weight: 600;
}
.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 > .wp-block-separator:not(:first-child), .entry-content > .cwp-large:not(:first-child), .entry-content > .wpforms-container.save-recipe:not(:first-child), .entry-content > .wprm-recipe-roundup-item:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.block-area > .wpforms-container.save-recipe:not(:first-child),
.block-area > .wprm-recipe-roundup-item:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .wp-block-separator:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child),
.cwp-inner > .wpforms-container.save-recipe:not(:first-child),
.cwp-inner > .wprm-recipe-roundup-item:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child), .entry-content > .cwp-large:not(:last-child), .entry-content > .wpforms-container.save-recipe:not(:last-child), .entry-content > .wprm-recipe-roundup-item:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.block-area > .wpforms-container.save-recipe:not(:last-child),
.block-area > .wprm-recipe-roundup-item:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .wp-block-separator:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child),
.cwp-inner > .wpforms-container.save-recipe:not(:last-child),
.cwp-inner > .wprm-recipe-roundup-item:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .jpibfi:first-child + *,
.block-area > .jpibfi:first-child + *,
.cwp-inner > .jpibfi:first-child + * {
  margin-top: 0;
}
.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));
}
@media (max-width: 767px) {
  .entry-content .aff-disc,
.block-area .aff-disc,
.cwp-inner .aff-disc {
    margin: 0 auto 0 0;
    max-width: calc(100% - 94px);
    padding: var(--wp--custom--layout--block-gap) 0px 0px 0px;
  }
}

.entry-content > * + h2 {
  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:first-child > .jpibfi:first-child + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* 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 {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(86%) sepia(41%) saturate(3750%) hue-rotate(351deg) brightness(107%) contrast(104%);
}

.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.entry-comments .comment-list {
  border: 0px;
  border-top: 2px solid var(--wp--preset--color--nonary);
  padding: 0px;
  margin: 0px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border-bottom: 2px solid var(--wp--preset--color--nonary);
  margin-top: 24px;
  padding-bottom: 24px;
}
.entry-comments .comment-list li article {
  position: relative;
}
.entry-comments .comment-list li article .comment-content p {
  color: var(--wp--preset--color--foreground);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list li article .comment-awaiting-moderation {
  font-style: italic;
  color: var(--wp--preset--color--senary);
}
.entry-comments .comment-list li article .wprm-comment-rating {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.entry-comments .comment-list li.staff > article {
  background-image: url("../../assets/images/bg-pattern-light.jpg");
  background-size: 375px;
  padding: 24px;
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.entry-comments .comment-list > li {
  overflow: hidden;
}
.entry-comments .comment-list > li > ol.children {
  margin-left: 24px;
}
.entry-comments .comment-list .comment-author {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  line-height: var(--wp--custom--line-height--normal);
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--letter-spacing--tight);
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--wp--preset--color--senary);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--letter-spacing--none);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}
.entry-comments .comment-navigation {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-comments .comment-navigation .wp-block-button__link {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  background-color: var(--wp--preset--color--foreground);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--normal);
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--letter-spacing--none);
}

.comment-respond {
  background-image: url("../../assets/images/bg-pattern-dark-brown.jpg");
  background-color: var(--wp--preset--color--foreground);
  background-size: 375px;
  color: var(--wp--preset--color--background);
  margin: 30px 0;
  padding: var(--wp--custom--layout--block-gap-large);
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond a {
  font-weight: 600;
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}
.comment-respond h2, .comment-respond h3 {
  display: block;
  justify-content: space-between;
}
.comment-respond .comment-notes {
  text-align: center;
}
.comment-respond .comment-form-wprm-rating {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5px;
}
.comment-respond .comment-form-wprm-rating label, .comment-respond .comment-form-wprm-rating span {
  flex: 0 0 auto;
}
.comment-respond .comment-form-wprm-rating label {
  margin-top: 6px;
  font-size: var(--wp--preset--font-size--small);
}
.comment-respond input, .comment-respond select, .comment-respond textarea {
  border: 0px;
  outline: none;
}
.comment-respond label {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  font-size: var(--wp--preset--font-size--tiny);
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  gap: 10px; /* Adjust the gap between the divs as needed */
  align-items: flex-start;
}
.comment-respond .comment-form-cookies-consent input {
  width: 18px; /* Set the width and height to your desired size */
  height: 18px;
  border: 2px solid white; /* White border of 2px */
  border-radius: 3px; /* Rounded edges */
  background: transparent; /* Transparent background */
  outline: none; /* Remove default focus outline */
  appearance: none; /* Remove default checkbox appearance */
  cursor: pointer; /* Change cursor on hover to indicate interactivity */
}
.comment-respond .comment-form-cookies-consent input:checked {
  background-color: var(--wp--preset--color--senary); /* Set a white background when checked */
}
.comment-respond .comment-form-cookies-consent label {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--tiny);
  flex: 1;
}
.comment-respond .form-submit {
  display: flex;
  justify-content: center;
}
.comment-respond .form-submit .submit.wp-element-button {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  background-color: var(--wp--preset--color--senary);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--normal);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  color: var(--wp--preset--color--background);
  border-radius: 0px;
}
.comment-respond fieldset.wprm-comment-ratings-container span {
  max-width: 100%;
  max-height: 100%;
}
.comment-respond fieldset.wprm-comment-ratings-container input[type=radio] {
  max-width: 100%;
  max-height: 100%;
}
.comment-respond fieldset.wprm-comment-ratings-container legend + input + span svg {
  opacity: 0.7;
}

.comment-reply-title {
  justify-content: space-between;
  text-align: center;
}
.comment-reply-title a {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

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

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.site-footer .wrap > *:first-child:not(.site-footer__inner) {
  margin-bottom: 40px;
}
.site-footer__inner:not(:first-child) {
  margin-top: 24px;
}
.site-footer__inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-footer__inner > * + * {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
}
.site-footer .backtotop-circle {
  --cwp-size: 44px;
  background: var(--wp--preset--color--senary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cwp-size);
  height: var(--cwp-size);
  position: absolute;
  top: calc(var(--cwp-size) / -2);
  left: 50%;
  margin-left: calc(var(--cwp-size) / -2);
}
.site-footer .backtotop-circle svg {
  fill: #fff;
}
.site-footer .backtotop-link {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
}
.site-footer__logo {
  display: inline-flex;
}
.site-footer__bottom {
  background-color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--min);
  color: var(--wp--preset--color--septenary);
  padding-bottom: 40px;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom a {
  color: var(--wp--preset--color--nonary);
  text-decoration: underline;
}
.site-footer__bottom ul.social-links {
  justify-content: center;
  padding-left: 0;
  margin: 0;
}
.site-footer__bottom ul.social-links li a svg {
  fill: var(--wp--preset--color--nonary);
}
@media (max-width: 767px) {
  .site-footer__bottom {
    text-align: center;
  }
  .site-footer__bottom ul.social-links {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .site-footer__bottom .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .site-footer__copyright {
    display: block;
  }
}

.nav-footer {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  flex-wrap: wrap;
  justify-content: center;
}
.nav-footer ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nav-footer li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .nav-footer ul {
    gap: 24px 40px;
  }
}
@media (min-width: 768px) {
  .nav-footer ul {
    gap: 24px;
  }
}
.nav-footer a {
  color: var(--wp--preset--color--background);
  text-decoration: none;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
}
.nav-footer a:hover {
  text-decoration: underline;
}
.nav-footer a:hover {
  text-decoration: none;
}

.site-footer__bottom .site-footer__links a {
  font-weight: 600;
}

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