@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * 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
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
 * Link - Emphasized : =links, =hyperlinks
 *
 */
/**
 * Line Right
 * adds a horizontal colored line next to the text
 *
 */
a svg, a {
  transition: all 0.1s ease-in-out; }

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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
--------------------------------------------- */
.wrap {
  max-width: calc( var(--wp--custom--layout--wide) + calc( 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--site-top) 0 var(--wp--custom--layout--site-bottom); }
  @media (min-width: 768px) {
    .site-inner {
      --wp--custom--layout--site-top: 52px;
      --wp--custom--layout--site-bottom: 70px; } }
.entry-content > .alignfull.has-background:first-child {
  margin-top: calc( -1 * var(--wp--custom--layout--site-top)); }

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

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

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

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

@media (max-width: 991px) {
  .sidebar-primary {
    display: none; } }

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

/* Hyperlinks : =links
--------------------------------------------- */
a:hover, a:focus {
  color: var(--wp--custom--color--link-hover); }

a.is-style-emphasized,
.block-sidebar-about a {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-decoration-color: var(--wp--preset--color--octonary);
          text-decoration-color: var(--wp--preset--color--octonary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px; }
  a.is-style-emphasized:hover, a.is-style-emphasized:focus,
  .block-sidebar-about a:hover,
  .block-sidebar-about a:focus {
    -webkit-text-decoration-color: var(--wp--custom--color--link-hover);
            text-decoration-color: var(--wp--custom--color--link-hover); }

.entry-content :is(p, ul, ol) a,
.block-area :is(p, ul, ol) a,
.site-footer a,
.breadcrumb a,
.entry-comments .comment-list .reply a {
  -webkit-text-decoration-color: var(--wp--preset--color--octonary);
          text-decoration-color: var(--wp--preset--color--octonary);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px; }
  .entry-content :is(p, ul, ol) a:hover, .entry-content :is(p, ul, ol) a:focus,
  .block-area :is(p, ul, ol) a:hover,
  .block-area :is(p, ul, ol) a:focus,
  .site-footer a:hover,
  .site-footer a:focus,
  .breadcrumb a:hover,
  .breadcrumb a:focus,
  .entry-comments .comment-list .reply a:hover,
  .entry-comments .comment-list .reply a:focus {
    -webkit-text-decoration-color: var(--wp--custom--color--link-hover);
            text-decoration-color: var(--wp--custom--color--link-hover); }

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

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

h1 {
  font-size: var(--wp--preset--font-size--gigantic);
  line-height: var(--wp--custom--line-height--tiny); }

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

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

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

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

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

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

.wp-block-button__link {
  font-family: var(--wp--preset--font-family--display);
  line-height: var(--wp--custom--line-height--small);
  font-size: 1.1875rem;
  font-weight: 700 !important; }
  .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus, .wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus {
    --wp--preset--color--primary: var(--wp--custom--color--primary-lighten); }
    .is-style-outline .wp-block-button__link:not(.has-background):hover, .is-style-outline .wp-block-button__link:not(.has-background):focus, .is-style-outline .wp-block-button__link.has-primary-background-color:hover, .is-style-outline .wp-block-button__link.has-primary-background-color:focus {
      background: var(--wp--preset--color--primary);
      color: #fff; }
  .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button__link.has-secondary-background-color:focus {
    --wp--preset--color--secondary: var(--wp--custom--color--secondary-lighten); }

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

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

.wp-block-group.alignfull.has-background.has-foreground-background-color + .wp-block-group.alignfull.has-background.has-foreground-background-color {
  padding-top: 0; }

.wp-block-group.alignfull.has-background.has-background-background-color + .wp-block-group.alignfull.has-background.has-background-background-color {
  padding-top: 0; }

.wp-block-group.alignfull.has-background.has-white-background-color + .wp-block-group.alignfull.has-background.has-white-background-color {
  padding-top: 0; }

.wp-block-group.alignfull.has-background.has-primary-background-color + .wp-block-group.alignfull.has-background.has-primary-background-color {
  padding-top: 0; }

.wp-block-group.alignfull.has-background.has-secondary-background-color + .wp-block-group.alignfull.has-background.has-secondary-background-color {
  padding-top: 0; }

.wp-block-group.alignfull.has-background.has-tertiary-background-color + .wp-block-group.alignfull.has-background.has-tertiary-background-color {
  padding-top: 0; }

.wp-block-group.alignfull.has-background.has-quaternary-background-color + .wp-block-group.alignfull.has-background.has-quaternary-background-color {
  padding-top: 0; }

.entry-content > .wp-block-group.alignfull.has-background:first-child, .block-area > .wp-block-group.alignfull.has-background:first-child {
  margin-top: calc( -1 * var(--wp--custom--layout--site-top)); }

.entry-content > .wp-block-group.alignfull.has-background:last-child, .block-area > .wp-block-group.alignfull.has-background:last-child {
  margin-bottom: calc( -1 * var(--wp--custom--layout--site-bottom)); }

body.archive .block-area > .wp-block-group.alignfull.has-background:last-child {
  margin-bottom: 0; }
  body.archive .block-area > .wp-block-group.alignfull.has-background:last-child.has-white-background-color {
    padding-bottom: 0; }

.sidebar-primary .wp-block-group.has-background, .wp-block-group.is-style-sidebar {
  padding: 20px 15px 20px; }

.wp-block-group.is-style-sidebar {
  border: 2px solid var(--wp--preset--color--quaternary); }

@media (max-width: 767px) {
  .wp-block-group.has-background {
    padding: 33px var(--wp--custom--layout--padding) 45px; }
    .content .wp-block-group.has-background, .content-sidebar .wp-block-group.has-background {
      padding: 16px 16px 20px; } }

@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 45px var(--wp--custom--layout--padding) 68px; }
    .content .wp-block-group.has-background, .content-sidebar .wp-block-group.has-background {
      padding: 27px 16px 32px; } }

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

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

/* Search (SEE ALSO blocks-custom) : =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-align: center;
  text-transform: uppercase;
  margin-bottom: 12px; }

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

.wp-block-search__inside-wrapper {
  background: white;
  border: 1px solid var(--wp--custom--color--neutral-400);
  border-radius: var(--wp--custom--border-radius--tiny);
  position: relative;
  padding-right: 44px;
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto; }

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

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

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

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

/* Block Quote : =blockquote, =quote
--------------------------------------------- */
.wp-block-quote {
  position: relative; }
  .wp-block-quote::before {
    content: '“';
    display: block;
    font-family: var(--wp--preset--font-family--display);
    color: var(--wp--preset--color--tertiary);
    background: url(../icons/color/open-quote-tertiary.svg) no-repeat center;
    position: absolute;
    top: 9px;
    left: 0; }
  .wp-block-quote p {
    font-size: var(--wp--preset--font-size--large);
    font-family: var(--wp--preset--font-family--display);
    line-height: var(--wp--custom--line-height--normal);
    margin: 0; }
    .wp-block-quote p + p {
      margin-top: 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; }
  @media (max-width: 767px) {
    .wp-block-quote {
      padding: 0 0 0 38px; }
      .wp-block-quote::before {
        background-size: 24px;
        width: 24px;
        height: 19.2px; } }
  @media (min-width: 768px) {
    .wp-block-quote {
      padding: 0 0 0 48px; }
      .wp-block-quote::before {
        background-size: 32px;
        width: 32px;
        height: 25.6px; } }
/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  font-size: .75rem;
  text-align: center;
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-transform: capitalize; }
  body.page .breadcrumb {
    text-align: left; }
  .breadcrumb .breadcrumb_last {
    color: #757575; }
  .breadcrumb .sep {
    padding-left: 4px;
    padding-right: 4px;
    color: #AAC1AC; }
  @media (max-width: 767px) {
    .breadcrumb {
      margin-bottom: 9px; } }
  @media (min-width: 768px) {
    .breadcrumb {
      margin-bottom: 9px; } }
.wp-block-yoast-faq-block .schema-faq-question {
  position: relative;
  display: block; }

.wp-block-yoast-faq-block .schema-faq-question button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  background: url(../icons/utility/minus.svg) var(--wp--preset--color--quaternary) no-repeat center;
  background-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px; }

.wp-block-yoast-faq-block .active .schema-faq-question button {
  background: url(../icons/utility/plus.svg) var(--wp--preset--color--quaternary) no-repeat center; }

.wp-block-yoast-faq-block .schema-faq-answer {
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 24px; }
    .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
      margin-bottom: 0; }
  .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 7px; } }

