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

@media (max-width: 767px) {
  body.blog .site-inner {
    padding-top: 20px;
  }
  body.blog .archive-header {
    text-align: center;
  }
}
@media (min-width: 768px) {
  body.blog .site-inner {
    padding-top: 24px;
  }
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

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

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

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--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%;
  }
}
@media (min-width: 768px) {
  body {
    --wp--custom--layout--block-gap-large: 60px;
  }
}

/* Heading : =headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 var(--wp--style--block-gap);
}

h1 {
  line-height: var(--wp--custom--line-height--tiny);
}

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

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

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

p.is-style-heading {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 700;
}

/* 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);
  text-align: center;
}
@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 .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .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 .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 .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--custom--color--neutral-700);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  max-width: 566px !important;
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button : =buttons
--------------------------------------------- */
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 19px 24px;
}
.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%);
  color: var(--cwp--button, var(--wp--preset--color--foreground));
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 19px 24px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 19px 24px;
}
.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--primary);
}

.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
  content: " →";
}
/* Group : =groups
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

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

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

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-quinary-background-color,
.has-denary-background-color,
.has-foreground-background-color,
.has-diagonal-tertiary-to-primary-gradient-background {
  color: var(--wp--preset--color--white);
  --cwp--button: var(--wp--preset--color--white);
}

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

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

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

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

.wp-block-search__input::placeholder {
  color: #9E9E9E;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--primary);
}

/* Block Quote : =blockquote, =quote
--------------------------------------------- */
.wp-block-quote {
  position: relative;
}
.wp-block-quote::before {
  content: "";
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--tertiary);
  background: url(../icons/color/open-quote-tertiary.svg) no-repeat center;
  background-size: 37.08px;
  width: 37.08px;
  height: 29.52px;
  margin-bottom: 16px;
}
.wp-block-quote p {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--primary);
  line-height: var(--wp--custom--line-height--normal);
  margin: 0;
}
.wp-block-quote p + p {
  margin-top: var(--wp--custom--layout--block-gap);
}
.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--system-font);
  color: var(--wp--preset--color--tertiary);
  font-style: normal;
  font-weight: 900;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--highlight--letter-spacing);
  text-transform: var(--wp--custom--highlight--text-transform);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 2px;
}
.breadcrumb .breadcrumb_last {
  color: var(--wp--custom--color--neutral-600);
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 12px;
  }
}

.wp-block-yoast-faq-block .schema-faq-section {
  border: none;
  padding: 0;
  border-bottom: 2px solid var(--wp--preset--color--tertiary);
}
.wp-block-yoast-faq-block .schema-faq-question {
  display: block;
  font-size: var(--wp--preset--font-size--big);
  font-family: var(--wp--preset--font-family--primary);
  line-height: var(--wp--custom--line-height--medium);
  font-weight: 700;
}
.wp-block-yoast-faq-block .schema-faq-answer {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 5px;
  }
}

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

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

/* Shared Counts : =shared counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--custom--color--neutral-400);
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}

/* FacetWP : =facetwp
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.facetwp-filters .facetwp-facet {
  margin: 0 0 16px;
  width: 100%;
}
.facetwp-filters .facetwp-facet-search .facetwp-input-wrap {
  display: block;
}
.facetwp-filters .facetwp-facet-search input.facetwp-search {
  min-width: inherit;
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 44px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.facetwp-filters .facetwp-facet-search input.facetwp-search::placeholder {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--foreground);
}
.facetwp-filters .facetwp-facet-search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
  right: 8px;
}
.facetwp-filters .fs-label-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
  width: 100%; /* added to prevent potential overflow if add a lot of facets */
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
  background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
  margin: 0;
  width: 100%;
}
.facetwp-filters .fs-option {
  padding-top: 16px;
  padding-bottom: 16px;
}
.facetwp-filters .facetwp-filters__toggle {
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--tertiary);
  text-decoration: none;
  border: 2px solid var(--wp--preset--color--tertiary);
  padding: 14px 13px;
  box-shadow: none;
  display: block;
  font-size: var(--wp--preset--font-size--medium);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .facetwp-filters {
    margin-bottom: 26px;
  }
  .facetwp-filters.active {
    margin-bottom: 32px;
  }
  .facetwp-filters .facetwp-filters__toggle {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px;
  }
  .facetwp-filters .facetwp-facet {
    max-width: 315px;
  }
  .facetwp-filters .facetwp-filters__toggle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .facetwp-filters__inner {
    gap: 32px;
  }
}

