/*
* Description: Custom CSS Additions Go Here
* Template: twentyseventeen
* Version: 1.0
* Author: VDS
*/

/* These vars do not require values as they get set automatically in options-page-stylesheet.php
 * They are mainly here so they show up as autocomplete suggestions in code editors if desired.
*/

@property --accent1   { syntax: '*'; inherits: true; }
@property --accent2   { syntax: '*'; inherits: true; }
@property --accent3   { syntax: '*'; inherits: true; }
@property --dark1     { syntax: '*'; inherits: true; }
@property --dark2     { syntax: '*'; inherits: true; }
@property --dark3     { syntax: '*'; inherits: true; }
@property --light1    { syntax: '*'; inherits: true; }
@property --light2    { syntax: '*'; inherits: true; }
@property --light3    { syntax: '*'; inherits: true; }
@property --neutral1  { syntax: '*'; inherits: true; }
@property --neutral2  { syntax: '*'; inherits: true; }
@property --neutral3  { syntax: '*'; inherits: true; }
@property --uihover   { syntax: '*'; inherits: true; }
@property --white     { syntax: '*'; inherits: true; }
@property --black     { syntax: '*'; inherits: true; }

/* vars vars vars vars vars vars vars vars vars vars vars vars vars vars  */

:root {

/* color scheme vars */
--accent1_40: #7ec24266;                                    /* accent1 @ 40% opacity */
--accent2_40: #ff37de66;                                    /* accent2 @ 40% opacity */
--accent3_40: #1f36c766;                                    /* accent3 @ 40% opacity */

/* location colors */
--grand: #FF37DE;
--west: #710193;
--capitol: #FCE205;
--elma: #008080;
--carpenter: #1F36C7;

/* font-family vars */
--AvantBold:    'ITCAvantGardeGothicPro-Bold', sans-serif;  /* 700 – Headings, UI */
--AvantDemi:    'ITCAvantGardeGothicPro-Demi', sans-serif;  /* 600 - Subheadings  */
--NunitoItalic: 'NunitoSans-Variable-Italic', sans-serif;   /* Italic             */
--Nunito:       'NunitoSans-Variable', sans-serif;          /* Nav & Body         */

/* font-variation-settings vars */
--Nunito-Reg:   "wght" 400;                                 /* Body weight        */
--Nunito-B:     "wght" 700;                                 /* Body bold weight   */
--Nunito-EB:    "wght" 800;                                 /* Nav weight         */
--Nunito-Blk:   "wght" 900;                                 /* Boldest            */

/* Not used
--Nunito-ExLT:  "wght" 200;
--Nunito-LT:    "wght" 300;
--Nunito-Med:   "wght" 500;
--Nunito-SB:    "wght" 600;
*/

}

/* /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars  */

/* quick vars quick vars quick vars quick vars quick vars quick vars  */


.home-banner.main-slide {
    background-image: url(/wp-content/uploads/2026/06/home-hero-evergreen.webp) !important;
}

/* font family assignment */
.nunito {
    font-family: var(--Nunito) !important;
}
body em,
.nunito-italic {
    font-family: var(--NunitoItalic) !important;
}
.hero-eyebrow,
.avant-bold {
    font-family: var(--AvantBold) !important;
}
.why-trust-section h4,
.blurb-row h3,
.featured-brands-title-block h2,
footer .widget h2.widget-title,
.avant-demi, body h2.demi,
body h3.demi, body h4.demi,
body h5.demi, body h6.demi {
    font-family: var(--AvantDemi) !important;
}
/* /font family assignment */

/* font-variation-settings (for "font-weight") assignment */
body p, body li,
body em, body span {
    font-variation-settings: var(--Nunito-Reg);
}
body p strong,
body li strong,
body span strong {
    font-variation-settings: var(--Nunito-B);
}
nav ul li a {
    font-variation-settings: var(--Nunito-EB);
}
.faux-blue-module {
    font-variation-settings: var(--Nunito-Blk);
}
/* /font-variation-settings ("font-weight") assignment */

body button#primary-mobile-menu span {
    transition: all 0.3s ease-in-out;
    color: var(--black);
}
body button#primary-mobile-menu:hover span {
    transition: all 0.3s ease-in-out;
    color: var(--accent1);
}
body h1 {
    text-shadow: 1px 1px 8px var(--dark3);
    color: var(--light1);
}
body #DefaultHeader.bg_color h1 {
    text-shadow: none;
}
h2, h3, h4, h5, h6,
body p,
body li,
body span:not(.display-name):not(.vc_tta-title-text):not(.single-post-publish-date):not(.single-post-author):not(.age-gate__remember-text) {
    color: var(--black);
}
div.accent1 h2,
div.accent1 h3,
div.accent1 h4,
div.accent1 h5,
div.accent1 h6,
body #content div.accent1 a:not(.btn-bt),
div.accent1 p,
div.accent1 li,
div.accent1 span,
.wpb_row.accent1 h2,
.wpb_row.accent1 h3,
.wpb_row.accent1 h4,
.wpb_row.accent1 h5,
.wpb_row.accent1 h6,
body #content .accent1 a:not(.btn-bt),
.wpb_row.accent1 p,
.wpb_row.accent1 li,
.wpb_row.accent1 span,
.wpb_row.dark1 h2,
.wpb_row.dark1 h3,
.wpb_row.dark1 h4,
.wpb_row.dark1 h5,
.wpb_row.dark1 h6,
body #content .dark1 a:not(.btn-bt),
.wpb_row.dark1 p,
.wpb_row.dark1 li,
.wpb_row.dark1 span,
.wpb_row.dark2 h2,
.wpb_row.dark2 h3,
.wpb_row.dark2 h4,
.wpb_row.dark2 h5,
.wpb_row.dark2 h6,
body #content .dark2 a:not(.btn-bt),
.wpb_row.dark2 p,
.wpb_row.dark2 li,
.wpb_row.dark2 span,
.wpb_row.dark3 h2,
.wpb_row.dark3 h3,
.wpb_row.dark3 h4,
.wpb_row.dark3 h5,
.wpb_row.dark3 h6,
body #content .dark3 a:not(.btn-bt),
.wpb_row.dark3 p,
.wpb_row.dark3 li,
.wpb_row.dark3 span {
    color: var(--white);
}
.wpb_row.accent1 hr,
.wpb_row.dark1 hr,
.wpb_row.dark2 hr,
.wpb_row.dark3 hr {
    border-color: var(--accent1);
}
.wpb_row.light1 h2,
.wpb_row.light1 h3,
.wpb_row.light1 h4,
.wpb_row.light1 h5,
.wpb_row.light1 h6 {
    color: var(--black);
}
body #content .light1 a:not(.btn-bt),
.wpb_row.light1 p,
.wpb_row.light1 li,
.wpb_row.light1 span {
    color: var(--black);
}
div#wpadminbar {
    z-index: 99999999;
}
.default-header h1 {
    text-align: center;
}
/* /quick vars /quick vars /quick vars /quick vars /quick vars /quic  */

/* General */
@media (max-width: 979px) {
    .wpb_row.reverse .container {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media (min-width: 980px) {
    .wpb_column.vertical-align {
        align-items: center;
        display: flex;
    }
}

hr.line {
    background: var(--accent1);
    margin: 35px auto;
    border: none;
    height: 3px;
}
.blurb-row hr.line {
    max-width: 300px;
}
ul.slick-dots {
    padding-left: 0 !important;
}
/* /General */

/* Top Anchor + Recaptcha */
a.topbutton {
    background-color: rgba(0, 0, 0, 0.69);
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    text-decoration: none;
    border-radius: 7px;
    bottom: 148px;
    right: 10px;
}
a.topbutton:hover {
    background-color: var(--black);
}
a.topbutton i.icon-angle-up {
    justify-content: center;
    align-items: center;
    display: flex;
}
a.topbutton i.icon-angle-up:before {
    transition: all 0.3s ease-in-out;
    margin: 0 !important;
    color: var(--accent1);
    position: relative;
    font-size: 48px;
    line-height: 1;
    top: -4.5px;
}
a.topbutton:hover i:before {
    transition: all 0.3s ease-in-out;
}
div.grecaptcha-badge {
    bottom: 70px !important;
}
/* END Top Anchor + Recaptcha */

/* Buttons */

body.search-results a.more-link {
    font-family: var(--AvantBold);
    text-transform: uppercase;
    text-decoration: none;
    padding: 21.5px 10px;
    letter-spacing: 1px;
    border-radius: 50px;
    text-align: center;
    margin-top: 12px;
    min-width: 280px;
    font-size: 21px;
    line-height: 1;
    display: block;
}
body.search-results a.more-link,
body #content .gform_footer input[type="submit"],
body .header-button a.btn-bt,
body #content a.btn-bt {
    padding: 21.5px 10px;
    letter-spacing: 1px;
    border-radius: 50px;
    min-width: 247px;
    font-size: 21px;
    line-height: 1;
}
body.search-results #content a.more-link,
body #content .gform_footer input[type="submit"],
body .header-button a.btn-bt,
body #content a.btn-bt.default,
body footer a.btn-bt.default {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    background: var(--accent1);
    color: var(--black);
}
body.search-results #content a.more-link:hover,
body #content .gform_footer input[type="submit"]:hover,
body .header-button a.btn-bt:hover,
body #content a.btn-bt.default:hover,
body footer a.btn-bt.default:hover {
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    background: var(--accent2_40);
    border-color: var(--accent2);
}
body .header-button a.btn-bt:hover {
    background: var(--black);
    border-color: var(--accent1);
    color: var(--accent1);
}
body #content a.btn-bt.alternate {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--white);
    background: var(--white);
    color: var(--black);
}
body #content a.btn-bt.alternate:hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    border-color: var(--black);
    background: var(--black);
    color: var(--white);
}
input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}

body #content .carpenter a.btn-bt.alternate:not(:hover) { border-color: var(--carpenter); background: var(--carpenter); color: var(--white); }
body #content .capitol a.btn-bt.alternate:not(:hover)   { border-color: var(--capitol); background: var(--capitol); color: var(--black); }
body #content .grand a.btn-bt.alternate:not(:hover)     { border-color: var(--grand); background: var(--grand); color: var(--white); }
body #content .west a.btn-bt.alternate:not(:hover)      { border-color: var(--west); background: var(--west); color: var(--white); }
body #content .elma a.btn-bt.alternate:not(:hover)      { border-color: var(--elma); background: var(--elma); color: var(--white); }

@media (max-width: 480px) {
    body #content a.btn-bt {
        min-width: 280px;
        font-size: 18px;
    }
}

/* END Buttons */

/* Header, Top Widget & Top Header */

