@charset "UTF-8";
.block-post-listing__more.wp-block-button__link {
width: auto;
}
           html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
}   hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} html,
input[type=search] {
box-sizing: border-box;
}
@media (max-width: 359px) {
body {
--wp--custom--layout--padding: 8px;
}
}
*, *:before, *:after {
box-sizing: inherit;
} .wrap {
max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
margin: 0 auto;
padding-left: var(--wp--custom--layout--padding);
padding-right: var(--wp--custom--layout--padding);
}
.site-inner {
padding: var(--wp--custom--layout--site-inner-padding-top) 0 var(--wp--custom--layout--block-gap-large);
}
body.full-width-content {
--wp--custom--layout--page: var(--wp--custom--layout--wide);
} .screen-reader-text,
.screen-reader-text 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; text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
} .sidebar-primary .widget + .widget {
margin-top: 32px;
}
@media (max-width: 991px) {
.sidebar-primary .block-about {
display: none;
}
}
@media (min-width: 992px) {
.content-sidebar .content-area {
display: grid;
grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
grid-column-gap: var(--wp--style--block-gap);
max-width: var(--wp--custom--layout--wide);
margin-left: auto;
margin-right: auto;
}
.content-sidebar .site-main {
float: none;
width: 100%;
max-width: var(--wp--custom--layout--content);
}
.content-sidebar .sidebar-primary {
float: none;
width: 100%;
}
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-block-end: var(--wp--style--block-gap);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-block-start: 0;
}
p.is-style-heading {
font-family: var(--wp--custom--typography--heading--font-family);
font-size: var(--wp--custom--typography--heading--font-size);
font-weight: var(--wp--custom--typography--heading--font-weight);
letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
line-height: var(--wp--custom--typography--heading--line-height);
text-transform: var(--wp--custom--typography--heading--text-transform);
}
p.is-style-interface {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
} ul.is-style-fancy li {
list-style-type: none;
position: relative;
}
ul.is-style-fancy li::before {
content: "➤";
position: absolute;
left: -20px;
color: var(--wp--preset--color--secondary);
}
ol.is-style-fancy > li {
list-style-type: none;
position: relative;
}
ol.is-style-fancy > li::before {
content: counter(list-item);
position: absolute;
left: -32px;
top: 2px;
}
ol.is-style-fancy > li::before,
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
width: 24px;
height: 24px;
background: var(--wp--preset--color--foreground);
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
z-index: 99;
font-weight: 800;
font-size: var(--wp--preset--font-size--tiny);
} body {
counter-reset: gallery;
}
.wp-block-gallery.is-style-numbered .wp-block-image,
.wp-block-image.is-style-numbered {
position: relative;
}
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
content: counter(gallery);
counter-increment: gallery;
position: absolute;
top: 8px;
right: 8px;
} img {
display: block;
max-width: 100%;
height: auto;
}
img.emoji {
max-width: 16px;
display: inline-block;
}
img.alignleft {
float: left;
margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
float: right;
margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
margin-left: auto;
margin-right: auto;
}
figure.wp-caption {
max-width: 100%;
}
.wp-block-image figcaption {
font-size: var(--wp--preset--font-size--tiny);
text-align: center;
font-weight: var(--wp--custom--typography--interface--font-weight);
}
@media (min-width: 601px) {
.wp-block-image.alignleft {
float: left;
margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
max-width: 48vw;
}
.wp-block-image.alignright {
float: right;
margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
max-width: 48vw;
}
}
@media (min-width: 768px) {
.content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
max-width: calc(var(--wp--custom--layout--content) / 2);
margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
}
.content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
max-width: calc(var(--wp--custom--layout--content) / 2);
margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
}
}
@media (min-width: 1200px) {
.full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
max-width: calc(var(--wp--custom--layout--wide) / 2);
margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
}
.full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
max-width: calc(var(--wp--custom--layout--wide) / 2);
margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
}
} .wp-block-separator {
background: var(--wp--preset--color--secondary);
border: none;
height: 1px;
padding: 0;
margin-top: var(--wp--custom--layout--block-gap-large);
margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
padding: 0;
} blockquote.wp-block-quote {
background: var(--wp--custom--color--neutral-100);
text-align: center;
padding: 24px;
border-radius: var(--wp--custom--border-radius--small);
}
blockquote.wp-block-quote cite {
font-family: var(--wp--custom--typography--heading--font-family);
display: block;
font-size: var(--wp--preset--font-size--small);
font-style: normal;
font-weight: 700;
margin-bottom: 16px;
line-height: var(--wp--custom--line-height--small);
}
.wp-block-pullquote {
padding-block: var(--wp--custom--layout--block-gap);
} .wp-element-button,
.wp-block-button > .wp-block-button__link {
display: inline-flex;
min-height: 44px;
box-sizing: border-box;
align-items: center;
justify-content: center;
gap: 4px;
}
.editor-styles-wrapper .wp-element-button,
.editor-styles-wrapper .wp-block-button > .wp-block-button__link {
display: inline-block;
min-height: 0;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
padding: var(--wp--custom--button--padding-block) var(--wp--custom--button--padding-inline);
}
@media (hover: hover) {
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
filter: brightness(85%);
}
}
.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
border: var(--wp--custom--button--outline-border-width) var(--wp--custom--button--outline-border-style) var(--wp--custom--button--outline-border-color);
border-radius: var(--wp--custom--button--border-radius);
padding: calc(var(--wp--custom--button--padding-block) - var(--wp--custom--button--outline-border-width)) calc(var(--wp--custom--button--padding-inline) - var(--wp--custom--button--outline-border-width));
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
color: var(--wp--preset--color--primary);
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
padding: calc(var(--wp--custom--button--padding-block) - var(--wp--custom--button--outline-border-width)) calc(var(--wp--custom--button--padding-inline) - var(--wp--custom--button--outline-border-width));
}
.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link,
.wp-element-button.is-style-link,
.wp-block-button.is-style-link .wp-block-button__link {
background: transparent;
padding-left: 0;
padding-right: 0;
gap: 0;
text-decoration: underline;
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color),
.wp-element-button.is-style-link:not(.has-text-color),
.wp-block-button.is-style-link .wp-block-button__link:not(.has-text-color) {
color: var(--wp--custom--color--link);
}
.wp-element-button.is-style-arrow:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:hover,
.wp-element-button.is-style-link:hover,
.wp-block-button.is-style-link .wp-block-button__link:hover {
text-decoration: underline;
}
.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link {
display: inline-block;
}
.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
content: " →";
display: inline-block;
margin-left: 3px;
} .wp-block-columns.is-style-large-column-gap {
column-gap: var(--wp--custom--layout--block-gap-large);
} input,
select,
textarea {
background: var(--wp--preset--color--background);
border: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--neutral-600);
border-radius: var(--wp--custom--border-radius--small);
color: var(--wp--preset--color--foreground);
font-size: var(--wp--preset--font-size--small);
line-height: var(--wp--custom--line-height--medium);
padding: 9px 12px;
width: 100%;
}
input[type=checkbox],
input[type=submit] {
width: auto;
}
select {
line-height: 54px;
height: 54px;
}
textarea {
width: 100%;
resize: vertical;
}
::-moz-placeholder {
color: var(--wp--preset--color--foreground);
opacity: 1;
}
::-ms-input-placeholder {
color: var(--wp--preset--color--foreground);
}
::-webkit-input-placeholder {
color: var(--wp--preset--color--foreground);
}
input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent;
}
label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--small);
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
color: inherit;
}
.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
font-weight: 400;
font-family: inherit;
letter-spacing: inherit;
text-transform: inherit;
} .wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border-color: var(--wp--custom--color--neutral-600);
}
.wp-block-search__button-inside .wp-block-search__input {
border: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
background: var(--wp--preset--color--background);
border-radius: var(--wp--custom--border-radius--small);
}
.wp-block-search__button {
flex-shrink: 0;
}
.wp-block-search__icon-button .wp-block-search__button {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
width: 20px;
height: 20px;
}
.archive-header .wp-block-search {
margin: 0 auto;
} .wp-block-cover.alignfull:not(.is-layout-constrained) > .wp-block-cover__image-background {
max-width: none;
}
.wp-block-cover .wp-block-group.has-background {
padding: var(--wp--custom--layout--block-gap-large);
} .has-background {
padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
max-width: var(--wp--custom--layout--wide);
margin-left: auto;
margin-right: auto;
}
.wp-block-group.remove-padding-top {
padding-block-start: 0;
}
.wp-block-group.remove-padding-bottom {
padding-block-end: 0;
} .has-background {
color: var(--wp--preset--color--foreground);
}
.has-background a:where(:not(.wp-element-button)),
.has-background .wp-block-button:is(.is-style-arrow, .is-style-link) .wp-element-button {
color: inherit;
}
.has-primary-background-color,
.has-secondary-background-color,
.has-octonary-background-color,
.has-foreground-background-color {
color: var(--wp--preset--color--white);
} .breadcrumb {
margin: 0 auto 16px;
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
max-width: var(--wp--custom--layout--page); }
.archive-header .breadcrumb, .post-header .breadcrumb {
max-width: 100%;
grid-column: 1/-1;
margin-left: 0;
margin-right: 0;
}
body.content-sidebar .site-header + .breadcrumb {
max-width: 100%;
margin: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding) calc(-1 * var(--wp--custom--layout--block-gap));
}
body.content-sidebar .site-header + .breadcrumb > span {
display: block;
max-width: var(--wp--custom--layout--wide);
margin-inline: auto;
} .schema-faq-section {
border: 1px solid var(--wp--preset--color--primary);
padding: 0;
margin-block: var(--wp--custom--layout--block-gap);
border-radius: var(--wp--custom--border-radius--small);
}
.schema-faq-question {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
display: block;
font-size: var(--wp--preset--font-size--medium);
padding: var(--wp--custom--layout--block-gap);
font-weight: 800;
}
.schema-faq-answer {
padding: var(--wp--custom--layout--block-gap);
margin: 0;
}
.schema-faq--has-toggle .schema-faq-question {
padding-right: 68px;
position: relative;
}
.schema-faq-toggle {
background: var(--wp--preset--color--quaternary) url(//vegetablerecipes.com/wp-content/themes/vegetablerecipes-2025/assets/icons/color/carat-down-red.svg) no-repeat center;
background-size: 26px;
border: none;
cursor: pointer;
width: 44px;
height: 44px;
position: absolute;
right: 16px;
top: calc(50% - 22px);
border-radius: var(--wp--custom--border-radius--small);
}
.schema-faq-section.active .schema-faq-toggle {
transform: rotate(180deg);
} .yoast-table-of-contents {
background: var(--wp--preset--color--background);
border: 2px solid var(--wp--preset--color--primary);
border-radius: var(--wp--custom--border-radius--small);
}
.yoast-table-of-contents h2 {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
background: var(--wp--preset--color--primary);
font-size: var(--wp--preset--font-size--medium);
color: var(--wp--preset--color--background);
padding: 16px;
line-height: var(--wp--custom--line-height--normal);
}
.yoast-table-of-contents ul {
margin-bottom: 0;
padding-bottom: 16px;
}
.yoast-table-of-contents ul a {
color: var(--wp--preset--color--foreground);
}
.yoast-table-of-contents--no-js {
padding-bottom: 44px;
}
.yoast-table-of-contents--no-js ul li:nth-of-type(n+4) {
display: none;
}
.yoast-table-of-contents__footer {
padding-inline: var(--wp--custom--layout--block-gap);
height: 44px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
.yoast-table-of-contents__footer[hidden] {
display: none;
} .wprm-recipe-rating .wprm-recipe-rating-details {
font-size: inherit;
} div.wpforms-container .wpforms-title {
font-family: var(--wp--custom--typography--heading--font-family);
font-size: var(--wp--custom--typography--heading--font-size);
font-weight: var(--wp--custom--typography--heading--font-weight);
letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
line-height: var(--wp--custom--typography--heading--line-height);
text-transform: var(--wp--custom--typography--heading--text-transform);
margin: 0 0 8px;
padding: 0;
}
div.wpforms-container .wpforms-description {
margin: 0 0 16px;
padding: 0;
}
div.wpforms-container .wpforms-field {
padding: 0;
margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
display: none;
}
div.wpforms-container .wpforms-field-sublabel {
font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container label.wpforms-error {
color: inherit;
}
div.wpforms-container .wpforms-recaptcha-container {
grid-column: 1/-1;
order: 99;
}
div.wpforms-container .wpforms-submit-container {
padding: 0;
margin-top: 16px;
text-align: left;
}
div.wpforms-container.flex-fields input.wpforms-field-medium,
div.wpforms-container.flex-fields select.wpforms-field-medium,
div.wpforms-container.flex-fields .wpforms-field-row.wpforms-field-medium {
max-width: 100%;
}
div.wpforms-container.flex-fields .wpforms-field-container {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
div.wpforms-container.flex-fields .wpforms-field-container .wpforms-field {
margin: 0;
flex-basis: 150px;
flex-grow: 1;
}
div.wpforms-container.one-line input.wpforms-field-medium,
div.wpforms-container.one-line select.wpforms-field-medium,
div.wpforms-container.one-line .wpforms-field-row.wpforms-field-medium {
max-width: 100%;
}
@media (min-width: 768px) {
div.wpforms-container.one-line .wpforms-form,
div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
display: grid;
grid-template-columns: 1fr fit-content(300px);
column-gap: var(--wp--custom--layout--block-gap);
}
div.wpforms-container.one-line .wpforms-head-container {
grid-column: 1/-1;
}
div.wpforms-container.one-line .wpforms-field-container {
display: flex;
gap: var(--wp--custom--layout--block-gap);
}
div.wpforms-container.one-line .wpforms-field {
margin: 0;
flex-basis: 0;
flex-grow: 1;
}
div.wpforms-container.one-line .wpforms-field-label {
min-height: 26px;
}
div.wpforms-container.one-line .wpforms-submit-container {
margin: 0;
padding-top: 26px;
}
div.wpforms-container.one-line.no-labels .wpforms-field-label {
display: none;
}
div.wpforms-container.one-line.no-labels .wpforms-submit-container {
padding-top: 0;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-form,
.block-area-sidebar div.wpforms-container.one-line .wpforms-form > fieldset[disabled], .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-form,
.block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
display: block;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-field-container, .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-field-container {
display: block;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-field, .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-field {
margin-bottom: 16px;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-submit-container, .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-submit-container {
padding: 0;
margin-top: 16px;
}
} .facetwp-filters {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
max-width: var(--wp--custom--layout--page);
margin: 0 auto;
min-height: 66px;
}
.facetwp-filters .facetwp-facet {
margin: 0 0 16px;
width: 100%;
}
.facetwp-filters .fs-label-wrap {
width: 100%;
min-height: 44px;
display: flex;
align-items: center;
}
.facetwp-filters .fs-wrap {
display: block;
position: relative;
width: 100%;
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
margin: 0;
width: 100%;
}
.facetwp-filters .fs-option {
padding-top: 16px;
padding-bottom: 16px;
}
.facetwp-filters__toggle {
background: var(--wp--preset--color--primary);
border: none;
box-shadow: none;
color: #fff;
display: block;
padding: 16px;
font-size: var(--wp--preset--font-size--medium);
width: 100%;
}
@media (max-width: 767px) {
.facetwp-filters:not(.active) .facetwp-filters__inner {
display: none;
}
.facetwp-filters.active .facetwp-filters__toggle {
margin-bottom: 16px;
}
}
@media (min-width: 768px) {
.facetwp-filters__inner {
display: flex;
flex-wrap: nowrap;
gap: 32px;
}
.facetwp-filters__toggle {
display: none;
}
} .cwp-co-container .wpforms-submit-container {
text-align: center;
}
.cwp-co-container .wpforms-submit-container button {
width: 100%;
} .top-hat {
text-align: center;
padding: 10px 0;
}
.top-hat p {
margin: 0;
font-size: var(--wp--preset--font-size--small);
font-weight: 800;
line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
max-width: 44px;
}
.top-hat a {
color: inherit;
text-decoration: none;
}
.top-hat a:hover {
text-decoration: underline;
}
.top-hat--has-image {
padding: 0;
}
.top-hat--has-image p {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
}
@media (min-width: 768px) {
.top-hat--has-socials {
padding: 0;
text-align: left;
}
.top-hat--has-socials .wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
}
.top-hat--has-socials ul.social-links {
margin: 0;
}
@media (max-width: 767px) {
.top-hat--has-socials ul.social-links {
display: none;
}
} .site-header {
background: var(--wp--preset--color--background);
color: var(--wp--preset--color--foreground);
position: relative;
box-shadow: var(--wp--custom--box-shadow--1);
}
.site-header .wrap {
display: grid;
grid-template-columns: minmax(0, var(--wp--custom--header-logo--desktop-width)) 1fr;
align-items: center;
}
@media (max-width: 1060px) {
.site-header .wrap {
grid-template-columns: minmax(0, var(--wp--custom--header-logo--mobile-width)) 1fr;
}
}
.site-header .nav-menu {
justify-self: flex-end;
}
@media (max-width: 1060px) {
.site-header .nav-menu {
grid-column: 1/-1;
width: 100%;
margin-inline: calc(-1 * var(--wp--custom--layout--padding));
width: calc(100% + 2 * var(--wp--custom--layout--padding));
}
}
@media (min-width: 1061px) {
.site-header .nav-menu {
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
}
}
.site-header__logo {
display: block;
max-width: var(--wp--custom--header-logo--desktop-width);
width: 100%;
height: var(--wp--custom--header-logo--desktop-height);
justify-self: center;
margin: var(--wp--custom--header-logo--desktop-margin) 0;
}
@media (max-width: 1060px) {
.site-header__logo {
margin-block: var(--wp--custom--header-logo--mobile-margin);
max-width: var(--wp--custom--header-logo--mobile-width);
height: var(--wp--custom--header-logo--mobile-height);
}
}
.site-header__logo svg {
width: 100%;
height: 100%;
}
.site-header__toggles {
display: flex;
flex-wrap: nowrap;
justify-self: flex-end;
}
@media (min-width: 1061px) {
.site-header__toggles {
display: none;
}
}
@media (max-width: 1060px) {
.site-header.menu-active {
max-height: 100vh;
overflow-y: auto;
overscroll-behavior-y: contain;
}
}
.search-toggle,
.menu-toggle,
.favorite-toggle {
background: transparent;
border: none;
box-shadow: none;
color: inherit;
cursor: pointer;
line-height: 0;
padding: 0;
text-align: center;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
width: 24px;
height: 24px;
fill: currentColor;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
display: none;
}
.header-search {
grid-column: 1/-1;
width: 100%;
max-width: var(--wp--custom--layout--wide);
margin: 0 auto;
display: flex;
justify-content: flex-end;
padding-bottom: var(--wp--custom--layout--padding);
}
@media (max-width: 1060px) {
.header-search {
display: block;
padding: var(--wp--custom--layout--padding);
}
}
.header-search:not(.active) {
display: none;
} @media (min-width: 783px) {
.admin-bar .site-container {
padding-top: 32px;
}
}
@media (max-width: 782px) {
#wpadminbar {
display: none !important;
}
} html {
scroll-padding-top: 109px;
}
@supports (position: sticky) {
body .site-header {
position: sticky;
top: 0;
transition: transform 0.3s;
z-index: 10;
}
}
@supports (position: sticky) {
body.admin-bar .site-header {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar .site-header {
top: 0px;
}
}
}
@supports (position: sticky) {
body.nav-up .site-header {
transform: translateY(-100%);
}
} .nav-menu > * {
line-height: 0;
}
.nav-menu ul {
clear: both;
line-height: 1;
margin: 0;
padding: 0;
width: 100%;
}
.nav-menu .nav-primary .menu > .menu-item > a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--small);
}
.nav-menu .menu-item {
list-style: none;
position: relative;
}
.nav-menu .menu-item a {
border: none;
color: inherit;
display: block;
font-size: var(--wp--preset--font-size--small);
position: relative;
line-height: 20px;
padding: 12px 16px;
text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
padding-right: calc(var(--wp--custom--layout--padding) + 16px);
}
.nav-menu .menu-item.menu-item-favorite a {
padding: 0;
display: flex;
}
.nav-menu .submenu-expand {
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
outline: none;
cursor: pointer;
position: absolute;
line-height: 0;
top: 50%;
transform: translateY(-50%);
right: 14px;
color: inherit;
}
.nav-menu .submenu-expand svg {
fill: currentColor;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
display: none;
}
@media (min-width: 1061px) {
.nav-menu .nav-secondary .menu-item a {
color: var(--wp--custom--color--neutral-800);
font-size: var(--wp--preset--font-size--min);
}
.nav-menu .nav-secondary .menu .menu-item:hover > a {
text-decoration: underline;
}
.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 .menu-item.menu-item-search {
max-width: 175px;
margin-bottom: 16px;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__inside-wrapper {
padding: 0 0 0 8px;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__input {
padding: 0;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__input::placeholder {
font-size: var(--wp--preset--font-size--small);
}
.nav-menu .menu-item.menu-item-search .wp-block-search__button {
background: transparent;
margin-left: 0;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__button svg {
fill: var(--wp--custom--color--neutral-800);
transform: scaleX(-1);
width: 36px;
height: 36px;
}
.nav-menu .nav-primary .menu > .menu-item-has-children > .submenu-expand svg {
fill: var(--wp--preset--color--primary);
}
.nav-menu .nav-primary .menu > .menu-item:hover > a {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
}
.nav-menu .nav-primary .menu > .menu-item-has-children:hover > .submenu-expand svg {
transform: rotate(180deg);
fill: var(--wp--preset--color--background);
}
.nav-menu .sub-menu {
background: var(--wp--preset--color--quaternary);
box-shadow: var(--wp--custom--box-shadow--1);
color: var(--wp--preset--color--foreground);
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: var(--wp--preset--color--tertiary);
}
.nav-menu .sub-menu .sub-menu {
margin: -48px 0 0 215px;
}
}
@media (max-width: 1060px) {
.nav-menu {
display: none;
background: var(--wp--preset--color--quaternary);
}
.nav-menu.active {
display: block;
}
.nav-menu .nav-secondary .menu > .menu-item > a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--small);
}
.nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
display: none;
}
.nav-menu .submenu-expand {
top: 0;
right: 0;
transform: none;
width: 44px;
height: 44px;
}
.nav-menu .submenu-expand svg {
width: 18px;
height: 18px;
}
.nav-menu .submenu-expand.expanded {
transform: rotate(180deg);
}
.nav-menu .submenu-expand.expanded + .sub-menu {
display: block;
}
.nav-menu .sub-menu {
display: none;
padding-left: 8px;
}
}
.post-header {
background: var(--wp--preset--color--quaternary);
padding: 16px 0 24px;
}
.post-header p.breadcrumb {
margin: 0 0 24px;
}
.post-header h1 {
margin: 0;
}
.post-header .post-header__summary {
margin-top: 12px;
font-size: var(--wp--preset--font-size--small);
}
.post-header .post-header__summary > * {
margin: 0;
}
.post-header .post-header__summary > * + * {
margin: 16px 0 0;
}
.post-header .post-header__info {
margin-top: 12px;
display: flex;
gap: 8px;
align-items: center;
font-size: var(--wp--preset--font-size--tiny);
}
.post-header .post-header__info .entry-avatar {
flex-shrink: 0;
}
.post-header .post-header__info .avatar {
border-radius: 50%;
}
.post-header .post-header__info p {
margin: 0;
}
.post-header .post-header__info .post-header__info-inner {
display: flex;
gap: 4px 8px;
flex-wrap: wrap;
font-weight: 800;
font-size: var(--wp--preset--font-size--tiny);
line-height: var(--wp--custom--line-height--small);
}
.post-header .post-header__info .post-header__info-inner .wprm-recipe-rating-details {
font-size: var(--wp--preset--font-size--tiny);
margin-left: 6px;
}
@media (max-width: 767px) {
.post-header .post-header__info .post-header__info-inner > * {
width: 100%;
}
}
@media (min-width: 768px) {
.post-header .post-header__info .post-header__info-inner > * + *::before {
content: " • ";
}
.post-header .post-header__info .post-header__info-inner .post-date {
display: flex;
gap: 4px;
}
.post-header .post-header__info .post-header__info-inner .cwp-wprm-rating {
display: flex;
gap: 2px;
}
}
.post-header .post-header__meta {
background: #fff;
box-shadow: var(--wp--custom--box-shadow--1);
border-radius: var(--wp--custom--border-radius--small);
margin-top: 12px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px 4px;
text-align: center;
}
.post-header .post-header__meta > * {
flex-basis: 0;
flex-grow: 1;
}
.post-header .post-header__meta > * + * {
border-left: 1px solid var(--wp--preset--color--quaternary);
}
.post-header .post-header__meta > *.cwp-jtr + * {
border-left: 0;
}
.post-header .post-header__meta .wprm-recipe-details-label {
font-family: var(--wp--custom--typography--heading--font-family);
font-size: var(--wp--custom--typography--heading--font-size);
font-weight: var(--wp--custom--typography--heading--font-weight);
letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
line-height: var(--wp--custom--typography--heading--line-height);
text-transform: var(--wp--custom--typography--heading--text-transform);
line-height: var(--wp--custom--line-height--medium);
font-size: var(--wp--preset--font-size--tiny);
}
.post-header .post-header__meta .wprm-recipe-time {
font-size: var(--wp--preset--font-size--tiny);
line-height: var(--wp--custom--line-height--small);
font-weight: 500;
}
.post-header .post-header__meta .wprm-recipe-time .wprm-recipe-details-unit {
font-size: var(--wp--preset--font-size--tiny);
}
.post-header .post-header__meta .wprm-recipe-servings-with-unit {
line-height: var(--wp--custom--line-height--small);
font-size: var(--wp--preset--font-size--tiny);
}
@media (max-width: 767px) {
.post-header .post-header__meta {
padding: 8px;
}
.post-header .post-header__meta .cwp-jtr {
flex-basis: 100%;
}
.post-header .post-header__meta .wprm-recipe-cook-time-container {
display: none;
}
}
@media (min-width: 768px) {
.post-header .post-header__meta {
padding: 16px;
}
.post-header .post-header__meta .cwp-jtr {
flex-basis: 300px;
flex-grow: 0;
}
}
.post-header .wprm-recipe-details-unit {
font-size: inherit;
}
.aff-disc {
font-size: var(--wp--preset--font-size--min);
}
.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;
} .archive-header {
background: var(--wp--preset--color--quaternary);
padding: 24px 0 24px;
}
.archive-header h1 {
margin-top: var(--wp--custom--layout--block-gap-large);
margin-bottom: 0;
}
.archive-header .archive-description {
margin-top: 16px;
}
.archive-description > *:first-child {
margin-top: 0;
}
.archive-description > *:last-child {
margin-bottom: 0;
}
.archive-header .breadcrumb {
margin-bottom: var(--wp--custom--layout--block-gap-large);
} .archive-recent-header {
max-width: var(--wp--custom--layout--page);
margin: var(--wp--custom--layout--block-gap-large) auto 0;
}
.archive .site-main > .block-post-listing {
max-width: var(--wp--custom--layout--page);
margin-left: auto;
margin-right: auto;
}
.archive .site-main > .block-area:first-child > .wp-block-group.alignfull.has-background:first-child {
margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
} .affiliate-links-archive .site-main > .block-area:first-child {
margin-bottom: var(--wp--custom--layout--block-gap-large);
} .pagination {
margin: 32px auto 0;
max-width: var(--wp--custom--layout--page);
}
.pagination ul {
margin: 0;
padding: 0;
display: flex;
gap: 8px;
align-items: center;
}
.pagination ul li {
list-style-type: none;
display: inline-block;
}
.pagination ul li a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
background: var(--wp--preset--color--background);
border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
border-radius: var(--wp--custom--button--border-radius);
color: var(--wp--preset--color--primary);
fill: var(--wp--preset--color--primary);
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
}
.pagination ul li svg {
fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
fill: var(--wp--preset--color--background);
}  h1.front {
display: none;
}
.site-inner {
padding-left: var(--wp--custom--layout--padding);
padding-right: var(--wp--custom--layout--padding);
}
img[style] {
height: auto !important;
}
.entry-content > *,
.block-area > *,
.cwp-inner > * {
margin: 0 auto;
max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
margin-left: calc(-1 * var(--wp--custom--layout--padding));
margin-right: calc(-1 * var(--wp--custom--layout--padding));
max-width: 100vw;
}
@media (max-width: 767px) {
.entry-content > *.alignwide, .entry-content > *.mobile-full,
.block-area > *.alignwide,
.block-area > *.mobile-full,
.cwp-inner > *.alignwide,
.cwp-inner > *.mobile-full {
margin-left: calc(-1 * var(--wp--custom--layout--padding));
margin-right: calc(-1 * var(--wp--custom--layout--padding));
max-width: 100vw;
}
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child), .entry-content > .cwp-large:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .wp-block-separator:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child) {
margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .wp-block-separator:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child) {
margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:first-child > .alignfull.has-background:first-child, .full-width-content .entry-content:first-child > .wp-block-cover.alignfull:first-child {
margin-top: calc(-1 * var(--wp--custom--layout--site-inner-padding-top));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
} .entry-header,
.entry-footer,
.after-entry,
.entry-comments {
max-width: var(--wp--custom--layout--page);
margin-left: auto;
margin-right: auto;
}
.entry-header .wp-block-buttons {
margin-bottom: 1.5rem;
}
.entry-footer {
margin-top: 48px;
}
.block-area-after-post {
margin: 32px 0;
}
div#recipe:first-child + .wprm-recipe-container {
margin-top: 0;
} .entry-comments h2, .entry-comments h3 {
display: flex;
justify-content: space-between;
}
.entry-comments .comment-list {
margin: 0 0 32px;
padding: 0;
}
.entry-comments .comment-list li {
list-style-type: none;
margin-top: 4px;
}
.entry-comments .comment-list li article {
padding: 16px;
position: relative;
}
.entry-comments .comment-list li.staff > article {
background: var(--wp--preset--color--quaternary);
border-radius: var(--wp--custom--border-radius--small);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
display: none;
}
.entry-comments .comment-list > li {
overflow: hidden;
margin-top: 24px;
}
.entry-comments .comment-list > li:not(:last-of-type) {
padding-bottom: 32px;
border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.entry-comments .comment-list > li:first-child {
margin-top: 0;
}
.entry-comments .comment-list .comment-author {
font-family: var(--wp--custom--typography--heading--font-family);
font-weight: var(--wp--custom--typography--heading--font-weight);
color: var(--wp--preset--color--foreground);
font-size: var(--wp--preset--font-size--large);
display: inline-block;
vertical-align: middle;
margin: 0;
}
.entry-comments .comment-list .comment-author a {
text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
display: none;
}
.entry-comments .comment-list .comment-author .avatar {
float: left;
border-radius: 50%;
margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
font-family: var(--wp--custom--typography--interface--font-family);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-weight: 300;
line-height: var(--wp--custom--line-height--small);
font-size: var(--wp--preset--font-size--min);
margin-bottom: 16px;
margin-top: 4px;
color: var(--wp--custom--color--neutral-700);
}
.entry-comments .comment-list .comment-metadata a {
color: var(--wp--preset--color--foreground);
text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
position: absolute;
top: 32px;
right: 16px;
}
.entry-comments .comment-list ol.children {
margin: 0;
padding: 0;
}
.comment-respond {
margin: 30px 0;
padding: 16px;
box-shadow: var(--wp--custom--box-shadow--1);
border-radius: var(--wp--custom--border-radius--small);
}
@media (min-width: 768px) {
.comment-respond {
margin: 60px 0;
padding: 32px;
}
}
.comment-respond .comment-form-cookies-consent input {
width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
display: inline;
}
.comment-respond label {
display: block;
}
.comment-respond .form-submit {
margin-bottom: 0;
}
.comment-reply-title {
justify-content: space-between;
}
.comment-reply-title a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
}
.nav-links {
display: flex;
justify-content: space-between;
gap: var(--wp--custom--layout--block-gap);
} .block-area-before-footer {
padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) 60px;
}
.block-area-before-footer > * {
max-width: var(--wp--custom--layout--wide);
}
.site-footer {
background: var(--wp--preset--color--quaternary);
font-size: var(--wp--preset--font-size--small);
padding: 32px 0;
position: relative;
text-align: center;
}
.site-footer .wrap > *:first-child:not(.site-footer__inner) {
margin-bottom: 40px;
}
.site-footer__inner:not(:first-child) {
margin-top: 24px;
}
.site-footer__inner > * {
margin-top: 0;
margin-bottom: 0;
}
@media (max-width: 767px) {
.site-footer__inner > * + * {
margin-top: 16px;
}
}
@media (min-width: 768px) {
.site-footer__inner {
display: flex;
justify-content: space-between;
align-items: center;
}
}
.site-footer .backtotop-circle {
--cwp-size: 44px;
background: var(--wp--preset--color--primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
width: var(--cwp-size);
height: var(--cwp-size);
position: absolute;
top: calc(var(--cwp-size) / -2);
left: 50%;
margin-left: calc(var(--cwp-size) / -2);
}
.site-footer .backtotop-circle svg {
fill: #fff;
}
.site-footer .backtotop-link {
font-size: var(--wp--preset--font-size--tiny);
text-transform: uppercase;
}
.site-footer__logo {
display: inline-flex;
width: 100%;
max-width: var(--wp--custom--footer-logo--width);
height: var(--wp--custom--footer-logo--height);
}
.site-footer__logo svg {
width: 100%;
height: 100%;
}
.site-footer__bottom {
font-size: var(--wp--preset--font-size--min);
text-align: center;
}
.site-footer__bottom ul.social-links {
justify-content: center;
}
@media (min-width: 768px) {
.site-footer__bottom .wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}
}
@media (max-width: 767px) {
.site-footer__copyright {
display: block;
}
}
.nav-footer {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
flex-wrap: wrap;
justify-content: center;
}
.nav-footer ul {
padding-left: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 24px;
}
.nav-footer li {
list-style-type: none;
}
.nav-footer a {
color: var(--wp--preset--color--foreground);
text-decoration: none;
}
.nav-footer a:hover {
text-decoration: underline;
}.post-summary { color: var(--wp--preset--color--foreground);
overflow: hidden;
}
.post-summary--shop {
border-radius: var(--wp--custom--border-radius--small);
box-shadow: none;
}
.post-summary--shop .post-summary__image {
border: 1px solid var(--wp--custom--color--neutral-300);
}
@supports( aspect-ratio: 1 ) {
.post-summary--shop .post-summary__image img {
aspect-ratio: 1;
object-fit: contain;
}
}
.post-summary__content {
padding: 12px 4px;
}
.post-summary .post-summary__content > * {
margin: 0;
}
.post-summary .post-summary__content > * + * {
margin-top: 10px;
}
.post-summary .post-summary__title,
.editor-styles-wrapper .post-summary .post-summary__title {
font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a,
.editor-styles-wrapper .post-summary .post-summary__title a {
color: var(--wp--preset--color--foreground);
text-decoration: none;
}
.post-summary__title a:is(:hover, :focus) {
color: var(--wp--custom--color--link);
}
.post-summary__image img {
width: 100%;
border-radius: var(--wp--custom--border-radius--small);
}
.block-post-listing__more.wp-block-button__link {
width: auto;
}
@supports( aspect-ratio: 1 ) {
.post-summary__image img {
aspect-ratio: var(--wp--custom--aspect-ratio);
object-fit: cover;
}
}
.post-summary .entry-category {
font-family: var(--wp--custom--typography--interface--font-family);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--min);
}
.post-summary .post-summary__excerpt {
font-size: var(--wp--preset--font-size--tiny);
line-height: var(--wp--custom--line-height--medium);
}
.post-summary__rating svg {
fill: var(--wp--custom--color--star);
}
@media only screen and (max-width: 599px) {
.layout-1up-featured .post-summary {
margin-inline: calc( -1 * var(--wp--custom--layout--padding) );
}
.layout-1up-featured .post-summary__image img {
aspect-ratio: 1.78;
object-fit: cover;
}
}
@media only screen and (min-width: 600px) {
.layout-1up-featured .post-summary {
box-shadow: none;
border-radius: 0;
position: relative;
padding: 100px 80px;
}
.layout-1up-featured .post-summary__title,
.editor-styles-wrapper .layout-1up-featured .post-summary .post-summary__title {
font-size: var(--wp--preset--font-size--big);
}
.layout-1up-featured .post-summary__content {
background: var(--wp--preset--color--background);
max-width: 336px;
margin-left: auto;
padding: var(--wp--custom--layout--block-gap-large);
position: relative;
z-index: 2;
}
.layout-1up-featured .post-summary__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.layout-1up-featured .post-summary__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
} .editor-styles-wrapper .block-post-listing__more {
pointer-events: none;
}
.block-post-listing header {
margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-post-listing header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
}
.block-post-listing__title {
flex-basis: 0;
flex-grow: 1;
}
.block-post-listing footer {
text-align: right;
margin-top: var(--wp--style--block-gap);
}
.block-post-listing__more { }
@media only screen and (max-width: 600px) {
.block-post-listing header .block-post-listing__more {
display: none;
}
}
@media only screen and (min-width: 601px) {
.block-post-listing footer {
display: none;
}
} .block-post-listing__inner {
display: grid;
grid-template-columns: repeat( var(--cwp-columns, 1), 1fr );
column-gap: 8px;
row-gap: 16px;
}
.layout-2x8-grid,
.layout-sidebar-4up-grid,
.layout-sidebar-6up-grid {
--cwp-columns: 2;
}
.layout-sidebar-4up-list footer,
.layout-sidebar-6up-list footer {
margin-top: 16px;
}
@media (max-width: 600px) {
.layout-4up-grid,
.layout-6up-grid,
.layout-alpha,
.layout-gamma,
.layout-delta,
.layout-epsilon
{
--cwp-columns: 2;
}
.post-summary.m-list {
display: grid;
grid-template-columns: 138px 1fr;
column-gap: 16px;
align-items: center;
}
.post-summary.m-list .post-summary__content {
padding-inline: 0;
}
.layout-3up-list footer,
.layout-4up-2x2-list footer,
.layout-4up-list footer,
.layout-5up-list footer,
.layout-6up-list footer,
.layout-beta footer {
margin-top: 16px;
}
}
@media (min-width: 601px) {
.block-post-listing__inner {
column-gap: 32px;
row-gap: 32px;
}
.block-area-sidebar .block-post-listing__inner {
column-gap: 8px;
row-gap: 16px;
}
.layout-4up-2x2,
.layout-4up-2x2-list,
.layout-4up-text,
.layout-beta {
--cwp-columns: 2;
}
.layout-3up-list,
.layout-3up-full,
.layout-3up-featured,
.layout-6up-text {
--cwp-columns: 3;
}
.layout-4up-grid,
.layout-4up-full,
.layout-4up-featured,
.layout-4up-list,
.layout-alpha,
.layout-gamma,
.layout-delta
{
--cwp-columns: 4;
}
.layout-5up-featured,
.layout-5up-list {
--cwp-columns: 5;
}
.layout-6up-featured,
.layout-6up-grid,
.layout-6up-list,
.layout-epsilon {
--cwp-columns: 6;
}
:is(.layout-6up-featured, .layout-6up-grid, .layout-6up-list, .layout-epsilon ) .block-post-listing__inner {
column-gap: 16px;
}
.post-summary.d-list {
display: grid;
grid-template-columns: 138px 1fr;
column-gap: 16px;
align-items: center;
}
.post-summary.d-list .post-summary__content {
padding-inline: 0;
}
}ul.social-links {
padding-left: 0;
display: flex;
}
ul.social-links.has-text-align-center {
justify-content: center;
}
ul.social-links.has-text-align-right {
justify-content: flex-end;
}
ul.social-links li {
list-style-type: none;
}
ul.social-links a {
color: inherit;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
ul.social-links svg {
fill: currentColor;
width: 20px;
height: 20px;
}
.editor-styles-wrapper ul.social-links a {
pointer-events: none;
}.convertkit-quicktags-modal .media-modal {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.convertkit-quicktags-modal .media-modal .media-frame-title {
left: 0;
height: 60px;
}
.convertkit-quicktags-modal .media-modal .media-frame-content {
left: 0;
top: 54px;
bottom: 54px; }
.convertkit-quicktags-modal .media-modal .media-frame-content p {
line-height: normal;
}
.convertkit-quicktags-modal .media-modal .media-frame-toolbar {
left: 0;
bottom: 47px;
background: #fff;
}
.convertkit-quicktags-modal .media-modal .media-frame-toolbar .media-toolbar {
padding: 10px;
}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}