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

body.cream-bg {
  background: var(--wp--preset--color--septenary);
}

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

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

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

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

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

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

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--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 {
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 var(--wp--style--block-gap);
}

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

h1.has-border {
  font-size: var(--wp--preset--font-size--large);
  text-align: center;
}
@media (max-width: 767px) {
  h1.has-border::after {
    content: "";
    display: block;
    background: url(../images/divider-small.svg) no-repeat center;
    background-size: 100%;
    width: 100px;
    height: 4px;
    margin: 8px auto;
  }
}
@media (min-width: 768px) {
  h1.has-border {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }
  h1.has-border br {
    display: none;
  }
  h1.has-border::before, h1.has-border::after {
    background: url(../images/divider.svg) no-repeat center;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
  }
  h1.has-border::after {
    transform: rotate(180deg);
  }
}

/* Quote
--------------------------------------------- */
.wp-block-quote p {
  font-family: var(--wp--preset--font-family--primary);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--big);
  line-height: var(--wp--custom--line-height--small);
  margin: 16px 0;
}
.wp-block-quote cite {
  font-style: normal;
}

/* 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-block-image {
  margin-block-start: var(--wp--custom--layout--block-gap);
}
figure.wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-image.is-style-negative-margin {
  margin-top: -90px;
}

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

.entry-content .dpsp-pin-it-wrapper img,
.entry-content .aligncenter img,
.entry-content img.aligncenter {
  width: 100%;
}

.entry-content .pin-it-button .dpsp-pin-it-wrapper img {
  width: auto;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
.entry-content .wp-block-image.aligncenter, .entry-content .wp-block-image .aligncenter {
  display: block;
}
.entry-content .wp-block-image.aligncenter figcaption, .entry-content .wp-block-image .aligncenter figcaption {
  display: block;
}
@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);
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border-width: 0;
  border-radius: var(--wp--custom--border-radius--button);
}
.wp-block-button__link, .wp-block-button__link.has-background {
  padding: 14px;
}
.wp-block-button__link:hover {
  filter: brightness(85%);
}
.is-style-outline .wp-block-button__link {
  border: 1px solid currentColor;
}
.is-style-outline .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}
.is-style-arrow .wp-block-button__link {
  background: transparent;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  border-width: 0;
}
.is-style-arrow .wp-block-button__link::before {
  content: "↑ ";
}
.is-style-arrow .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--quaternary);
}

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

.wp-block-group.is-style-extra-padding {
  padding: var(--wp--custom--layout--block-gap-large);
}

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

/* Columns
--------------------------------------------- */
.wp-block-columns {
  /*Equal Height*/
}
.wp-block-columns.is-style-equal-height > .wp-block-column {
  align-self: stretch;
}
.wp-block-columns.is-style-equal-height > .wp-block-column.has-background {
  padding: var(--wp--custom--layout--block-gap-large);
}
.wp-block-columns.is-style-equal-height > .wp-block-column.is-vertically-aligned-stretch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-columns.is-style-equal-height > .wp-block-column.is-vertically-aligned-stretch > * {
  width: 100%;
}
.wp-block-columns.is-style-equal-height > .wp-block-column figure {
  height: 100%;
}
.wp-block-columns.is-style-equal-height > .wp-block-column figure img {
  height: 100%;
  object-fit: cover;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-bottom-none + * {
  margin-top: 0 !important;
}

.entry-content > .wp-block-cover.alignfull:not(:last-child) {
  margin-bottom: 0 !important;
}

.wp-block-cover.alignfull + .wp-block-group.alignfull.has-background {
  margin-top: 0;
}

/* Accessible Colors
--------------------------------------------- */
.has-primary-background-color,
.has-secondary-background-color {
  color: var(--wp--preset--color--white);
}
.has-primary-background-color a,
.has-secondary-background-color a {
  color: var(--wp--preset--color--quaternary);
}

.has-white-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-quinary-background-color,
.has-senary-background-color,
.has-septenary-background-color {
  color: var(--wp--preset--color--primary);
}
.has-white-background-color.wp-block-button__link:hover,
.has-tertiary-background-color.wp-block-button__link:hover,
.has-quaternary-background-color.wp-block-button__link:hover,
.has-quinary-background-color.wp-block-button__link:hover,
.has-senary-background-color.wp-block-button__link:hover,
.has-septenary-background-color.wp-block-button__link:hover {
  color: var(--wp--preset--color--primary);
}

/* 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--medium);
  position: relative;
  padding-right: 44px;
}

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

.wp-block-search__input::placeholder {
  color: #000;
  font-weight: 400;
}

/* Affiliate Dislosure
--------------------------------------------- */
.aff-disc {
  color: var(--wp--custom--color--neutral-700);
  font-size: var(--wp--preset--font-size--min);
  font-style: italic;
}
.aff-disc > *:last-child {
  margin-bottom: 0;
}
.site-container > .aff-disc {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 12px auto 0;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

/* Sidebar About
--------------------------------------------- */
.block-area .sidebar-about p.has-text-align-center {
  margin-top: 8px;
}
.block-area .sidebar-about p.has-text-align-center.is-style-heading {
  margin-top: 16px;
}
.block-area .sidebar-about .wp-block-image img {
  border: 4px solid #fff;
}
.block-area .sidebar-about .wp-block-buttons {
  margin-top: 0;
}
.block-area .sidebar-about.has-background {
  padding: 40px;
}

/* 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--letter-spacing--medium);
  text-transform: uppercase;
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

.schema-faq-section {
  background: var(--wp--preset--color--septenary);
  padding: 16px 24px;
  overflow: hidden;
}

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

.schema-faq-question {
  display: block;
  font-weight: 800;
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.schema-faq-answer {
  margin: 0;
}

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

/* Grow
--------------------------------------------- */
.dpsp-pin-it-wrapper {
  width: 100%;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  margin: 0 0 8px;
  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);
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  text-transform: uppercase;
}
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.one-line input.wpforms-field-medium,
div.wpforms-container.one-line select.wpforms-field-medium,
div.wpforms-container.one-line .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
@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: 26px;
  }
}

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

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--quaternary);
  font-weight: 800;
  font-size: var(--wp--preset--font-size--tiny);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
}
.top-hat a {
  color: var(--wp--preset--color--quaternary);
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .top-hat {
    background: var(--wp--preset--color--quaternary); /* update top hat full bleed color in top-hat.php if this changes */
    color: var(--wp--preset--color--primary);
  }
  .top-hat a {
    color: var(--wp--preset--color--primary);
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  --cwp-logo-width: 179px;
}
@media (max-width: 1020px) {
  .site-header {
    background: var(--wp--preset--color--secondary);
    color: var(--wp--preset--color--background);
  }
  .site-header__logo svg, .site-header__toggles a svg, .site-header__toggles button svg {
    fill: #fff;
  }
}
@media (min-width: 1021px) {
  .site-header {
    --cwp-logo-width: 529px;
    background: var(--wp--preset--color--background);
    padding-top: 16px;
    padding-bottom: 16px;
  }
  body.cream-bg .site-header {
    background: var(--wp--preset--color--septenary);
  }
  .site-header__logo svg {
    fill: var(--wp--preset--color--primary);
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: var(--cwp-logo-width) 1fr;
  align-items: center;
}
@media (max-width: 1020px) {
  .site-header .wrap {
    padding-right: 0;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1020px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 1 * var(--wp--custom--layout--padding));
  }
}
.site-header__logo {
  display: block;
  width: var(--cwp-logo-width);
  height: 50px;
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 1021px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1020px) {
  .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: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  fill: var(--wp--preset--color--primary);
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active,
.menu-toggle.active,
.favorite-toggle.active {
  background: var(--wp--preset--color--tertiary);
}
.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 {
  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--senary);
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1021px) {
  .header-search {
    position: absolute;
    top: 66px;
  }
}
@media (min-width: 1021px) and (max-width: 899px) {
  .header-search {
    top: 54px;
  }
}
@media (max-width: 1020px) {
  .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
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--primary);
  display: block;
  position: relative;
  padding: 12px 8px;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  letter-spacing: var(--wp--custom--letter-spacing--large);
  text-decoration: none;
  text-transform: uppercase;
}
.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 > .menu-item > a {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--large);
  letter-spacing: normal;
  text-transform: lowercase;
}
.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: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 1021px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    right: 0;
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item + .menu-item {
    margin-left: 8px;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    background: var(--wp--preset--color--tertiary);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--senary);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 315px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item > a {
    padding-left: 32px;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: var(--wp--preset--color--tertiary);
  }
  .nav-menu .sub-menu .menu-item:hover > .sub-menu, .nav-menu .sub-menu .menu-item:focus-within > .sub-menu {
    left: 0;
    right: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -37px 0 0 315px;
  }
}
@media (max-width: 1020px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: var(--wp--preset--color--senary);
    display: block;
  }
  .nav-menu .menu-item a {
    padding-left: 16px;
  }
  .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.expanded {
    background: var(--wp--preset--color--primary);
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded svg {
    fill: #fff;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.post-header {
  background: var(--wp--preset--color--septenary);
  padding: 24px 0;
}
.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header__info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 12px;
}
.post-header__info svg {
  margin-right: 4px;
}
.post-header__info p,
.post-header__info p.post-header__comments a {
  display: flex;
  align-items: center;
  margin: 0;
}
.post-header__info a {
  text-decoration: none;
}
.post-header .entry-avatar {
  margin-right: 8px;
}
.post-header .entry-avatar img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .post-header__info {
    line-height: 24px;
    position: relative;
    padding-left: 56px;
  }
  .post-header .entry-avatar {
    position: absolute;
    top: 0;
    left: 0;
  }
  .post-header .entry-avatar img {
    width: 48px;
  }
  .post-header .entry-author {
    width: 100%;
  }
  .post-header .entry-rating {
    margin-left: 0;
  }
}
.post-header .entry-author {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  text-decoration: none;
}
.post-header .entry-author:hover {
  color: var(--wp--preset--color--primary);
}
.post-header__date {
  color: var(--wp--custom--color--neutral-700);
}
.post-header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .post-header__actions {
    margin-top: 12px;
  }
}
.post-header .social-share, .post-header__favorite, .post-header__print {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.post-header .social-share svg, .post-header__favorite svg, .post-header__print svg {
  width: 20px;
  height: 20px;
}
.post-header .social-share:hover svg, .post-header__favorite:hover svg, .post-header__print:hover svg {
  fill: var(--wp--preset--color--primary);
}
.post-header .shared-counts-label {
  display: none;
}
.post-header__favorite:not(.active) .saved, .post-header__favorite.active .save {
  display: none;
}
.post-header__recipe-jump {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 16px;
  padding: 14px 8px;
  text-decoration: none;
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  text-transform: uppercase;
}

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

/* Archive Header
--------------------------------------------- */
.archive-header {
  padding: 24px 0 0;
}

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

.archive-header h1 {
  margin-top: 24px;
}

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

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

.archive-header__image {
  border-radius: 50%;
  margin: 16px auto 40px;
  max-width: 250px;
}

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

@media only screen and (min-width: 600px) {
  .archive-header__inner {
    display: grid;
    grid-template-columns: 1fr 250px;
    column-gap: var(--wp--custom--layout--block-gap);
  }
}
/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
}

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

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.pagination ul li a {
  background: #fff;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--button);
  color: var(--wp--preset--color--primary);
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}
.pagination ul li.pagination-next a::after {
  content: "▶";
}
.pagination ul li.pagination-previous a::after {
  content: "◀";
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: #fff;
}

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

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

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

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

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

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

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

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 .wp-block-image:not(.alignleft):not(.alignright) img {
  width: 100%;
}
.entry-content h2:not(:first-child), .entry-content h3:not(:first-child), .entry-content h4:not(:first-child), .entry-content h5:not(:first-child), .entry-content h6:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

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

