/*--------------------------------------------------------------
# GLOBAL CSS
# Normalize
# Elements
# Layout
# Alignment
# Accessibility
# Media
# Typography
# Color
# Social Media
# Forms
# Pagination
# Header
# Footer
# Headers (Pages, Posts, Archives)
# Truncated Posts
--------------------------------------------------------------*/
.adthrive-ccpa-link, .adthrive-ccpa-link span, .adthrive-footer-message span, .adthrive-privacy-preferences a {
    color: #010101 !important;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

h1 {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2, h3, h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
}

p {
    margin: 0;
    padding: 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;
}

b, strong, dt {
    font-weight: 700;
}

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

select {
    text-transform: none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
    outline-offset: 2px;
}
:focus {
    outline: -webkit-focus-ring-color auto 2px;
    outline-offset: 2px;

}

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

figure {
    margin: 0
}

html, input[type=search] {
    box-sizing: border-box
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.wp-block-separator {
    height: 1px;
    padding: 0;
    margin-top: var(--wp--custom--layout--block-gap-large);
    margin-bottom: var(--wp--custom--layout--block-gap-large)
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: inherit !important;
    padding-left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/bg-dots.svg) repeat left;
    margin-top: var(--wp--custom--layout--block-gap-small);
}
.wp-block-separator.is-style-lines {
    border:0!important;
}
:root :where(.wp-block-separator.is-style-lines):before {
    background: url(../images/bg-lines.svg) repeat left;
    height: 9px;
    content: '';
    display: block;
    width: 100%;
    height: 9px;
}
.wp-block-separator.stripe-line {
    background: url(../images/bg-lines.svg) repeat left;
    height: 9px;
    content: '';
    display: block;
    width: 100%;
    height: 9px;
}

ul {
    list-style: disc;
}


ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: var(--wp--custom--layout--block-gap);
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

img.emoji {
    max-width: 16px;
    display: inline-block
}

figure {
    margin: 20px 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body.full-width-content {
    --wp--custom--layout--page: var(--wp--custom--layout--wide);
}
.site-container {
    padding: 195px 0 0;
}

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

.error404 .site-inner {
    padding-left: 0;
    padding-right: 0;
}

.content-sidebar .site-inner {
    padding: 20px;
}

.wrap {
    max-width: var(--wp--custom--layout--wide);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.flexbox {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}




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

@media (min-width: 1025px) {
    .content-sidebar .content-area {
        display: grid;
        grid-template-columns:minmax(0, 1fr) var(--wp--custom--layout--sidebar);
        grid-column-gap: var(--wp--custom--layout--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%
    }
}
.block-area-before-footer {
    background: #FFFFFF;
    padding-left: var(--wp--custom--layout--block-gap);
    padding-right: var(--wp--custom--layout--block-gap);
}

.block-area-after-post {
    margin: var(--wp--custom--layout--block-gap-large) auto;
}

.block-area-404 {
    margin: 0 auto;
}

.entry-content > * {
    margin: var(--wp--custom--layout--block-gap) auto;
    max-width: var(--wp--custom--layout--page)
}

.block-area > * {
    margin: var(--wp--custom--layout--block-gap) auto;
    max-width: var(--wp--custom--layout--wide)
}

.entry-content > .header-product.alignfull, .entry-content > .header-image.alignfull {
    margin-top: 0;
}

.entry-content > *:first-child, .single .entry-content > p:first-child, .page .entry-content > p:first-child {
    margin-top: 0;
}

.entry-content > *.alignwide, .block-area > *.alignwide {
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
}


.entry-content > *.alignfull, .block-area > *.alignfull {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 100vw
}

@media (max-width: 767px) {
    .entry-content > *.alignwide, .block-area > *.alignwide {
        margin-left: calc(-1 * var(--wp--custom--layout--block-gap));
        margin-right: calc(-1 * var(--wp--custom--layout--block-gap));
        max-width: 100vw
    }
}

.entry-content > * + *, .block-area > * + * {
    margin-top: var(--wp--custom--layout--block-gap-large);
    margin-bottom: var(--wp--custom--layout--block-gap-large);
}

.entry-content > *:last-child, .block-area > *:last-child {
    margin-bottom: 0;
}

.entry-content > p:last-child, .entry-content > pre:last-child {
    margin-bottom: var(--wp--custom--layout--block-gap-large);
}

.entry-footer, .after-entry, .entry-comments {
    max-width: var(--wp--custom--layout--page);
    margin: var(--wp--custom--layout--block-gap) auto;
}

.entry-content > .alignfull {
    margin-left: calc(-1 * var(--wp--custom--layout--block-gap));
    margin-right: calc(-1 * var(--wp--custom--layout--block-gap));
    max-width: 100vw;
}

.content-sidebar .entry-content > .alignfull {
    margin-left: 0;
    margin-right: 0;
}

.has-background {
    padding: var(--wp--custom--layout--block-gap);
}


/*--------------------------------------------------------------
# Alignment
--------------------------------------------------------------*/
img.alignleft {
    float: left;
    margin: 0 var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap) 0;
    max-width: calc(var(--wp--custom--layout--content) / 2)
}

img.alignright {
    float: right;
    margin: 0 0 var(--wp--custom--layout--block-gap) var(--wp--custom--lxayout--block-gap);
    max-width: calc(var(--wp--custom--layout--content) / 2)
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto
}

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

.wp-block-image figcaption {
    font-size: var(--wp--preset--font-size--small);
    text-align: center
}

@media (min-width: 601px) {
    .wp-block-image.alignleft {
        float: left;
        margin: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap) 0;
        max-width: 48vw
    }

    .wp-block-image.alignright {
        float: right;
        margin: var(--wp--custom--layout--block-gap) 0 var(--wp--custom--layout--block-gap) var(--wp--custom--layout--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)
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.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: var(--wp--preset--color--grey);
    z-index: 100000;
    text-decoration: none;
}


#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.is-style-masonry{
    display:block !important;
    margin: 40px auto;
    padding: 0 0 40px;
}
.is-style-masonry .wp-block-image{
    width:100% !important;
    margin-bottom:20px !important;
}
.is-style-masonry.columns-4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

.is-style-masonry.columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
@media (max-width: 764px) {
    .is-style-masonry.columns-4 {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .is-style-masonry.columns-3 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}
.gallery-caption {
    display: block;
}
@media (max-width: 600px) {
.stack-gallery {
        grid-template-columns: repeat(1, minmax(0, 1fr))!important;
        gap: 10px!important;
            --wp--style--unstable-gallery-gap: none !important;
}
}

embed, iframe, object {
    max-width: 100%;
}

.video-block iframe, .video-block object, .video-block embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wprm-recipe-video {
    position: relative;
    padding-bottom: 51%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.wprm-recipe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    display: block;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
7. Typography
--------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    margin: 0 0 var(--wp--custom--layout--block-gap);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h2, h3, h4, h5, h6 {
    margin: 0 0 var(--wp--custom--layout--block-gap);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-summary {
    font-size: var(--wp--preset--font-size--small);
    letter-spacing: var(--wp--custom--letter-spacing--none);
    line-height: var(--wp--custom--line-height--medium);
}

.sm-caps {
    font-family: var(--wp--preset--font-family--custom-sans);
    font-size: var(--wp--preset--font-size--xxsmall);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}

.sm-sans {
    font-family: var(--wp--preset--font-family--system-sans);
    font-size: var(--wp--preset--font-size--xxsmall);
    letter-spacing: var(--wp--custom--letter-spacing--none);
    line-height: var(--wp--custom--line-height--small);
    text-transform: none;
    font-weight: 400;
}

input, select, optgroup, textarea {
    font-size: var(--wp--preset--font-size-xsmall);
    line-height: var(--wp--custom--line-height--small);
}

label, .wp-block-search__label, .wpforms-container .wpforms-field-label {
    font-family: var(--wp--preset--font-family--system-sans);
    letter-spacing: var(--wp--custom--letter-spacing--none);
    font-size: var(--wp--preset--font-size--xsmall);
    line-height: var(--wp--custom--line-height--small);
    text-transform: none;
    font-weight: 700;
}

label .wpforms-required-label, .wp-block-search__label .wpforms-required-label, .wpforms-container .wpforms-field-label .wpforms-required-label {
    color: inherit
}

dfn, em, i {
    font-style: italic;
}

.wp-block-cover {
    margin: 0 auto var(--wp--custom--layout--block-gap);
}

blockquote {
    margin: var(--wp--custom--layout--block-gap) auto;
    padding: var(--wp--custom--layout--block-gap);
}

.page-content blockquote p {
    margin: 0 auto var(--wp--custom--layout--block-gap);
}

.wp-block-quote {
    margin: var(--wp--custom--layout--block-gap) auto;
    padding: var(--wp--custom--layout--block-gap);
    border: 2px solid var(--wp--preset--color--pink-light);
    border-radius: 10px;
}

.wp-block-pullquote {
    text-align: left;
    padding: 40px;
    background: var(--wp--preset--color--pink-lightest);
    border-radius: 10px;
}
.wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.wp-block-pullquote cite {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    margin: 20px 0 0;
}

address {
    margin: 0 0 var(--wp--custom--layout--block-gap);
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: var(--wp--custom--line-height--small);
    max-width: 100%;
    overflow: auto;
    padding: var(--wp--custom--layout--block-gap);
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 14px;
}


.breadcrumbs {
    font-size: var(--wp--preset--font-size--xsmall);
    line-height: var(--wp--custom--line-height--small);
    letter-spacing: var(--wp--preset--letter-spacing--none);
    /* white-space: nowrap; */
    overflow: hidden;
}

.breadcrumbs a, .breadcrumbs a:visited {
    color: var(--wp--preset--color--ink);
    border-bottom: 2px solid var(--wp--preset--color--ink);
}
.breadcrumbs a:hover, .breadcrumbs a:visited:hover {
    color: var(--wp--preset--color--teal);
    border-bottom: 2px solid var(--wp--preset--color--teal);
    opacity:1;
}

ol {
    padding: 0;
    list-style: none;
}

ol li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin: 0 0 var(--wp--custom--layout--block-gap-small);
    counter-increment: mycounter;
}

ol > li::before {
    color: var(--wp--preset--color--ink);
    background: var(--wp--preset--color--grey);
    font-size: 12px;
    font-weight: 700;
    content: counter(mycounter);
    width: 30px;
    height: 30px;
    border-radius: var(--wp--custom--border-radius--large);
    font-family: var(--wp--preset--font-family--custom-sans);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

ol[start] {
    list-style-type: none;
    counter-reset: lis;
}

ol[start] li {
    counter-increment: lis;
}

ol[start] li::before {
    content: counter(lis);
}

ul li::marker {
    color: var(--wp--preset--color--ink);
}

ul.is-style-arrow li, ul.is-style-heart li, ul.is-style-star li {
    list-style-type: none;
    position: relative;
    margin-bottom: var(--wp--custom--layout--block-gap-small);

}

ul.is-style-arrow li::before, ul.is-style-heart li::before, ul.is-style-star li::before {
    margin-right: 8px;
    position: absolute;
    font-size: var(--wp--preset--font-size--xxsmall);
    color: var(--wp--preset--color--white);
    background: var(--wp--preset--color--ink);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--wp--custom--border-radius--small);
    left: -40px;
    top: 4px;
}

ul.is-style-arrow li::before {
    content: "鈫�";
}

ul.is-style-star li::before {
    content: "鈽�";
}

ul.is-style-heart li::before {
    content: "鉂�";
}

/*--------------------------------------------------------------
8. Color
--------------------------------------------------------------*/
a {
    outline: none;
    text-decoration: none;
}

a:hover {
    opacity: .7;
    transition: all .8s ease 0s;
}

.entry-content p a, .entry-content li a {
    text-decoration: underline;
    font-weight: 700;
}

::-moz-selection {
    background: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--ink);
}

::selection {
    background: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--ink);
}

/*--------------------------------------------------------------
# Social Menu
--------------------------------------------------------------*/
.social-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 0;
}

.social-menu a {
    display: block;
    line-height: 1;
    margin:0 10px 0 0;
}

.social-menu svg {
    fill: var(--wp--preset--color--ink);
    width: 35px;
    height: 35px;
}
.social-menu a:hover {
    transform: scale(1.15);
    transition: all .8s ease 0s;
}

.social-menu a:hover svg {
    fill: var(--wp--preset--color--grey-dark);
    opacity: 1;
}
.social-icon-facebook svg {
    fill: var(--wp--preset--color--teal);
}
.social-icon-instagram svg {
    fill: var(--wp--preset--color--gold);
}
.social-icon-pinterest svg {
    fill: var(--wp--preset--color--red);
}
.social-icon-threads svg {
    fill: var(--wp--preset--color--purple);
}
.social-icon-tiktok svg {
    fill: var(--wp--preset--color--green);
}
.social-icon-x svg {
    fill: var(--wp--preset--color--blue);
}
.social-icon-youtube svg {
    fill: var(--wp--preset--color--pink);
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wp-element-button, .wp-block-button > .wp-block-button__link {
    display: inline-block
}

.wp-element-button.has-background, .wp-block-button > .wp-block-button__link.has-background {
    padding: 15px 30px;
}

.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: 1px solid currentColor;
    padding: 10px 15px
}

.wp-element-button.is-style-outline.has-background, .wp-block-button.is-style-outline > .wp-block-button__link.has-background {
    padding: 10px 15px
}

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

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

input, select, textarea {
    background: var(--wp--preset--color--white);
    border: var(--wp--custom--border-width--xsmall) solid var(--wp--preset--color--ink);
    border-radius: none;
    color: var(--wp--preset--color--ink);
    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
}
input:focus, input:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
    outline-offset: 2px;      
}
select {
    line-height: 54px;
    height: 54px
}

