/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * 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
 *
 */
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 */
  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;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 48px 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 678px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.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
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.7671232877%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 336px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 646px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  color: #594B43;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 8px;
  width: 100%;
}

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

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #594B43;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #594B43;
}

::-webkit-input-placeholder {
  color: #594B43;
}

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

/* Typographical Elements
--------------------------------------------- */
body {
  color: #594B43;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1.094rem;
  font-weight: 400;
  line-height: 1.26;
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #E61437;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #C00D2C;
  text-decoration: none;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 23px;
  }
}
p.has-normal-font-size {
  font-size: 1.094rem;
}
p.small, p.has-small-font-size {
  font-size: 15px;
}
@media (min-width: 768px) {
  p.small, p.has-small-font-size {
    font-size: 17px;
  }
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  color: #594B43;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 300;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 11px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h6 {
    font-size: 14px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 16px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #E61437;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #C00D2C;
}
.is-style-outline .wp-block-button__link, .wp-block-button__link.outline {
  background: #fff;
  border: 1px solid #E61437;
  color: #E61437;
}
.is-style-outline .wp-block-button__link:hover, .wp-block-button__link.outline:hover {
  background: #E61437;
  color: #fff;
}
.wp-block-button__link.has-pink-color:hover, .wp-block-button__link.has-pink-color:focus {
  color: #E61437;
}
.wp-block-button__link.has-pink-background-color:hover, .wp-block-button__link.has-pink-background-color:focus {
  background-color: #F997AC;
}
.wp-block-button__link.has-pink_lighten-color:hover, .wp-block-button__link.has-pink_lighten-color:focus {
  color: #F997AC;
}
.wp-block-button__link.has-pink_lighten-background-color:hover, .wp-block-button__link.has-pink_lighten-background-color:focus {
  background-color: #fcc7d2;
}
.wp-block-button__link.has-pink_darken-color:hover, .wp-block-button__link.has-pink_darken-color:focus {
  color: #C00D2C;
}
.wp-block-button__link.has-pink_darken-background-color:hover, .wp-block-button__link.has-pink_darken-background-color:focus {
  background-color: #ef1138;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #FAFAFA;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: white;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  border-left: 4px solid #FAC3CD;
  padding-left: 20px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #594B43;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #594B43;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  text-transform: none;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #EBE9E8;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-pink-color {
  color: #E61437;
}

.has-pink-background-color {
  background-color: #E61437;
}

.has-pink_lighten-color {
  color: #F997AC;
}

.has-pink_lighten-background-color {
  background-color: #F997AC;
}

.has-pink_darken-color {
  color: #C00D2C;
}

.has-pink_darken-background-color {
  background-color: #C00D2C;
}

.has-grey-color {
  color: #FAFAFA;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 646px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  color: #E61437;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  font-size: 17px;
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 8px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 8px;
}
div.wpforms-container .wpforms-submit-container button {
  width: 100%;
}
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.save-recipe {
  border: 2px solid #FEEFF2;
  border-radius: 5px;
  padding: 24px;
}
div.wpforms-container.save-recipe:after {
  content: "";
  display: table;
  clear: both;
}
div.wpforms-container.save-recipe .wpforms-title {
  font-size: 34px;
  font-weight: 300;
}
@media (min-width: 768px) {
  div.wpforms-container.save-recipe .wpforms-title {
    font-size: 48px;
  }
}
div.wpforms-container.save-recipe .wpforms-field-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
div.wpforms-container.save-recipe .wpforms-field-label .wpforms-required-label {
  color: inherit;
}
div.wpforms-container.save-recipe .wpforms-submit-container button {
  text-transform: uppercase;
  padding: 11px 24px;
  line-height: 22px;
  width: auto;
}
div.wpforms-container.save-recipe .wpforms-field input {
  border-color: #594B43;
  line-height: 26px;
}
@media (min-width: 768px) {
  div.wpforms-container.save-recipe {
    padding: 40px;
  }
  div.wpforms-container.save-recipe .wpforms-field-container {
    display: table;
    width: calc(100% - 162px);
    float: left;
  }
  div.wpforms-container.save-recipe .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.save-recipe .wpforms-submit-container {
    float: right;
    width: 162px;
    clear: none;
    margin: 0;
    padding-top: 20px;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon .shared-counts-button {
  vertical-align: middle;
}
.shared-counts-wrap.style-icon .shared-counts-button.included_total {
  display: inline-flex;
  flex-flow: row-reverse;
}
.shared-counts-wrap.style-icon .shared-counts-button.included_total .shared-counts-count {
  font-weight: 700;
  padding-right: 3px;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) {
  border: 1px solid #7E736D;
  background-color: #7E736D;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  text-align: center;
}
.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:not(.included_total) svg {
  fill: #fff;
}
.shared-counts-wrap.style-icon .shared-counts-button.shared-counts-no-count:hover {
  background: #E61437;
  border-color: #E61437;
}
.shared-counts-wrap.style-icon .shared-counts-button svg {
  width: 18px;
  height: 18px;
  margin-top: calc(( 32px - 18px ) / 2);
}

/* WP Popular Posts
--------------------------------------------- */
.wpp-list .wpp-thumbnail {
  border-radius: 5px;
}
.wpp-list .wpp-post-title {
  text-decoration: none;
}
.wpp-list .wpp-post-title:hover, .wpp-list .wpp-post-title:focus {
  text-decoration: underline;
}
.wpp-list li {
  margin-bottom: 0;
}
.wpp-list li + li::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 91px);
  margin: 8px 0 8px auto;
  background-color: #EBE9E8;
  grid-column: 1/-1;
}
@supports (display: grid) {
  .wpp-list li {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-gap: 16px;
  }
  .wpp-list li .wpp-post-title {
    margin-top: 8px;
  }
}