.facetwp-reset {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto 32px;
  text-align: center;
  font-size: 1rem;
}

/* Lucky Table of Contents : =lucky, =toc
--------------------------------------------- */
.entry-content .lwptoc {
  /* lucky uses 0 for the margin left and right which makes it not work well with editor for content width page layouts (it goes all the way to the left of the viewport) */
  margin-left: auto;
  margin-right: auto;
}

.lwptoc .lwptoc_title {
  font-family: var(--wp--preset--font-family--primary);
  text-transform: uppercase;
}

.lwptoc .lwptoc_i a {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
}

@media (max-width: 767px) {
  .lwptoc .lwptoc_title {
    font-size: var(--wp--preset--font-size--normal);
  }
}
@media (min-width: 768px) {
  .lwptoc .lwptoc_title {
    font-size: var(--wp--preset--font-size--large);
  }
}
/* Top Hat : =top hat (not used)
---------------------------------------------------------------------------------------------------- */
.top-hat {
  background: var(--wp--preset--color--primary);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: var(--wp--custom--highlight--letter-spacing);
  text-transform: var(--wp--custom--highlight--text-transform);
}
.top-hat a {
  color: #fff;
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  box-shadow: var(--wp--custom--box-shadow--1);
  position: relative;
}
@media (max-width: 1100px) {
  .site-header {
    --cwp-logo-width: 228px;
    --cwp-logo-height: 35.21px;
  }
}
@media (max-width: 355px) {
  .site-header {
    --cwp-logo-width: 201px;
    --cwp-logo-height: 30px;
  }
}
@media (min-width: 1101px) {
  .site-header {
    --cwp-logo-width: 292px;
    --cwp-logo-height: 44px;
  }
  .site-header .wrap {
    display: grid;
    grid-template-columns: var(--cwp-logo-width) 1fr;
    align-items: center;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1100px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
}
.site-header__logo {
  display: block;
  width: var(--cwp-logo-width);
  height: var(--cwp-logo-height);
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  .site-header__logo {
    margin: 12px auto;
  }
}
@media (max-width: 355px) {
  .site-header__logo {
    margin: 15px auto;
  }
}
.site-header__toggles button {
  position: absolute;
  top: 8px;
  background: var(--wp--preset--color--septenary);
  border-radius: var(--wp--custom--border-radius--tiny);
}
.site-header__toggles button.active {
  background: var(--wp--preset--color--tertiary);
}
.site-header__toggles button.active svg {
  fill: white;
}
.site-header__toggles .menu-toggle {
  left: 6px;
}
.site-header__toggles .search-toggle {
  right: 6px;
}
@media (min-width: 1101px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 349px) {
  .site-header__toggles .menu-toggle {
    left: 8px;
  }
  .site-header__toggles .search-toggle {
    right: 8px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

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

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

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/*
body {

	.site-header {

		@supports( position: sticky ) {
			position: sticky;
			top: 0;
			transition: transform 0.3s;
			z-index: 10;
		}
	}

	&.admin-bar {
		.site-header {
			@supports( position: sticky ) {
				top: 32px;

				@include media("<=782px") {
					top: 0px;
				}
			}
		}
	}

	&.nav-up {

		.site-header {

			@supports( position: sticky ) {
				transform: translateY(-100%);
			}
		}
	}
}
*/
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) * 2);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media (min-width: 1101px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .submenu-expand svg {
    fill: var(--wp--preset--color--tertiary);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--tertiary);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    line-height: var(--wp--custom--line-height--small);
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .nav-primary .menu {
    display: flex;
    align-items: center;
  }
  .nav-menu .nav-primary .menu > .menu-item {
    line-height: 1;
  }
  .nav-menu .nav-primary .menu > .menu-item > a {
    font-family: var(--wp--preset--font-family--primary);
    padding: 32px 15px;
    font-size: 1rem;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-menu .nav-primary .menu > .menu-item.current-menu-item > a {
    color: var(--wp--preset--color--tertiary);
  }
  .nav-menu .nav-primary .menu > .menu-item:hover:not(.menu-item-search), .nav-menu .nav-primary .menu > .menu-item:focus-within:not(.menu-item-search) {
    background: var(--wp--preset--color--tertiary);
  }
  .nav-menu .nav-primary .menu > .menu-item:hover:not(.menu-item-search) > a, .nav-menu .nav-primary .menu > .menu-item:focus-within:not(.menu-item-search) > a {
    color: white;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children > a {
    padding-right: 32px;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover > .sub-menu, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within > .sub-menu {
    left: 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-search {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.desktop-hide {
    display: none;
  }
  .nav-menu .nav-primary .menu-item.mega {
    position: static;
  }
  .nav-menu .nav-primary .menu-item.mega > a {
    background-image: url(../icons/color/carat-down-large-blue.svg);
    background-repeat: no-repeat;
    background-position: right 8px top 33px;
    background-size: 15px;
  }
  .nav-menu .nav-primary .menu-item.mega > .submenu-expand {
    display: none;
  }
  .nav-menu .nav-primary .menu-item.mega:hover > a, .nav-menu .nav-primary .menu-item.mega:active > a {
    background-image: url(../icons/color/carat-down-large-white.svg);
  }
  .nav-menu .nav-primary .menu-item.mega .sub-menu {
    padding-top: 16px;
    text-align: center;
  }
  .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu, .nav-menu .nav-primary .menu-item.mega:focus-within > .sub-menu {
    left: 0;
  }
}
@media (min-width: 1101px) and (min-width: 1200px) {
  .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu, .nav-menu .nav-primary .menu-item.mega:focus-within > .sub-menu {
    left: calc(50% - 576px) !important;
  }
}
@media (min-width: 1101px) {
  .nav-menu .nav-primary .sub-menu {
    padding-bottom: 10px;
  }
  .nav-menu .nav-primary .sub-menu a {
    padding: 10px 20px;
    font-size: 0.875rem;
    color: white;
  }
}
@media (min-width: 1101px) {
  .nav-menu .nav-primary .mega > .sub-menu {
    width: 100vw;
    max-width: var(--wp--custom--layout--wide);
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 4px;
  }
  .nav-menu .nav-primary .mega > .sub-menu .menu-item a:hover, .nav-menu .nav-primary .mega > .sub-menu .menu-item a:active {
    color: rgba(255, 255, 255, 0.85);
  }
  .nav-menu .nav-primary .mega > .sub-menu > li {
    flex-basis: 0;
    flex-grow: 1;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a {
    font-family: var(--wp--preset--font-family--secondary);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li:hover > a {
    background-color: transparent;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li .submenu-expand {
    display: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu {
    padding: 0;
    box-shadow: none;
    display: block;
    position: relative;
    opacity: 1;
    margin: 0;
    left: auto;
    width: 100%;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > .sub-menu::before {
    display: none;
  }
}
@media (max-width: 1100px) {
  .nav-menu {
    display: none;
    background-color: var(--wp--preset--color--tertiary);
    padding-bottom: 16px;
  }
  .nav-menu.active {
    display: block;
  }
  .nav-menu .menu-item a {
    color: white;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    fill: white;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .nav-menu .nav-primary {
    padding: 12px 0px 0px 16px;
  }
  .nav-menu .nav-primary .menu > .menu-item > a {
    font-family: var(--wp--preset--font-family--primary);
    font-weight: 700;
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-search {
    display: none;
  }
  .nav-menu .nav-primary .sub-menu .menu-item a {
    font-size: var(--wp--preset--font-size--small);
    padding: 14.5px 0;
  }
  .nav-menu .nav-primary .sub-menu .sub-menu .menu-item a {
    padding: 10px 0;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li .sub-menu {
    padding-left: 0;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a {
    font-size: 0.9375rem;
  }
}

.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header .post-header__author-date {
  position: relative;
  padding-left: 58px;
}
.post-header .post-header__author-date .entry-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.post-header .post-header__author-date .entry-avatar img {
  border-radius: 50%;
}
.post-header .post-header__author-date .entry-author {
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--primary);
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  line-height: 1;
}
.post-header .post-header__author-date .entry-author em {
  font-weight: 400;
  font-style: normal;
}
.post-header .post-header__author-date .post-header__date {
  font-size: 0.6875rem;
  color: var(--wp--custom--color--neutral-600);
  font-family: var(--wp--preset--font-family--primary);
}
.post-header .post-header__author-date p {
  margin: 0;
}
.post-header .entry-comments-link-container {
  line-height: 0;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--small);
  display: flex;
  align-items: center;
  color: var(--wp--custom--color--neutral-800);
  margin: 0;
}
.post-header .entry-comments-link-container svg {
  margin-right: 7px;
  fill: var(--wp--preset--color--tertiary);
}
.post-header .entry-rating {
  line-height: 0;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--small);
  display: flex;
  align-items: center;
  color: var(--wp--custom--color--neutral-800);
}
.post-header .entry-rating svg {
  margin-right: 7px;
}
.post-header .post-header__actions {
  display: flex;
}
.post-header .post-header__actions a {
  position: relative;
  text-decoration: none;
  background: var(--wp--preset--color--secondary);
  color: white;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--wp--custom--border-radius--tiny);
}
.post-header .post-header__actions a:hover, .post-header .post-header__actions a:focus {
  filter: brightness(85%);
}
@media (max-width: 767px) {
  .post-header {
    margin-bottom: 18px;
  }
  .post-header .entry-title {
    margin-bottom: 10px;
  }
  .post-header .post-header__meta {
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: space-between;
  }
  .post-header .post-header__actions {
    margin-top: 15px;
    justify-content: space-between;
    flex-flow: row wrap;
    gap: 14px;
  }
  .post-header .post-header__actions a {
    text-align: center;
    flex-grow: 1;
    font-size: 0.75rem;
    padding: 11px 6px 9px 6px;
  }
}
@media (min-width: 768px) {
  .post-header {
    margin-bottom: 18px;
  }
  .post-header .entry-title {
    margin-bottom: 18px;
  }
  .post-header .post-header__lower {
    display: flex;
    align-items: center;
  }
  .post-header .post-header__info {
    flex-basis: 40%;
  }
  .post-header .post-header__meta {
    flex-basis: 60%;
    display: flex;
  }
  .post-header .post-header__meta .entry-comments-link-container {
    flex-grow: 1;
    justify-content: center;
  }
  .post-header .post-header__meta .entry-rating {
    flex-grow: 1;
    justify-content: right;
  }
  .post-header .post-header__actions {
    margin-top: 28px;
    gap: 16px;
  }
  .post-header .post-header__actions a {
    font-size: 0.875rem;
    padding: 9px 44px;
  }
}

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

.slickstream-favorite .saved {
  display: none;
}
.slickstream-favorite.active .saved {
  display: inline;
}
.slickstream-favorite.active .save {
  display: none;
}

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

.archive-header h1 {
  margin: 0;
}

.archive-description {
  margin-top: 14px;
}

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

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

@media (max-width: 767px) {
  .archive-header {
    padding: 24px 0 0px;
  }
  .archive-header .breadcrumb {
    margin-bottom: 12px;
  }
  .archive-header.has-image .archive-header__image-container {
    margin: 20px calc(-1 * var(--wp--custom--layout--padding)) 0;
    height: 58.66666667vw;
  }
  .archive-header.has-image .archive-header__image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .archive-header .breadcrumb {
    margin-bottom: 9px;
  }
  .archive-header:not(.has-image) {
    padding: 32px 0 0px;
    text-align: center;
  }
  .archive-header:not(.has-image) .archive-header__inner {
    max-width: var(--wp--custom--layout--content);
    margin: 0 auto;
  }
  .archive-header.has-image {
    padding: 0px 0 0px;
    border-bottom: 1px solid var(--wp--preset--color--septenary);
    isolation: isolate;
  }
  .archive-header.has-image .archive-header__inner {
    display: grid;
    grid-template-columns: 1fr 368px;
    column-gap: 32px;
  }
  .archive-header.has-image .archive-header__content_container {
    max-width: var(--wp--custom--layout--content);
    align-self: center;
    padding: 64px 0;
  }
  .archive-header.has-image .archive-header__image-container {
    position: relative;
  }
  .archive-header.has-image .archive-header__image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .archive-header.has-image .archive-header__inner {
    grid-template-columns: 1fr 468px;
  }
}
/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
}

.archive-recent-header .archive-recent-header__icon-container {
  background: var(--wp--preset--gradient--diagonal-tertiary-to-primary);
  width: 41px;
  height: 41px;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.archive-recent-header .archive-recent-header__icon-container svg {
  fill: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-content > *,
.block-area > *,
.cwp-inner > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .cwp-large:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > h1.front:first-child + *, .entry-content > h1.front:first-child + :is(.alignfull, .cwp-large),
.block-area > h1.front:first-child + *,
.block-area > h1.front:first-child + :is(.alignfull, .cwp-large),
.cwp-inner > h1.front:first-child + *,
.cwp-inner > h1.front:first-child + :is(.alignfull, .cwp-large) {
  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));
}

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

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

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

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

/* Block Area - After Post : =after
--------------------------------------------- */
.block-area-after-post {
  margin: 45px 0 32px;
}
.block-area-after-post > * + * {
  margin-top: 45px;
}
/* Comments : =comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(64%) sepia(15%) saturate(1673%) hue-rotate(51deg) brightness(104%) contrast(82%);
}

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

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond p {
  margin-top: 0;
}
.comment-respond .comment-reply-title {
  font-size: var(--wp--preset--font-size--big);
}
.comment-respond .comment-reply-title .comment-reply-title__icon-container {
  background: var(--wp--preset--gradient--diagonal-tertiary-to-primary);
  width: 41px;
  height: 41px;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.comment-respond .comment-reply-title .comment-reply-title__icon-container svg {
  fill: white;
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  color: var(--wp--custom--color--neutral-800);
  display: inline;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
}
.comment-respond .comment-form {
  display: grid;
}
.comment-respond .comment-form label {
  display: block;
  margin-right: 12px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: var(--wp--custom--color--neutral-800);
  font-family: var(--wp--preset--font-family--primary);
}
.comment-respond .comment-form .comment-notes {
  order: 1;
}
.comment-respond .comment-form .comment-form-wprm-rating {
  order: 2;
  margin-top: 0;
}
.comment-respond .comment-form .comment-form-comment {
  order: 3;
}
.comment-respond .comment-form .comment-form-author {
  order: 4;
}
.comment-respond .comment-form .comment-form-email {
  order: 5;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  order: 6;
}
.comment-respond .comment-form .form-submit {
  order: 7;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comment-respond .comment-form {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .comment-respond .comment-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 22px;
  }
  .comment-respond .comment-form .comment-notes,
.comment-respond .comment-form .comment-form-wprm-rating,
.comment-respond .comment-form .comment-form-comment,
.comment-respond .comment-form .comment-form-cookies-consent,
.comment-respond .comment-form .form-submit {
    grid-column: span 2;
  }
}
.comment-respond input[type=submit] {
  width: auto;
  border: none;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.nav-links div a.wp-block-button__link {
  font-size: var(--wp--preset--font-size--small);
  padding: 12px 16px;
}
/* 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--custom--color--neutral-900);
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  border-bottom: 1px solid var(--wp--custom--color--neutral-700);
  color: white;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer .wrap {
  max-width: var(--wp--custom--layout--wide);
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer__badge {
  display: block;
  line-height: 0;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.site-footer .nav-footer-left ul.menu {
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 32px;
}
.site-footer .nav-footer-left ul.menu li {
  list-style-type: none;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.site-footer .site-footer__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}
.site-footer .nav-footer-right ul.menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
}
.site-footer .nav-footer-right ul.menu li {
  list-style-type: none;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--small);
}
.site-footer ul.site-footer__socials {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
}
.site-footer ul.site-footer__socials li {
  list-style-type: none;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--small);
}
.site-footer ul.site-footer__socials li a {
  display: inline-flex;
  align-items: center;
}
.site-footer ul.site-footer__socials li a svg {
  margin-right: 10px;
  fill: white;
}
.site-footer ul.site-footer__socials li a:hover svg, .site-footer ul.site-footer__socials li a:focus svg {
  fill: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991px) {
  .site-footer .site-footer__left {
    padding: 42px 0;
  }
  .site-footer .site-footer__middle {
    padding: 48px 0 32px;
    text-align: center;
    border-bottom: 1px solid var(--wp--custom--color--neutral-700);
    border-top: 1px solid var(--wp--custom--color--neutral-700);
  }
  .site-footer .site-footer__right {
    padding: 48px 0 32px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .site-footer .site-footer__inner {
    display: grid;
    grid-template-columns: 370px 1fr 370px;
    grid-column-gap: 32px;
  }
  .site-footer .site-footer__inner > * {
    padding-top: 50px;
    padding-bottom: 56px;
  }
  .site-footer .site-footer__left {
    order: 2;
    display: grid;
    border-left: 1px solid var(--wp--custom--color--neutral-700);
    border-right: 1px solid var(--wp--custom--color--neutral-700);
  }
  .site-footer .site-footer__middle {
    order: 1;
  }
  .site-footer .site-footer__right {
    order: 3;
  }
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
.site-footer__copyright {
  font-size: var(--wp--preset--font-size--tiny);
  background: var(--wp--custom--color--neutral-900);
  color: white;
  border-bottom: 1px solid var(--wp--custom--color--neutral-700);
}
.site-footer__copyright a {
  color: white;
}
.site-footer__copyright a:hover, .site-footer__copyright a:active {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer__copyright .site-footer__copyright-text p {
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer__copyright {
    padding: 28px 0;
  }
  .site-footer__copyright .site-footer__copyright-inner {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .site-footer__copyright {
    padding: 35px 0;
  }
  .site-footer__copyright .site-footer__copyright-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
  }
}

/* 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--custom--color--neutral-900);
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  border-bottom: 1px solid var(--wp--custom--color--neutral-700);
  color: white;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer .wrap {
  max-width: var(--wp--custom--layout--wide);
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer__badge {
  display: block;
  line-height: 0;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.site-footer .nav-footer-left ul.menu {
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 32px;
}
.site-footer .nav-footer-left ul.menu li {
  list-style-type: none;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--small);
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.site-footer .site-footer__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 32px;
}
.site-footer .nav-footer-right ul.menu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
}
.site-footer .nav-footer-right ul.menu li {
  list-style-type: none;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--small);
}
.site-footer ul.site-footer__socials {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 12px;
}
.site-footer ul.site-footer__socials li {
  list-style-type: none;
  line-height: var(--wp--custom--line-height--medium);
  font-size: var(--wp--preset--font-size--small);
}
.site-footer ul.site-footer__socials li a {
  display: inline-flex;
  align-items: center;
}
.site-footer ul.site-footer__socials li a svg {
  margin-right: 10px;
  fill: white;
}
.site-footer ul.site-footer__socials li a:hover svg, .site-footer ul.site-footer__socials li a:focus svg {
  fill: rgba(255, 255, 255, 0.75);
}
@media (max-width: 991px) {
  .site-footer .site-footer__left {
    padding: 42px 0;
  }
  .site-footer .site-footer__middle {
    padding: 48px 0 32px;
    text-align: center;
    border-bottom: 1px solid var(--wp--custom--color--neutral-700);
    border-top: 1px solid var(--wp--custom--color--neutral-700);
  }
  .site-footer .site-footer__right {
    padding: 48px 0 32px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .site-footer .site-footer__inner {
    display: grid;
    grid-template-columns: 370px 1fr 370px;
    grid-column-gap: 32px;
  }
  .site-footer .site-footer__inner > * {
    padding-top: 50px;
    padding-bottom: 56px;
  }
  .site-footer .site-footer__left {
    order: 2;
    display: grid;
    border-left: 1px solid var(--wp--custom--color--neutral-700);
    border-right: 1px solid var(--wp--custom--color--neutral-700);
  }
  .site-footer .site-footer__middle {
    order: 1;
  }
  .site-footer .site-footer__right {
    order: 3;
  }
}

/* Copyright
---------------------------------------------------------------------------------------------------- */
.site-footer__copyright {
  font-size: var(--wp--preset--font-size--tiny);
  background: var(--wp--custom--color--neutral-900);
  color: white;
  border-bottom: 1px solid var(--wp--custom--color--neutral-700);
}
.site-footer__copyright a {
  color: white;
}
.site-footer__copyright a:hover, .site-footer__copyright a:active {
  color: rgba(255, 255, 255, 0.75);
}
.site-footer__copyright .site-footer__copyright-text p {
  margin: 0;
}
@media (max-width: 767px) {
  .site-footer__copyright {
    padding: 28px 0;
  }
  .site-footer__copyright .site-footer__copyright-inner {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .site-footer__copyright {
    padding: 35px 0;
  }
  .site-footer__copyright .site-footer__copyright-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
  }
}

/* Recipe Index : =recipe index
---------------------------------------------------------------------------------------------------- */
body.page-template-recipe-index .breadcrumb {
  max-width: var(--wp--custom--layout--content);
  text-align: center;
}
body.page-template-recipe-index .entry-header {
  max-width: var(--wp--custom--layout--content);
  text-align: center;
}
body.page-template-recipe-index .entry-header .wp-block-search__inside-wrapper {
  max-width: var(--wp--custom--layout--content);
}
body.page-template-recipe-index .entry-header .wp-block-search__input {
  min-height: 54px;
  padding: 16px 20px;
}
body.page-template-recipe-index .entry-header .wp-block-search__button {
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-recipe-index .entry-header .wp-block-buttons {
  margin-top: 16px;
}
body.page-template-recipe-index .entry-header .wp-block-buttons .wp-element-button, body.page-template-recipe-index .entry-header .wp-block-buttons .wp-block-button__link {
  font-size: 1.0625rem;
  padding: 24px 44px;
}
@media (max-width: 767px) {
  body.page-template-recipe-index .entry-header {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  body.page-template-recipe-index .entry-header {
    margin-bottom: 42px;
  }
}

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