textarea {
    width: 100%;
    resize: vertical
}

::-moz-placeholder {
    color: var(--wp--preset--color--ink);
    opacity: 1
}

::-ms-input-placeholder {
    color: var(--wp--preset--color--ink)
}

::-webkit-input-placeholder {
    color: var(--wp--preset--color--ink)
}

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: rgba(0, 0, 0, 0)
}


.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--preset--color--ink)
}

.wp-block-search__button-inside .wp-block-search__input {
    border: none
}

.wp-block-search__inside-wrapper {
    background: var(--wp--preset--color--white)
}

.wp-block-search__button {
    flex-shrink: 0
}

.wp-block-search__icon-button .wp-block-search__button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.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
}
.wp-block-search__button{
    background-color: var(--wp--preset--color--ink);
    border-radius: 50%;
    border-width: 0;
    color: var(--wp--preset--color--white);
    line-height: 1;
    padding: 15px;
}
.wp-block-search__button:hover {
    background: var(--wp--preset--color--pink)
}
.wp-block-search__button:hover svg{
    fill: var(--wp--preset--color--white)
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    margin: 40px auto;
    max-width: var(--wp--custom--layout--page);
    grid-column: 1/-1;
    font-family: var(--wp--preset--font-family--custom-sans);
}

.pagination ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination ul li {
    list-style-type: none;
    display: block;
}