@media (min-width: 768px) {
  .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: 24px; }
    .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; } }

/* WPForms : =wpforms, =forms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  margin: 0 0 16px;
  padding: 0; }

div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
  line-height: var(--wp--custom--line-height--medium); }

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: 16px; }

div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left; }
  div.wpforms-container .wpforms-submit-container button[type="submit"] {
    border: none;
    font-size: 1.1875rem;
    font-family: var(--wp--preset--font-family--display);
    font-weight: 700;
    line-height: var(--wp--custom--line-height--medium);
    background-color: var(--wp--preset--color--secondary); }
    div.wpforms-container .wpforms-submit-container button[type="submit"]:hover, div.wpforms-container .wpforms-submit-container button[type="submit"]:active {
      background-color: var(--wp--custom--color--secondary-lighten); }

div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left; }
    div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
      display: table-cell;
      padding-right: 16px;
      margin: 0; }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0; }
    div.wpforms-container.one-line .wpforms-submit-container button {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

div.wpforms-container.single-line .wpforms-field {
  margin-bottom: 8px; }

div.wpforms-container.single-line .wpforms-submit-container {
  margin-top: 0; }

div.wpforms-container.single-line .wpforms-submit {
  padding: 13px 24px; }

div.wpforms-container.single-line .wpforms-submit-container {
  text-align: center; }

.block-area-sidebar div.wpforms-container.single-line .wpforms-form,
.block-area-sidebar div.wpforms-container.single-line .wpforms-field-container {
  display: block; }

.block-area-sidebar div.wpforms-container.single-line .wpforms-field + .wpforms-field {
  margin-top: 12px; }

.block-area-sidebar div.wpforms-container.single-line .wpforms-submit-container {
  margin-top: 28px; }

@media (min-width: 768px) {
  div.wpforms-container.single-line .wpforms-form {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            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;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px; }
    div.wpforms-container.single-line .wpforms-field-container > * {
      flex: 1;
      margin-bottom: 0; }
  div.wpforms-container.single-line .wpforms-submit {
    padding: 14px 34px; } }

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

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

/* Post Listing Block : =post listing
--------------------------------------------- */
/* 5Up Sidebar List and 3Up List Callout have different heading styles */
.block-post-listing:not(.layout-eta):not(.layout-theta) header h2 {
  display: flex;
  align-items: center; }
  .block-post-listing:not(.layout-eta):not(.layout-theta) header h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: var(--wp--preset--color--senary);
    flex: 1;
    min-width: 30px; }
  @media (max-width: 767px) {
    .block-post-listing:not(.layout-eta):not(.layout-theta) header h2::after {
      margin-left: 12px; } }
  @media (min-width: 768px) {
    .block-post-listing:not(.layout-eta):not(.layout-theta) header h2::after {
      margin-left: 20px; } }
.block-post-listing .block-post-listing__more {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-decoration-color: var(--wp--preset--color--octonary);
          text-decoration-color: var(--wp--preset--color--octonary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px; }
  .block-post-listing .block-post-listing__more:hover, .block-post-listing .block-post-listing__more:focus {
    -webkit-text-decoration-color: var(--wp--custom--color--link-hover);
            text-decoration-color: var(--wp--custom--color--link-hover); }

/* Product Listing Block : =product listing
--------------------------------------------- */
.block-product-listing header h2 {
  display: flex;
  align-items: center; }
  .block-product-listing header h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: var(--wp--preset--color--senary);
    flex: 1;
    min-width: 30px; }
  @media (max-width: 767px) {
    .block-product-listing header h2::after {
      margin-left: 12px; } }
  @media (min-width: 768px) {
    .block-product-listing header h2::after {
      margin-left: 20px; } }