header .top-widget {
    background-color: var(--black);
}
.top-widget .left {
    justify-content: start;
    align-items: center;
    display: flex;
    float: unset;
}
.top-widget .container,
.top-widget .left,
.top-widget .left .sidebar,
.top-widget .left .sidebar .widget,
.top-widget .left .sidebar .widget .textwidget,
.top-widget .left .sidebar .widget .textwidget .location-swapper-thing,
.top-widget .left .sidebar .widget .textwidget .location-swapper-thing .faux-blue-module {
    height: 100%;
}
.location-swapper-thing .faux-blue-module {
    font-family: var(--Nunito);
    background: var(--accent3);
    justify-content: start;
    align-items: center;
    color: var(--white);
    font-size: 15px;
    padding: 0 16px;
    display: flex;
    width: 215px;
}
.top-widget .right {
    justify-content: end;
    padding-right: 2.5%;
    align-items: center;
    display: flex;
    float: unset;
}
.top-widget .right .textwidget.custom-html-widget {
    align-items: center;
    display: flex;
}
.top-widget a.deals-btn {
    transition: all 0.3s ease-in-out;
    background: var(--accent3);
    justify-content: center;
    letter-spacing: 0.86px;
    align-items: center;
    color: var(--white);
    border-radius: 5px;
    font-size: 18px;
    line-height: 0;
    display: flex;
    height: 24px;
    width: 92px;
    padding: 0;
}
.top-widget a.deals-btn:hover {
    transition: all 0.3s ease-in-out;
    background: var(--accent1);
    color: var(--black);
}
header .top-header {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
}

@media (min-width: 980px) {
    header.scrolling .top-widget {
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        opacity: 0;
        height: 0;
    }
    header.scrolling {
        z-index: 99999999 !important;
        position: fixed;
        width: 100%;
        top: 0;
    }
    body.logged-in header.scrolling {
        top: 32px;
    }
    body.scrolling #content {
        padding-top: 155px;
    }
}

.site-header .top-widget ul.social {
    text-align: right;
}
header nav.primary-navigation a:link,
header nav.primary-navigation a:visited {
    color: var(--black);
}
header nav.primary-navigation .sub-menu a:link,
header nav.primary-navigation .sub-menu a:visited {
    color: var(--light1);
}
header nav.primary-navigation ul#top-menu li a:hover,
header nav.primary-navigation ul#top-menu li a:focus,
header nav.primary-navigation ul#top-menu li a:focus-within {
    color: var(--accent1);
}
header .left-right-header nav ul#top-menu li {
    padding: 34px 14px;
}
nav.primary-navigation ul.sub-menu {
    background: var(--dark1);
}

/* END Header, Top Widget & Top Header */

/* Footer & Copyright */

footer#footer {
    background: var(--dark1);
    padding: 50.5px 0;
}
footer .container {
    gap: 24px;
}
footer .span4 {
    padding: 0 !important;
}
footer .footer-left,
footer .footer-mid {
    width: 40%;
}
footer .footer-right {
    width: 20%;
}
footer .footer-right .widget {
    flex-direction: column;
    align-items: end;
    display: flex;
}
footer .widget ul.menu {
    list-style: none;
}
footer .widget ul.menu li {
    margin-bottom: 18px;
}
footer .widget ul.menu li,
footer .widget ul.menu li a {
    font-size: 18px;
    line-height: 1;
}
footer .widget a img {
    max-width: 100%;
    display: block;
    width: 220px;
}
footer a.btn-bt {
    margin-top: 14px;
    max-width: 100%;
    width: 270px;
}
footer#footer h2,
footer#footer p,
footer#footer a:not(.btn-bt),
footer#footer li,
footer#footer span {
    color: var(--light1);
}
footer .widget .widget-title,
footer .widget h2 {
    border-bottom: 2px solid var(--accent1);
    width: fit-content !important;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1;
    width: 100%;
}
.footer-mid .sidebar .widget a.wrapped-in-my-script {
    transition: all 0.3s ease-in-out;
    width: fit-content;
    display: block;
}
.footer-mid .sidebar .widget a.wrapped-in-my-script h2.widget-title {
    transition: all 0.3s ease-in-out;
}
.footer-mid .sidebar .widget a.wrapped-in-my-script:hover,
.footer-mid .sidebar .widget a.wrapped-in-my-script:hover h2.widget-title {
    transition: all 0.3s ease-in-out;
    color: var(--accent1) !important;
}
footer#footer a,
.copyright a {
    text-decoration: none;
}
footer div.textwidget,
footer .widget-content nav {
    margin-top: 0;
}
footer#footer a:not(.ab-item):not(.btn-bt):hover,
.copyright .copyright-text p a:hover,
.copyright .copyright-content p a:hover,
.copyright .copyright-content li a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent1);
}
div.row.copyright {
    background: var(--black);
    padding-bottom: 12.5px;
    padding-top: 12.5px;
}
p#copyright-p {
    font-size: 16px;
}
p#copyright-p a {
    text-transform: uppercase;
}
body ul.social li {
    margin-right: 0px;
    font-size: unset;
}
.row.copyright ul.social li a i {
    font-size:  24px;
}

/* END Footer & Copyright */

/* Accordions */

body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) {
    margin-bottom: 12px;
}
body .bakery .wpb_row.accordion .vc_tta-panel-title a {
    justify-content: flex-start;
    padding-left: 54px;
}
body span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--dark3);
}
body #content .accordion div.vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--accent1);
}
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--dark3);
}
body #content .accordion div.vc_tta-panel-heading {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    border-top: 4px solid #5A5B5D;
    font-family: var(--AvantBold);
    background: var(--light1);
    letter-spacing: 3px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
    color: #000;

}
body #content .accordion div.vc_tta-panel .vc_tta-panel-heading:hover,
body #content .accordion div.vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-top: 4px solid var(--accent1);
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}
body #content .bakery .wpb_row.accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: 1px solid var(--accent1);
    background: transparent;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    top: 24%;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    top: 23%;
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    font-size: 25px;
    color: #5A5B5D;
}
body #content .wpb_row.accordion div.vc_tta-panel:not(.vc_active):hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    color: var(--accent1);
}

/* END Accordions */

/* Tabs */

body .bakery .wpb_row.tabs .vc_tta-panels-container {
    padding: 0;
}
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
    justify-content: space-between;
    max-width: unset;
    width: 95%;
}

/* DEFAULT */
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
    border: 2px solid var(--accent1);
    border-radius: 2px;
    position: initial;
}
body #content li.vc_tta-tab a,
body #content div.vc_tta-panel-heading {
    background: var(--accent1_40);
}
body #content .tabs li.vc_tta-tab a span.vc_tta-title-text {
    color: var(--white);
	font-size: 16px;
}
body #content .bakery .wpb_row.tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    min-width: 19%;
}
body #content .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
    column-gap: 1%;
}
/* ACTIVE */
body #content .tabs li.vc_tta-tab.vc_active a,
body #content .tabs li.vc_tta-tab.vc_active a:hover,
body #content .tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading,
body #content .tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
    border: 2px solid var(--accent1);
    background: var(--accent1);
}
body #content .tabs li.vc_tta-tab.vc_active a span.vc_tta-title-text {
    color: var(--black);
}
/* HOVER */
body #content li.vc_tta-tab a:hover,
body #content div.vc_tta-panel-heading:hover {
    border: 2px solid var(--accent2);
    background: var(--accent2_40);
}
body #content .tabs .menu-row h3 {
    padding-bottom: 12px;
    margin-bottom: 18px;
    position: relative;
    font-size: 24px;
}
.tabs .menu-row h3::after {
    background-color: var(--light2);
    position: absolute;
    max-width: 275px;
    margin: 0 auto;
    content: "";
    height: 2px;
    width: 70%;
    bottom: 0;
    right: 0;
    left: 0;
}
body #content .tabs .menu-row h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

@media (max-width: 979px) {
    body .bakery .tabs.wpb_row {
        padding-bottom: 40px !important;
    }
    .bakery .tabs .menu-row.vc_inner {
        padding-top: 0;
    }
}

.bakery section.tabs-section {
    padding: 0 !important;
}
.bakery section.tabs-section .vc_tta-panels-container .wpb_row {
    padding: 60px 0 !important;
}
.bakery section.tabs-section .wpb_row.tabs .vc_tta-panels {
    max-width: 1520px;
    width: 92%;
}
.bakery section.tabs-section .wpb_row.tabs .vc_tta-panels h2 {
    margin-bottom: 24px;
}
.bakery section.tabs-section .wpb_row.tabs .vc_tta-panels ul {
    margin-bottom: 18px;
}

/* END Tabs */

/* Homepage */

/* hero + slick stuff */
@media (min-width: 1441px) { section#HomeHero .wpb_row.home-banner-slide { height: 600px; }}
@media (max-width: 1440px) { section#HomeHero .wpb_row.home-banner-slide { height: 600px; }}
@media (max-width: 1024px) { section#HomeHero .wpb_row.home-banner-slide { height: 400px; }}

#HomeHero.slick-initialized .vc_row.home-banner-slide { display: flex;  }
#HomeHero .vc_row.home-banner-slide                   { display: none;  }

#HomeHero .slick-slide                                { margin-right: 20px;  }
#HomeHero .slick-list                                 { margin-right: -20px; }
section#HomeHero .slick-track                         { height: 100%;        }

section#HomeHero  { padding: clamp(18px, 1.5vw, 32px) !important; overflow: hidden; }
div#DefaultHeader { padding: clamp(18px, 1.5vw, 32px) !important;                   }

section#HomeHero .wpb_row.home-banner-slide.contain-slide {
    background-size: contain !important;
    background-blend-mode: unset;
}
section#HomeHero .wpb_row.home-banner,
div#DefaultHeader .default-header {
    border-radius: 36px;
}
div#DefaultHeader .default-header {
    height: 100%;
}
#HomeHero .text-left .wpb_text_column {
    max-width: 800px;
}
.hero-eyebrow {
    margin-bottom: 16px !important;
    color: var(--accent1);
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 17px;
}
#HomeHero h1 {
    text-shadow: 1px 1px 8px var(--black);
    margin-bottom: 20px !important;
}
#HomeHero h2 {
    text-shadow: 1px 1px 8px var(--black);
    margin-bottom: 24px !important;
    color: var(--white);
    line-height: 32px;
    font-size: 30px;
}
#HomeHero .sbs-buttons a.btn-bt:not(:nth-child(1)) {
    min-width: 346px !important;
}
/* /hero + slick stuff */

.sbs-buttons {
    column-gap: 16px;
    display: flex;
}
.sbs-buttons.centered {
    justify-content: center;
}
.sbs-buttons br {
    display: none;
}

/* featured brands row */
#content .bakery section.contain,
#content .bakery section.contain .wpb_row {
    padding: clamp(18px, 1.4vw, 32px) !important;
}
#content .bakery section.contain.top-contain {
    padding-top: 0 !important;
}
#content .bakery section.pb0,
#content .bakery .wpb_row.pb0 {
    padding-bottom: 0 !important;
}
#content .bakery section.pt0,
#content .bakery .wpb_row.pt0 {
    padding-top: 0 !important;
}
section.contain .wpb_row {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
}
section#FeaturedBrands .wpb_row .container {
    max-width: unset;
    width: 100%;
}
.featured-brands-title-block .wpb_wrapper {
    align-items: center;
    column-gap: 48px;
    margin: 0 auto;
    display: flex;
    width: 96%;
}
body .bakery .featured-brands-title-block.mb0 {
    margin-bottom: 16px !important;
}
.featured-brands-title-block img {
    height: auto;
    width: 196px;
}
.featured-brands-title-block h2 {
    letter-spacing: 1.71px;
    font-size: 36px;
    line-height: 1;
    width: 100%;
}