.pagination ul li a {
    background: var(--wp--preset--color--grey);
    border-radius: var(--wp--custom--border-radius--large);
    color: var(--wp--preset--color--ink);
    fill: var(--wp--preset--color--ink);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--wp--preset--font-size--small);
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

.pagination-next svg {
    fill: inherit;
    transform: rotate(-90deg);
    width: 10px;
    height: 10px;
}

.pagination-previous svg {
    fill: inherit;
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
}

.pagination ul li.active > a {
    background: var(--wp--preset--color--pink);
}
.pagination ul li:hover > a {
    background: var(--wp--preset--color--grey-dark);
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-banner {
    background: var(--wp--preset--color--pink-light);
    color: var(--wp--preset--color--ink);
    position: relative;
    font-family: var(--wp--preset--font-family--custom-sans);
    height: 90px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}


.top-banner .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-banner .banner-image {
    width: 60px;
    height: auto;
}
.top-banner .banner-overprint {
    font-size: var(--wp--preset--font-size--small);
}
.top-banner .banner-heading-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-image {
    width: 30%;
}

.top-banner .banner-heading {
    font-weight: 700;
    font-size: 2rem;
    margin-right: 10px;
    line-height:1;
}
.top-banner .banner-button {
    display: block;
    line-height: 1;
    border-radius:25px;
    background: var(--wp--preset--color--ink);
    color: var(--wp--preset--color--white);
    padding: 15px 25px;
    width: fit-content;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
}
.top-banner .banner-button .sm-caps {
    display: block;
}
.top-banner .banner-button:hover {
    background: var(--wp--preset--color--pink);
    color: var(--wp--preset--color--ink);
    opacity: 1;
    transition: all .8s ease 0s;
}
@media (max-width: 600px) {
    .top-banner .banner-heading-group {
        display: block;
        width: fit-content;
    }
    .top-banner .banner-heading {
        font-size: 1.3rem;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}
.top-banner.hidden-banner {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}


.site-header {
    width: 100%;
    background: var(--wp--preset--color--white);
    padding: 0;
    z-index: 99999999999;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
}

.site-branding {
    padding: 35px 20px 25px;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.site-branding::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%, var(--wp--preset--color--pink-light) 25%, #FFFFFF 26%, #FFFFFF 40%);
    background-color: var(--wp--preset--color--pink-light);
    background-size: 25px 50px;
    height: 25px;
    background-repeat: repeat-x;
    z-index: 99999;
}
.site-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.menu-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}


/*--------------------------------------------------------------
## LOGIN SETTINGS
--------------------------------------------------------------*/
#wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li {
    z-index: 9999999999999999999999999;
}