/* MediaVine Jump to Recipe button
--------------------------------------------- */
.mv-create-jtr-wrapper .mv-create-jtr {
  border-color: #594B43;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 24px 12px 16px;
  display: inline-flex;
  flex-direction: row-reverse;
  color: #594B43;
  background-image: url("../icons/color/drop-down-brown.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 50%;
}
.mv-create-jtr-wrapper .mv-create-jtr:hover, .mv-create-jtr-wrapper .mv-create-jtr:focus {
  background-color: #594B43;
  background-image: url("../icons/color/drop-down-white.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) 50%;
  border-color: #594B43;
  color: #fff;
}
.mv-create-jtr-wrapper .mv-create-jtr .mv-create-jtr-caret {
  margin-right: 0;
  fill: currentColor;
}
.mv-create-jtr-wrapper .mv-create-jtr svg {
  display: none;
}

/* MediaVine Comments Nav
--------------------------------------------- */
nav.mv-comments-nav li.mv-active {
  border-top: 2px solid #C00D2C;
}

/* Table of Contents
--------------------------------------------- */
.lwptoc .lwptoc_i {
  padding: 24px 16px;
}
@media (min-width: 769px) {
  .lwptoc .lwptoc_i {
    padding: 24px 32px;
  }
}
.lwptoc .lwptoc_i .lwptoc_item a:hover, .lwptoc .lwptoc_i .lwptoc_item a:focus {
  text-decoration: none;
  border-bottom: none !important;
}
.lwptoc .lwptoc_i .lwptoc_item a:hover .lwptoc_item_label, .lwptoc .lwptoc_i .lwptoc_item a:focus .lwptoc_item_label {
  text-decoration: none;
}
.lwptoc .lwptoc_item {
  margin-top: 8px;
}
.lwptoc .lwptoc_item:first-child {
  margin-top: 0;
}
.lwptoc .lwptoc_item_number {
  color: #594B43;
}
.lwptoc .lwptoc_item_label {
  text-decoration: underline;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  color: #7E736D;
  font-size: 14px;
  line-height: 16px;
  margin: 0 -16px 24px 0;
}
.breadcrumb > span {
  display: inline-block;
  max-width: 100%;
}
.breadcrumb a {
  color: #C00D2C;
  display: inline-block;
  padding: 8px 4px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a.breadcrumb_home {
  background: url(../icons/color/home-brown.svg) no-repeat 6px center;
  background-size: 16px;
  padding-left: 32px;
}
.breadcrumb .breadcrumb_last {
  padding: 8px;
}

/* Post Listing
--------------------------------------------- */
.block-post-listing.layout-grid .block-post-listing__inner .post-summary {
  margin-bottom: 16px;
}
@media (max-width: 557px) {
  .block-post-listing.layout-grid .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .block-post-listing.layout-grid .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-grid .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, 1fr);
    }
    .block-post-listing.layout-grid .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-grid .block-post-listing__inner header, .block-post-listing.layout-grid .block-post-listing__inner nav, .block-post-listing.layout-grid .block-post-listing__inner aside, .block-post-listing.layout-grid .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 558px) and (max-width: 991px) {
  .block-post-listing.layout-grid .block-post-listing__inner > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 23.9726027397%;
  }
  .block-post-listing.layout-grid .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-grid .block-post-listing__inner {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(4, 1fr);
    }
    .block-post-listing.layout-grid .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-grid .block-post-listing__inner header, .block-post-listing.layout-grid .block-post-listing__inner nav, .block-post-listing.layout-grid .block-post-listing__inner aside, .block-post-listing.layout-grid .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-grid .block-post-listing__inner > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .block-post-listing.layout-grid .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-grid .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .block-post-listing.layout-grid .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-grid .block-post-listing__inner header, .block-post-listing.layout-grid .block-post-listing__inner nav, .block-post-listing.layout-grid .block-post-listing__inner aside, .block-post-listing.layout-grid .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-grid .block-post-listing__inner .post-summary {
    margin-bottom: 32px;
  }
}
.block-post-listing.layout-scroll .block-post-listing__inner {
  overflow: hidden;
  margin-left: -16px;
  width: calc(100% + 16px);
}
.block-post-listing.layout-scroll .block-post-listing__inner .post-summary {
  margin-left: 16px;
  margin-bottom: 0;
  float: left;
  width: calc(50% - 16px);
}
@media (min-width: 768px) {
  .block-post-listing.layout-scroll .block-post-listing__inner .post-summary {
    width: calc(25% - 16px);
  }
}
@supports (display: grid) {
  .block-post-listing.layout-scroll .block-post-listing__inner {
    display: grid;
    grid-template-columns: 16px;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 4);
    margin: 0 -16px 0 -32px;
    width: calc(100% + 48px);
    overflow-x: auto;
  }
  .block-post-listing.layout-scroll .block-post-listing__inner .post-summary {
    float: none;
    width: auto;
  }
  @media (min-width: 992px) {
    .block-post-listing.layout-scroll .block-post-listing__inner {
      margin-left: -48px;
      width: calc(100% + 64px);
    }
    .block-post-listing.layout-scroll .block-post-listing__inner .post-summary {
      margin-left: 32px;
    }
  }
  @media (max-width: 991px) {
    .block-post-listing.layout-scroll .block-post-listing__inner {
      grid-auto-columns: calc((100% - 32px) / 3.5);
    }
  }
  @media (max-width: 767px) {
    .block-post-listing.layout-scroll .block-post-listing__inner {
      grid-auto-columns: calc((100% - 32px) / 2.5);
    }
  }
  @media (max-width: 399px) {
    .block-post-listing.layout-scroll .block-post-listing__inner {
      grid-auto-columns: calc((100% - 32px) / 1.5);
    }
  }
  .block-post-listing.layout-scroll .block-post-listing__inner::before, .block-post-listing.layout-scroll .block-post-listing__inner::after {
    content: "";
    width: 16px;
  }
}
.block-post-listing header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.block-post-listing header h2 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) {
  .block-post-listing header h2 {
    font-size: 48px;
  }
}
.block-post-listing header .wp-block-button__link {
  margin-left: auto;
}
@media (max-width: 991px) {
  .block-post-listing header .wp-block-button__link {
    display: none;
  }
}
.block-post-listing footer {
  margin-top: 16px;
}
.block-post-listing footer .block-category-listing {
  margin-bottom: 16px;
}
.block-post-listing footer .wp-block-button__link {
  display: block;
}
@media (min-width: 992px) {
  .block-post-listing footer .wp-block-button__link {
    display: none;
  }
}