@media (max-width: 1440px) {
    .featured-brands-title-block .wpb_wrapper {
        column-gap: 24px;
        width: 99%;
    }
    .featured-brands-title-block h2 {
        letter-spacing: 1.5px;
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .featured-brands-title-block h2 {
        letter-spacing: 1.25px;
        line-height: 1.2;
        font-size: 16px;
    }
}

.featured-brands-title-block p {
    margin-bottom: 0 !important;
}
.dotw {
    justify-content: space-between;
    align-items: start;
    column-gap: 12px;
    display: flex;
}
.dotw img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    height: auto;
    width: 100%;
}
.featured-brands-row .dotw.slick-initialized .slick-slide {
    margin-right: 6px;
    margin-left: 6px;
}
.featured-brands-row .dotw.slick-initialized .slick-list {
    margin-right: -6px;
    margin-left: -6px;
}
.bakery .wpcp-swiper-wrapper {
    margin-bottom: 0 !important;
}
section#TopBrands h2 {
    margin-bottom: 36px;
}
section.top-brands-section .top-brands-carousel-row div.wpcp-carousel-section {
    padding: 0px 28px 0px 0px !important;
}
section.top-brands-section .top-brands-carousel-row img {
    height: auto !important;
}

@media (min-width: 980px) {
    .shop-category-row .wpb_column:not(:first-child) {
        margin-left: 1.5%;
    }
    .shop-category-row .wpb_column:not(:last-child) {
        margin-right: 1.5%;
    }
}

.shop-category-row a {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
    position: relative;
    overflow: hidden;
    line-height: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.shop-category-row a img {
    height: 100%;
    width: 100%;
}
.shop-category-row a img {
    transition: transform 0.3s ease-in-out;
}
.shop-category-row a:hover img {
    transition: transform 0.3s ease-in-out;
    transform: scale(1.1);
}
.shop-category-row a h4 {
    text-align: center;
    position: absolute;
    padding: 24px;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
}

@media (max-width: 1440px) {
     .shop-category-row a h4 {
        font-size: 22px;
        padding: 18px;
    }
}

@media (max-width: 1024px) {
     .shop-category-row a h4 {
        font-size: 16px;
        padding: 10px;
    }
}

.blurb-row h3 {
    margin-bottom: 25px;
}
.fifty-section .image-col p {
    line-height: 0 !important;
}
.fifty-section.top-brands-section .inline-fifty {
    padding-bottom: 60px !important;
}
.bottom-cta:not(.form-bottom-cta) {
    height: 550px;
}
.bakery .bottom-cta h2 {
    text-shadow: 1px 1px 8px var(--black);
    margin-bottom: 18px;
    line-height: 64px;
    font-size: 60px;
}
.bottom-cta p {
    font-variation-settings: var(--Nunito-B);
    text-shadow: 1px 1px 8px var(--black);
}
.bottom-cta a.btn-bt {
    text-shadow: none;
    margin-top: 8px;
}


.bakery .cta-row.wpb_row {
    padding: 24px 0;
}

@media (min-width: 980px) and (max-width: 1440px) {
    .cta-row h2 {
        font-size: 2.2vw;
    }
}

@media (min-width: 1441px) {
    .cta-row h2 {
        font-size: 28px;
    }
}

@media (min-width: 980px) {
    .bakery .cta-row .wpb_text_column .wpb_wrapper {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .cta-row h2 {
        margin-right: 28px;
    }
    .featured-posts {
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    .feat-post {
        width: 32%;
    }
}

@media (max-width: 979px) {
    .cta-row h2 {
        text-align: center;
        line-height: 30px;
        font-size: 24px;
    }
    .cta-row p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .cta-row h2 {
        line-height: 28px;
        font-size: 22px;
    }
}
.featured-posts .feat-post h5.cats {
    display: none;
}
.featured-posts .feat-post h2.feat-post-title {
    line-height: 40px;
    font-size: 30px;
}
.bakery .blurb-row a.btn-bt {
    margin-top: 24px;
}
.cta-row i.icon-download {
    color: var(--dark2);
    font-size: 14px;
}
.cta-row a.btn-bt.default:hover i.icon-download {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}
.featured-posts-row h3 {
    margin-bottom: 35px;
}
.featured-posts-row h3,
.testimonials-row h3 {
    line-height: 58px;
    font-size: 48px;
}
.feat-post-left {
    margin-bottom: 28px;
}
.featured-posts-row a.archive-post-image-link {
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 36px;
    display: block;
    height: 308px;
    width: 100%;
}
.featured-posts-row a.archive-post-image-link:hover {
    background-color: var(--accent2_40);
    transition: all 0.3s ease-in-out;
}
.featured-posts-row p.feat-post-date-author {
    margin-bottom: 10px !important;
    font-family: var(--AvantBold);
    text-transform: uppercase;
    color: var(--accent1);
    font-size: 14px;
    line-height: 1;
}
.featured-posts-row h3.feat-post-title.tt-none {
    margin-bottom: 16px;
    line-height: 1.3;
    font-size: 20px;
}
.featured-posts-row .featured-posts hr.line.fw-line {
    background: var(--accent1);
    border-width: 1px;
    margin: 12px 0;
    border: none;
    height: 2px;
}
.featured-posts-row p.feat-post-content {
    margin-bottom: 20px !important;
    line-height: 30px;
    font-size: 20px;
}
.featured-posts-row .feat-post-read-more a {
    text-transform: uppercase;
}
.testimonials-row hr.line {
    border-color: var(--light2);
    border-width: 2px;
    margin: 35px auto;
    max-width: 300px;
}
.testimonial-content {
    text-align: center;
}
.testimonial-content p {
    font-size: 14px;
}
body #content .bakery .testimonials-row .strong-view.nav-position-outside .wpmslider-controls {
    margin: 24px 0;
    padding: 0;
}
body #content .bakery .testimonials-row .strong-view.controls-style-buttons:not(.rtl) a {
    transition: all 0.3s ease-in-out;
    background:  var(--accent1);
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 7px;
    height: 32px;
    width: 32px;
}
body #content .bakery .testimonials-row .strong-view.controls-style-buttons:not(.rtl) a:before {
    background: var(--light1);
    height: 20px;
    width: 20px;
    right: 0;
    left: 0;
    top: 0;
}
body #content .bakery .testimonials-row .strong-view.controls-style-buttons:not(.rtl) a:hover {
    transition: all 0.3s ease-in-out;
    background: var(--accent2_40);
}
.bakery section.fifty-and-gallery .gallery-row .container {
    max-width: 1520px !important;
    width: 92% !important;
}
.bakery section.fifty-and-gallery .gallery-row {
    padding-bottom: 32px;
    padding-top: 0;
}
.bakery .gallery-row .container {
    max-width: 94%;
    margin: 0 auto;
}
.bakery .gallery-row .sa_hover_fullslide {
    width: 94% !important;
}
.gallery-row .swiper-wrapper,
.gallery-row .swiper-slide,
.gallery-row .swiper-slide .wpcp-single-item,
.gallery-row .swiper-slide .wpcp-single-item .wpcp-slide-image,
.gallery-row .swiper-slide .wpcp-single-item .wpcp-slide-image .wcp-light-box,
.gallery-row .swiper-slide .wpcp-single-item .wpcp-slide-image .wcp-light-box figure,
.gallery-row .swiper-slide .wpcp-single-item .wpcp-slide-image .wcp-light-box figure .wpcp_icon_overlay {
    border-radius: 36px !important;
}
.bakery .sponsors-row {
    padding: 30px 0;
}
.bottom-cta h2 {
    color: var(--light1);
    line-height: 72px;
    font-size: 52px;
}
.form-bottom-cta .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 24px !important;
}
.gform_heading {
    display: none;
}
body .gform_wrapper.gravity-theme {
    padding: 20px 32px 32px 32px;
    background: var(--dark1);
    border-radius: 36px;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}
.gform_wrapper.gravity-theme h2,
.gform_wrapper.gravity-theme h4 {
    color: var(--light1);
    text-align: center;
}
.gform_wrapper.gravity-theme h2 {
    line-height: 64px;
    font-size: 58px;
}
.gform_wrapper.gravity-theme h4 {
    margin-bottom: 24px;
    line-height: 28px;
    font-size: 24px;
}

@media  (max-width: 480px) {
.gform_wrapper.gravity-theme h2 {
    line-height: 36px;
    font-size: 32px;
}
}
@media  (max-width: 480px) {
.gform_wrapper.gravity-theme h2 {
    line-height: 36px;
    font-size: 32px;
}
}

@media  (min-width: 1px) {
    body .gform_wrapper.gravity-theme li.gfield {
        padding-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 14px;
    }
}

body .gform_wrapper.gravity-theme label.gfield_label {
    font-family: var(--Nunito);
    margin: 0 0 0 0 !important;
    text-transform: uppercase;
    color: var(--light1);
    padding-left: 7px;
    font-size: 12px;
    line-height: 1;
}
body .gform_wrapper.gravity-theme span.gfield_required {
    display: none;
}
body .gform_wrapper.gravity-theme .ginput_container {
    margin-top: 0 !important;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}
body .gform_wrapper.gravity-theme input:not(.gform_button),
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
    border-bottom: 2px solid var(--light3);
    border-right: 2px solid var(--accent1);
    border-left: 2px solid var(--accent1);
    border-top: 2px solid var(--accent1);
    padding: 5px 12px 5px 8px !important;
    transition: all 0.2s ease-in-out;
    font-size: 14px !important;
    background: var(--light1);
    margin: 0 !important;
    color: var(--dark3);
    border-radius: 2px;
    height: 40px;
}
body .gform_wrapper.gravity-theme input:not(.gform_button)::placeholder,
body .gform_wrapper.gravity-theme textarea::placeholder,
body .gform_wrapper.gravity-theme select::placeholder {
    transition: all 0.2s ease-in-out;
    color: #999;
}
body .gform_wrapper.gravity-theme input:not(.gform_button):hover::placeholder,
body .gform_wrapper.gravity-theme textarea:hover::placeholder,
body .gform_wrapper.gravity-theme select:hover::placeholder,
body .gform_wrapper.gravity-theme input:not(.gform_button):focus::placeholder,
body .gform_wrapper.gravity-theme textarea:focus::placeholder,
body .gform_wrapper.gravity-theme select:focus::placeholder {
    transition: all 0.2s ease-in-out;
    color: var(--accent2);
}
body .gform_wrapper.gravity-theme input:not(.gform_button):hover,
body .gform_wrapper.gravity-theme textarea:hover,
body .gform_wrapper.gravity-theme select:hover,
body .gform_wrapper.gravity-theme input:not(.gform_button):focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
    transition: all 0.2s ease-in-out;
    border-color: var(--accent2);
    color: var(--accent2);
}
body #content .gform_footer {
    padding: 0;
}
body #content .gform_footer input[type="submit"] {
    width: 100%;
    margin: 0;
}