.logged-in .site-header {
    position: relative;
    /* top:32px; */
}
.logged-in .site-container {
    padding: 0;
}
.logged-in .site-inner {
    /* margin-top: 30px; */
}
@media (max-width: 782px) {
    .logged-in .site-header {
        top:46px;
    }
    .logged-in .site-header.hidden-banner {
        top: 0;
    }
}

/*--------------------------------------------------------------
## Site Logo
--------------------------------------------------------------*/
.site-title {
    margin: 0 var(--wp--custom--layout--block-gap-small) 0 0;
    line-height: 1;
    width: 300px;
}

.site-title a {
    display: block;
    width: 100%;
    background: url(../images/logo.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 300px;
    height: 45px;
    text-indent: -9999px;
    transition: transform 400ms;
}

.site-title a:hover {
    transform: scale(.95);
    opacity: 1;
}

/*--------------------------------------------------------------
## Site Badge
--------------------------------------------------------------*/
.site-badge {
    margin: 0 auto var(--wp--custom--layout--block-gap);
    line-height: 1;
    width: 100px;
}

.site-badge a {
    display: block;
    width: 100%;
    background: url(../images/badge.svg) no-repeat center;
    background-size: contain;
    margin: 0;
    max-width: 130px;
    height: 100px;
    text-indent: -9999px;
    transition: transform 400ms;
}

/*--------------------------------------------------------------
##  Desktop Menu
--------------------------------------------------------------*/
.desktop-menu {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--ink);
}