/* Search Form : =search
--------------------------------------------- */
.search-form {
  display: flex;
  background-color: var(--wp--preset--color--white);
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  overflow: hidden; }
  .search-form label {
    width: 100%; }
  .search-form .search-field {
    width: 100%;
    height: 100%;
    border: none;
    font-family: var(--wp--preset--font-family--sans-serif); }
  .search-form .search-submit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .search-form .search-submit svg {
      fill: #616161;
      width: 20px;
      height: 20px; }
  .search-form ::-webkit-input-placeholder {
    font-size: 1rem;
    color: #9E9E9E; }
  .search-form :-moz-placeholder {
    font-size: 1rem;
    color: #9E9E9E; }
  .search-form ::-moz-placeholder {
    font-size: 1rem;
    color: #9E9E9E; }
  .search-form :-ms-input-placeholder {
    font-size: 1rem;
    color: #9E9E9E; }

/* Color Bar : =color bar
---------------------------------------------------------------------------------------------------- */
.color-bar {
  width: calc(100vw - 15px);
  /* not sure why need to do this subtraction, but it was always 15px too wide, otherwise - 07-28-22 */
  max-width: 100vw;
  display: flex; }
  .color-bar > * {
    height: 5px; }
  .color-bar div:nth-child(1) {
    background-color: var(--wp--preset--color--primary);
    width: 17.0826666667%; }
  .color-bar div:nth-child(2) {
    background-color: var(--wp--preset--color--secondary);
    width: 10.1386666667%; }
  .color-bar div:nth-child(3) {
    background-color: var(--wp--preset--color--tertiary);
    width: 15.6933333333%; }
  .color-bar div:nth-child(4) {
    background-color: var(--wp--preset--color--quaternary);
    width: 22.64%; }
  .color-bar div:nth-child(5) {
    background-color: var(--wp--preset--color--quinary);
    width: 3.888%; }
  .color-bar div:nth-child(6) {
    background-color: var(--wp--preset--color--senary);
    width: 10.416%; }
  .color-bar div:nth-child(7) {
    background-color: var(--wp--preset--color--primary);
    width: 20.2773333333%; }

/* Top Bar : =top bar
---------------------------------------------------------------------------------------------------- */
.top-bar {
  background-color: var(--wp--preset--color--octonary); }
  .top-bar .top-bar__right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center; }
    .top-bar .top-bar__right ul li + li {
      margin-left: 25px; }
    .top-bar .top-bar__right ul li a {
      font-size: 0.8125rem;
      color: #000000;
      text-decoration: none;
      font-family: var(--wp--preset--font-family--display);
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: var(--wp--custom--letter-spacing--small); }
      .top-bar .top-bar__right ul li a:hover, .top-bar .top-bar__right ul li a:active {
        color: var(--wp--custom--color--link-hover); }
  .top-bar .top-bar__right .search-form {
    max-width: 268px;
    background-color: var(--wp--preset--color--nonary);
    border: none;
    border-radius: 0; }
    .top-bar .top-bar__right .search-form .search-field {
      padding: 4px 0px 4px 12px;
      font-size: 0.875rem;
      font-family: var(--wp--preset--font-family--display);
      background-color: var(--wp--preset--color--nonary); }
    .top-bar .top-bar__right .search-form .search-submit svg {
      fill: var(--wp--preset--color--primary); }
    .top-bar .top-bar__right .search-form ::-webkit-input-placeholder {
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.5); }
    .top-bar .top-bar__right .search-form :-moz-placeholder {
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.5); }
    .top-bar .top-bar__right .search-form ::-moz-placeholder {
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.5); }
    .top-bar .top-bar__right .search-form :-ms-input-placeholder {
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 938px) {
    .top-bar {
      display: none; } }
  @media (min-width: 939px) {
    .top-bar .top-bar__inner {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }
/* Site Header : =header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  background-color: white; }
  @media (max-width: 938px) {
    .site-header {
      --cwp-logo-width: 200px;
      --cwp-logo-height: 70px; } }
  @media (max-width: 350px) {
    .site-header {
      --cwp-logo-width: 170px;
      --cwp-logo-height: 59.5px; } }
  @media (min-width: 939px) {
    .site-header {
      --cwp-logo-width: 200px;
      --cwp-logo-height: 70px; }
      .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: 938px) {
      .site-header .nav-menu {
        grid-column: 1 / -1;
        width: 100%;
        margin-left: calc( -1 * var(--wp--custom--layout--padding));
        margin-right: calc( -1 * var(--wp--custom--layout--padding));
        width: calc( 100% + 2 * var(--wp--custom--layout--padding)); } }
  .site-header__logo {
    display: block;
    width: var(--cwp-logo-width);
    height: var(--cwp-logo-height); }
    .site-header__logo svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 938px) {
      .site-header__logo {
        margin: 7px auto; } }
  .site-header__toggles button {
    position: absolute;
    top: 20px;
    background: var(--wp--preset--color--senary);
    border-radius: var(--wp--custom--border-radius--tiny); }
  .site-header__toggles .menu-toggle {
    left: 16px; }
  .site-header__toggles .search-toggle {
    right: 16px; }
  @media (min-width: 939px) {
    .site-header__toggles {
      display: none; } }
  @media (max-width: 938px) {
    .site-header {
      max-height: 100vh;
      overflow-y: auto;
      overscroll-behavior-y: contain; } }
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  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 {
    width: 24px;
    height: 24px; }
  .search-toggle .close,
  .menu-toggle .close {
    display: none; }
  .search-toggle.active .close,
  .menu-toggle.active .close {
    display: inline; }
  .search-toggle.active .open,
  .menu-toggle.active .open {
    display: none; }

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px; } }

@media (max-width: 782px) {
  #wpadminbar {
    display: none !important; } }

/* Persistent Header
--------------------------------------------- */
html {
  scroll-padding-top: 120px; }
  @media (max-width: 938px) {
    html {
      scroll-padding-top: 100px; } }
@supports ((position: -webkit-sticky) or (position: sticky)) {
  body .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 10; } }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  body.admin-bar .site-header {
    top: 32px; }
    @media (max-width: 782px) {
      body.admin-bar .site-header {
        top: 0px; } } }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  body.nav-up .site-header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

/* Header Search : =search
--------------------------------------------- */
.header-search {
  background: var(--wp--preset--color--nonary);
  overflow: hidden;
  padding: 20px 16px;
  width: calc( 100% + ( 2 * var(--wp--custom--layout--padding ) ));
  margin-left: calc( -1 * var(--wp--custom--layout--padding));
  margin-right: calc( -1 * var(--wp--custom--layout--padding)); }
  .header-search .search-form {
    max-width: var(--wp--custom--layout--content);
    margin: 0 auto; }
    .header-search .search-form label {
      width: 100%; }
    .header-search .search-form .search-field::-webkit-search-cancel-button {
      -webkit-appearance: none;
      cursor: pointer;
      position: relative;
      right: 0px;
      height: 1em;
      width: 1em;
      background-image: url("../icons/color/close-primary.svg");
      background-size: contain;
      background-position: 50% 50%; }
  @media (max-width: 938px) {
    .header-search {
      grid-column: 1 / -1; } }
  .header-search:not(.active) {
    display: none; }

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0; }