@media (max-width: 768px) {
    body .gform_wrapper.gravity-theme {
        max-width: unset;
    }
}
.bakery .promo-cards {
    padding: 32px 0;
}
.promo-cards .vc_column-inner {
    padding: 0 !important;
}
.promo-cards .swiper-wrapper,
.promo-cards .swiper-slide,
.promo-cards .swiper-slide .wpcp-single-item {
    border-radius: 36px !important;
}
.promo-cards .wpcp-single-content {
    background-color: rgba(0, 0, 0, 0.35);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    display: flex;
}
body .wpb_row.promo-cards .wpcp-carousel-wrapper h2 {
    color: var(--light1);
}

/* END Homepage */

/* 420 Locations Index */

section.locations-section .wpb_row:not(:last-child) {
    margin-bottom: 32px;
}
section.locations-section .wpb_row .container {
    max-width: unset;
    width: 100%;
}
section.locations-section iframe {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.fifty-fifty .nap-col hr.line {
    margin: 14px 0;
    width: 175px;
    height: 2px;
}
body #content section.locations-section .nap-col a:not(.btn-bt):hover {
    color: var(--accent1);
}
section.locations-section .nap-col .dir-link {
    font-size: 16px;
}
.carpenter hr.line { background: var(--carpenter); }
.capitol hr.line   { background: var(--capitol);   }
.grand hr.line     { background: var(--grand);     }
.west hr.line      { background: var(--west);      }
.elma hr.line      { background: var(--elma);      }

body #content .bakery section.locations-section .carpenter a:not(.btn-bt):hover { color: var(--carpenter); }
body #content .bakery section.locations-section .capitol a:not(.btn-bt):hover   { color: var(--capitol);   }
body #content .bakery section.locations-section .grand a:not(.btn-bt):hover     { color: var(--grand);     }
body #content .bakery section.locations-section .west a:not(.btn-bt):hover      { color: var(--west);      }
body #content .bakery section.locations-section .elma a:not(.btn-bt):hover      { color: var(--elma);      }

/* /END 420 Locations Index */

/* 420 About Us */

section.seventy-twentyfive-section .wpb_row:not(:last-child) {
    margin-bottom: 32px;
}
.seventy-twentyfive-row .img-col p {
    line-height: 0;
}
.seventy-twentyfive-row.fifty-fifty.inline-image .container {
    max-width: unset;
    width: 100%;
}
.why-trust-section img {
    width: 135px;
    height: auto;
}
.why-trust-section h4 {
    margin-bottom: 18px;
    line-height: 1.3;
    font-size: 24px;
}
.our-promise-section img {
    border-radius: 36px;
}

/* /END 420 About Us */

/* Fifty Fifty */

.bakery .fifty-fifty.wpb_row:not(.inline-image) {
    padding: 0;
}

.fifty-fifty:not(.inline-image) .container {
    max-width: unset;
    width: 100%;
}
.fifty-fifty.inline-image .container {
    max-width: unset;
    width: 90%;
}
.fifty-fifty .vc_column-inner {
    height: 100%;
}
.fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
.fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
    align-items: center;
    min-height: 500px;
    padding: 60px 5%;
    display: flex;
}
.fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) {
    justify-content: flex-end;
}
.fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) {
    justify-content: flex-start;
}
.fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) .vc_column-inner,
.fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) .vc_column-inner {
    align-items: center;
    /*max-width: 550px;*/
    max-width: 740px;
    display: flex;
}
.fifty-fifty.image-left.blend .wpb_column:nth-child(1) .vc_column-inner {
    background-position: top right !important;
}
.fifty-fifty.image-right.blend .wpb_column:nth-child(2) .vc_column-inner {
    background-position: top left !important;
}

@media (min-width: 980px) {
    .fifty-fifty.image-right.inline-image .wpb_column:nth-child(1),
    .fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) {
        padding: 0 3.5% 0 0;
    }
    .fifty-fifty.image-left.inline-image .wpb_column:nth-child(2),
    .fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) {
        padding: 0 0 0 3.5%;
    }
    .fifty-fifty.blend .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        padding-left: 0 !important;
    }
}

.fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) .vc_column-inner,
.fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0;
}

.fifty-fifty h3,
.fifty-fifty h2,
.blurb-row h2 {
    margin-bottom: 24px;
}
.fifty-fifty a.btn-bt {
    margin-top: 12px;
}
.vc_row.wpb_row.bottom-0padding {
    padding-bottom: 0px;
}

@media (max-width: 979px) {
    .other-services .vc_inner .vc_col-sm-3,
    .other-services .vc_inner .vc_col-sm-4 {
        width: 100% !important;
    }
    .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 685px;
    }
    .bakery .contained-fw-bottom-background-row {
        padding-bottom: 240px !important;
        padding-top:  40px !important;
    }
    .fifty-fifty.flip-mobile .container {
        flex-direction: column-reverse;
        display: flex;
    }
    .fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) {
        justify-content: flex-start;
    }
    .fifty-fifty.image-right h3,
    .fifty-fifty.image-right h2,
    .fifty-fifty.image-right p {
        justify-content: flex-start;
        text-align: left !important;
    }
    .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
    .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        min-height: unset;
    }
    .fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) .vc_column-inner,
    .fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) .vc_column-inner {
        max-width: unset;
    }
}

@media (max-width: 979px) {
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 663px; }
}

@media (max-width: 768px) {
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 515px; }
}

@media (max-width: 480px) {
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 319px; }
}

@media (max-width: 414px) {
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 274px; }
}

@media (max-width: 375px) {
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 247px; }
}

@media (max-width: 360px) {
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 237px; }
}

.fifty-fifty.inline-image {
    padding: 32px 0;
}
.fifty-fifty.inline-image .container {
    max-width: 1520px;
}
.fifty-fifty.inline-image .vc_column-inner {
    align-items: center;
    padding-top: 0;
    display: flex;
}
.inline-image img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
}

@media (min-width: 980px) {
    .fifty-fifty.inline-image .wpb_column:nth-child(1):not(.image-col) {
        padding-right: 2.5%;
    }
    .fifty-fifty.inline-image .wpb_column:nth-child(2):not(.image-col) {
        padding-left: 2.5%;
    }
}


/* Fifty Fifty */


/* Promo Row */

.promo-row .wpb_column {
    height: 300px;
}
.promo-row .wpb_column .vc_column-inner {
    justify-content: center;
    align-items: center;
    display: flex;
}
.promo-row h2 {
    text-shadow: 1px 1px 8px var(--dark3);
    color: var(--light1);
    margin-bottom: 7px;
    line-height: 56px;
    font-size: 48px;
}
.icon-promos img {
    height: 80px;
    width: auto;
}
body .icon-promos h4 {
    letter-spacing: 3px;
    margin-bottom: 7px;
    font-size: 20px;
}
.icon-promos a.btn-bt {
    margin-top: 5px;
}

/* END Promo Row */

/* Subpage Global */

.fifty-fifty hr.line {
    margin: 24px 0;
}
body .fifty-fifty.team-fifty h3 {
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 36px;
}
body .fifty-fifty.team-fifty h4 {
    letter-spacing: 3px;
    line-height: 39px;
    font-size: 30px;
}
body .wpb_row.subpage-banner.large {
    padding-bottom: 100px;
    padding-top: 100px;
}

@media (min-width: 1441px) {
    body .subpage-banner.large {
        height: 776px;
    }
}

@media (max-width: 1440px) {
    body .subpage-banner.large {
        height: 582px;
    }
}
/*.sub-promos h2 {
    margin-bottom: 35px !important;
}*/

/* END Subpage Global */

/* Single Service */

.reasons-row h4 {
    letter-spacing: 3px;
    font-size: 20px;
}
.reasons-row hr {
    border-width: 2px;
    margin: 20px 0;
}
.bakery .contained-fw-bottom-background-row {
    background-position: center bottom !important;
}
h3.faux-hr {
    border-bottom: 2px solid var(--light2);
    padding: 0 12px 25px 12px;
    width: fit-content;
    margin: 0 auto;
}
.other-services .container {
    max-width: unset;
    width: 96%;
}

@media (min-width: 980px) {
    .other-services .container .vc_inner {
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
}

.other-services .vc_inner .vc_col-sm-3 {
    width: 23.5%;
}
.other-services .vc_inner .vc_col-sm-4 {
    width: 32%;
}
.other-services .vc_inner .wpb_column .wpb_text_column {
    justify-content: center;
    align-items: center;
    display: flex;
}
.other-services .vc_inner .vc_col-sm-3 .wpb_text_column {
    height: 244px;
}
.other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
    height: 250px;
}
.other-services .vc_inner h3 {
    text-shadow: 1px 1px 8px var(--dark3);
    color: var(--light1);
    margin-bottom: 16px;
}
.other-services:not(.multi-row) .vc_inner {
    padding-bottom: 32px;
}
.other-services .vc_inner {
    padding-bottom: 0;
    padding-top: 32px;
}
.other-services .mt32px {
    margin-top: 32px;
}
body:not(.home) .vc_col-sm-12 h3,
body:not(.home):not(.search-results) .vc_col-sm-12 h4 {
    margin-bottom: 12px;
}
body:not(.home) .vc_col-sm-12 h5 {
    margin-bottom: 10px;
}

/* END Single Service */

/* Products Index (Non-Woocommerce) */

body:not(.home) .manual-products-grid .vc_inner h3 {
    text-shadow: 1px 1px 8px var(--dark3);
    margin-bottom: 2px;
}
body:not(.home) .manual-products-grid .vc_inner h4 {
    text-shadow: 1px 1px 8px var(--dark3);
    margin-bottom: 7px;
}
.light1.manual-products-grid .vc_inner h4 {
    color: var(--light1);
    letter-spacing: 3px;
    font-size: 22px;
}

@media (max-width: 979px) {
    .wpb_row.thirds.inline-image .wpb_content_element,
    .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column,
    .wpb_row.other-services.multi-row.manual-products-grid .wpb_content_element {
        margin-bottom: 20px;
    }
}

/* END Products Index (Non-Woocommerce) */

/* Single Product (Non-Woocommerce) */

.prod-desc-row h3,
.prod-desc-row h2 {
    margin-bottom: 8px;
}
.prod-desc-row h4 {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0;
}
.prod-desc-row hr {
    margin: 16px 0 20px 0;
    border-width: 2px;
}