.desktop-menu li {
    display: block;
    list-style: none;
}

.desktop-menu li a {
    display: block;
    line-height: 1;
    position: relative;
    color: var(--wp--preset--color--ink);
}

.desktop-menu .menu-icon-group {
    display: block;
}
.desktop-menu .menu-icon-group svg {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    display: block;
}
.desktop-menu li a:hover {
    opacity:1;
}

@media (max-width: 990px) {
    .site-header .desktop-menu {
        display: none;
    }

}

/*--------------------------------------------------------------
## Drawer Menu
--------------------------------------------------------------*/
.drawer-nav {
    display: block;
    background: var(--wp--preset--color--white);
    position: fixed;
    height: 100vh;
    width: 100%;
    right: -400px;
    top: 0;
    padding: 40px 40px 250px;
    overflow-y: auto;
    max-width: 400px;
    z-index: 999999999999999;
    font-family: var(--wp--preset--font-family--custom-sans);
    -webkit-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.drawer-nav-inner {
    position: relative;
}

.drawer-nav a {
    color: var(--wp--preset--color--ink);
}

.drawer-nav.active {
    right: 0;
}

.drawer-menu {
    padding: 0;
    margin: 0 0 20px;
}

.drawer-menu li {
    padding: 0 0 10px;
    margin: 0;
    list-style: none;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    font-weight: 700;
}

.drawer-menu li a {
    padding: 0;
}
.drawer-menu li a:hover {
    opacity:1;
}
.drawer-menu .menu-icon-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.drawer-menu .menu-icon-group svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    display: block;
}
.drawer-menu.drawer-secondary li:not(ul li ul li) {
    background: var(--wp--preset--color--grey);
    padding: 10px;
    margin: 0 0 10px;
}
.drawer-menu.drawer-secondary li .menu-item-title:not(.drawer-menu.drawer-secondary li ul li .menu-item-title)  {
    border-bottom: 0;
}

.drawer-menu .sub-menu-toggle {
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 0;
    line-height: 1;
    height: inherit;
    letter-spacing: 0;
}

.drawer-menu .sub-menu-toggle svg {
    width: 15px;
    height: 15px;
}

.drawer-menu .sub-menu-toggle.expanded + .submenu, .menu-item-has-children.expanded .submenu {
    display: block;
    transition: 400ms;
    width: inherit;
    box-shadow: none;
    background: var(--wp--preset--color--white);
    margin: 10px 0 0 0;
    padding: 5px 10px;
}

.drawer-menu ul.submenu {
    position: relative;
    top: 0;
    padding: 0;
    left: 0;
    display: none;
    margin: 10px 0 0 10px;
    cursor: pointer;
    text-align: left;
    z-index: 5;
}

.drawer-menu li ul li {
    width: 100%;
    text-align: left;
    display: block;
    max-width: 100%;
    padding: 0 0 10px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    border-top: 0;
}
.drawer-menu.drawer-tertiary {
    display: grid;
    gap: var(--wp--custom--layout--block-gap-small);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: var(--wp--preset--font-size--xxsmall);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    margin: 40px 0 0;
    padding: 20px 0 10px;
    border-top: 2px solid var(--wp--preset--color--grey);
    border-bottom: 2px solid var(--wp--preset--color--grey);
}
.drawer-tertiary a:hover {
    color: var(--wp--preset--color--teal);
}
/*--------------------------------------------------------------
## Site-Header Toggles
--------------------------------------------------------------*/
.menu-toggle {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    display: block;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid var(--wp--preset--color--ink);
}