.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%; }

.nav-menu .menu-item {
  list-style: none;
  position: relative; }
  .nav-menu .menu-item a {
    border: none;
    color: var(--wp--preset--color--foreground);
    display: block;
    position: relative;
    text-decoration: none; }
  .nav-menu .menu-item.menu-item-has-children > a {
    padding-right: calc( var(--wp--custom--layout--padding) * 2); }

.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px; }

@media (min-width: 939px) {
  .nav-menu .menu-item {
    float: left; }
    .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
      left: auto;
      opacity: 1; }
  .nav-menu .sub-menu {
    background: #fff;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99; }
    .nav-menu .sub-menu .menu-item {
      float: none; }
    .nav-menu .sub-menu .sub-menu {
      margin: -48px 0 0 215px; }
  .nav-menu .nav-primary .menu > .menu-item {
    line-height: 1;
    padding: 0 16px; }
    .nav-menu .nav-primary .menu > .menu-item > a {
      font-family: var(--wp--preset--font-family--display);
      padding: 33px 0;
      border-bottom: 3px solid transparent;
      font-size: 1rem;
      letter-spacing: .01em;
      font-weight: 700;
      text-transform: uppercase; }
    .nav-menu .nav-primary .menu > .menu-item.current-menu-item > a {
      border-bottom: 3px solid var(--wp--preset--color--primary); }
    .nav-menu .nav-primary .menu > .menu-item:hover > a, .nav-menu .nav-primary .menu > .menu-item:focus-within > a {
      border-bottom: 3px solid var(--wp--preset--color--octonary); }
    .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children > a {
      padding-right: 16px; }
    .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within {
      background-color: var(--wp--preset--color--nonary); }
      .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover > a, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within > a {
        border-bottom: 3px solid transparent; }
      .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:hover > .sub-menu, .nav-menu .nav-primary .menu > .menu-item.menu-item-has-children:focus-within > .sub-menu {
        left: 0; }
  .nav-menu .nav-primary .menu-item.mega {
    position: static; }
    .nav-menu .nav-primary .menu-item.mega > a {
      background-image: url(../icons/utility/carat-down-large.svg);
      background-repeat: no-repeat;
      background-position: right -3px top 33px;
      background-size: 15px; }
    .nav-menu .nav-primary .menu-item.mega > .submenu-expand {
      display: none; }
    .nav-menu .nav-primary .menu-item.mega .sub-menu {
      padding-top: 16px; }
    .nav-menu .nav-primary .menu-item.mega:hover > .sub-menu, .nav-menu .nav-primary .menu-item.mega:focus-within > .sub-menu {
      left: 0; } }
    @media (min-width: 939px) 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: 939px) {
  .nav-menu .nav-primary .sub-menu {
    background-color: var(--wp--preset--color--nonary);
    padding-bottom: 10px; }
    .nav-menu .nav-primary .sub-menu a {
      padding: 10px 20px;
      font-size: 0.9375rem; }
  .nav-menu .nav-primary .mega > .sub-menu {
    width: 100vw;
    max-width: var(--wp--custom--layout--wide);
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 4px; }
    .nav-menu .nav-primary .mega > .sub-menu > li {
      flex-basis: 0;
      flex-grow: 1; }
      .nav-menu .nav-primary .mega > .sub-menu > li > a {
        font-family: var(--wp--preset--font-family--display);
        font-size: 0.9375rem;
        font-weight: 700;
        letter-spacing: .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; }
  .nav-menu .nav-secondary {
    display: none; } }

@media (max-width: 938px) {
  .nav-menu {
    display: none;
    background-color: var(--wp--preset--color--nonary);
    padding-bottom: 22px; }
    .nav-menu.active {
      display: block; }
    .nav-menu .submenu-expand {
      top: 0;
      right: 0;
      -webkit-transform: none;
              transform: none;
      width: 44px;
      height: 44px; }
      .nav-menu .submenu-expand.expanded {
        -webkit-transform: rotate(180deg);
                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: 4px 0px 0px 16px; }
      .nav-menu .nav-primary .menu > .menu-item > a {
        font-family: var(--wp--preset--font-family--display);
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: .01em;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        padding: 16px 0; }
      .nav-menu .nav-primary .sub-menu .menu-item a {
        font-size: 0.9375rem;
        padding: 14.5px 0; }
      .nav-menu .nav-primary .sub-menu .sub-menu .menu-item a {
        padding: 10px 0; }
      .nav-menu .nav-primary .mega > .sub-menu > li .sub-menu {
        padding-left: 0; }
      .nav-menu .nav-primary .mega > .sub-menu > li > a {
        font-family: var(--wp--preset--font-family--display);
        font-weight: 700;
        font-size: 0.9375rem;
        letter-spacing: .01em;
        text-transform: uppercase; }
    .nav-menu .nav-secondary .menu .menu-item.search {
      display: none; }
    .nav-menu .nav-secondary .menu .menu-item a {
      font-family: var(--wp--preset--font-family--display);
      font-size: 0.8125rem;
      text-transform: uppercase;
      padding: 11px 0px 11px 18px; } }