@media (min-width: 980px) {
    .product-gallery .container {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
    .product-gallery .vc_col-sm-4 {
        width: 30%;
    }
    .product-gallery .vc_col-sm-3 {
        width: 21%;
    }
}

/* END Single Product (Non-Woocommerce) */

/* Gallery Page */

.bottom-cta.no-form {
    height: 520px;
}
body .bottom-cta.no-form h2 {
    margin-bottom: 28px;
}
body .bottom-cta.no-form p {
    font-family: var(--AvantBold);
    color: var(--light1);
}
body #content .bottom-cta.no-form p a:not(.btn-bt) {
    color: var(--light1);
}
body #content .bottom-cta.no-form p a:not(.btn-bt):hover {
    color: var(--accent2);
}
body .bottom-cta.no-form a.btn-bt {
    margin-top: 18px;
}

/* END Gallery Page */

/* Contact */

.bakery .fifty-fifty .map-col .vc_column-inner .wpb_wrapper,
.bakery .fifty-fifty .wpb_gmaps_widget.wpb_content_element,
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
    height: 100% !important;
    border-radius: 36px;
    width: 100%;
    padding: 0;
}
p.nap-address {
    line-height: 1;
}
p.nap-address strong {
    font-family: var(--AvantBold);
}
.nap-address a:not(.dir-link) {
    text-decoration: none;
}
body .nap-col p.nap-address,
body .nap-col p.nap-phone {
    margin-bottom: 24px !important;
}
body .nap-col p.nap-hours {
    margin-bottom: 0 !important;
}
body .fifty-fifty .nap-col a.btn-bt {
    margin-top: 24px;
}

.fifty-fifty .nap-col .vc_column-inner > .wpb_wrapper {
    width: 100%;
}
.wpb_row.accent1 .nap-col hr {
    border-color: var(--light2);
    border-width: 2px;
    margin: 20px 0;

}
.nap-col h4 {
    letter-spacing: 0px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 20px;
}
.nap-col a.phone-link {
    text-decoration: none;
}
body .nap-col p {
    line-height: 1.6;
}
/*body .nap-col p:not(:last-child) {
    margin-bottom: 20px !important;
}*/
body .nap-col a.shrtcde-lnk {
    text-decoration: none;
}
body #content .accent1 .vc_col-sm-6.nap-col a:not(.btn-bt):hover {
    color: var(--accent2);
}

/* END Contact */

/* Our Team */

.staff-row img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
}
.staff-row h4 {
    margin-bottom: 8px;
    line-height: 40px;
    font-size: 30px;
}
.staff-row h5 {
    letter-spacing: 2px;
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 24px;
}
body .staff-row p {
    line-height: 30px;
    font-size: 20px;
}

@media (min-width: 980px) {
    .staff-row.thirds .container{
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    .staff-row.thirds .vc_col-sm-4{
        width: 31%;
        padding: 0px;
    }
}

/* END Our Team */

/* Service Index */

@media (min-width: 980px) {
	.service-row.thirds .container{
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
	.service-row.thirds .vc_col-sm-4 {
        width: 31%;
    }
	.service-row .vc_col-sm-6 {
    	padding-right: 0px !important;
    	padding-left: 2.5%;
	}
}

.service-row img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 36px 36px 0px 0px;
}
.service-area-text {
    background-color: #f0efe7;
    margin-top: -10px;
    padding: 20px;
}
.service-area-text hr {
	margin: 10px 0px;
}

h4.service-link:after {
    font-family: 'fontello';
    position: absolute;
    content: '\f08e';
    right: 20px;
}
.service-area-text {
    border-radius: 0px 0px 36px 36px;
}

/* Reviews */

.reviews-wall .testimonial {
    padding: 60px 0 60px 0px;
}
.reviews-wall .testimonial:nth-child(odd) {
    background: var(--light1);
}
.reviews-wall .testimonial:nth-child(even) {
    background: var(--accent1);
}
.reviews-wall .testimonial .testimonial-inner {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
body #content .reviews-wall .testimonial:nth-child(even) .testimonial-inner h3,
body #content .reviews-wall .testimonial:nth-child(even) .testimonial-inner p {
    color: var(--light1);
}
body #content .reviews-wall .testimonial h3 {
    border-bottom: 2px solid var(--light2);
    padding: 0 12px 28px 12px;
    margin: 0 auto 24px auto;
    width: fit-content;
}

/* END Reviews */

/* Deals Page */

.feat-special h3,
.feat-special h2 {
    margin-bottom: 10px;
}
.feat-special h4  {
    margin-bottom: 12px;
    font-size: 20px;
}
.feat-special hr.line.fw-line {
    border-color: var(--light2);
    margin-bottom: 16px;
    border-width: 2px;
}
.feat-special h5,
.fw-special h5 {
    letter-spacing: 2px;
    font-size: 18px;
}
.fw-special h5 {
    margin-bottom: 16px;
}
.fw-special h3 {
    margin-bottom: 12px;
}
.fw-special h4 {
    font-size: 22px;
}
.fw-special hr.line {
    border-color: var(--light2);
    border-width: 2px;
    margin: 25px auto;
    max-width: 300px;
}
.fw-special a.btn-bt {
    margin-top: 12px;
}
.bakery .fw-special .wpb_text_column p:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 980px) {
    body .horizontal-gform .gform_wrapper {
        background: unset;
        max-width: 75%;
        padding: 0;
    }
    .horizontal-gform form,
    .horizontal-gform .gform_fields {
        justify-content: space-between;
        display: flex !important;
        align-items: flex-end;
    }
    .horizontal-gform form .gform_body {
        width: 65.5% !important;
    }
    .horizontal-gform form .gform_footer {
        width: 32.5% !important;
    }
    .horizontal-gform form .gform_fields li {
        margin-bottom: 0;
        width: 48.5%;
    }
    .horizontal-gform input:not(.gform_button) {
        background: var(--dark1) !important;
    }
}

/* END Deals Page */

/* Blog Index */

body#blog-page .blog .wrap {
    max-width: 1520px;
    width: 92%;
}
body#blog-page img.post-image {
    border-radius: 36px;
    width: 100%;
}
#primary .post-image-wrap {
    margin-bottom: 20px;
}
.post-image-wrap a.archive-post-image-link {
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 36px;
    line-height: 0;
    display: block;
    width: 100%;
}
.post-image-wrap a.archive-post-image-link:hover {
    background-color: var(--accent2_40);
    transition: all 0.3s ease-in-out;
}
p.archive-date {
    margin-bottom: 10px !important;
    font-family: var(--AvantBold);
    text-transform: uppercase;
    color: var(--accent1);
    font-size: 14px;
    line-height: 1;
}
body #content #primary .post-text-wrap p.postdate {
    font-variation-settings: var(--Nunito-B);
    font-family: var(--Nunito);
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 20px;
    font-size: 14px;
}
#primary .post-text-wrap h2.archive-post-title {
    line-height: 34px;
    margin-bottom: 0;
    font-size: 24px;
}
body #content #primary .post-text-wrap h2.archive-post-title a {
    font-family: var(--AvantDemi);
    text-decoration: none;
    color: var(--black);
}
body #content #primary .post-text-wrap h2.archive-post-title a:hover {
    text-decoration: none;
    color: var(--accent1);
}
body #content #primary .post-text-wrap hr.line {
    margin: 14px 0;
}
#primary hr.line.fw-line {
    border-color: var(--light2);
    margin-bottom: 16px;
    border-width: 2px;
}
#primary p.archive-post-excerpt {
    margin-bottom: 20px !important;
    font-size: 14px;
}
body#blog-page div#pagination {
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    display: flex;
    width: 100%;
}
body.single .navigation .nav-links a.btn-bt,
body #content a.all-blogs-link,
body #content .left-pag a.btn-bt.default,
body #content .right-pag a.btn-bt.default {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    color: var(--dark3);
    padding: 13px 28px;
    width: fit-content;
    display: flex;
}
body.single .navigation .nav-links a.btn-bt i,
body #content a.all-blogs-link i,
body #content .left-pag a.btn-bt.default i,
body #content .right-pag a.btn-bt.default i {
    color: var(--accent2);
    font-size: 24px;
    margin: 0;
}
body.single .navigation .nav-links a.btn-bt i::before,
body #content a.all-blogs-link i::before,
body #content .left-pag a.btn-bt.default i:before,
body #content .right-pag a.btn-bt.default i:before {
    margin: 0 !important;
}

/* END Blog Index */

/* Single Blog */

body.single .default-header .container {
    flex-direction: column;
    row-gap: 24px;
}
body.single .default-header h2 {
    color: var(--light1);
    line-height: 72px;
    font-size: 52px;
}
body.single .default-header a.back-button {
    text-transform: uppercase;
}
body.single #content .blog {
    padding: 32px 0 !important;
    background: var(--light2);
}
body.single-post #content .wrap {
    max-width: 1520px;
    margin: 0 auto;
    column-gap: 2%;
    width: 92%;
}
body.single .wrap #primary > div {
    width: 100%;
}
ody.single-post #primary {
    width: 75% !important;
    display: block;
}
aside#secondary {
    background: var(--accent1) !important;
    padding: 20px 24px !important;
    width: 25% !important;
    border-radius: 36px;
    position: sticky;
    top: 164px;
}
aside#secondary .widget {
    margin-bottom: 0.8em;
}
aside#secondary h2.widget-title {
    letter-spacing: 1px !important;
    margin-bottom: 5px !important;
    font-size: 20px !important;
    color: var(--light1);
}
aside#secondary ul {
    list-style: none;
}
#secondary ul li {
    border-bottom: 1px solid var(--light3);
    padding: 10px 0;
}
#secondary ul li,
#secondary ul li a {
    line-height: 1.1;
    font-size: 16px;
}
body #content #secondary ul li a {
    text-decoration: none;
    color: var(--light1);
}
body #content #secondary ul li a:hover {
    color: var(--accent2);
}

@media (min-width: 980px) {
    body.single.admin-bar { margin-top: 0;
    }
}

@media (max-width: 979px) {
    html[lang="en-US"] {
        margin-top: 0 !important;
    }
    body.single.admin-bar {
        margin-top: 0;
    }
}

@media (max-width: 782px) {
    html[lang="en-US"] {
        margin-top: 0 !important;
    }
}

body.single #content .blog.single {
    padding-top: 0;
}
.single-intro {
    background: var(--accent1);
    padding: 100px 0 70px 0;
    width: 100%;
}
.single-intro .container {
    align-items: flex-start;
    justify-content: center;
    max-width: unset;
    margin: 0 auto;
    display: flex;
    width: 93%;
}

@media (min-width: 980px) {
    .single-intro .container > div {
        margin-bottom: 0;
        width: 50%;
    }
    .single-intro .container > div:nth-child(1) {
        padding-right: 2.5%;
    }
    .single-intro .container > div:nth-child(2) {
        padding-left: 2.5%;
        padding-top: 24px;
    }
}