.menu-toggle svg {
    width: 17px;
    height: 17px
}

.menu-toggle .close {
    display: none;
}

.menu-toggle.active {
    background: transparent;
}

.menu-toggle.active svg {
    fill: var(--wp--preset--color--grey-dark);
}

.menu-right .menu-toggle {
    margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
### Search Toggle
--------------------------------------------------------------*/
.search-toggle {
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    display: block;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid var(--wp--preset--color--ink);
}

.search-toggle svg {
    width: 17px;
    height: 17px
}

.search-toggle .close {
    display: none
}

.search-toggle.active .open {
    display: none;
}

.search-toggle.active .close {
    display: block;
}

.search-toggle.active {
    background: var(--wp--preset--color--ink);
}

.search-toggle.active svg {
    fill: var(--wp--preset--color--white);
}

.menu-right .search-toggle {
    margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
### Close Toggle
--------------------------------------------------------------*/
.close-toggle {
    background: transparent;
    display: block;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--wp--preset--color--ink);
}

.close-toggle.active .close {
    display: block !important;
}

.close-toggle svg, .close-toggle.active svg {
    width: 10px;
    height: 10px;
    fill: var(--wp--preset--color--ink);
}

.close-toggle:hover {
    background: transparent;
}

.close-toggle:hover svg {
    fill: var(--wp--preset--color--grey-dark);
}

.close-toggle.active {
    background: transparent;
}

/*--------------------------------------------------------------
## Header Search
--------------------------------------------------------------*/
.header-search {
    background: var(--wp--preset--color--grey);
    overflow: hidden;
    width: 100%;
    position: relative;
    right: 0;
    z-index: 99999;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    box-shadow: 0 13px 14px rgba(0, 0, 0, .12);
    display: flex;
}
.header-search:not(.active) {
    height: 0;
}
.header-search.active {
    height: 152px;
}

.header-search .flexbox {
    justify-content: center;
    max-width: 800px;
    width: 95%;
}

.header-search .wp-block-search {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #010101;
    max-width: 800px;
    border-radius: 50px;
}
.header-search .wp-block-search__inside-wrapper {
    background: transparent;
    display: flex;
    align-items: center;
}
.header-search .wp-block-search__inside-wrapper input {
    background: transparent;
    font-family: var(--wp--preset--font-family--custom-sans);
    font-size: 24px;
    padding: 10px 0 10px 25px;
}

.header-search :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: -webkit-focus-ring-color auto 2px!important;
    border-radius: 50px;
    outline-offset: 2px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: var(--wp--preset--color--white);
    padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--block-gap);
}

.site-footer .wrap {
    position: relative;
}

.site-footer a {
    color: var(--wp--preset--color--ink);
}

/*--------------------------------------------------------------
##  Back To Top Button
--------------------------------------------------------------*/
.btt {
    position: absolute;
    right: 0;
    background: var(--wp--preset--color--ink);
    top: -71px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--wp--custom--border-radius--large);
    border: var(--wp--custom--border-width--large) solid var(--wp--preset--color--white)
}

.btt svg {
    fill: var(--wp--preset--color--white);
    transform: rotate(180deg);
}

.btt:hover {
    background: var(--wp--preset--color--pink);
    opacity: 1;
}
.btt:hover svg {
    fill: var(--wp--preset--color--ink);
}
/*--------------------------------------------------------------
##  Footer Menu
--------------------------------------------------------------*/
.footer-menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer-menu li {
    display: block;
    margin: 0 var(--wp--custom--layout--block-gap) 0 0;
}