/* Post Summary
 * primary, secondary, tertiary, quaternary, quinary, senary, septenary, octonary, nonary, denary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  overflow: hidden; }
  .post-summary .post-summary__image {
    overflow: hidden; }
    .post-summary .post-summary__image img {
      width: 100%; }
  .post-summary .entry-category {
    display: inline-block;
    margin-top: 0;
    font-size: 0.8125rem; }
    .post-summary .entry-category a {
      font-weight: 900;
      font-family: var(--wp--preset--font-family--sans-serif);
      color: var(--wp--preset--color--primary);
      text-transform: uppercase;
      text-decoration: none; }
      .post-summary .entry-category a:hover, .post-summary .entry-category a:active {
        color: var(--wp--custom--color--link-hover); }
  .post-summary .post-summary__title a {
    color: var(--wp--preset--color--secondary);
    text-decoration: none;
    font-weight: 700; }
    .post-summary .post-summary__title a:hover, .post-summary .post-summary__title a:active {
      color: var(--wp--custom--color--link-hover); }

/* Post Summary - Primary : =primary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--primary .post-summary__title {
  font-size: var(--wp--preset--font-size--large); }

@media (max-width: 767px) {
  .post-summary.post-summary--primary {
    display: grid;
    grid-template-columns: 120px 1fr;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--wp--custom--color--neutral-100); }
    .post-summary.post-summary--primary .post-summary__content {
      padding: 0 0 0 16px; }
    .post-summary.post-summary--primary .entry-category {
      margin-bottom: 4px; }
    .post-summary.post-summary--primary .post-summary__title {
      margin-bottom: 10px; } }

@media (min-width: 768px) {
  .post-summary.post-summary--primary {
    display: flex;
    flex-flow: column nowrap;
    box-shadow: var(--wp--custom--box-shadow--1);
    border-radius: var(--wp--custom--border-radius--tiny); }
    .post-summary.post-summary--primary .post-summary__content {
      background-color: white;
      text-align: center;
      flex-grow: 1;
      display: flex;
      flex-flow: column nowrap;
      padding: 16px 20px 28px;
      min-height: 160px; }
    .post-summary.post-summary--primary .entry-category {
      margin-bottom: 7px; }
    .post-summary.post-summary--primary .post-summary__title {
      flex-grow: 1;
      margin-bottom: 0; }
    .post-summary.post-summary--primary .cwp-recipe-key {
      justify-content: center;
      margin-top: 32px; } }

/* Post Summary - Secondary : =secondary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--secondary {
  box-shadow: var(--wp--custom--box-shadow--1);
  border-radius: var(--wp--custom--border-radius--tiny);
  display: grid; }
  .post-summary.post-summary--secondary .post-summary__image {
    position: relative; }
  .post-summary.post-summary--secondary .post-summary__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .post-summary.post-summary--secondary .post-summary__content {
    background-color: white; }
  .post-summary.post-summary--secondary .post-summary__title {
    font-size: var(--wp--preset--font-size--large); }
  @media (max-width: 767px) {
    .post-summary.post-summary--secondary {
      grid-template-columns: 200px 1fr; }
      .post-summary.post-summary--secondary .post-summary__content {
        padding: 10px 10px 12px 16px;
        min-height: 140px; }
      .post-summary.post-summary--secondary .entry-category {
        margin-bottom: 4px; }
      .post-summary.post-summary--secondary .post-summary__title {
        margin-bottom: 16px;
        flex-grow: 1; } }
  @media (min-width: 768px) {
    .post-summary.post-summary--secondary {
      grid-template-columns: 200px 1fr; }
      .post-summary.post-summary--secondary .post-summary__content {
        padding: 20px 20px 20px 16px;
        min-height: 200px;
        display: flex;
        flex-flow: column nowrap; }
      .post-summary.post-summary--secondary .entry-category {
        margin-bottom: 10px; }
      .post-summary.post-summary--secondary .post-summary__title {
        margin-bottom: 14px;
        flex-grow: 1; } }
/* Post Summary - Tertiary : =tertiary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--tertiary {
  box-shadow: var(--wp--custom--box-shadow--1);
  border-radius: var(--wp--custom--border-radius--tiny);
  display: flex;
  flex-flow: column nowrap; }
  .post-summary.post-summary--tertiary .post-summary__content {
    background-color: white;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap; }
  .post-summary.post-summary--tertiary .entry-category {
    margin-bottom: 8px; }
  .post-summary.post-summary--tertiary .post-summary__title {
    font-size: 1.1875rem;
    flex-grow: 1;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .post-summary.post-summary--tertiary .post-summary__content {
      padding: 12px 12.2px 17px; } }
  @media (min-width: 768px) {
    .post-summary.post-summary--tertiary .post-summary__content {
      padding: 9px 12.5px 17px; } }
/* Post Summary - Quinary : =quinary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--quinary {
  box-shadow: var(--wp--custom--box-shadow--1);
  border-radius: var(--wp--custom--border-radius--tiny); }
  .post-summary.post-summary--quinary .post-summary__content {
    background-color: white; }
  .post-summary.post-summary--quinary .post-summary__title {
    font-size: var(--wp--preset--font-size--large); }
  .post-summary.post-summary--quinary .post-summary__recipe-rating svg {
    margin-right: 1.5px;
    width: 27px;
    height: 27px; }
  @media (max-width: 767px) {
    .post-summary.post-summary--quinary {
      display: grid;
      grid-template-columns: 120px 1fr; }
      .post-summary.post-summary--quinary .post-summary__image {
        position: relative; }
      .post-summary.post-summary--quinary .post-summary__image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .post-summary.post-summary--quinary .post-summary__content {
        padding: 10px 10px 15px 16px;
        min-height: 120px; }
      .post-summary.post-summary--quinary .entry-category {
        margin-bottom: 4px; }
      .post-summary.post-summary--quinary .post-summary__title {
        margin-bottom: 14px;
        flex-grow: 1; } }
  @media (min-width: 768px) {
    .post-summary.post-summary--quinary {
      display: flex;
      flex-flow: column nowrap; }
      .post-summary.post-summary--quinary .post-summary__content {
        text-align: center;
        flex-grow: 1;
        display: flex;
        flex-flow: column nowrap;
        padding: 16px 20px 28px;
        min-height: 160px; }
      .post-summary.post-summary--quinary .entry-category {
        margin-bottom: 12px; }
      .post-summary.post-summary--quinary .post-summary__title {
        flex-grow: 1;
        margin-bottom: 16px; } }
/* Post Summary - Quaternary : =quaternary
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--quaternary {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-column-gap: 14px; }
  .post-summary.post-summary--quaternary .post-summary__image img {
    border-radius: 50%; }
  .post-summary.post-summary--quaternary .post-summary__content {
    align-self: center; }
  .post-summary.post-summary--quaternary .post-summary__title {
    font-size: var(--wp--preset--font-size--normal);
    margin-bottom: 0; }

/* Post Summary - Feature : =feature
---------------------------------------------------------------------------------------------------- */
.post-summary.post-summary--feature {
  box-shadow: var(--wp--custom--box-shadow--1);
  border-radius: var(--wp--custom--border-radius--tiny); }
  .post-summary.post-summary--feature .post-summary__content {
    background-color: white; }
  .post-summary.post-summary--feature .post-summary__title {
    font-size: 1.5rem; }
  .post-summary.post-summary--feature .post-summary__excerpt {
    font-size: 0.9375rem;
    margin-bottom: 24px; }
    .post-summary.post-summary--feature .post-summary__excerpt > *:last-child {
      margin-bottom: 0; }
    .post-summary.post-summary--feature .post-summary__excerpt p {
      margin-top: 0; }
  @media (max-width: 767px) {
    .post-summary.post-summary--feature .post-summary__content {
      padding: 16px 28px 30px;
      text-align: center; }
    .post-summary.post-summary--feature .entry-category {
      margin-bottom: 7px; }
    .post-summary.post-summary--feature .post-summary__title {
      margin-bottom: 10px; }
    .post-summary.post-summary--feature .cwp-recipe-key {
      justify-content: center; } }
  @media (min-width: 768px) {
    .post-summary.post-summary--feature {
      display: grid;
      grid-template-columns: 368px 1fr;
      grid-template-columns: 47.91666667% 52.08333333%; }
      .post-summary.post-summary--feature .post-summary__image img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
      .post-summary.post-summary--feature .post-summary__content {
        padding: 32px 25px;
        align-self: center;
        height: 100%; }
      .post-summary.post-summary--feature .entry-category {
        margin-bottom: 12px; }
      .post-summary.post-summary--feature .post-summary__title {
        margin-bottom: 16px; } }