@media (max-width: 979px) {
    .single-intro .container {
        flex-direction: column-reverse;
    }
    .single-intro .container > div {
        width: 100%;
    }
}
body.single h1.single-post-title {
    color: var(--black);
    margin-bottom: 5px;
    text-shadow: none;
}
body p.single-post-meta,
body #content p.single-post-meta a {
    color: var(--dark3);
}
body.single-post p.single-post-meta span {
    font-size: 16px;
    line-height: 1;
}
body.single .single-post-feat-img-wrap img {
    border-radius: 36px;
    height: auto;
    width: 100%;
}

body.single .single-post-content-wrap {
    margin-bottom: 1.5em;
}
.blog-beef {
    padding: 40px 0;
    width: 100%;
}
.blog-beef .container,
.single-pagination .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.blog #primary div#pagination,
div#single-pagination {
    width: 100%;
}
.single-pagination-link.next {
    justify-content: end;
    text-align: right;
}
body.paged #primary div#pagination,
div#single-pagination {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
body.single div#single-pagination {
    column-gap: 5%;
}
.single-pagination-link {
    align-items: center;
    column-gap: 10px;
    display: flex;
    width: 50%;
}
div#pagination .left-pag a,
div#pagination .right-pag a,
body #content .single-pagination-link,
body #content .single-pagination-link a {
    text-decoration: none;
    font-family: var(--AvantBold);
    color: var(--dark3);
    font-size: 18px;
}
body #content .single-pagination-link a:hover {
    color: var(--accent2);
}
body.single nav.navigation.post-navigation {
    background: unset;
    max-width: none;
    padding: unset;
    width: 100%;
    margin: 0;
}
body.single .navigation .nav-links > * {
    min-width: unset;
    min-height: unset;
}
body.single #content .navigation .nav-links a.btn-bt {
    text-transform: uppercase;
    font-family: var(--AvantBold);
    justify-content: center;
    text-decoration: none;
    letter-spacing: 2px;
    flex-direction: row;
    align-items: center;
    color: var(--dark3);
    border-radius: 2px;
    text-align: center;
    padding: 13px 28px;
    font-size: 14px;
    line-height: 1;
    display: flex;
}
body.single .single-post-content-wrap h2 {
    margin-bottom: 18px;
}
body.single .single-post-content-wrap h3 {
    margin-bottom: 16px;
}
body.single .single-post-content-wrap a.btn-bt {
    margin-top: 16px;
}
body.single .single-post-content-wrap p {
    margin-bottom: 16px;
}
body.single .single-post-content-wrap img {
    margin-bottom: 2em;
    margin-top: 2em;
}

/* END Single Blog */

/* Terms, Privacy Policy, ADA, TY */

body#pp-page h5,
body#ada-page h5,
body#tos-page h5,
body#ty-page h5,
body .four-oh-four-page h5 {
    font-size: 20px;
}
body .four-oh-four-page .wpb_text_column a.btn-bt,
body#ty-page .wpb_text_column a.btn-bt {
    margin-top: 14px;
}
body.error404 #content .row.copyright a {
    transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
}
body.error404 #content .row.copyright a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2) !important;
}

/* END Privacy Policy, ADA, TY */

/* Search */

body.search .default-header {
    background-image: url(/wp-content/uploads/2022/10/default-header-background.jpg);
}

/*@media (max-width: 480px) {
    .default-header {
        background-image: url(/wp-content/uploads/2021/10/header-default-mobile.jpg);
    }
}*/

body.search .top-blurb {
    padding-bottom: 36px;
    padding-top: 28px;
}
body.search .vc_row.wpb_row.top-cta.dark1.search-cta {
    padding: 24px 0;
}

@media (min-width: 980px) {
    body.search .top-blurb {
        min-height: 500px;
    }
    body.search .top-cta h4 {
        margin-right: 24px;
    }
}

body.search #content .top-blurb h2 {
    margin-bottom: 24px;
    color: ;
}
body.search .default-header h1,
body.search .default-header h1 span {
    color: var(--light1) !important;
    font-family: var(--AvantBold);
    text-transform: uppercase;
    font-size: 28px;
}
body.search .entry-content p,
body.search .entry-content {
    font-family: var(--Nunito);
    font-size: 16px;
}
body.search .bakery .top-cta.vc_row.accent2 {
    background: var(--accent2);
    padding: 16px 0;
}
body.search .top-cta .wpb_text_column .wpb_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
body.search .top-cta h4 {
    color: var(--light1);
    letter-spacing: 3px;
    font-size: 18px;
}
body.search .search-cta form.search-form {
    position: relative;
    width: 450px;
}
body.search .search-cta label {
    display: none;
}
body.search .bakery .search-cta input[type="search"] {
    border-bottom: 3px solid var(--accent1);
    border: 1px solid var(--light2);
    background: var(--light1_50);
    margin: 0 !important;
    padding-right: 25px;
    font-size: 16px;
    height: 44px;
}
body.search .search-cta button.search-submit {
    background-color: none !important;
    background: none !important;
    position: absolute;
    border: none;
    padding: 0;
    right: 6px;
    margin: 0;
    top: 6px;
}
body.search .search-cta button.search-submit i.icon-search {
    background-color: none !important;
    background: none !important;
    color: var(--dark1);
}
body.search button.search-submit i.icon-search::before {
    transform: rotate(272deg);
    font-weight: 600;
    font-size: 20px;
}
body.search-results .some-content.num-of-results {
    background: var(--dark2);
    padding: 24px 0;
}
body.search-results .some-content {
    padding: 40px 0px;
}
body.search-results .some-content .container {
    max-width: 800px;
    margin: 0 auto;
    width: 87%;
}
body.search-results .search-result-count.default-max-width {
    max-width: unset;
    width: 100%;
}
body.search-results .search-result-count.default-max-width p {
    font-family: var(--AvantBold);
    color: var(--light1);
    text-align: center;
}
body.search-results .some-content .container {
    max-width: 800px;
    margin: 0 auto;
    width: 87%;
}
body.search-results article:nth-child(odd),
body.search-results article:nth-child(even) {
    background: var(--light2);
}
body.search-results article {
    margin-bottom: 25px;
    padding: 20px;
}
body.search-results article .entry-header,
body.search-results article .entry-content {
    color: var(--light1);
    margin: 0;
}
body.search-results article .entry-header h2 {
    text-transform: none;
    color: var(--light1);
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 24px;
}
body.search-results #content article .entry-header h2 a {
    color: var(--light1);
}
body.search-results #content article .entry-header h2 a:hover {
    color: var(--accent2);
}
body.search-results article .entry-header h2,
body.search-results article .entry-content p {
    max-width: unset !important;
    color: var(--light1);
    width: 100%;
}
body.search-results #content article .entry-header h2 a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
body.search-results a.page-numbers,
body.search-results span.page-numbers {
    text-decoration: none !important;
    font-family: var(--AvantBold);
    text-transform: uppercase;
    font-size: 18px;
}
body.search-results span.page-numbers.current {
    color: var(--accent2);
}
span.nav-prev-text,
span.nav-prev-text span,
span.nav-next-text,
span.nav-next-text span {
    font-family: var(--AvantBold) !important;
}
body.search-results a.prev.page-numbers,
body.seatch span.page-numbers.current,
body.search-results .nav-links a {
    text-decoration: none;
}
body.search-results a.more-link,
body.single .nav-links a .meta-nav {
    margin-right: unset !important;
    margin-left: unset !important;
    width: fit-content;
}
body.search-results article .entry-header figure,
body.search-results article .entry-footer {
    display: none;
}

@media (max-width: 480px) {
    body.search-results a.more-link,
    body.single .nav-links a .meta-nav {
        margin-top: 16px;
        width: 100%;
    }
}

/* END Search */

/* Privacy Policy */

#legal-page #content .bakery hr {
    margin: 35px 0;
}
#legal-page #content .bakery ul:not(.social) {
    margin-bottom: 16px;
}
#legal-page #content .bakery ul ul {
    margin-top: 16px;
}
#legal-page #content .bakery ul:not(.social) li {
    margin-bottom: 7px;
}
#legal-page #content .bakery ol {
    margin-bottom: 16px;
    padding-left: 18px;
    margin-top: 36px;
}
#legal-page #content .bakery  h2 {
    margin-bottom: 0;
    font-size: 36px;
}
#legal-page #content .bakery li h3 {
    line-height: 1.25;
    font-size: 24px;
}
#legal-page #content .bakery p,
#legal-page #content .bakery p a:not(.ab-item),
#legal-page #content .bakery p span,
#legal-page #content .bakery ul:not(.social) li {
    font-size: 16px;
}

/* END Privacy Policy */

/* Responsive */

@media (max-width: 1440px) {
    .featured-posts-row h3,
    .testimonials-row h3 {
        line-height: 42px;
        font-size: 32px;
    }
    nav ul#top-menu li a {
        letter-spacing: 1.5px;
        font-size: 14px;
    }
    body .header-button a.btn-bt {
        letter-spacing: 1.5px;
        padding: 16px 8px;
        min-width: 200px;
        font-size: 14px;
    }
    body h2 {
        line-height: 1.2;
        font-size: 36px;
    }
    .featured-posts .feat-post h2.feat-post-title {
        line-height: 34px;
        font-size: 24px;
    }
    .feat-post-left {
        margin-bottom: 18px;
    }
    .featured-posts-row p.feat-post-date-author {
        margin-bottom: 4px !important;
        font-size: 12px;
    }
    body,
    button,
    body p,
    body li,
    body span,
    form label,
    a.btn-bt,
    span.vc_tta-title-text,
    .gform_footer input[type="submit"],
    .featured-posts-row p.feat-post-content {
        line-height: 28px;
        font-size: 18px;
    }
}

@media (max-width: 1439px) {
    .dotw.slick-initialized.slick-slider.slick-dotted {
        align-items: center;
    }
    .dotw i.slick-arrow {
        transition: color 0.3s ease-in-out;
        font-size: 45px;
        line-height: 1;
    }
    .dotw .slick-arrow:hover {
        transition: color 0.3s ease-in-out;
        color: var(--accent1);
    }
    .dotw .slick-dots {
        bottom: -35px;
    }
    .dotw .slick-dots li {
        height: 12px;
        width: 12px;
    }
    .dotw .slick-dots li button {
        align-items: center;
        line-height: 12px;
        font-size: 12px;
        display: flex;
        height: 12px;
        width: 12px;
        padding: 0;
    }
    .dotw .slick-dots li button:before {
        transition: all 0.3s ease-in-out;
        line-height: 12px;
        font-size: 12px;
        height: 12px;
        width: 12px;
    }
    .dotw .slick-dots li button:hover:before {
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width: 1200px) {
    header .left-right-header nav ul#top-menu li {
        padding: 12px 10px;
    }
    nav ul#top-menu li a {
        letter-spacing: 1px;
        font-size: 12px;
    }
    body .header-button a.btn-bt {
        letter-spacing: 1px;
        padding: 12px 6px;
        min-width: 150px;
        font-size: 12px;
    }
    #top-menu:not(.mobile-menu) li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1280px) {
    body:not(.home) h1 {
       line-height: 52px;
       font-size: 40px;
    }
}