@media (max-width: 800px) {
    .site-footer {
        padding: var(--wp--custom--layout--block-gap-xlarge);
    }
    .site-footer .flexbox {
        display: block;
    }

    .footer-menu {
        display: grid;
        gap: var(--wp--custom--layout--block-gap-small);
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer-menu li {
        background: var(--wp--preset--color--grey);
        padding: 15px;
        border-radius: 25px;
        margin: 0 !important;
        text-align: center;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    }
    .footer-menu li:nth-child(1n) {
        background: var(--wp--preset--color--pink-light);
    }
    .footer-menu li:nth-child(2n) {
        background: var(--wp--preset--color--teal-light);
    }
    .footer-menu li:nth-child(3n) {
        background: var(--wp--preset--color--gold-light);
    }
    .footer-menu li:nth-child(4n) {
        background: var(--wp--preset--color--blue-light);
    }
    .footer-menu li:nth-child(5n) {
        background: var(--wp--preset--color--yellow-light);
    }
    .footer-menu li:nth-child(6n) {
        background: var(--wp--preset--color--orange-light);
    }
    .footer-menu li:nth-child(7n) {
        background: var(--wp--preset--color--green-light);
    }
    .footer-menu li:nth-child(8n) {
        background: var(--wp--preset--color--purple-light);
    }
    .footer-menu li:nth-child(9n) {
        background: var(--wp--preset--color--red-light);
    }
    .footer-menu li:nth-child(10n) {
        background: var(--wp--preset--color--grey-dark);
    }
    .footer-menu li:hover {
        background: var(--wp--preset--color--ink);
        color: var(--wp--preset--color--white);
        transition: all .8s ease 0s;
    }

    .footer-menu li:hover a {
        color: var(--wp--preset--color--white);
    }

    .site-credits {
        margin: var(--wp--custom--layout--block-gap) auto 0;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .footer-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-credits {
        font-size: .7rem;
    }
}
@media (max-width: 450px) {
    .site-footer {
        padding: 40px 20px;
    }
}

/*--------------------------------------------------------------
# Headers (Pages, Posts, & Archives)
--------------------------------------------------------------*/
.entry-header .wrap {
    margin: var(--wp--custom--layout--block-gap) auto;
    position: relative;
}
.entry-header .wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/bg-dots.svg) repeat left;
    margin-top: var(--wp--custom--layout--block-gap-small);
}

.home .type-page .entry-header {
    position: relative;
    background: var(--wp--preset--color--grey);
    margin: 0 calc(-1* var(--wp--custom--layout--block-gap)) !important;
        max-width: 100vw !important;
        padding: 40px 20px 20px;
}
@media (max-width: 600px) {
.home .type-page .entry-header {
    padding: 1px 20px 20px;
}
}
.home .type-page .entry-header .breadcrumbs {
    display: none;
}
.home .entry-header .wrap {
    margin: 0 auto;
}

.home.page .entry-header .wrap:after {
    background: url(../images/bg-dots.svg) repeat left;
    height: 3px;
    margin-top: 0;
    left: 0;
    top: 19px;
    position: absolute;
}
.home.page .entry-title {
    background: var(--wp--preset--color--grey);
    font-size: 2rem;
    letter-spacing: .05rem;
    font-weight:700;
    padding-right: 20px;
    width: fit-content;
    margin: 0;
    z-index: 999;
    position: relative;
}
@media (max-width: 600px) {
    .home.page .entry-header .wrap:after {
        position: relative;
    }
    .home.page .entry-title {
        padding-right: 0;
    }
    .home .entry-header .wrap {
        margin: 20px 0 0;
    }
}

.entry-title {
    margin: var(--wp--custom--layout--block-gap-large) 0 0;
}
.page .entry-header .wrap:after {
    background: url(../images/bg-lines.svg) repeat left;
    height: 9px;
}
.page .entry-title {
    margin: var(--wp--custom--layout--block-gap-large) 0;
}
/*--------------------------------------------------------------
## Archive Header
--------------------------------------------------------------*/
.archive-header {
    background: var(--wp--preset--color--white);
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}

.archive-title-group {
    margin: var(--wp--custom--layout--block-gap-large) 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}
.archive-header .entry-title {
    margin: 0;
    padding: 0 0 10px;
}
.archive-title-icon {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin: 2px 5px 0 0;
    width: 60px;
    height: 60px;
    max-width: 60px;
    border-radius: 50%;
    background: var(--wp--preset--color--grey);
}
.archive-title-icon svg {
    width: 30px;
    height: 30px;
}

.archive-header .entry-description {
    font-size: var(--wp--preset--font-size--medium);
    line-height: var(--wp--custom--line-height--medium);
    margin: var(--wp--custom--layout--block-gap-large) 0 0;
    position: relative;
}
.archive-header .entry-description:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/bg-dots.svg) repeat left;
    margin-top: 30px;
}
.archive-header .entry-description a {
    font-weight: 700;
    text-decoration: underline;
    color: var(--wp--preset--color--grey-dark);
}
.archive-header .entry-description a:hover {
    opacity: 1;
    color: var(--wp--preset--color--ink);
}
/*--------------------------------------------------------------
### Blog & Search Header Modifications
--------------------------------------------------------------*/
.blog-header .entry-title, .search-header .entry-title {
    margin: 20px 0;
}
.blog-header .wrap, .search-header .wrap {
    positon: relative;
}
.blog-header .wrap:after, .search-header .wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/bg-dots.svg) repeat left;
    margin-top: var(--wp--custom--layout--block-gap-small);
}
/*--------------------------------------------------------------
### Archive Image Header
--------------------------------------------------------------*/
.archive-header.hero-header {
    padding: 80px 20px;
    background-size: cover;
    margin: 0 calc(-1 * var(--wp--custom--layout--block-gap)) 20px!important;
    max-width: 100vw !important;
}
.archive-header.hero-header .wrap {
    padding: 40px;
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    text-align: center;
}
.archive-header.hero-header .entry-description:after {
    display: none;
    margin: 0;
    padding: 0;
}
.archive-header.hero-header .archive-hero-image-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -100px auto 0;
    width: 150px;
    height: 150px;
    background: var(--wp--preset--color--grey);
    border: 10px solid #FFFFFF;
    border-radius: 50%;
}