/* Archive Header
--------------------------------------------- */
body.archive .site-inner {
  padding-top: 0; }

.archive-description-container {
  margin-left: calc( -1 * var(--wp--custom--layout--padding));
  margin-right: calc( -1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
  background-image: url(../images/patterns/line-pattern-opacity-05.png);
  /* =pattern */
  background-size: 140px;
  background-blend-mode: multiply; }
  .archive-description-container p {
    margin-top: 0; }
  .archive-description-container .archive-description {
    position: relative;
    width: 100%;
    max-width: var(--wp--custom--layout--wide);
    margin: 0 auto 0; }
    .archive-description-container .archive-description > *:last-child {
      margin-bottom: 0; }
    .archive-description-container .archive-description .search-form {
      margin: 0 auto; }
  .archive-description-container .archive-description__content-container > *:last-child {
    margin-bottom: 0; }
  .archive-description-container .archive-title {
    text-transform: capitalize; }
  .archive-description-container .archive-description__image-container img {
    border-radius: 50%; }
  .archive-description-container .archive-description__featured_post {
    margin-top: 8px; }
    .archive-description-container .archive-description__featured_post a {
      font-size: var(--wp--preset--font-size--small);
      color: var(--wp--preset--color--primary);
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      -webkit-text-decoration-color: var(--wp--preset--color--octonary);
              text-decoration-color: var(--wp--preset--color--octonary);
      text-decoration-thickness: 2px;
      text-underline-offset: 4px; }
      .archive-description-container .archive-description__featured_post a:hover, .archive-description-container .archive-description__featured_post a:focus {
        -webkit-text-decoration-color: var(--wp--custom--color--link-hover);
                text-decoration-color: var(--wp--custom--color--link-hover); }
  .archive-description-container .breadcrumb {
    text-align: left;
    margin-left: 0;
    margin-right: 0; }
  .archive-description-container .archive-description__image-container {
    text-align: center; }
  @media (max-width: 767px) {
    .archive-description-container {
      padding: 30px 16px 32px;
      margin-bottom: 30px; }
      .archive-description-container .archive-title {
        margin-bottom: 10px; }
      .archive-description-container .archive-description__content-container {
        margin-bottom: 20px; }
      .archive-description-container .archive-description__image-container img {
        margin: 0 auto;
        max-width: 268px; } }
  @media (min-width: 768px) {
    .archive-description-container {
      padding: 30px 16px 40px;
      margin-bottom: 45px; }
      .archive-description-container .archive-description {
        display: grid;
        grid-template-columns: 1fr 268px;
        -webkit-column-gap: 32px;
           -moz-column-gap: 32px;
                column-gap: 32px; }
      .archive-description-container .archive-description__content-container {
        max-width: var(--wp--custom--layout--content);
        align-self: center; } }
/* Archive Recent Header
--------------------------------------------- */
.archive-recent-header > * {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto; }
  .full-width-content .archive-recent-header > * {
    max-width: var(--wp--custom--layout--wide); }

.archive-recent-header h2 {
  display: flex;
  align-items: center; }
  .archive-recent-header h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: var(--wp--preset--color--senary);
    flex: 1;
    min-width: 30px; }
  @media (max-width: 767px) {
    .archive-recent-header h2::after {
      margin-left: 12px; } }
  @media (min-width: 768px) {
    .archive-recent-header h2::after {
      margin-left: 20px; } }
@media (max-width: 767px) {
  .archive-recent-header {
    margin-top: 45px; } }

@media (min-width: 768px) {
  .archive-recent-header {
    margin-top: 60px; } }

/* Archive Post Listing
--------------------------------------------- */
.archive-post-listing {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
  display: grid; }
  @media (max-width: 767px) {
    .archive-post-listing {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-row-gap: 19px; } }
  @media (min-width: 768px) {
    .archive-post-listing {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-column-gap: 32px;
      grid-row-gap: 32px; } }
  @media (min-width: 992px) {
    .archive-post-listing {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      grid-column-gap: 32px;
      grid-row-gap: 32px; } }
  .archive-post-listing .block-area,
  .archive-post-listing .no-results {
    grid-column: 1 / -1;
    margin-bottom: 48px; }

/* 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: 8px 35px;
    border: 2px solid var(--wp--preset--color--senary);
    display: inline-block; }
    .pagination ul li {
      list-style-type: none;
      display: inline-block;
      font-size: 1.0625rem;
      font-weight: bold;
      font-family: var(--wp--preset--font-family--display);
      line-height: var(--wp--custom--line-height--tiny); }
      .pagination ul li a {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        text-decoration: none;
        color: #000000; }
      .pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
        width: auto; }
      .pagination ul li:hover > a {
        color: var(--wp--preset--color--primary); }
      .pagination ul li.active > a {
        background: var(--wp--preset--color--senary); }
  .full-width-content .pagination {
    max-width: var(--wp--custom--layout--wide); }

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Mobile show/hide classes (we DO want them to show in the editor though)
--------------------------------------------- */
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none; } }

@media (min-width: 768px) {
  div[class*="wp-container-"] .hide-on-desktop + * {
    margin-top: 0; } }

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

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

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

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

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1; }