/* Style Guide Colors
--------------------------------------------- */
.style-guide-colors {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.style-guide-color {
  font-size: 14px;
  line-height: 1.4;
}
.style-guide-color .swatch {
  border: 1px solid #EBE9E8;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 6px;
}
.style-guide-color .hex {
  font-size: 12px;
}

/* Newsletter CTA
--------------------------------------------- */
.block-newsletter-cta {
  background-color: #FCFCFC;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}
.block-newsletter-cta .wpforms-container {
  padding: 16px;
  margin: 0;
}
.block-newsletter-cta .wpforms-title {
  letter-spacing: -0.5px;
}
@media (min-width: 500px) {
  .block-newsletter-cta .block-newsletter-cta__image,
.block-newsletter-cta .wpforms-container {
    float: left;
    width: 50%;
  }
  @supports (display: grid) {
    .block-newsletter-cta .block-newsletter-cta__image,
.block-newsletter-cta .wpforms-container {
      float: none;
      width: 100%;
    }
  }
  @supports (display: grid) {
    .block-newsletter-cta {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
    }
    @media (min-width: 500px) and (min-width: 768px) {
      .full-width-content .block-newsletter-cta, .content .block-newsletter-cta {
        grid-template-columns: 389px 1fr;
      }
      .content-sidebar .block-newsletter-cta div.wpforms-container .wpforms-title {
        font-size: 28px;
      }
    }
  }
}

/* Category Listing
--------------------------------------------- */
h2 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 300;
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}

.category-link {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  color: #594B43;
  display: block;
  font-size: 11px;
  line-height: 18px;
  max-width: 153px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.category-link:hover {
  background: #FAFAFA;
  color: #E61437;
}

.category-carousel {
  overflow: hidden;
  margin-left: -16px;
  width: calc(100% + 16px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.category-carousel .category-link {
  margin-left: 16px;
  margin-bottom: 8px;
  max-width: 100%;
  border: none;
  width: 100%;
  color: #E61437;
  display: flex;
  flex-wrap: wrap;
}
.category-carousel .category-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #EBE9E8;
  margin: 0 0 8px;
  margin-left: 104px;
}
.category-carousel .category-link:first-child::before {
  display: none;
}
@media (min-width: 501px) {
  .category-carousel .category-link {
    width: calc(50% - 16px);
  }
  .category-carousel .category-link:nth-child(2)::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .category-carousel .category-link {
    width: calc(25% - 16px);
  }
  .category-carousel .category-link:nth-child(3)::before, .category-carousel .category-link:nth-child(4)::before {
    display: none;
  }
}
.category-carousel .category-link:hover, .category-carousel .category-link:focus {
  background: transparent;
  color: #C00D2C;
}
.category-carousel .category-link:hover .category-name, .category-carousel .category-link:focus .category-name {
  text-decoration: underline;
}
.category-carousel .category-image {
  width: 88px;
  max-height: 69px;
}
.category-carousel .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.category-carousel .category-content {
  text-align: left;
  padding: 8px 16px;
  flex: 1;
}
.category-carousel .category-name {
  font-size: 17px;
  line-height: 1.29;
  font-weight: 400;
  display: block;
}
.category-carousel .category-description {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* About
--------------------------------------------- */
.block-about {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  overflow: hidden;
}
.block-about .wpforms-container {
  border-top: 1px solid #EBE9E8;
  padding: 16px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 561px) {
  .block-about .block-about__image {
    float: left;
    width: 42.4148606811%;
  }
  .block-about .block-about__content {
    float: right;
    width: 57.5851393189%;
  }
}
@media (min-width: 561px) and (min-width: 992px) {
  .block-about .block-about__image,
.block-about .block-about__content,
.block-about .wpforms-container {
    float: left;
    width: 33.333%;
  }
  .block-about .wpforms-container {
    border-top: 0;
    border-left: 1px solid #EBE9E8;
  }
}
@media (min-width: 561px) {
  @supports (display: grid) {
    .block-about {
      display: grid;
      grid-template-columns: 11fr 25fr;
    }
    .block-about .block-about__image,
.block-about .block-about__content,
.block-about .wpforms-container {
      float: none;
      width: 100%;
    }
    .block-about .block-about__content {
      align-self: center;
    }
    .block-about .wpforms-container {
      display: grid;
      align-items: center;
    }
    @media (min-width: 561px) and (max-width: 991px) {
      .block-about .wpforms-container {
        grid-column: 1/-1;
      }
    }
    @media (min-width: 561px) and (min-width: 992px) {
      .block-about {
        grid-template-columns: repeat(3, 1fr);
      }
    }
  }
}

.block-about__content {
  padding: 16px;
  font-size: 17px;
}

/* CTAs
--------------------------------------------- */
.block-cta {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  padding: 16px 16px 0;
  text-align: center;
}
.block-cta:after {
  content: "";
  display: table;
  clear: both;
}
.block-cta h2 {
  font-size: 22px;
}
.block-cta svg {
  fill: #E61437;
}
@media (min-width: 600px) {
  .block-cta .block-cta__content,
.block-cta .block-cta__image {
    float: left;
    width: 50%;
  }
  .block-cta .block-cta__content {
    padding: 0 16px 0 0;
  }
  @supports (display: grid) {
    .block-cta {
      display: grid;
      grid-template-columns: 308px 1fr;
    }
    .block-cta .block-cta__content {
      float: none;
      width: 100%;
      align-self: center;
    }
    .block-cta .block-cta__image {
      float: none;
      width: 100%;
      align-self: end;
    }
  }
}

.block-cta__content {
  padding-bottom: 16px;
}

/* Social Links
--------------------------------------------- */
.social-links {
  font-size: 15px;
}
.social-links li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.social-links li + li {
  margin-left: 12px;
}
.social-links li a {
  border: 1px solid #7E736D;
  background: #7E736D;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 0;
}
.social-links li a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-top: calc(( 32px - 20px ) / 2);
}
.social-links li a:hover {
  background: #E61437;
  border-color: #E61437;
}

/* As Seen In
--------------------------------------------- */
.block-as-seen-in .as-seen-in__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-as-seen-in .as-seen-in__logo {
  width: 50%;
  padding: 16px 0;
}
.block-as-seen-in .as-seen-in__logo:nth-child(odd) {
  padding-right: 16px;
}
.block-as-seen-in .as-seen-in__logo:nth-child(even) {
  padding-left: 16px;
}
@media (min-width: 769px) {
  .block-as-seen-in .as-seen-in__grid {
    flex-wrap: nowrap;
  }
  .block-as-seen-in .as-seen-in__logo {
    width: 100%;
  }
  .block-as-seen-in .as-seen-in__logo:nth-child(odd), .block-as-seen-in .as-seen-in__logo:nth-child(even) {
    padding: 0;
  }
  .block-as-seen-in .as-seen-in__logo img {
    padding-right: 16px;
  }
  .sidebar-primary .block-as-seen-in .as-seen-in__grid {
    flex-wrap: wrap;
  }
  .sidebar-primary .block-as-seen-in .as-seen-in__logo {
    width: 50%;
    padding: 16px 0;
  }
  .sidebar-primary .block-as-seen-in .as-seen-in__logo:nth-child(odd) {
    padding-right: 16px;
  }
  .sidebar-primary .block-as-seen-in .as-seen-in__logo:nth-child(even) {
    padding-left: 16px;
  }
  .sidebar-primary .block-as-seen-in .as-seen-in__logo:nth-child(1), .sidebar-primary .block-as-seen-in .as-seen-in__logo:nth-child(2) {
    padding-top: 0;
  }
  .sidebar-primary .block-as-seen-in .as-seen-in__logo img {
    padding-right: 0;
  }
  .sidebar-primary .widget + .widget .block-as-seen-in {
    margin-top: -12px;
  }
}

/* Shop Listing
--------------------------------------------- */
@supports (display: grid) {
  .block-shop-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .block-shop-listing .block-shop-item {
    margin-bottom: 0;
    width: 100%;
  }
  @media (min-width: 769px) {
    .block-shop-listing {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 32px;
    }
  }
  .block-shop-listing.col3 {
    grid-template-columns: 1fr;
  }
  @media (min-width: 769px) {
    .block-shop-listing.col3 {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

/* Shop Item
--------------------------------------------- */
.block-shop-item {
  width: 390px;
  margin-bottom: 16px;
}
.block-shop-item .block-shop-item__image {
  margin-bottom: 8px;
}
.block-shop-item .block-shop-item__image img {
  border-radius: 5px;
  width: 100%;
}
.block-shop-item .block-shop-item__title {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin: 0 0 4px;
}
.block-shop-item .block-shop-item__title a {
  text-decoration: none;
}
.block-shop-item .block-shop-item__title a:hover, .block-shop-item .block-shop-item__title a:focus {
  text-decoration: underline;
}
.block-shop-item .block-shop-item__price {
  font-size: 12px;
  color: #594B43;
  letter-spacing: -0.25px;
  margin-bottom: 8px;
}
.block-shop-item .wp-block-button {
  color: #E61437;
}
.block-shop-item .wp-block-button .wp-block-button__link {
  display: block;
}

/* Table of Contents
--------------------------------------------- */
.yoast-table-of-contents {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
}
.yoast-table-of-contents h2 {
  border-bottom: 1px solid #EBE9E8;
  font-size: 28px;
  padding: 16px;
  margin: 0;
}
.yoast-table-of-contents ul {
  margin-left: 24px;
  padding-bottom: 0.5rem;
}
.yoast-table-of-contents > ul, .entry-content .yoast-table-of-contents > ul {
  list-style-type: none;
  padding: 16px;
  margin-left: 0;
  counter-reset: toc;
}
.yoast-table-of-contents > ul > li {
  counter-increment: toc;
}
.yoast-table-of-contents > ul > li::before {
  content: counter(toc);
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  min-width: 24px;
  text-align: center;
  margin-right: 8px;
}
.yoast-table-of-contents__footer {
  padding: 0 16px 16px;
}
.yoast-table-of-contents__footer button {
  text-transform: uppercase;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  padding: 16px 0 20px;
  position: relative;
  min-height: 49px;
}
.site-header::after {
  background: #FEEFF2 url(../images/line-tile.png);
  background-size: auto 4px;
  content: "";
  display: block;
  width: 100%;
  max-width: 1168px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .site-header::after {
    left: 16px;
    right: 16px;
    width: auto;
    transform: translateX(0);
  }
}
.site-header .social-links {
  float: right;
  padding-top: 22px;
}
@media (max-width: 991px) {
  .site-header .social-links {
    display: none;
  }
}

.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
}
@media (min-width: 992px) {
  .title-area {
    float: left;
    width: 648px;
  }
}
.title-area .site-title a {
  background: url(../images/logo-short.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 65px;
}
@media (min-width: 600px) {
  .title-area .site-title a {
    background: url(../images/logo-long.svg) no-repeat center;
    background-size: contain;
    height: 76px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.header-menu {
  background: #FEEFF2;
  box-shadow: 0 0 6px 0 #C8C3C1;
  position: relative;
  z-index: 3;
}
.header-menu .search-form {
  width: 264px;
  margin-top: 4px;
  float: right;
}
@media (min-width: 769px) {
  .header-menu .nav-primary {
    float: left;
  }
}
@media (max-width: 768px) {
  .header-menu .wrap {
    padding: 0;
    position: relative;
  }
  .header-menu .wrap .search-form {
    position: absolute;
    top: 0;
    right: 8px;
    width: calc(100% - 60px);
  }
}

.search-form {
  position: relative;
}
.search-form .search-field {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px 3px 0 rgba(192, 13, 44, 0.5);
  border: none;
  padding: 12px 8px;
  padding-left: 36px;
  width: 100%;
  outline: none;
}
.search-form .search-field:focus {
  background: #fff;
}
.search-form .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-image: url("../icons/color/close-brown.svg");
  background-size: contain;
}
.search-form ::-moz-placeholder {
  color: #594B43;
  opacity: 1;
}
.search-form ::-ms-input-placeholder {
  color: #594B43;
}
.search-form ::-webkit-input-placeholder {
  color: #594B43;
}
.search-form input:focus::-webkit-input-placeholder,
.search-form input:focus::-moz-placeholder,
.search-form input:focus:-ms-input-placeholder,
.search-form textarea:focus::-webkit-input-placeholder,
.search-form textarea:focus::-moz-placeholder,
.search-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 36px;
  height: 36px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
}
.search-form .search-submit svg {
  fill: #594B43;
  width: 24px;
  height: 24px;
}
.search-form .search-submit svg:hover {
  fill: #E61437;
}

.nav-menu {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #C00D2C;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 8px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: 22px;
}
.nav-menu .menu-item > .submenu-expand:hover {
  background-color: #C00D2C;
}
.nav-menu .menu-item > .submenu-expand:hover svg {
  fill: #fff;
}
.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;
  right: 7px;
  top: 20px;
}
.nav-menu .submenu-expand svg {
  fill: #C00D2C;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu > .menu-item + .menu-item {
    margin-left: 16px;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > a {
    background: #C00D2C;
    color: #fff;
  }
  .nav-menu .menu-item:hover > .submenu-expand svg {
    fill: #fff;
    transform: rotate(180deg);
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item.current-menu-ancestor > a {
    box-shadow: inset 0 -2px 0 #C00D2C;
  }
  .nav-menu .menu > .menu-item.current-menu-item > a {
    box-shadow: inset 0 -2px 0 #C00D2C;
  }
  .nav-menu .sub-menu {
    background: #FEEFF2;
    box-shadow: 0 2px 8px 0 #C8C3C1;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #C00D2C;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #FEEFF2;
    display: block;
  }
  .nav-menu .menu-item > a {
    padding: 12px 16px;
  }
  .nav-menu .menu-item.menu-item-has-children > a {
    padding-right: 44px;
  }
  .nav-menu .submenu-expand {
    border-radius: 5px;
    top: 0;
    right: 6px;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand.expanded {
    background: #C00D2C;
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .submenu-expand.expanded svg {
    fill: #fff;
    transform: rotate(180deg);
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 16px;
  }
}

/* Toggles
--------------------------------------------- */
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
  border-radius: 5px;
  width: 44px;
  height: 44px;
  margin: 4px;
}
@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle svg {
  fill: #C00D2C;
}
.menu-toggle .close {
  display: none;
}
.menu-toggle:hover, .menu-toggle.active {
  background: #C00D2C;
}
.menu-toggle:hover svg, .menu-toggle.active svg {
  fill: #fff;
}
.menu-toggle.active .close {
  display: inline;
}
.menu-toggle.active .open {
  display: none;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header-search {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
.header-search:not(.active) {
  display: none;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  color: #7E736D;
  font-size: 14px;
  line-height: 16px;
  margin: 0 -16px 24px 0;
}
.breadcrumb > span {
  display: inline-block;
  max-width: 100%;
}
.breadcrumb a {
  color: #C00D2C;
  display: inline-block;
  padding: 8px 4px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a.breadcrumb_home {
  background: url(../icons/color/home-brown.svg) no-repeat 6px center;
  background-size: 16px;
  padding-left: 32px;
}
.breadcrumb .breadcrumb_last {
  padding: 8px;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  max-width: 270px;
  overflow: hidden;
}

.post-summary .post-summary__title {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin: 0 0 8px;
}
.post-summary .post-summary__title:last-child {
  margin-bottom: 0;
}
.post-summary .post-summary__title a {
  color: #594B43;
  text-decoration: none;
}
.post-summary .post-summary__title a:hover {
  color: #C00D2C;
  text-decoration: none;
}
.entry-content .post-summary .post-summary__title a {
  text-decoration: none;
}
.entry-content .post-summary .post-summary__title a:hover, .entry-content .post-summary .post-summary__title a:focus {
  text-decoration: underline;
}

.post-summary__image {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.post-summary__content {
  padding: 8px 0;
}

.post-summary__meta {
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
}

.entry-rating {
  color: #7E736D;
  font-size: 15px;
}

a.entry-category {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  color: #594B43;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.25px;
  float: right;
  padding: 4px 8px;
  text-decoration: none;
}
a.entry-category:hover {
  background: #EBE9E8;
}

p.entry-category {
  font-size: 12px;
  color: #594B43;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
}

/* Search Result
--------------------------------------------- */
.post-summary.search-result {
  font-size: 15px;
  max-width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid #EBE9E8;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .post-summary.search-result {
    padding-bottom: 32px;
  }
}
.post-summary.search-result .entry-category {
  float: none;
}
.post-summary.search-result .entry-rating {
  display: block;
  margin: 4px 0 0;
}
.post-summary.search-result p:last-child {
  margin: 0;
}
.post-summary.search-result .post-summary__content {
  padding: 0;
}
.post-summary.search-result .post-summary__image {
  width: 93px;
  position: absolute;
  top: 0;
  right: 0;
}
.post-summary.search-result .post-summary__title {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .post-summary.search-result .post-summary__header {
    min-height: 93px;
    padding-right: 109px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .post-summary.search-result {
    padding-right: 147px;
    min-height: 147px;
  }
  .post-summary.search-result .post-summary__image {
    width: 115px;
  }
}

.archive .site-main .block-area {
  grid-column: 1/-1;
}
@media (max-width: 557px) {
  .archive .site-main > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 49.3150684932%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 558px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 1.3698630137%;
    width: 23.9726027397%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

.archive .post-summary,
.search-results .post-summary {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .archive .post-summary,
.search-results .post-summary {
    margin-bottom: 32px;
  }
}

.archive-description,
.archive .block-area {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .archive-description,
.archive .block-area {
    margin-bottom: 64px;
  }
}
.archive-description > *:last-child,
.archive .block-area > *:last-child {
  margin-bottom: 0;
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  width: 100%;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

.recent-posts-heading {
  margin-bottom: 16px;
}
.recent-posts-heading h2 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 768px) {
  .recent-posts-heading h2 {
    font-size: 48px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .pagination {
    margin: 32px 0 64px;
  }
}
.pagination ul {
  margin: 0;
  width: 100%;
}
.pagination ul li {
  border: 1px solid #EBE9E8;
  list-style-type: none;
  display: inline-block;
  margin-left: -3px;
}
.pagination ul li:first-child {
  border-radius: 5px 0 0 5px;
}
.pagination ul li:last-child {
  border-radius: 0 5px 5px 0;
}
.pagination ul li:not(:first-child) {
  border-left-width: 0;
}
.pagination ul li.pagination-omission {
  display: none;
}
.pagination ul li a {
  color: #594B43;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 8px;
  text-decoration: none;
  text-align: center;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: #F5F5F5;
}
@supports (display: grid) {
  .pagination ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  }
  .pagination ul li {
    display: block;
    margin: 0;
  }
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol,
.archive-description ul,
.archive-description ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li,
.archive-description ul li,
.archive-description ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child,
.archive-description ul li:last-child,
.archive-description 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,
.archive-description ul li ul,
.archive-description ul li ol,
.archive-description ol li ul,
.archive-description ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.social-links, .entry-content ol.wp-block-gallery, .entry-content ol.social-links,
.archive-description ul.wp-block-gallery,
.archive-description ul.social-links,
.archive-description ol.wp-block-gallery,
.archive-description ol.social-links {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.social-links li, .entry-content ol.wp-block-gallery li, .entry-content ol.social-links li,
.archive-description ul.wp-block-gallery li,
.archive-description ul.social-links li,
.archive-description ol.wp-block-gallery li,
.archive-description ol.social-links li {
  padding-bottom: 0;
}
.entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a,
.archive-description h2 a,
.archive-description h3 a,
.archive-description h4 a,
.archive-description h5 a,
.archive-description h6 a {
  text-decoration: underline;
}
.entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover, .entry-content h5 a:hover, .entry-content h6 a:hover,
.archive-description h2 a:hover,
.archive-description h3 a:hover,
.archive-description h4 a:hover,
.archive-description h5 a:hover,
.archive-description h6 a:hover {
  text-decoration: none;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc( 2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc( 2 * 20px ) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.block-post-listing, .entry-content > *.block-about,
.block-area > *.wp-block-quote,
.block-area > *.block-post-listing,
.block-area > *.block-about {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .entry-content > *.wp-block-quote, .entry-content > *.block-post-listing, .entry-content > *.block-about,
.block-area > *.wp-block-quote,
.block-area > *.block-post-listing,
.block-area > *.block-about {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.entry-content > *.wp-block-quote:first-child, .entry-content > *.block-post-listing:first-child, .entry-content > *.block-about:first-child,
.block-area > *.wp-block-quote:first-child,
.block-area > *.block-post-listing:first-child,
.block-area > *.block-about:first-child {
  margin-top: 0;
}
.entry-content > *.wp-block-quote:last-child, .entry-content > *.block-post-listing:last-child, .entry-content > *.block-about:last-child,
.block-area > *.wp-block-quote:last-child,
.block-area > *.block-post-listing:last-child,
.block-area > *.block-about:last-child {
  margin-bottom: 0;
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta and Actions
--------------------------------------------- */
.entry-meta {
  font-size: 15px;
}
.entry-meta a {
  color: #E61437;
  font-weight: 700;
  text-decoration: underline;
}
.entry-meta a svg {
  fill: #E61437;
}
.entry-meta a:hover {
  color: #C00D2C;
}
.entry-meta a:hover svg {
  fill: #C00D2C;
}
.entry-meta .entry-comments {
  margin-left: 8px;
}
.entry-meta .entry-modified-date {
  border-left: 1px solid #BDBDBD;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .entry-meta .entry-modified-date {
    display: block;
    border-left: 0;
    padding-left: 0;
  }
}

.entry__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.entry__actions .pinterest-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.entry__actions .pinterest-share svg {
  fill: white;
}

/* Author Box
--------------------------------------------- */
.author-box {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  max-width: 320px;
  margin: 32px auto;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 646px;
  margin: 0 auto 32px;
}
.author-box .avatar {
  border-radius: 5px;
  margin: -1px -1px 0;
}
@media (min-width: 600px) {
  .author-box {
    max-width: 100%;
    position: relative;
    margin-top: 64px;
    display: flex;
    align-items: center;
  }
  .author-box .avatar {
    width: 300px;
    height: 300px;
    border-radius: 5px 0 0 5px;
  }
  .author-box .author-box__content {
    padding: 16px 32px;
  }
}

.author-box__content {
  font-size: 17px;
  padding: 32px;
  text-align: center;
}
.author-box__content p:last-child {
  margin-bottom: 0;
}
.author-box__content p:last-child a {
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 16px;
  text-decoration: none;
  background-color: #E61437;
}
.author-box__content p:last-child a:hover, .author-box__content p:last-child a:focus {
  background-color: #F997AC;
}

.author-box__title {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
.singular .entry-header .shared-counts-wrap {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    line-height: 32px;
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
    margin-top: 0;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry {
  margin: 32px 0 0;
}
.after-entry:after {
  content: "";
  display: table;
  clear: both;
}
.after-entry .disclaimer {
  font-style: italic;
  font-size: 15px;
}
.after-entry .disclaimer strong {
  font-style: normal;
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
}
.after-entry .block-newsletter-cta {
  margin: 32px 0;
}
.after-entry .publish-date {
  font-size: 15px;
}
@media (min-width: 768px) {
  .after-entry .publish-date {
    float: left;
    margin: 0;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .after-entry .shared-counts-wrap {
    float: right;
  }
}

/* Related Posts
--------------------------------------------- */
.related-posts {
  padding-top: 32px;
}
.related-posts header {
  overflow: hidden;
  width: 100%;
}
.related-posts header > h2 {
  font-size: 17px;
}
@media (min-width: 768px) {
  .related-posts header > h2 {
    font-size: 28px;
  }
}

.related-posts__listing {
  overflow: hidden;
  padding-bottom: 32px;
  margin-left: -16px;
  width: calc(100% + 16px);
}
.related-posts__listing .post-summary {
  margin-left: 16px;
  margin-bottom: 0;
  float: left;
  width: calc(50% - 16px);
}
@media (min-width: 768px) {
  .related-posts__listing .post-summary {
    width: calc(33% - 16px);
  }
}
@supports (display: grid) {
  .related-posts__listing {
    display: grid;
    grid-template-columns: 16px;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    margin: 0 -16px 0 -32px;
    width: calc(100% + 48px);
    overflow-x: auto;
  }
  .related-posts__listing .post-summary {
    float: none;
    width: auto;
  }
  @media (max-width: 767px) {
    .related-posts__listing {
      grid-auto-columns: calc((100% - 32px) / 2.5);
    }
  }
  @media (max-width: 399px) {
    .related-posts__listing {
      grid-auto-columns: calc((100% - 32px) / 1.5);
    }
  }
  .related-posts__listing::before, .related-posts__listing::after {
    content: "";
    width: 16px;
  }
}

/* Comments
--------------------------------------------- */
.comments-title,
.comment-reply-title {
  font-size: 22px;
  font-weight: 400;
}
.comments-title::before,
.comment-reply-title::before {
  background: url(../images/striped-rule.jpg);
  background-size: auto 4px;
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 0 2px;
}

.mv-comments-wrap {
  margin: 32px 0 0;
  padding: 0 15px;
}
.mv-comments-wrap h2 {
  display: none;
}

.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border-top: 1px solid #EBE9E8;
  margin-bottom: 16px;
}
.entry-comments .comment-list li article {
  padding: 16px 0;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: #FEEFF2;
}
.entry-comments .comment-list .children li {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  overflow: hidden;
}
.entry-comments .comment-list .children li article {
  padding: 16px;
}
.entry-comments .comment-list .children li.staff {
  border: none;
}
.entry-comments .comment-list .comment-author {
  color: #594B43;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 400;
}
.entry-comments .comment-list .comment-author a {
  color: #594B43;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #E61437;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-metadata {
  font-size: 11px;
  color: #594B43;
  margin-bottom: 8px;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-metadata a {
  color: #594B43;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: #E61437;
}
.entry-comments .comment-list .comment-content {
  font-size: 17px;
}
.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: 15px;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #EBE9E8;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  background: #fff;
  text-align: center;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
  border-radius: 5px;
  border: 1px solid #E61437;
  color: #E61437;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  padding: 12px 16px;
}
.nav-links .nav-previous a:hover, .nav-links .nav-previous a:focus,
.nav-links .nav-next a:hover,
.nav-links .nav-next a:focus {
  background: #E61437;
  color: #fff;
}
.nav-links .nav-previous + .nav-next {
  margin-top: 16px;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 32px 0;
}
.comment-respond label {
  display: none;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}

/* Create by Mediavine
---------------------------------------------------------------------------------------------------- */
/* Recipe
--------------------------------------------- */
section.mv-create-card-style-square {
  --mv-star-fill: #7E736D !important;
}
section.mv-create-card-style-square p {
  font-size: 17px;
}
section.mv-create-card-style-square ul, section.mv-create-card-style-square ol {
  margin: 0;
  font-size: 17px;
}
section.mv-create-card-style-square ul li, section.mv-create-card-style-square ol li {
  margin: 0;
}
section.mv-create-card-style-square h3,
section.mv-create-card-style-square h4 {
  font-size: 22px;
  font-weight: 400;
}
section.mv-create-card-style-square .mv-create-nutrition-title span,
section.mv-create-card-style-square .mv-create-yield,
section.mv-create-card-style-square .mv-create-time-label,
section.mv-create-card-style-square .mv-create-time-format,
section.mv-create-card-style-square .mv-create-products-link,
section.mv-create-card-style-square .mv-create-nutrition-item,
section.mv-create-card-style-square .mv-create-nutrition-amount,
section.mv-create-card-style-square .mv-create-nutrition-disclaimer {
  opacity: 1;
}
section.mv-create-card-style-square .mv-create-wrapper {
  border: 1px solid #EBE9E8;
  border-radius: 5px 5px 0 0;
  padding: 16px;
}
section.mv-create-card-style-square .recipe-card-logo {
  width: 100%;
  margin-bottom: 32px;
}
section.mv-create-card-style-square .mv-create-yield {
  font-size: 17px;
  color: #594B43;
  margin: 0 0 8px;
  text-transform: capitalize;
}
section.mv-create-card-style-square .mv-create-title-primary {
  font-size: 34px;
  font-weight: 300;
  line-height: 41px;
}
section.mv-create-card-style-square .mv-create-image-container, section.mv-create-card-style-square.js .mv-create-image-container {
  max-width: 100%;
  width: 100%;
  float: none;
  margin: 0;
}
section.mv-create-card-style-square .mv-create-image-container img, section.mv-create-card-style-square.js .mv-create-image-container img {
  border-radius: 5px;
}
section.mv-create-card-style-square.mv-create-xl .mv-create-header {
  float: left;
  width: calc(50% - 8px);
}
section.mv-create-card-style-square.mv-create-xl .mv-create-image-container {
  float: right;
  width: calc(50% - 8px);
}
section.mv-create-card-style-square.mv-create-xl .mv-create-title-primary {
  max-width: 100%;
}
section.mv-create-card-style-square .mv-create-reviews {
  width: 100%;
}
section.mv-create-card-style-square .mv-reviews {
  text-align: left;
}
section.mv-create-card-style-square .mv-stars svg {
  max-height: 32px;
}
section.mv-create-card-style-square .mv-reviews-reviewcount {
  color: #594B43;
  font-size: 15px;
  font-style: italic;
  display: inline-block;
  margin-left: 8px;
}
section.mv-create-card-style-square .mv-reviews-stars {
  display: inline-block;
  width: 80px;
}
section.mv-create-card-style-square .mv-create-times-2.mv-create-times-lg .mv-create-time,
section.mv-create-card-style-square .mv-create-times-2.mv-create-times-md .mv-create-time,
section.mv-create-card-style-square .mv-create-times-2.mv-create-times-xl .mv-create-time,
section.mv-create-card-style-square .mv-create-times-3.mv-create-times-md .mv-create-time,
section.mv-create-card-style-square .mv-create-times-4.mv-create-times-md .mv-create-time,
section.mv-create-card-style-square .mv-create-times-4.mv-create-times-xl .mv-create-time,
section.mv-create-card-style-square .mv-create-times-4.mv-create-times-lg .mv-create-time,
section.mv-create-card-style-square .mv-create-times-5.mv-create-times-md .mv-create-time,
section.mv-create-card-style-square .mv-create-times-6.mv-create-times-md .mv-create-time {
  flex: 0 1 auto;
  width: 50%;
  border-left: none;
}
section.mv-create-card-style-square .mv-create-time {
  padding-top: 0;
  padding-bottom: 0;
}
section.mv-create-card-style-square .mv-create-time-label {
  font-size: 15px;
  font-weight: 400;
}
section.mv-create-card-style-square .mv-create-time-format {
  font-size: 17px;
  font-weight: 700;
}
section.mv-create-card-style-square .mv-create-time-format,
section.mv-create-card-style-square .mv-create-time-label {
  text-align: left;
}
section.mv-create-card-style-square .mv-create-times-3.mv-create-times-lg .mv-create-time,
section.mv-create-card-style-square .mv-create-times-3.mv-create-times-xl .mv-create-time,
section.mv-create-card-style-square .mv-create-times-4.mv-create-times-lg .mv-create-time,
section.mv-create-card-style-square .mv-create-times-5.mv-create-times-lg .mv-create-time,
section.mv-create-card-style-square .mv-create-times-5.mv-create-times-xl .mv-create-time,
section.mv-create-card-style-square .mv-create-times-6.mv-create-times-lg .mv-create-time,
section.mv-create-card-style-square .mv-create-times-6.mv-create-times-xl .mv-create-time {
  border-left-color: #C8C3C1;
}
section.mv-create-card-style-square .mv-create-description {
  overflow: hidden;
  width: 100%;
}
section.mv-create-card-style-square .mv-create-description p {
  font-size: 19px;
}
section.mv-create-card-style-square.mv-create-aggressive-lists ul.mv-create-products-list {
  margin-left: -16px !important;
}
section.mv-create-card-style-square.mv-create-aggressive-lists .mv-create-products-listitem {
  margin-left: 16px !important;
}
section.mv-create-card-style-square .mv-create-products-listitem {
  width: calc(33% - 16px);
}
section.mv-create-card-style-square .mv-create-products-listitem a {
  padding: 10px 0;
}
section.mv-create-card-style-square .mv-create-products-listitem .mv-create-products-imgwrap {
  border-radius: 5px;
}
section.mv-create-card-style-square.mv-create-sm .mv-create-products-listitem {
  width: calc(50% - 16px);
}
section.mv-create-card-style-square .mv-create-products-link:hover, section.mv-create-card-style-square .mv-create-products-link:focus {
  text-decoration: underline;
}
section.mv-create-card-style-square .mv-create-products-product-name {
  font-size: 15px;
  line-height: 19px;
}
section.mv-create-card-style-square .mv-create-nutrition-item {
  font-size: 17px;
  font-weight: 700;
}
section.mv-create-card-style-square .mv-create-nutrition-title,
section.mv-create-card-style-square .mv-create-nutrition-yield,
section.mv-create-card-style-square .mv-create-nutrition-serving-size {
  display: block;
}
section.mv-create-card-style-square .mv-create-nutrition-label,
section.mv-create-card-style-square .mv-create-nutrition-yield h4,
section.mv-create-card-style-square .mv-create-nutrition-serving-size h4,
section.mv-create-card-style-square .mv-create-nutrition-amount em {
  font-size: 17px;
  color: #A59E99;
  font-weight: 400;
  font-style: normal;
}
section.mv-create-card-style-square .mv-create-nutrition-title:before {
  display: none;
}
section.mv-create-card-style-square .mv-create-nutrition-disclaimer {
  padding-top: 8px;
}
section.mv-create-card-style-square .mv-create-nutrition-disclaimer small {
  font-size: 11px;
}
section.mv-create-card-style-square .mv-create-nutrition-disclaimer small em {
  font-style: normal;
}
section.mv-create-card-style-square .mv-create-wrapper > div {
  margin-bottom: 0;
}
section.mv-create-card-style-square .mv-create-social {
  background: #EBE9E8;
  margin-right: -16px;
  margin-left: -16px;
}
section.mv-create-card-style-square .mv-create-social .mv-create-social-body .mv-create-social-link {
  color: #C00D2C;
}
section.mv-create-card-style-square .mv-create-social:last-child {
  margin-bottom: -16px;
  margin-top: 16px;
}

.mv-create-card .mv-create-footer {
  background: #594B43;
  border-radius: 0 0 5px 5px;
  color: #fff;
  margin: 0;
  opacity: 1;
  padding: 8px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.mv-create-card .mv-create-footer strong {
  font-weight: 400;
  text-transform: lowercase;
}

.recipe-actions {
  margin-bottom: 32px;
}
.recipe-actions a {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  color: #7E736D;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 5px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
}
.recipe-actions a span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
}
.recipe-actions a:hover {
  background: #FEEFF2;
  border-color: #E61437;
}
.recipe-actions a.recipe-actions__pin span {
  background-image: url(../icons/color/pinterest-brown.svg);
}
.recipe-actions a.recipe-actions__rate span {
  background-image: url(../icons/color/star-brown.svg);
}
.recipe-actions a.recipe-actions__print span {
  background-image: url(../icons/color/print-brown.svg);
}
@supports (display: grid) {
  .recipe-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-column-gap: 7px;
  }
  .recipe-actions a {
    margin-bottom: 0;
  }
}

/* Roundup List
--------------------------------------------- */
.mv-create-wrapper .mv-list-list.mv-list-list-grid {
  margin: 32px 0 0;
}

.mv-list-card {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  padding: 16px;
}
.mv-list-card .mv-create-header {
  margin: 0;
  padding: 0;
}
.mv-list-card .mv-create-header h2 {
  border-top: 0;
  padding: 0;
}
.mv-list-card .mv-create-header .recipe-card-logo {
  width: 100%;
  max-width: 300px;
}
.mv-list-card .mv-create-header p {
  font-size: 17px;
}
@media (min-width: 768px) {
  .mv-list-card .mv-create-header p {
    font-size: 19px;
  }
}

.mv-list-list-grid .mv-list-single {
  border: 1px solid #EBE9E8;
  border-radius: 0 0 5px 5px;
  display: block;
  padding: 4px 0 0;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.mv-list-list-grid .mv-list-single::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/striped-rule.jpg);
  background-size: auto 4px;
}
.mv-list-list-grid .mv-list-single h2, .mv-list-list-grid .mv-list-single h3 {
  font-size: 22px;
}
.mv-list-list-grid .mv-list-single p {
  font-size: 17px;
}
@media (min-width: 600px) {
  .mv-list-list-grid .mv-list-single .mv-list-entry-content-container {
    float: left;
    width: 56.2%;
  }
  .mv-list-list-grid .mv-list-single .mv-list-image-container {
    float: left;
    width: 43.8%;
  }
}
.mv-list-list-grid .mv-list-list-grid-inner > div:not(.mv-list-text):not(.mv-list-adwrap) {
  width: 100%;
}
.mv-list-list-grid .mv-list-entry-content-container {
  padding: 16px;
}

/** Create Recipe Print Page **/
.mv-create-print-view.mv-create-card-style-square .mv-create-header {
  float: left;
  width: calc(50% - 8px);
}

.mv-create-print-view.mv-create-card-style-square .mv-create-image-container {
  float: right !important;
  width: calc(50% - 8px) !important;
}

.mv-create-print-view.mv-create-card {
  max-width: 700px;
}
.mv-create-print-view.mv-create-card .mv-create-description,
.mv-create-print-view.mv-create-card .mv-create-social,
.mv-create-print-view.mv-create-card .recipe-actions {
  display: none;
}

/** End Create Recipe Print Page **/
.sidebar-primary {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.25px;
}
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

.widget_about {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px;
}
.widget_about > img {
  margin: -16px -16px 16px;
  max-width: calc(100% + 32px);
}
.widget_about p:last-child {
  margin: 0;
}

.widget_newsletter {
  border: 1px solid #EBE9E8;
  border-radius: 5px;
  overflow: hidden;
}
.widget_newsletter .wpforms-container {
  padding: 16px;
  margin: 0;
}
.widget_newsletter .wpforms-container .wpforms-title {
  font-size: 22px;
  margin-bottom: 8px;
}
.widget_newsletter .wpforms-container .wpforms-description {
  margin-bottom: 8px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  border-top: 1px solid #EBE9E8;
  text-align: center;
}
.site-footer .wrap {
  padding-top: 40px;
  position: relative;
}
.site-footer ul.social-links {
  margin-bottom: 16px;
}
.site-footer ul.social-links .label {
  font-size: 14px;
  color: #7E736D;
}
.site-footer .copyright {
  font-size: 14px;
  color: #7E736D;
}
.site-footer .copyright a {
  color: #7E736D;
}
.site-footer .mediavine {
  font-size: 14px;
  color: #7E736D;
  margin-top: 32px;
}
.site-footer .mediavine::before {
  background: url(../images/striped-rule.jpg);
  background-size: auto 4px;
  content: "";
  display: block;
  width: 128px;
  height: 4px;
  margin: 0 auto 8px;
}
@supports (display: grid) {
  @media (min-width: 992px) {
    .site-footer .wrap {
      display: grid;
      align-items: center;
      grid-row-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .site-footer .mediavine {
      grid-column: 1/-1;
      margin: 0;
    }
    .site-footer .footer-logo {
      text-align: left;
      margin: 0;
    }
    .site-footer ul.social-links,
.site-footer .copyright {
      text-align: right;
      margin: 0;
    }
  }
}

.backtotop {
  background: #F997AC;
  border-radius: 50%;
  display: block;
  line-height: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -22px;
}
.backtotop svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-top: calc(( 44px - 24px ) / 2);
}
.backtotop:hover {
  background: #E61437;
}

.footer-logo a {
  background: url(../images/logo-short.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  max-width: 343px;
  height: 65px;
  text-indent: -9999em;
}

.nav-footer {
  text-align: left;
}
@media (max-width: 991px) {
  .nav-footer {
    display: none;
  }
}
.nav-footer li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.nav-footer li + li {
  margin-left: 18px;
}
.nav-footer li a {
  color: #7E736D;
  text-decoration: none;
}
.nav-footer li:hover > a, .nav-footer li.current-menu-item > a, .nav-footer li.current-menu-ancestor > a {
  color: #E61437;
}

.single-post .site-header::after {
  display: none; /* hide bar on site header when post header is displayed */
}

.single-post .site-inner {
  padding-top: 16px;
}

.post-header {
  background: #FEEFF2;
  padding: 16px 0 24px;
}
.post-header p.breadcrumb {
  margin: 0 0 24px;
}
.post-header h1 {
  margin-bottom: 0;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #FAC3CD;
}
.post-header .post-header__lower {
  margin-top: 16px;
}
.post-header .post-header__info {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.75rem;
}
.post-header .post-header__info .avatar {
  border-radius: 50%;
}
.post-header .post-header__info .entry-author a {
  font-weight: 700;
}
.post-header .post-header__info p {
  margin: 0;
}
.post-header .cwp-wprm-rating .wprm-recipe-rating-details {
  font-size: 0.75rem;
}
.post-header .post-header__actions {
  display: flex;
}
.post-header .cwp-jtr,
.post-header .cwp-comment-jump,
.post-header .social-share {
  border: 1px solid #EC284A;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.post-header .cwp-jtr {
  background: #EC284A;
  color: white;
}
.post-header .cwp-jtr:is(:hover, :focus) {
  filter: brightness(85%);
}
.post-header .cwp-comment-jump,
.post-header .social-share {
  background: white;
  color: #EC284A;
}
.post-header .cwp-comment-jump:is(:hover, :focus),
.post-header .social-share:is(:hover, :focus) {
  background: #FEEFF2;
}
@media (max-width: 767px) {
  .post-header .post-header__meta > * {
    display: block;
    margin-top: 4px;
  }
  .post-header .post-header__actions {
    gap: 8px;
    margin-top: 16px;
  }
  .post-header .post-header__actions > * {
    flex-grow: 1;
  }
  .post-header .cwp-jtr,
.post-header .cwp-comment-jump,
.post-header .social-share {
    padding: 12.5px 10px;
  }
}
@media (min-width: 768px) {
  .post-header .post-header__lower {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .post-header .post-header__meta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
  }
  .post-header .post-header__actions {
    gap: 16px;
  }
  .post-header .cwp-jtr,
.post-header .cwp-comment-jump,
.post-header .social-share {
    padding: 12.5px 24px;
  }
}

.aff-disc {
  font-size: 0.75rem;
}
.aff-disc p {
  margin: 0;
}

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

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