.archive-header.hero-header .archive-hero-image-icon svg {
    width: 60px;
    height: 60px;
}

.archive-header.hero-header .archive-hero-image-icon.icon-name-tradition-challenge, .archive-header.hero-header .archive-hero-image-icon.icon-name-tradition-cookie, .archive-header.hero-header .archive-hero-image-icon.icon-name-tradition-pie {
background: transparent;
border: 0px;
}
.archive-header.hero-header .archive-hero-image-icon.icon-name-tradition-challenge svg, .archive-header.hero-header .archive-hero-image-icon.icon-name-tradition-cookie svg, .archive-header.hero-header .archive-hero-image-icon.icon-name-tradition-pie svg {
    width: 150px;
    height: 150px;
}
/*--------------------------------------------------------------
### Archive Card Header
--------------------------------------------------------------*/
.archive-header.card-header {
    background: var(--wp--preset--color--pink-lightest);
    margin: 0 calc(-1 * var(--wp--custom--layout--block-gap)) !important;
    max-width: 100vw !important;
    padding: 60px 20px;
}
.archive-header.card-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.archive-header.card-header .card-header-content {
    width: 60%;
    margin-right: 40px;
}
.archive-header.card-header .card-content-image {
    width: calc(40% - 40px);
    transform: rotate(4deg);
}
.archive-header.card-header .card-content-image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border: 10px solid #FFFF;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.archive-header.card-header .entry-description:after {
    display:none;
}
@media (max-width: 900px) {
    .archive-header.card-header .wrap {
        display: block;
        overflow: visible;
    }
    .archive-header.card-header .card-header-content {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .archive-header.card-header .card-content-image {
        width: 50%;
        margin: 0 auto;
        transform: rotate(4deg);
    }
}
@media (max-width: 600px) {
   .archive-header.card-header .card-content-image {
    width: 100%;
    }
} 
/*--------------------------------------------------------------
### Archive Recent Header
--------------------------------------------------------------*/
.archive-recent-header {
    margin: var(--wp--custom--layout--block-gap-large) auto;
    max-width: var(--wp--custom--layout--wide);
}

.archive-recent-header h2 {
    max-width: var(--wp--custom--layout--page);
    font-size: 2.25rem;
    margin: var(--wp--custom--layout--block-gap) auto;
    padding: 0
    position: relative;
}
.archive-recent-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/bg-dots.svg) repeat left;
    margin-top: var(--wp--custom--layout--block-gap-small);
}
/*--------------------------------------------------------------
### Gleam Widget Details
--------------------------------------------------------------*/
.gleam-widget {
    background: var(--wp--preset--color--grey);
    max-width: 100vw;
    padding: 60px 20px;
    margin: 0 calc(-1* var(--wp--custom--layout--block-gap));
}
.sbc-challenge {
    background: #f5e0dc;
    max-width: 100vw;
    padding: 60px 20px;
    margin: 0 calc(-1* var(--wp--custom--layout--block-gap));
}
.sbc-challenge-gallery {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    margin: 20px auto 0;
    background: #FFF;
}

/*--------------------------------------------------------------
## Sourace Shop Buttons
--------------------------------------------------------------*/
.sallys-shop-buttons {
    max-width: 1200px;
    width: calc(100% - 20px);
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 30px 0;
    margin: 30px auto;
    border-top: 2px solid var(--wp--preset--color--grey);
    border-bottom: 2px solid var(--wp--preset--color--grey);
}
@media (max-width: 600px) {
   .sallys-shop-buttons {
        gap: 10px;
    } 
}
.sallys-shop-buttons a.wp-block-button__link.wp-element-button {
    padding: 15px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: .01em;
    text-transform: uppercase;
    border-radius: 25px !important;
    background: var(--wp--preset--color--grey)!important;
    color: #010101 !important;
    font-weight: 700;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);

}

.sallys-shop-buttons a.wp-block-button__link.wp-element-button:hover {
     background: var(--wp--preset--color--pink)!important;
     opacity:1; 
}