/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
}

.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 24px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--preset--color--senary);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--preset--color--senary);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author b {
  font-weight: 800;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 300;
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--primary);
  font-weight: 300;
  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: 16px;
  right: 16px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 300;
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  text-transform: uppercase;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@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;
  margin-right: 12px;
}

.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--primary);
  color: var(--wp--preset--color--background);
  font-size: var(--wp--preset--font-size--small);
  padding: 32px 0;
  position: relative;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer .wrap {
    display: flex;
    align-items: center;
  }
}
.site-footer ul.social-links {
  padding-left: 0;
  justify-content: center;
  margin: 0;
}
@media (min-width: 768px) {
  .site-footer ul.social-links {
    margin-left: auto;
  }
}
.site-footer ul.social-links svg,
.site-footer ul.social-links a:hover svg {
  fill: #fff;
}
.site-footer__copyright {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: var(--wp--custom--letter-spacing--large);
  text-transform: uppercase;
  text-align: center;
}
.site-container > .site-footer__copyright {
  padding: 0 var(--wp--custom--layout--padding) 0;
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}

.nav-footer {
  flex-wrap: wrap;
  justify-content: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  letter-spacing: var(--wp--custom--letter-spacing--large);
  text-transform: uppercase;
}
.nav-footer ul {
  padding-left: 0;
}
.nav-footer li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .nav-footer li {
    margin: 0 12px;
  }
}
.nav-footer a {
  color: #fff;
  text-decoration: none;
}

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