::-ms-input-placeholder {
  color: #BDBDBD; }

::-webkit-input-placeholder {
  color: #BDBDBD; }

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 Header
--------------------------------------------- */
.entry-header p {
  margin-bottom: 0;
  margin-top: 0; }

body.single .entry-header .entry-title {
  text-align: center; }

@media only screen and (max-width: 767px) {
  body.single .entry-header {
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  body.single .entry-header {
    margin-bottom: 24px; } }

body.single .entry-header .entry-header__meta {
  border-top: 1px solid var(--wp--preset--color--nonary);
  border-bottom: 1px solid var(--wp--preset--color--nonary); }
  body.single .entry-header .entry-header__meta .entry-author {
    position: relative;
    padding-left: 56px; }
    body.single .entry-header .entry-header__meta .entry-author .avatar-link {
      position: absolute;
      left: 0; }
      body.single .entry-header .entry-header__meta .entry-author .avatar-link img {
        border-radius: 50%; }
    body.single .entry-header .entry-header__meta .entry-author .entry-author__name {
      display: block;
      font-size: 0.9375rem;
      color: var(--wp--custom--color--neutral-800);
      text-decoration: none; }
    body.single .entry-header .entry-header__meta .entry-author .entry-date {
      display: block;
      font-size: 0.8125rem;
      color: var(--wp--custom--color--neutral-600); }
  body.single .entry-header .entry-header__meta .entry-header__meta--rating .wprm-recipe-rating {
    display: flex;
    align-items: center; }
    body.single .entry-header .entry-header__meta .entry-header__meta--rating .wprm-recipe-rating .wprm-rating-star {
      line-height: 0; }
    body.single .entry-header .entry-header__meta .entry-header__meta--rating .wprm-recipe-rating svg {
      width: 25px;
      height: 25px; }
  body.single .entry-header .entry-header__meta .entry-header__meta--rating .wprm-recipe-rating-details {
    font-size: 0.8125rem;
    font-style: italic;
    color: var(--wp--custom--color--neutral-600);
    margin-left: 12px; }
  @media (max-width: 767px) {
    body.single .entry-header .entry-header__meta {
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      padding: 15px 0 25px;
      margin-bottom: 20px; }
      body.single .entry-header .entry-header__meta .entry-author {
        margin-bottom: 16px; }
      body.single .entry-header .entry-header__meta .cwp-recipe-key {
        margin-bottom: 25px; } }
  @media (min-width: 768px) {
    body.single .entry-header .entry-header__meta {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 16px 0;
      margin-bottom: 30px; }
      body.single .entry-header .entry-header__meta .cwp-recipe-key,
      body.single .entry-header .entry-header__meta .entry-header__meta--rating {
        border-left: 1px solid var(--wp--preset--color--nonary);
        padding-left: 30px;
        margin-left: 30px; } }
body.single .entry-header .entry-header__actions {
  display: flex;
  gap: 32px;
  justify-content: center; }
  body.single .entry-header .entry-header__actions a {
    flex-grow: 0;
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--primary);
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-decoration-color: var(--wp--preset--color--octonary);
            text-decoration-color: var(--wp--preset--color--octonary);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px; }
    body.single .entry-header .entry-header__actions a:hover, body.single .entry-header .entry-header__actions a:focus {
      -webkit-text-decoration-color: var(--wp--custom--color--link-hover);
              text-decoration-color: var(--wp--custom--color--link-hover); }

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

.entry-content ul, .entry-content ol {
  padding-left: 2.5rem; }
  .entry-content ul li, .entry-content ol li {
    padding-bottom: .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: .5rem; }
  .entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
    padding-left: 0; }
    .entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
      padding-bottom: 0; }