@media (max-width: 1024px) and (min-width: 980px) {
    body #content a.btn-bt.default,
    body #content a.btn-bt.alternate,
    body footer#footer a.btn-bt.default,
    body footer#footer a.btn-bt.alternate {
        letter-spacing: 1px;
        padding: 12px 6px;
        min-width: 150px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    #HomeHero h1,
    .bakery .bottom-cta h2 {
        line-height: 54px;
        font-size: 48px;
    }
    .bottom-cta:not(.form-bottom-cta) {
        height: 300px;
    }
    body .bakery section.vc_section:not(.fifty-and-gallery) {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    body .fifty-section.top-brands-section .inline-fifty {
        padding-bottom: 32px !important;
    }
    .bottom-cta .gform_wrapper.gravity-theme h2 {
        line-height: 52px;
        max-width: 450px;
        font-size: 40px;
        margin: 0 auto;
    }
    .bottom-cta .gform_wrapper.gravity-theme h2 {
        margin-bottom: 18px !important;
    }
    body h2 {
        line-height: 1.2;
        font-size: 24px;
    }
    .featured-posts-row h3,
    .testimonials-row h3 {
        line-height: 32px;
        font-size: 22px;
    }
    body,
    button,
    body p,
    body li,
    body span,
    form label,
    a.btn-bt,
    span.vc_tta-title-text,
    .gform_footer input[type="submit"],
    .featured-posts-row p.feat-post-content {
        line-height: 26px;
        font-size: 16px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 192px;
    }
    .featured-posts .feat-post h2.feat-post-title {
        line-height: 1.2;
        font-size: 20px;
    }
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-prev-button {
        left: -10px !important;
    }
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-next-button {
        right: -10px !important;
    }
    .bakery .wpcp-carousel-section div.wpcp-nav {
        border: 3px solid var(--accent1) !important;
        color: var(--accent1) !important;
        border-radius: 50px !important;
        font-size: 24px !important;
    }
    .bakery .wpcp-carousel-section div.wpcp-nav:hover {
        border-color: var(--black) !important;
        color: var(--black) !important;
    }
    .bakery .wpcp-carousel-section div.wpcp-nav i:before {
        margin: 0 !important;
    }
    .bakery .wpcp-carousel-section div.wpcp-prev-button.wpcp-nav i {
        position: relative;
        left: -3px;
    }
    .bakery .wpcp-carousel-section div.wpcp-next-button.wpcp-nav i {
        position: relative;
        right: -3px;
    }
}

@media (max-width: 979px) {
    footer .textwidget {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    h2.faux-widget-title:after {
        margin: 0 auto;
        right: 0;
    }
    aside#secondary {
        width: 100% !important;
        margin-top: 24px;
    }
    body,
    button,
    body p,
    body li,
    body span,
    form label,
    a.btn-bt,
    span.vc_tta-title-text,
    .gform_footer input[type="submit"],
    .featured-posts-row p.feat-post-content {
        line-height: 22px;
        font-size: 16px;
    }
    .bakery .shop-category-row .container {
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
        column-gap: 2%;
        display: flex;
    }
    .bakery .shop-category-row .container .wpb_column.vc_col-sm-3 {
        width: 48%;
    }
    .shop-category-row a h4 {
        font-size: 24px;
        padding: 24px;
    }
    .bakery .bottom-cta {
        height: auto;
    }
    body .bakery .bottom-cta h2 {
        margin: 0 auto 32px auto;
        line-height: 32px;
        max-width: unset;
        font-size: 30px;
    }
    body .bakery .bottom-cta:not(.form-bottom-cta) h2 {
        margin: 0 auto 40px auto;
    }
    body #content .wpb_row.bottom-cta:not(.form-bottom-cta) a.btn-bt {
        margin: 40px auto 0 auto !important;
        max-width: 100%;
        width: 100%;
    }
    header .top-widget .right {
        padding-right: 2.5% !important;
    }
    body #content a.btn-bt.default,
    body #content a.btn-bt.alternate,
    body footer#footer a.btn-bt.default,
    body footer#footer a.btn-bt.alternate {
        min-width: 280px;
        /*min-width: unset;*/
    }
    .featured-posts-row a.archive-post-image-link {
        height: 570px;
    }
    .fifty-fifty.inline-image .image-col figure,
    .fifty-fifty.inline-image .image-col .vc_single_image-wrapper,
    .fifty-fifty.inline-image .image-col .vc_single_image-wrapper img,
    .fifty-fifty.inline-image .image-col .vc_column-inner .wpb_wrapper {
        width: 100%;
    }
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
        height: 420px !important;
    }
    body button#primary-mobile-menu svg {
        transition: all 0.3s ease-in-out;
        stroke-width: 0.75px !important;
        stroke-linejoin: miter;
        stroke: var(--light1);
        height: 48px;
        width: auto;
    }
    span.dropdown-icon svg:hover, span.dropdown-icon.close svg {
        transition: all 0.3s ease-in-out;
        stroke: var(--accent2) !important;
        color: var(--accent2);
    }
    body .main-navigation.display-small-desktop ul,
    body .js .top-header .main-navigation > div > ul,
    body header .left-right-mobile-nav > div > ul {
        background-color: var(--dark1);
    }
    ul#top-menu.mobile-menu ul.sub-menu li {
        padding: 0;
    }
    body .remove-padding-mobile {
        padding: 0 !important;
    }
    .featured-posts .feat-post {
        margin-bottom: 28px;
    }
    footer .widget-content.widget {
        text-align: center;
    }
    footer .widget-content.widget h2 {
        /*width: 100% !important;*/
        margin-right: auto;
        margin-left: auto;
    }
    footer#footer .span3:not(:last-child) .widget {
        margin-bottom: 35px;
    }
    footer#footer .span3:last-child .widget {
        margin-bottom: 0;
    }
    .row.copyright {
        padding: 24px 0;
    }
    .row.copyright .copyright-content.span6.right {
        margin-top: 18px;
    }
    .bakery .promo-row .wpb_column {
        height: 400px;
    }
    body:not(.home) .default-header {
        padding-top: 0;
        height: 176px;
    }
    body:not(.home) .default-header h1 {
        text-align: center;
    }
    body:not(.home) h1 {
        line-height: 42px;
        font-size: 32px;
    }
    body.single .single-intro {
        padding: 40px 0 28px 0;
    }
    body.single .single-post-feat-img-wrap {
        margin-bottom: 10px;
    }
    body.single .single-post-title-wrap {
        margin-bottom: 0px;
    }
    body .wpb_row.subpage-banner.large {
        padding-bottom: 0px;
        padding-top: 0px;
        height: 389px;
    }
    body.search .top-cta h4 {
        display: none;
    }
    footer#footer {
        padding: 40px 0 32px 0;
    }
    footer .widget .widget-title,
    footer .widget h2 {
        border-bottom: 3px solid var(--accent1);
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    footer .widget .widget-title,
    footer .widget h2 {
        border-bottom: 2px solid var(--accent1);
    }
    footer .footer-left {
        margin-bottom: 36px;
    }
    footer .footer-mid {
        margin-bottom: 24px;
    }
    footer .footer-left,
    footer .footer-mid,
    footer .footer-right {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }
    footer .footer-left .sidebar,
    footer .footer-mid .sidebar,
    footer .footer-right .sidebar {
        width: 100%;
    }
    .footer-mid .sidebar .widget a.wrapped-in-my-script {
        margin: 0 auto;
    }
    footer .footer-right .widget {
        margin-bottom: 0 !important;
        align-items: center;
    }
    footer .widget a img {
        margin: 0 auto;
    }
    footer a.btn-bt {
        padding: 21.5px 16px !important;
        min-width: 338px !important;
        letter-spacing: 1px;
        font-size: 18px;
        line-height: 1;
    }
    footer .widget ul.menu li,
    footer .widget ul.menu li a {
        font-size: 14px;
        line-height: 1;
    }
    footer .widget ul.menu li {
        margin-bottom: 14px;
    }
    div.row.copyright {
        padding-bottom: 22.5px;
        padding-top: 18.5px;
    }
    .row.copyright .container {
        width: 80%;
    }
    p#copyright-p {
        line-height: 12px;
        font-size: 9px;
    }
    .row.copyright ul.social li a i {
        font-size: 32px;
    }
    .nap-col .sbs-buttons {
        justify-content: center;
    }
    .nap-col .sbs-buttons a.btn-bt {
        min-width: 50% !important;
    }
    .nap-col {
        text-align: center;
    }
    .nap-col hr {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .single-post-meta-wrap {
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .shop-category-row a h4 {
        font-size: 16px;
        padding: 8px;
    }
    .shop-category-row .wpb_raw_code.wpb_content_element.wpb_raw_html {
        margin-bottom: 20px !important;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 448px;
    }
    #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 535px;
    }
    body .wpb_row.subpage-banner.large {
        height: 304px;
    }
    body #content h3 {
        line-height: 32px;
        font-size: 22px;
    }
    body #content .fifty-fifty h3 {
        margin-bottom: 12px;
    }
    body .blurb-row hr.line {
        margin: 24px auto;
        max-width: 500px;
    }
    .bakery .blurb-row.wpb_row {
        padding: 32px 0 !important;
    }
    .bakery section .blurb-row.wpb_row {
        padding: 0 !important;
    }
    #content .promo-row .wpb_column {
        height: 313px;
    }
    body.single h1.single-post-title {
        line-height: 1.4;
        font-size: 32px;
    }
    body .bakery .bottom-cta.no-form {
        height: 360px;
    }
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
        height: 375px !important;
    }
    body #HomeHero {
        text-align: center;
    }
    section#HomeHero .wpb_row.home-banner-slide {
        height: 440px;
    }
    #HomeHero .main-slide .wpb_wrapper {
        justify-content: space-between;
        flex-direction: column;
        display: flex;
        row-gap: 80px;
    }
    body #HomeHero h1 {
        margin-bottom: 8px !important;
        line-height: 32px;
        font-size: 30px;
    }
    body #HomeHero h2 {
        letter-spacing: 0.5px;
        line-height: 20px;
        font-size: 18px;
    }
    .hero-eyebrow {
        margin-bottom: 8px !important;
        font-family: var(--AvantDemi);
        color: var(--accent1);
        letter-spacing: 0.33px;
        line-height: 16px;
        max-width: 215px;
        font-size: 12px;
        margin: 0 auto;
    }
    .blurb-row .sbs-buttons,
    body #HomeHero .sbs-buttons {
        flex-direction: column;
        column-gap: unset;
        row-gap: 12px;
    }
    .bakery .blurb-row .sbs-buttons {
        margin-top: 24px;
    }
    .bakery .blurb-row .sbs-buttons a.btn-bt {
        margin-top: 0 !important;
    }
    .bakery .blurb-row a.btn-bt {
        margin-top: 0;
    }
    #HomeHero h2 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    body .bakery .wpb_row.accordion .vc_tta-panel-title a {
        padding-left: 36px;
    }
    #content .bakery section.pt0-mobile,
    #content .bakery .wpb_row.pt0-mobile {
        padding-top: 0 !important;
    }
    #content .bakery section.pb0-mobile,
    #content .bakery .wpb_row.pb0-mobile {
        padding-bottom: 0 !important;
    }
    section#TopBrands .text-col h2 {
        margin-bottom: 12px;
    }
    section#TopBrands .text-col h2,
    section#TopBrands .text-col p {
        text-align: center;
    }
    #HomeHero h2 {
        margin-bottom: 0 !important;
    }
    .promo-cards .wpcp-single-content {
        row-gap: 0px;
    }
    .featured-posts-row p.feat-post-content {
        line-height: 22px;
        font-size: 14px;
    }
    .bakery section .wpb_row:not(.fifty-fifty.inline-image).gallery-row {
        padding-bottom: 30px !important;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 276px;
    }
    body section#HomeHero .home-banner h1,
    body:not(.home).default-header h1,
    body .bottom-cta h2,
    body .bottom-cta .gform_wrapper.gravity-theme h2 {
        line-height: 32px;
        font-size: 30px;
    }
    .bottom-cta.no-form {
        height: auto !important;
    }
    #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 330px !important;
    }
    body:not(.home) h1 {
        line-height: 32px;
        font-size: 23px;
    }
    header .top-header {
        height: 88px;
    }
    .bakery .wpb_row.home-banner {
        padding: 40px 0;
        height: 361px;
    }
    .post-read-more-wrap {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .home-banner img {
        max-width: 140px;
        height: auto;
    }
    body .home-banner h1 {
        line-height: 42px;
        font-size: 30px;
    }
    body#blog-page div#pagination {
        justify-content: center;
        margin-top: 24px;
    }
    body #content .bakery .promo-row .wpb_column {
        height: 194px;
    }
    .promo-row .wpb_column .vc_column-inner {
        padding-top: 0;
    }
    .promo-row h2 {
        margin-bottom: 0px;
        line-height: 32px;
        font-size: 24px;
    }
    body .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
    body .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        padding: 32px 5%;
    }
    body #content .wpb_row:not(.cta-row):not(.home-banner-slide):not(.bottom-cta):not(.nap-row) a.btn-bt {
        margin: 24px auto 0 auto !important;
        display: block !important;
        max-width: 280px;
        width: 100%;
    }
    body #content .wpb_row:not(.cta-row):not(.home-banner-slide):not(.bottom-cta):not(.nap-row).blurb-row a.btn-bt {
        margin: 0 auto 0 auto !important;
    }
    .gallery-row .wpcp-single-item {
        margin-top: 0 !important;
    }
    .testimonials-row hr.line {
        margin: 24px auto;
        max-width: 225px;
    }
    body #content h3 {
        line-height: 28px;
        font-size: 20px;
    }
    body.single h1.single-post-title {
        line-height: 1.5;
        font-size: 24px;
    }
    body.single .nav-links {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    body.single .navigation .nav-links > * {
        margin: 8px 0;
    }
    body .bottom-cta h2 {
        line-height: 42px;
        font-size: 30px;
    }
    body h2 {
        line-height: 30px;
        font-size: 22px;
    }
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
        height: 288px !important;
    }
    .nap-col h4 {
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 16px;
    }
    #HomeHero .sbs-buttons a.btn-bt:not(:nth-child(1)) {
        min-width: unset !important;
    }
    .featured-brands-title-block img {
        width: 145px;
    }
    .featured-brands-title-block h2 {
        letter-spacing: 1px;
        font-size: 15px;
    }
    .featured-brands-title-block .wpb_wrapper {
        column-gap: 14px;
        width: 100%;
    }
    .dotw .slick-slide img {
        margin: 0 auto;
        height: auto;
        width: 200px;
    }
    header .top-header .logo .site-branding a img {
        max-height: unset;
        max-width: unset;
        height: 70px;
        width: auto;
    }
    .nap-col .sbs-buttons {
        flex-direction: column;
        column-gap: unset;
        margin-top: 24px;
        row-gap: 12px;
    }
    body .fifty-fifty .nap-col a.btn-bt {
        margin-top: 0px;
    }
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-prev-button {
        left: -5px !important;
    }
    .wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center .wpcp-next-button {
        right: -5px !important;
    }
    body #content .wpcp-all-captions h2.wpcp-image-caption {
        font-size: 24px !important;
        line-height: 1 !important;
    }
    section.seventy-twentyfive-section .wpb_row:not(:last-child) {
        margin-bottom: 18px;
    }
    .seventy-twentyfive-row .img-col .wpb_content_element {
        margin-bottom: 18px !important;
    }
    .seventy-twentyfive-row {
        text-align: center;
    }
    .why-trust-section img {
        width: 70px;
    }
    .why-trust-section h4 {
        margin-bottom: 5px;
        line-height: 1.1;
        font-size: 20px;
    }
}

