@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: 32px 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: 0 0 var(--wp--style--block-gap);
}
h1.is-style-center-line, h1.is-style-line,
h2.is-style-center-line,
h2.is-style-line,
h3.is-style-center-line,
h3.is-style-line,
h4.is-style-center-line,
h4.is-style-line,
h5.is-style-center-line,
h5.is-style-line,
h6.is-style-center-line,
h6.is-style-line {
  font-size: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: 0.2em;
  text-transform: var(--wp--custom--typography--interface--text-transform);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
h1.is-style-center-line::after, h1.is-style-line::after,
h2.is-style-center-line::after,
h2.is-style-line::after,
h3.is-style-center-line::after,
h3.is-style-line::after,
h4.is-style-center-line::after,
h4.is-style-line::after,
h5.is-style-center-line::after,
h5.is-style-line::after,
h6.is-style-center-line::after,
h6.is-style-line::after {
  background: var(--wp--preset--color--foreground);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}
h1.is-style-center-line::before,
h2.is-style-center-line::before,
h3.is-style-center-line::before,
h4.is-style-center-line::before,
h5.is-style-center-line::before,
h6.is-style-center-line::before {
  background: var(--wp--preset--color--foreground);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

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

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

/* List
--------------------------------------------- */
ul.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ul.is-style-fancy li::before {
  content: "➤";
  position: absolute;
  left: -20px;
}

ol.is-style-fancy > li {
  list-style-type: none;
  position: relative;
}
ol.is-style-fancy > li::before {
  content: counter(list-item);
  position: absolute;
  left: -32px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 50%;
  color: var(--wp--preset--color--foreground);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 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 figcaption {
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  text-align: right;
}
@media (max-width: 767px) {
  .wp-block-image figcaption {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@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);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  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;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 44px;
  align-items: center;
  gap: 4px;
  transition: all 0.2s ease-in-out;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(85%);
}

.wp-element-button:hover,
.wp-element-button:focus {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--foreground);
  filter: none;
}

.wp-block-buttons .wp-block-button.is-style-outline > .wp-element-button:hover, .wp-block-buttons .wp-block-button.is-style-outline > .wp-element-button:focus, .wp-block-buttons .wp-block-button.is-style-arrow > .wp-element-button:hover, .wp-block-buttons .wp-block-button.is-style-arrow > .wp-element-button:focus {
  background: inherit;
  color: inherit;
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  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:not(.has-text-color):hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background-color: var(--wp--preset--color--secondary);
  filter: none;
}

.wp-element-button.is-style-arrow svg,
.wp-block-button.is-style-arrow .wp-block-button__link svg {
  fill: currentColor;
}

.wp-element-button.is-style-link,
.wp-block-button.is-style-link .wp-block-button__link {
  background: transparent;
  color: var(--wp--custom--color--link);
  text-decoration: underline;
}
.wp-element-button.is-style-link:hover, .wp-element-button.is-style-link:focus,
.wp-block-button.is-style-link .wp-block-button__link:hover,
.wp-block-button.is-style-link .wp-block-button__link:focus {
  background: transparent;
}

/* 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: 0px;
  color: var(--wp--preset--color--foreground);
  font-size: 16px;
  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);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
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 ::-moz-placeholder {
  color: var(--wp--custom--color--neutral-700);
  opacity: 1;
}
.wp-block-search ::-ms-input-placeholder {
  color: var(--wp--custom--color--neutral-700);
}
.wp-block-search ::-webkit-input-placeholder {
  color: var(--wp--custom--color--neutral-700);
}
.wp-block-search input:focus::-webkit-input-placeholder,
.wp-block-search input:focus::-moz-placeholder,
.wp-block-search input:focus:-ms-input-placeholder,
.wp-block-search textarea:focus::-webkit-input-placeholder,
.wp-block-search textarea:focus::-moz-placeholder,
.wp-block-search textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.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);
  padding: 5px 4px 3px;
}

.wp-block-search__button {
  flex-shrink: 0;
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
}

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

.wp-block-group.browse-recipes-search {
  margin-bottom: 45px;
}

/* Cover
--------------------------------------------- */
.wp-block-cover__inner-container {
  max-width: var(--wp--custom--layout--content);
}
.wp-block-cover__inner-container .wp-block-group.has-background {
  padding: var(--wp--custom--layout--block-gap-large);
}

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

.has-primary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
  --cwp--button: var(--wp--preset--color--white);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  color: var(--wp--preset--color--quaternary);
  margin: 0 auto 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  /*	white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
body.page .breadcrumb {
  text-align: left;
}
.breadcrumb a {
  color: var(--wp--custom--color--neutral-600);
  font-weight: 600;
}
.breadcrumb .sep {
  font-size: 14px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* Table of Contents
--------------------------------------------- */
.yoast-table-of-contents {
  background: #eeeeee;
  padding: 16px;
}
.yoast-table-of-contents h2 {
  font-size: var(--wp--preset--font-size--x-large);
}
.yoast-table-of-contents ul {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.yoast-table-of-contents ul li {
  list-style-type: none;
  position: relative;
}
.yoast-table-of-contents ul li::before {
  content: "•";
  color: var(--wp--preset--color--primary);
  position: absolute;
  left: -20px;
}
@media (min-width: 768px) {
  .yoast-table-of-contents ul {
    columns: 2;
  }
}
.yoast-table-of-contents a {
  color: var(--wp--preset--color--foreground);
  font-weight: 400;
}
.yoast-table-of-contents--no-js {
  padding-bottom: 44px;
}
.yoast-table-of-contents--no-js ul li:nth-of-type(n+4) {
  display: none;
}
.yoast-table-of-contents__footer {
  height: 44px;
  margin-bottom: -16px;
  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;
}

.comment-form-wprm-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment-form-wprm-rating .wprm-rating-stars {
  height: 28px;
}
@media (max-width: 600px) {
  .comment-form-wprm-rating {
    display: block;
  }
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-family: var(--wp--custom--typography--heading--font-family);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  font-size: var(--wp--preset--font-size--huge);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 600;
  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;
}
@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-label {
    min-height: 26px;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    margin: 0;
    padding-top: 0;
  }
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto;
  min-height: 66px;
  font-size: var(--wp--preset--font-size--tiny);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}
.facetwp-filters__reset {
  text-align: center;
}
.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 .facetwp-facet input.facetwp-search {
  border: 1px solid #ddd;
  font-size: var(--wp--preset--font-size--tiny);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  line-height: 24px;
  padding: 10px;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
  width: auto;
}
.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 {
  display: block;
  width: 100%;
  font-size: var(--wp--preset--font-size--medium);
}
@media (max-width: 767px) {
  .facetwp-filters:not(.active) .facetwp-filters__inner, .facetwp-filters:not(.active) .facetwp-filters__reset {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .facetwp-filters__toggle {
    display: none;
  }
}

/* FAQ
--------------------------------------------- */
.schema-faq-section {
  border: 1px solid var(--wp--preset--color--quaternary);
}

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

.schema-faq-question {
  background: var(--wp--preset--color--bcakground);
  display: block;
  font-size: var(--wp--preset--font-size--large);
  padding: var(--wp--custom--layout--block-gap);
}

.schema-faq-answer {
  border-top: 1px solid var(--wp--preset--color--quaternary);
  padding: var(--wp--custom--layout--block-gap);
  margin: 0;
}

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

.schema-faq-toggle {
  background: transparent url(https://downshiftology.com/wp-content/themes/downshiftology-2023/assets/icons/utility/chevron-large-down.svg) no-repeat center;
  background-size: 16px;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: calc(50% - 22px);
}

.schema-faq-section.active .schema-faq-toggle {
  transform: rotate(180deg);
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  background: var(--wp--preset--color--octonary);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--small);
}
.top-hat p svg {
  fill: currentColor;
  vertical-align: text-top;
}
.top-hat p img {
  max-width: 44px;
}
.top-hat a {
  color: var(--wp--preset--color--background);
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

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

/* Above Header
---------------------------------------------------------------------------------------------------- */
.above-header {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}
@media (max-width: 768px) {
  .above-header {
    display: none;
  }
}
.above-header .submenu-expand {
  display: none;
}
.above-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--wp--custom--layout--block-gap);
}
.above-header .wrap > * {
  margin: 0;
}
.above-header ul.social-links svg {
  fill: var(--wp--preset--color--background);
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
  --cwp-logo-width: 390px;
  --cwp-logo-height: 80px;
}
@media (max-width: 768px) {
  .site-header {
    --cwp-logo-width: 215px;
    --cwp-logo-height: 44px;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: minmax(0, var(--cwp-logo-width)) 1fr;
  align-items: flex-end;
  padding-block: 16px;
}
@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0;
    align-items: center;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 768px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--cwp-logo-width);
  width: 100%;
  height: var(--cwp-logo-height);
  justify-self: center;
}
@media (max-width: 768px) {
  .site-header__logo {
    margin: 8px 0 8px 16px;
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .site-header__right {
    grid-column: 1/-1;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header.menu-active {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
@media (max-width: 768px) {
  .site-header .wp-block-search {
    background: var(--wp--custom--color--neutral-50);
    padding: 6px 12px;
  }
}
@media (min-width: 769px) {
  .site-header .wp-block-search {
    max-width: 367px;
    margin: 0 0 12px auto;
  }
}
.site-header .wp-block-search .wp-element-button {
  width: 32px;
  height: 27px;
  min-height: 27px;
}

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

/* 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 .persistent-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .persistent-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .persistent-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .persistent-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 > .menu-item > a {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.1px;
}
.above-header .nav-menu .menu > .menu-item > a {
  font-size: 13px;
  padding-inline: 12px;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: inherit;
  display: block;
  font-size: 15px;
  position: relative;
  padding: 17px 16px;
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: 28px;
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.nav-menu .menu-item.menu-item-heart a {
  display: flex;
  align-items: center;
  gap: 3px;
}
.nav-menu .menu-item.menu-item-heart a::before {
  content: "♥";
  display: block;
  font-size: 12px;
}
.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: calc(50% - 1px);
  transform: translateY(-50%);
  right: 14px;
}
.nav-menu .submenu-expand svg {
  width: 12px;
  height: 12px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary {
    display: none;
  }
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:hover > .submenu-expand .close, .nav-menu .menu-item:focus-within > .submenu-expand .close {
    display: inline;
  }
  .nav-menu .menu-item:hover > .submenu-expand .open, .nav-menu .menu-item:focus-within > .submenu-expand .open {
    display: none;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    background: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background);
  }
  .nav-menu .menu > .menu-item-has-children:hover > .submenu-expand svg {
    fill: var(--wp--preset--color--background);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--foreground);
    color: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    padding: 8px 0;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item > a {
    padding: 5px 15px;
    line-height: 20px;
  }
  .nav-menu .sub-menu .menu-item.bold > a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    color: var(--wp--preset--color--secondary);
  }
  .nav-menu .sub-menu .sub-menu {
    background: var(--wp--custom--color--neutral-800);
    margin: -30px 0 0 215px;
  }
  .nav-menu .sub-menu .submenu-expand svg {
    fill: var(--wp--preset--color--background);
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .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: 18px;
    height: 18px;
  }
  .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: 8px;
  }
  .nav-menu .menu > .menu-item {
    border-bottom: 1px solid var(--wp--custom--color--neutral-300);
  }
  .nav-menu .menu > .menu-item > .sub-menu > .menu-item > a {
    font-weight: 600;
  }
}

.post-header {
  background: #f5f4f0;
  padding: 24px 0 0;
  text-align: center;
  display: flex;
}
@media (min-width: 1200px) {
  .post-header {
    padding-bottom: 24px;
    display: block;
  }
}
.post-header > .wrap {
  padding: 0;
  width: 100%;
}
.post-header .wrap > * {
  max-width: var(--wp--custom--layout--content);
}
.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header .entry-title {
  margin-bottom: 0;
}
.post-header__info {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  color: var(--wp--custom--color--neutral-800);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.post-header__info a {
  color: var(--wp--custom--color--neutral-800);
  text-decoration: none;
  font-weight: normal;
}
.post-header__info .entry-avatar {
  flex-shrink: 0;
}
.post-header__info .entry-avatar img {
  border-radius: 50%;
}
.post-header__info > div {
  text-align: left;
  line-height: 1.5;
}
.post-header__info > div > * {
  margin: 0;
}
.post-header__rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.post-header__rating svg[width="0"] {
  display: none !important;
}
.post-header__rating .wprm-recipe-rating {
  display: inline;
  padding-right: 4px;
}
.post-header__rating .wprm-recipe-rating-count {
  font-weight: bold;
}
.post-header__rating .review-count {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--foreground);
}
.post-header__rating .post-comments.wp-block-button .wp-block-button__link {
  background: none;
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 0px;
  padding: 4px 10px;
  min-height: 30px;
}
.post-header__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  margin-left: -16px;
  margin-right: -16px;
  font-size: 12px;
  max-width: calc(100% + 16px);
}
@media (min-width: 992px) {
  .post-header__actions {
    margin-left: 0;
    margin-right: 0;
  }
}
.post-header__actions > * {
  flex-grow: 1;
}
.post-header__actions .wp-element-button {
  justify-content: center;
  min-height: 32px;
  padding: 6px 6px;
  font-size: 12px;
}
.post-header__actions .wp-element-button:hover, .post-header__actions .wp-element-button:focus {
  background-color: var(--wp--preset--color--foreground);
  opacity: 0.8;
  color: var(--wp--preset--color--background);
}
.post-header__actions .wp-element-button.post-header__favorite:hover, .post-header__actions .wp-element-button.post-header__favorite:focus {
  background-color: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--foreground);
}
.post-header__actions .wp-element-button svg {
  fill: var(--wp--preset--color--background);
}
.post-header__actions .wp-element-button.post-header__favorite {
  line-height: 0;
}
.post-header__actions .wp-element-button.post-header__favorite svg {
  fill: var(--wp--preset--color--foreground);
}
.post-header__actions .wp-element-button.post-header__favorite .saved {
  display: none;
}
.post-header__actions .wp-element-button.post-header__favorite.active .saved {
  display: inline;
}
.post-header__actions .wp-element-button.post-header__favorite.active .save {
  display: none;
}
@media (max-width: 767px) {
  .post-header__actions .wp-element-button {
    padding: 10px 12px;
  }
}
.post-header__actions .social-share,
.post-header__actions .post-header__print,
.post-header__actions .post-header__favorite {
  color: var(--wp--preset--color--foreground);
  background: var(--wp--preset--color--senary);
  padding: 6px 8px;
  min-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.post-header__actions .social-share:hover, .post-header__actions .social-share:focus,
.post-header__actions .post-header__print:hover,
.post-header__actions .post-header__print:focus,
.post-header__actions .post-header__favorite:hover,
.post-header__actions .post-header__favorite:focus {
  opacity: 0.9;
}
.post-header__actions .social-share svg,
.post-header__actions .post-header__print svg,
.post-header__actions .post-header__favorite svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .post-header__actions .social-share,
.post-header__actions .post-header__print,
.post-header__actions .post-header__favorite {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .post-header__actions {
    flex-flow: row nowrap;
  }
}
.post-header__recipe-meta {
  margin-top: 24px;
}
.post-header__recipe-meta .wprm-recipe-meta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  text-align: center;
  font-size: 14px;
}
.post-header__recipe-meta .wprm-recipe-details-unit {
  font-size: 14px;
}
.post-header__recipe-meta .wprm-recipe-meta-container .wprm-recipe-block-container {
  padding: 0 24px;
  flex-grow: 1;
}
.post-header__recipe-meta .wprm-recipe-meta-container .wprm-recipe-block-container + .wprm-recipe-block-container {
  border-left: 1px solid var(--wp--preset--color--foreground);
}
.post-header__recipe-meta .wprm-recipe-meta-container .wprm-recipe-details-label:not(.wprm-recipe-author-label) {
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--min);
}
@media (min-width: 768px) {
  .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .post-header .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    align-items: end;
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
}

.post-header__actions__share {
  position: relative;
}
.post-header__actions__share .block-social-share {
  display: none;
  position: absolute;
  box-shadow: var(--wp--custom--box-shadow--1);
  bottom: -64px;
  right: 0;
  left: inherit;
  margin-left: 0;
  width: 200px;
  background: var(--wp--preset--color--background);
  padding: 6px;
}
.post-header__actions__share .block-social-share .social-share {
  padding: 12px;
  border-radius: 50%;
  background: #000000;
  /*			&[data-social-network="Pinterest"] {
  				background: #e70022;
  			}
  			&[data-social-network="Facebook"] {
  				background: #3A5997;
  			}
  			&[data-social-network="Twitter"] {
  				background: #000000;
  			}
  			&[data-social-network="Email"] {
  				background: var(--wp--custom--color--neutral-700);
  			}
  */
}
.post-header__actions__share .block-social-share .social-share svg {
  fill: var(--wp--preset--color--background);
}
.post-header__actions__share .block-social-share .social-share span {
  display: none;
}

.aff-disc {
  font-size: var(--wp--preset--font-size--min);
  font-style: italic;
}
.aff-disc a {
  text-decoration: underline;
}
.aff-disc p {
  margin: 0;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--background);
  padding: 24px 0;
}

.archive-header .wrap {
  max-width: 1000px;
  text-align: center;
}

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

.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 {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.block-area + .block-post-listing {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

/* 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 {
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.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 {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
}
.facetwp-pager > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.facetwp-pager a.facetwp-page {
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  fill: var(--wp--preset--color--foreground);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  text-align: center;
  text-decoration: none;
}
.facetwp-pager a.facetwp-page.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);
}

.cwp-video {
  padding-block-start: var(--wp--custom--layout--block-gap-large);
}

.type-video h1.entry-title {
  text-align: center;
}

.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, .entry-content > *.wp-block-image:first-of-type, .entry-content > *.wp-block-cover,
.block-area > *.alignwide,
.block-area > *.wp-block-image:first-of-type,
.block-area > *.wp-block-cover,
.cwp-inner > *.alignwide,
.cwp-inner > *.wp-block-image:first-of-type,
.cwp-inner > *.wp-block-cover {
    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),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .wp-block-separator: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 > .wp-block-separator:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .wp-block-separator: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 > .block-post-listing.less-margin,
.block-area > .block-post-listing.less-margin,
.cwp-inner > .block-post-listing.less-margin {
  margin-top: -24px;
}

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

.entry-content ul, .entry-content ol {
  padding-left: 28px;
}
.entry-content ul li + li, .entry-content ol li + li {
  margin-top: 8px;
}

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

@supports (aspect-ratio: 1.77) {
  .wprm-recipe-video iframe {
    aspect-ratio: 1.77;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .single .entry-content {
    font-size: 19px;
  }
}
/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(27%) sepia(69%) saturate(1001%) hue-rotate(147deg) brightness(104%) contrast(84%);
}

.entry-comments .wprm-user-rating-summary {
  display: none;
}
.entry-comments h2, .entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 16px;
}
.entry-comments .comment-list li article {
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: var(--wp--custom--color--neutral-200);
  padding: 16px;
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  border: 1px solid var(--wp--custom--color--neutral-200);
  overflow: hidden;
  padding: 16px;
  margin-top: 16px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--medium);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.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-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--min);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.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 {
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list .staff > article .comment-reply-link {
  top: 24px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

p.comment-notes {
  font-size: var(--wp--preset--font-size--medium);
  margin: 16px 0 8px;
}
p.comment-notes + p.comment-notes {
  margin: 8px 0 16px;
}

p.comment-disclaimer {
  font-size: var(--wp--preset--font-size--small);
}

.comment-form .comment-form-comment label, .comment-form .comment-form-author label, .comment-form .comment-form-email label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.comment-form ::placeholder {
  text-transform: uppercase;
}

.comment-respond {
  background: var(--wp--preset--color--septenary);
  padding: 24px;
  margin: 30px 0;
}
.comment-respond .comment-reply-title {
  font-size: var(--wp--preset--font-size--colossal);
}
@media (max-width: 767px) {
  .comment-respond {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

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

/* Site 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 {
  background: var(--wp--preset--color--septenary);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: left;
}
.site-footer div.wpforms-container.one-line .wpforms-form, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
  display: grid;
  grid-template-columns: 1fr fit-content(300px);
  gap: 0;
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-field-container, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-field-container {
  display: flex;
  gap: var(--wp--custom--layout--block-gap);
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-head-container, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-head-container {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .site-footer div.wpforms-container.one-line .wpforms-form .wpforms-head-container, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-head-container {
    text-align: center;
  }
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-field, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-field {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  flex-basis: 0;
  flex-grow: 1;
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-field input::placeholder, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-field input::placeholder {
  color: var(--wp--custom--color--neutral-600);
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-field-label, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-field-label {
  min-height: 26px;
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-submit-container, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-submit-container {
  margin: 0;
  padding-top: 0;
}
.site-footer div.wpforms-container.one-line .wpforms-form .wpforms-field-large, .site-footer div.wpforms-container.one-line .wpforms-form > fieldset[disabled] .wpforms-field-large {
  height: 44px;
  border-radius: 0;
}
.site-footer div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--huge);
}
.site-footer div.wpforms-container .wpforms-description {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
}
.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.05;
}
.site-footer .wrap {
  position: relative;
  z-index: 2;
}
.site-footer .wrap > *:first-child:not(.site-footer__inner) {
  margin-bottom: 16px;
}
.site-footer__inner .site-footer__inner__content {
  text-align: left;
}
.site-footer__inner .site-footer__inner__content p {
  margin: 0;
}
.site-footer__inner .wpforms-container {
  margin-bottom: 0;
}
.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 .site-footer__inner__content {
    text-align: center;
  }
  .site-footer__inner > * + * {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .site-footer__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    row-gap: 16px;
    grid-template-areas: "logo menu" "social menu" "space menu";
  }
}
.site-footer__inner .site-footer__logo {
  grid-area: logo;
}
.site-footer__inner .site-footer .social-links {
  grid-area: social;
}
.site-footer__inner .nav-footer {
  grid-area: menu;
}
.site-footer__logo {
  display: inline-flex;
  max-width: 100%;
}
.site-footer__bottom {
  color: var(--wp--preset--color--quaternary);
  font-size: var(--wp--preset--font-size--min);
  font-style: italic;
  line-height: var(--wp--custom--line-height--medium);
  text-align: center;
}
.site-footer__bottom a,
.site-footer__bottom strong {
  color: inherit;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-footer__bottom p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer__bottom .site-footer__credit::before {
    content: "|";
    padding: 0 4px;
  }
}
@media (max-width: 767px) {
  .site-footer ul.social-links {
    justify-content: center;
  }
  .site-footer__copyright {
    display: block;
    margin-bottom: 16px;
  }
  .site-footer__credit {
    display: block;
  }
}

.nav-footer {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  text-align: left;
}
.nav-footer .menu {
  max-width: 800px;
  margin-left: auto;
}
.nav-footer .menu > li > a {
  letter-spacing: var(--wp--custom--letter-spacing--loose);
  font-weight: 700;
  text-transform: uppercase;
}
.nav-footer ul {
  padding: 0;
  margin: 0;
}
.nav-footer ul ul {
  padding-top: 8px;
}
.nav-footer li {
  list-style-type: none;
  padding: 8px 0;
}
.nav-footer a {
  color: inherit;
  text-decoration: none;
}
.nav-footer a:hover {
  color: var(--wp--custom--color--link);
  text-decoration: underline;
}
.nav-footer .sub-menu a {
  font-weight: 400;
}
@media (min-width: 768px) {
  .nav-footer .menu {
    display: flex;
    gap: 16px;
  }
  .nav-footer .menu > li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .nav-footer .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 24px;
  }
  .nav-footer .menu > .menu-item:first-child {
    display: none;
  }
  .nav-footer .sub-menu {
    padding-top: 8px;
  }
}

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