.entry-content ol {
  list-style-type: none;
  counter-reset: numberCalloutOrderedList;
  padding-left: 0; }
  .entry-content ol li {
    position: relative;
    padding-left: 48px; }
    .entry-content ol li:before {
      counter-increment: numberCalloutOrderedList;
      content: counter(numberCalloutOrderedList);
      background-color: var(--wp--preset--color--tertiary);
      color: white;
      font-size: 12px;
      font-weight: 800;
      line-height: 14px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      text-align: center;
      display: block;
      padding-top: 4px;
      position: absolute;
      top: 5px;
      left: 16px; }

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

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page); }
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    max-width: var(--wp--custom--layout--wide); }
  .entry-content > *.alignfull,
  .block-area > *.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 {
      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 > * + * {
  margin-top: var(--wp--style--block-gap); }

.entry-content .block-callout.layout-delta,
.block-area .block-callout.layout-delta {
  margin-top: calc( 2 * var( --wp--style--block-gap )); }

.entry-content .block-cooking-tips,
.block-area .block-cooking-tips {
  margin-top: calc( 2 * var( --wp--style--block-gap )); }

.entry-content .block-important-note,
.block-area .block-important-note {
  margin-top: calc( 2 * var( --wp--style--block-gap )); }

.entry-content .block-substitution-tip,
.block-area .block-substitution-tip {
  margin-top: calc( 2 * var( --wp--style--block-gap )); }

.entry-content .block-cookbook:not(.alignfull),
.block-area .block-cookbook:not(.alignfull) {
  margin-top: calc( 15px + var( --wp--style--block-gap )); }

.entry-content .wprm-recipe-container,
.block-area .wprm-recipe-container {
  margin-top: 90px; }
  @media (min-width: 768px) {
    .entry-content .wprm-recipe-container,
    .block-area .wprm-recipe-container {
      margin-top: 40px; } }
.affiliate-disclosure {
  font-size: var(--wp--preset--font-size--tiny);
  font-style: italic;
  color: #616161; }

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

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

/* Block Area - After Post : =after
--------------------------------------------- */
.block-area-after-post {
  margin-top: 45px; }
  .block-area-after-post > * + * {
    margin-top: 45px; }
  .block-area-after-post::before {
    display: block;
    content: '';
    background-color: var(--wp--preset--color--quaternary);
    height: 3px;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .block-area-after-post::before {
      width: 223px;
      margin-bottom: 26px; } }
  @media (min-width: 768px) {
    .block-area-after-post::before {
      width: 400px;
      margin-bottom: 36px; } }
/* Block Area - Sidebar : =sidebar
--------------------------------------------- */
.block-area-sidebar > * + * {
  margin-top: 30px; }

.block-area-sidebar .block-sidebar-about {
  margin-top: 40px; }

/* Comments : =comments
--------------------------------------------- */
img.wprm-comment-rating {
  -webkit-filter: invert(23%) sepia(47%) saturate(575%) hue-rotate(68deg) brightness(99%) contrast(93%);
          filter: invert(23%) sepia(47%) saturate(575%) hue-rotate(68deg) brightness(99%) contrast(93%); }

.entry-comments .akismet_comment_form_privacy_notice {
  display: none; }

.entry-comments .comments-title {
  display: flex;
  align-items: center;
  font-size: var(--wp--preset--font-size--big); }
  .entry-comments .comments-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: var(--wp--preset--color--senary);
    flex: 1;
    min-width: 30px; }
  @media (max-width: 767px) {
    .entry-comments .comments-title::after {
      margin-left: 12px; } }
  @media (min-width: 768px) {
    .entry-comments .comments-title::after {
      margin-left: 20px; } }
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding-left: 0; }
  .entry-comments .comment-list li {
    list-style-type: none; }
    .entry-comments .comment-list li article {
      border: 1px solid var(--wp--preset--color--primary);
      border-radius: none;
      padding: 19px;
      position: relative; }
      @media (min-width: 768px) {
        .entry-comments .comment-list li article {
          padding: 20px; } }
    .entry-comments .comment-list li.staff {
      background: url(../icons/color/bowl-opacity-10.svg) no-repeat right bottom;
      background-size: 161px; }
  .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: #616161;
    vertical-align: middle;
    font-size: 0.8125rem;
    margin-bottom: 16px; }
    .entry-comments .comment-list .comment-meta a {
      color: #616161;
      font-weight: 400;
      text-decoration: none; }
  .entry-comments .comment-list .comment-author {
    font-family: var(--wp--preset--font-family--sans-serif);
    font-weight: 800;
    font-size: 1.1875rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #000;
    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: #000;
      text-decoration: none; }
    .entry-comments .comment-list .comment-author .says {
      display: none; }
  .entry-comments .comment-list .comment-content {
    font-size: 0.9375rem;
    color: black; }
    .entry-comments .comment-list .comment-content p:last-child {
      margin: 0; }
  .entry-comments .comment-list .wprm-comment-rating {
    margin-bottom: 14px; }
  .entry-comments .comment-list .reply {
    margin-top: 20px; }
    .entry-comments .comment-list .reply .comment-reply-link {
      line-height: var(--wp--custom--line-height--small);
      display: block;
      font-size: 0.8125rem; }
  .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 {
    display: flex;
    align-items: center;
    font-size: var(--wp--preset--font-size--big); }
    .comment-respond .comment-reply-title::after {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background: var(--wp--preset--color--senary);
      flex: 1;
      min-width: 30px; }
    @media (max-width: 767px) {
      .comment-respond .comment-reply-title::after {
        margin-left: 12px; } }
    @media (min-width: 768px) {
      .comment-respond .comment-reply-title::after {
        margin-left: 20px; } }
  .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 .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: 32px; }
        .comment-respond .comment-form .comment-notes,
        .comment-respond .comment-form .tasty-recipes-ratings,
        .comment-respond .comment-form .comment-form-wprm-rating,
        .comment-respond .comment-form .comment-form-comment,
        .comment-respond .comment-form .comment-form-cookies-consent,
        .comment-respond .comment-form .form-submit {
          grid-column: span 2; } }
  .comment-respond label {
    display: block;
    margin-right: 12px;
    font-weight: 800;
    font-size: 0.9375rem;
    text-transform: uppercase; }
  .comment-respond input[type="submit"] {
    width: auto;
    border: none; }

.nav-links:after {
  content: "";
  display: table;
  clear: both; }

.nav-links div a {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  -webkit-text-decoration-color: var(--wp--preset--color--octonary);
          text-decoration-color: var(--wp--preset--color--octonary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px; }
  .nav-links div a:hover, .nav-links div a:focus {
    -webkit-text-decoration-color: var(--wp--custom--color--link-hover);
            text-decoration-color: var(--wp--custom--color--link-hover); }

.nav-links .nav-previous {
  float: left; }

.nav-links .nav-next {
  float: right; }

/* Before Footer : =before
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
  /* override layout--page so that this area always has wide content, even on content width page layouts */
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding); }
  .block-area-before-footer > * {
    max-width: var(--wp--custom--layout--wide); }

/* Site Footer : =footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #ffffff;
  text-align: center;
  position: relative; }
  .site-footer:before {
    display: block;
    content: '';
    height: 3px;
    background-color: var(--wp--preset--color--quaternary);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .site-footer a {
    color: #616161; }
    .site-footer a:hover, .site-footer a:focus {
      color: var(--wp--custom--color--link-hover); }
  .site-footer .footer-menu .menu {
    margin: 0; }
  .site-footer .footer-menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    list-style-type: none; }
    .site-footer .footer-menu ul li {
      font-family: var(--wp--preset--font-family--display);
      font-weight: 700;
      font-size: 0.9375rem;
      line-height: var(--wp--custom--line-height--medium);
      letter-spacing: 1px;
      text-transform: uppercase; }
      .site-footer .footer-menu ul li a {
        color: #212121;
        text-decoration: none;
        padding: 7px 18px;
        display: inline-block; }
        .site-footer .footer-menu ul li a:hover, .site-footer .footer-menu ul li a:focus {
          color: var(--wp--custom--color--link-hover); }
  .site-footer .social-links {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-footer .social-links li {
      line-height: 0;
      margin: 0 12px; }
      .site-footer .social-links li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%; }
        .site-footer .social-links li a:hover svg, .site-footer .social-links li a:active svg {
          fill: var(--wp--custom--color--tertiary-darken); }
        .site-footer .social-links li a svg {
          width: 32px;
          height: 32px;
          fill: var(--wp--preset--color--tertiary); }
  .site-footer .copyright {
    color: #616161;
    font-size: var(--wp--preset--font-size--tiny);
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .site-footer .copyright > * {
      margin: 0 6px; }
  @media (max-width: 767px) {
    .site-footer {
      padding: 45px 0 30px; }
      .site-footer:before {
        width: 192px; }
      .site-footer .footer-menu {
        margin-bottom: 30px; }
      .site-footer .social-links {
        margin-bottom: 42px; } }
  @media (min-width: 768px) {
    .site-footer {
      padding: 45px 0 45px; }
      .site-footer:before {
        width: 736px; }
      .site-footer .footer-menu {
        margin-bottom: 30px; }
      .site-footer .social-links {
        margin-bottom: 42px; } }
/*# sourceMappingURL=main.css.map */