@media (min-width: 441px) {
    .display-440 {
        display: none;
    }
}

@media (max-width: 440px) {
    .top-widget {
        display: none !important;
    }
    .left-right-header .header-button {
        margin-right: 0px !important;
    }
    body .header-button a.btn-bt {
        min-width: unset;
        font-size: 18px;
        width: 177px;
    }
    body .bakery section.vc_section:not(.fifty-and-gallery) {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    .bakery .shop-category-row .container {
        column-gap: unset;
    }
    .bakery .shop-category-row .container .wpb_column.vc_col-sm-3 {
        width: 100%;
    }
    .shop-category-row a h4 {
        letter-spacing: 1.41px;
        line-height: 36px;
        font-size: 30px;
        padding: 24px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 253px;
    }
    footer a.btn-bt {
         min-width: unset !important;
         width: 100% !important;
    }
    footer .footer-right .textwidget.custom-html-widget {
        width: 100%;
    }
    .footer-logo a {
        display: inline-block;
    }
    footer .footer-right a.btn-bt {
        margin-top: 0px;
    }
    #content .bakery section.contain,
    #content .bakery section.contain .wpb_row {
        padding: clamp(16px, 1.4vw, 32px) !important;
    }
    #content .bakery section.contain.pt0-mobile {
        padding-top: 0 !important;
    }
    .featured-brands-title-block h2 {
        letter-spacing: 0.67px;
        font-size: 13px;
    }
    .fifty-fifty h3,
    .fifty-fifty h2,
    .blurb-row h2 {
        margin-bottom: 16px;
    }
    body .blurb-row hr.line {
        margin: 16px auto;
        max-width: 200px;
    }
    .dotw .slick-slide img {
        width: 175px;
    }
}

@media (max-width: 414px) {
    body section#HomeHero .home-banner h1,
    body:not(.home).default-header h1,
    body .bottom-cta h2,
    body .bottom-cta .gform_wrapper.gravity-theme h2 {
        line-height: 26px;
        font-size: 24px;
    }
    .gform_wrapper.gravity-theme h4 {
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 16px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 237px;
    }
    .dotw .slick-slide img {
        width: 145px;
    }
}

@media (max-width: 375px) {
    .featured-posts-row a.archive-post-image-link {
        height: 214px;
    }
}

@media (max-width: 360px) {
    body#blog-page div.default-header {
        height: 139px;
    }
    body #content .bakery .wpb_row.promo-row .wpb_column {
        height: 170px;
    }
    body .wpb_row.subpage-banner.large {
        height: 160px;
    }
    body #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    body #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 245px !important;
    }
}

/* END Responsive  */

/* Carousels */

.bakery .sub-promos.promo-cards .container {
    max-width: unset;
	margin: 0 auto;
	width: 95%;
}

@media (min-width: 1921px) {
	.bakery .sub-promos.promo-cards .wpcp-slide-image img {
		width: 100%;
	}
}

.wpcp-all-captions {
    transition: all 0.3s ease-in-out;
    background-color: var(--black);
    justify-content: center;
    padding: 0 !important;
    align-items: center;
    display: flex;
}
.wpcp-all-captions:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--accent1);
}
body #content .wpcp-all-captions h2.wpcp-image-caption {
    line-height: 46px;
    font-size: 36px;
    display: flex;
    width: 100%;
}

body #content div[id*="wpcpro-wrapper-"] div[id*="sp-wp-carousel-pro-id-"][class*="sp-wpcp-"] .wpcp-all-captions h2.wpcp-image-caption a {
    color: var(--white) !important;
    padding: 16px;
    width: 100%;
}
body #content div[id*="wpcpro-wrapper-"] div[id*="sp-wp-carousel-pro-id-"][class*="sp-wpcp-"] .wpcp-all-captions:hover h2.wpcp-image-caption a {
    transition: all 0.3s ease-in-out;
    color: var(--black) !important;
}

/* Loyalty Program */

body #content .bakery .join-and-save a.btn-bt {
    min-width: 370px;
}

/* Client QA #2 Edits - CL - 8/5/26 */
@media (max-width: 979px) {
	body .bakery div#WhyTrust h4 								{ letter-spacing: 0.5px; line-height: 32px; font-size: 20px; }
	div#WhyTrust .container 									{ flex-wrap: wrap; display: flex; }
	div#WhyTrust img 											{ height: 100px; width: auto; }
	.bakery div#WhyTrust .container .wpb_column 				{ width: 50% !important; }
	.bakery div#WhyTrust .container .wpb_column:nth-child(odd)  { padding-right: 2.5%; }
	.bakery div#WhyTrust .container .wpb_column:nth-child(even) { padding-left: 2.5%;  }
}
@media (max-width: 768px) {
	body .bakery div#WhyTrust h4 { line-height: 30px; font-size: 16px; }
}
@media (max-width: 480px) {
	body .bakery div#WhyTrust h4 								{ letter-spacing: 0px; line-height: 28px; font-size: 14px; }
	body .bakery div#WhyTrust p:last-child  					{ letter-spacing: 0px; line-height: 20px; font-size: 14px; }
	body .bakery div#WhyTrust p 								{ margin-bottom: 0 !important; }
	.bakery div#WhyTrust .container .wpb_column:nth-child(odd)  { padding-right: 0; }
	.bakery div#WhyTrust .container .wpb_column:nth-child(even) { padding-left: 0;  }
	body #content .bakery .join-and-save a.btn-bt 				{ min-width: unset; font-size: 15px; }
}

/* faq tabs */
body #content .bakery .wpb_row.tabs.faq-tabs ul.vc_tta-tabs-list li.vc_tta-tab { min-width: 32%;    }
body .bakery .wpb_row.tabs.faq-tabs ul.vc_tta-tabs-list 					   { max-width: 1100px; }

/* age gate */
p.age-gate__challenge {
    font-family: 'ITCAvantGardeGothicPro-Demi';
    color: var(--white) !important;
    margin-bottom: 12px;
    margin-top: -20px;
}
img.age-gate__heading-title.age-gate__heading-title--logo {
    margin-bottom: 0;
    height: 120px;
    width: auto;
}
.age-gate {
    box-shadow: 0px 0px 24px #ffffff5c !important;
    border-radius: 24px !important;
}