/*
* Description: Custom CSS for the Mint Location Child Theme
* Template: twentytwentyone
* Version: 1.0
* Author: VDS
*/

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

:root {
    /* color scheme vars */
    --accent1: #00954C;            /* Green - accent1        */
/*  --accent1_40: #354A6266;       /* accent1 @ 40%          */

    --accent2: #DAC554;            /* Gold - accent2         */
/*  --accent2_40: #01E9F366;       /* accent2 @ 40%.         */

    --accent3: #EFE091;            /* Light Gold - accent3   */
/*  --accent2_40: #01E9F366;       /* accent3 @ 40%          */

    --light1: #FFFFFF;             /* White - light1         */
/*  --light1_50: #FFFFFF80;        /* White @ 50% opacity    */
    --light2: #F2F2F2;             /* Light Gray - light2    */
/*  --light3: ;                    /* unset in theme options */

    --dark1: #005129;              /* Dark Green - dark1     */
    --dark2: #373737;              /* Charcoal - dark2       */
    --dark3: #000000;              /* Black - dark3          */

/*  --uihover: #DAC55466;          /* accent2 @ 40% opacity  */

    /* font family vars */
    --Museo900: 'MuseoSans900', sans-serif;
    --Museo900Italic: 'MuseoSans900Italic', sans-serif;
    --Museo700: 'MuseoSans700', sans-serif;
    --Museo700Italic: 'MuseoSans700Italic', sans-serif;
    --Museo500: 'MuseoSans500', sans-serif;
    --Museo500Italic: 'MuseoSans500Italic', sans-serif;
}

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

/* keeping the adminbar out of the way bc of the sticky header */
@media (min-width: 980px) {
    body.logged-in header#header {
        top: 32px;
    }
    body.logged-in div#content {
        margin-top: 72px;
    }
    body.logged-in.single-post #content {
        margin-top: 202px;
    }
}

/* quick vars */

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em { font-family: var(--Museo900Italic); }
p strong, li strong, span strong, strong { font-family: var(--Museo700); }
span strong em, strong em { font-family: var(--Museo700Italic); }
p em, li em, span em, em { font-family: var(--Museo500Italic); }
strong.strongest { font-family: var(--Museo900); }

pre {
/*    white-space: unset !important;*/
    padding: 40px 2% 40px 2% !important;
    border: 3px solid var(--accent2);
    background: var(--dark3);
    border-radius: 24px;
    text-align: left;
    color: lime;
}

body:not(.single-post) h1,
#HomeHeroSection h2,
body .top-widget .widget p,
body .top-widget .widget p a:link,
body .top-widget .widget p a:visited,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p {
    color: var(--light1);
}
body .top-widget .widget p a:link:hover,
body .top-widget .widget p a:visited:hover {
    color: var(--accent2);
}
body .top-widget .widget p i {
    color: var(--accent2);
}

hr.accent1 { border-color: var(--accent1); }
hr.accent2 { border-color: var(--accent2); }
hr.accent3 { border-color: var(--accent3); }

.widget-title {
    color: var(--accent1);
}
.single-post h1, h2, h3, h4, h5, h6 {
    color: var(--dark3);
}

.dark1 { color: var(--dark1); }
.dark2 { color: var(--dark2); }
.dark3 { color: var(--dark3); }

.accent1 h2,
.accent1 h3,
.accent1 p,
.dark3 h2,
.dark3 h3,
.dark3 h4,
.dark3 p {
    color: var(--light1);
}

.column.dark1, .wpb_row.dark1, .wpb_column.dark1, .vc_section.dark1 { background: var(--dark1); }
.column.dark2, .wpb_row.dark2, .wpb_column.dark2, .vc_section.dark2 { background: var(--dark2); }
.column.dark3, .wpb_row.dark3, .wpb_column.dark3, .vc_section.dark3 { background: var(--dark3); }

.wpb_row.light1, .wpb_column.light1, .vc_section.light1 { background: var(--light1); }
.wpb_row.light2, .wpb_column.light2, .vc_section.light2 { background: var(--light2); }

.row.accent1, .wpb_row.accent1, .wpb_column.accent1, .vc_section.accent1 { background: var(--accent1); }
.row.accent2, .wpb_row.accent2, .wpb_column.accent2, .vc_section.accent2 { background: var(--accent2); }
.row.accent3, .wpb_row.accent3, .wpb_column.accent3, .vc_section.accent3 { background: var(--accent3); }

body #content .vc_section.accent1 p a:not(.btn-bt),
body #content .wpb_row.accent1 p a:not(.btn-bt),
body #content .wpb_column.accent1 p a:not(.btn-bt) {
    color: var(--light1);
}
body #content .vc_section.accent1 p a:not(.btn-bt):hover,
body #content .wpb_row.accent1 p a:not(.btn-bt):hover,
body #content .wpb_column.accent1 p a:not(.btn-bt):hover {
    color: var(--accent2);
}
.top-widget {
    background: var(--accent1);
}
.row.light2 {
    background: var(--light2);
}
.row.dark3,
.row.copyright {
    background: var(--dark3);
}

/* /quick vars */

/* Sticky Header */
header#header {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
}
#content {
    position: relative;
    margin-top: 40px;
}
/* Pages that don't inherit the hero banner underlap */
body.single-post #content {
    margin-top: 170px;
}

body.logged-in.single-post {
    margin-top: 0;
}

@media (max-width: 979px) {
    body.single-post div#content,
    div#content {
        margin-top: 95px;
    }
}
/* END Sticky Header */

/* General */

.bg-pos-bottom-right,
.bg-pos-bottom-right .vc_column-inner {
    background-position: bottom right !important;
}
.bg-pos-top-right,
.bg-pos-top-right .vc_column-inner {
    background-position: top right !important;
}
html { scroll-behavior: smooth; }
hr { border-width: 2px !important; }
.vc_section {
    padding: 0 !important;
    margin: 0 !important;
}
.top-widget .span6.right p {
    text-align: right;
}
body:not(.single-post) h1,
#HomeHeroSection h2 {
    text-shadow: 0px 0px 24px var(--dark3);
}
.bakery .contain-normal .container {
    max-width: 1100px;
}
.bakery .vc_col-sm-12 hr {
    margin: 35px auto;
    max-width: 700px;
    width: 90%;
}
#ShopTheBest .inner-blurb-cta-row img {
    height: 160px;
    width: auto;
}
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 General */

/* Buttons */

/* global */
body #content #wpsl-result-list a.wpsl-directions,
.bakery a.btn-bt {
    transition: all 0.3s ease-in-out;
    min-width: 240px;
}
body #content #wpsl-result-list a.wpsl-directions:hover,
.bakery a.btn-bt:hover {
    transition: all 0.3s ease-in-out;
}
/* nav link button */
li.menu-button-default a {
    transition: all 0.3s ease-in-out;
    text-transform: none !important;
    padding: 21px 28px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    border-radius: 50px;
}
li.menu-button-default a:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    color: var(--light1) !important;
}

/* gradient :before rules */
body #content #wpsl-result-list a.wpsl-directions:before,
div.gform_footer:before,
li.menu-button-default a:before,
a.btn-bt.default:not(.btn-default):before,
a.btn-bt.alternate:before,
div.wpsl-search-btn-wrap:before {
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
body #content #wpsl-result-list a.wpsl-directions:hover:before,
li.menu-button-default:not(.btn-default) a:hover:before,
a.btn-bt.default:hover:before,
a.btn-bt.alternate:hover:before,
div.wpsl-search-btn-wrap:hover:before,
div.gform_footer:hover:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

/* green w/ gradient hover */
li.menu-button-default a,
a.btn-bt.default:not(.btn-default) {
    background: var(--accent1);
    color: var(--light1);
    position: relative;
    z-index: 0;
}
li.menu-button-default a:hover,
a.btn-bt.default:not(.btn-default):hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
    background: var(--accent1) !important;
}
li.menu-button-default a:before,
a.btn-bt.default:not(.btn-default):before {
    background-image: linear-gradient(180deg, #00BE61 0%, var(--dark1) 100%) !important;
}

/* gold w/ gradient hover */
body #content #wpsl-result-list a.wpsl-directions,
body a.btn-bt.alternate {
    color: var(--dark3) !important;
    background: var(--accent2);
    position: relative;
    z-index: 0;
}
body #content #wpsl-result-list a.wpsl-directions:hover,
body a.btn-bt.alternate:hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
    background: var(--accent2) !important;
    color: var(--dark3) !important;
}
body #content #wpsl-result-list a.wpsl-directions:before,
a.btn-bt.alternate:before {
    background-image: linear-gradient(180deg, #F2E36C 0%, #C38437 100%) !important;
}

/* green border button */
.header-button a.btn-bt.default.btn-default,
body #content a.btn-bt.border-btn {
    border: 3px solid var(--accent1);
    background: var(--light1);
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 50px;
    color: var(--dark3);
    padding: 11px 28px;
    text-align: center;
}
.header-button a.btn-bt.default.btn-default:hover,
body #content a.btn-bt.border-btn:hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
    background: var(--light1);
    border: 3px solid #D1B41D;
    color: var(--dark3);
}

.header-button a.btn-bt.default.btn-default,
.header-button a.btn-bt.default.btn-default:hover {
    background: transparent !important;
    color: var(--light1) !important;
}
.header-button a.btn-bt.default.btn-default {
    width: 212px;
}

/* moosend form on /subscribe */
div.form-button-element button.moosend-designer-button:before {
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    content: '';
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
div.form-button-element button.moosend-designer-button:hover:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
div.form-button-element button.moosend-designer-button {
    background: var(--accent1);
    color: var(--light1);
    position: relative;
    z-index: 0;
}
div.form-button-element button.moosend-designer-button:hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
    background: var(--accent1) !important;
}
div.form-button-element button.moosend-designer-button:before {
    background-image: linear-gradient(180deg, #00BE61 0%, var(--dark1) 100%) !important;
}
div.form-button-element {
    font-family: var(--Museo900);
    margin-top: 12px;
}
div.form-button-element button.moosend-designer-button {
    border-radius: 50px !important;
    padding: 14px 28px !important;
}
div.form-button-element button.moosend-designer-button span {
    font-family: var(--Museo900);
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
}
div#34 4781d0ed6b95fe08e34349796f94e27 {
    display: none !important;
}
form.moosend-subscription-form {
    border: 6px solid var(--accent1);
    padding: 20px 32px 32px 32px;
    border-radius: 27px;
    background: #000e00;
}
div.component.text-component p a {
    margin-left: 5px;
}
div.component.text-component p,
div.component.text-component p span,
div.component.text-component p a,
div.component.text-component p a span {
    font-family: var(--Museo700) !important;
    line-height: 20px !important;
    font-size: 14px !important;
}
div.component.spacer-component {
    height: 5px !important;
}
label span.form-field-label {
    font-family: var(--Museo900) !important;
    color: var(--light1) !important;
    line-height: 18px !important;
    font-size: 14px !important;
    display: block !important;
    text-transform: uppercase;
}
form .form-input-wrapper {
    margin: 0 !important;
}
form .form-input-element {
    font-family: var(--Museo700) !important;
    border-radius: 50px !important;
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}
form input.form-input-element::placeholder {
    font-family: var(--Museo700) !important;
    border-radius: 50px !important;
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}
/* END moosend form on /subscribe */

/* INPUT BUTTONS (when you have to use a parent div for the :before pseudo) */

/* global */
div.wpsl-search-btn-wrap,
div.gform_footer {
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

div.wpsl-search-btn-wrap:hover,
div.gform_footer:hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

/* store locator search button - gold gradient */
div.wpsl-search-btn-wrap {
    background: var(--accent2);
}
div.wpsl-search-btn-wrap input#wpsl-search-btn {
    color: var(--dark3) !important;
    background: transparent;
    font-size: 18px;
}
div.wpsl-search-btn-wrap:before {
    background-image: linear-gradient(180deg, #F2E36C 0%, #C38437 100%) !important;
}

/* gravity forms submit - green gradient */
div.gform_footer {
    padding: 16px 28px !important;
    background: var(--accent1);
}
div.gform_footer input[type="submit"] {
    background: transparent !important;
    color: var(--light1) !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    padding: 0 !important;
    border-radius: 50px;
}
div.gform_footer:before {
    background-image: linear-gradient(180deg, #00BE61 0%, var(--dark1) 100%) !important;
}

/* END Buttons */

/* Top Anchor + Recaptcha */

a.topbutton {
    background-color: var(--accent1);
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    text-decoration: none;
    border-radius: 7px;
    bottom: 148px;
    right: 10px;
}
a.topbutton:hover {
    border-color: var(--accent2);
}
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(--light1);
    position: relative;
    font-size: 48px;
    line-height: 1;
    top: -4.5px;
}
a.topbutton:hover i:before {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
div.grecaptcha-badge {
    bottom: 70px !important;
}

/* END Top Anchor + Recaptcha */

.top-widget .widget a:link {
    color: var(--accent2);
}

/* 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 .wpb_row:not(.bottom-cta) 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 */

/* Top Widgetized Area */

/*p.twa-location {
    font-family: var(--Museo900);
}*/
body .top-widget .widget p.twa-location span,
p.twa-location {
    font-family: var(--Museo900);
    font-size: 16px;
}
p.twa-email span {
    font-size: 16px;
}
.top-widget #geolocationResult {
    font-family: var(--Museo700);
    text-decoration: underline;
    margin-left: 16px;
}
.top-widget #locationChanger {
    font-family: var(--Museo500);
    margin-left: 16px;
    font-size: 12px;
}
body .top-widget .widget p {
    font-size: 16px;
    display: flex;
}
body .top-widget .span6.right {
    justify-content: end;
    align-items: center;
    display: flex;
}
body .top-widget .widget p i {
    position: relative;
    font-size: 24px;
    top: -2px;
}
.top-widget p.twa-email {
    font-family: var(--Museo700);
}
.top-widget p.twa-email i {
    left: -3px;
}

/* END Top Widgetized Area */

/* Top Header */

.top-header {
    background: rgba(0, 0, 0, 0.50);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--dark3) 100%);
}
body .left-right-header .navigation-top {
    z-index: 1;
}
.left-right-header ul#top-menu > li {
    padding: 30px 14px !important;
    align-items: center;
    display: flex;
}
.left-right-header ul#top-menu > li:not(.menu-button-default):hover > a,
.left-right-header ul#top-menu > li:not(.menu-button-default) > a:hover {
    text-decoration: none !important;
    color: var(--accent2);
}
.left-right-header ul#top-menu > li:hover a {
    text-decoration: none !important;
}

@media (min-width: 482px) {
    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        top: 75% !important;
    }
}

@media (min-width: 980px) {
    body:not(.single.single-post) .top-header {
        margin-bottom: -120px;
    }
    body .left-right-header .logo {
        z-index: 1;
    }
}

ul#top-menu li a {
    color: var(--light1);
}
ul#top-menu li a:hover {
    color: var(--accent2);
}
nav.primary-navigation ul.sub-menu {
    background: var(--accent1);
}
ul#top-menu ul.sub-menu li a {
    color: var(--light1);
}
ul#top-menu ul.sub-menu li a:hover {
    color: var(--accent2);
}

/* END Top Header */

/* Footer */

body footer#footer {
    padding: 60px 0;
}
.footer-logo img {
    margin-bottom: 26px;
    max-width: 240px;
    height: auto;
    width: 100%;
}
footer p,
footer a:not(.btn-bt):not(.ab-item) {
    text-decoration: none;
    font-size: 16px;
}
footer a.btn-bt {
    margin-top: 24px;
}
footer h2.widget-title {
    border-bottom: 2px solid var(--accent2);
    padding-bottom: 16px;
    margin-bottom: 20px;
    line-height: 29px;
    font-size: 24px;
    width: 90%;
}
.footer-col-2 .sidebar {
    flex-wrap: wrap;
    display: flex;
}
.footer-col-2 .sidebar .widget:first-child {
    width: 100%;
}
.footer-col-2 .sidebar .widget:nth-child(2),
.footer-col-2 .sidebar .widget:nth-child(3) {
    width: 50%;
}
li.coming-soon-link a {
    color: var(--dark1) !important;
    font-family: var(--Museo900);
    pointer-events: none;
    letter-spacing: 1px;
    line-height: 28px;
}
body footer#footer a:not(.ab-item):not(.btn-bt):hover {
    color: var(--accent1);
}
footer li.menu-item {
    line-height: 1.7;
    font-size: 16px;
}
.row.copyright,
.row.copyright p,
.row.copyright a {
    text-transform: uppercase;
    font-size: 12px;
}
.copyright-text.centered p {
    font-family: var(--Museo700);
}
.copyright a {
    text-decoration: none;
}

/* END Footer */

/* Homepage */

#HomeHeroSection {
    z-index: 0;
}

@media (min-width: 1441px) {
    #HomeHeroSection .hero-inner-row {
        height: 860px;
    }
}
@media (max-width: 1440px) {
    #HomeHeroSection .hero-inner-row {
        height: 860px;
    }
}

#HomeHeroSection .wpb_column.vc_column_container.vc_col-sm-12 {
    position: relative;
    top: 60px;
}
#HomeHeroSection .hero-inner-row {
    width: 100%;
    padding: 0;
}
#HomeHeroSection h1,
#HomeHeroSection h2 {
    letter-spacing: -1px;
    margin-bottom: 24px;
    line-height: 80px;
    font-size: 72px;
}
 .vc_row:not(#StatesCarousel):not(.dynamic-shop-your-state-row) ul.slick-dots {
    bottom: 30px !important;
}
div#LocationGallery ul.slick-dots {
    bottom: 30px !important;
}
#ShopYourStateSection .inner-heading-row {
    padding: 36px 0;
}
#DynamicShopYourStateSection h3 {
    margin-bottom: 36px !important;
}
ul.slick-dots {
    bottom: -45px;
}
ul.slick-dots li button {
    background-color: transparent !important;
}
ul.slick-dots li button:before {
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
    color: var(--light1);
    font-size: 18px;
}
ul.slick-dots li.slick-active button:before,
ul.slick-dots li button:hover:before {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
.slick-slider {
    margin-bottom: 0 !important;
}
.dynamic-shop-your-state-row .container,
#StatesCarousel .container {
    max-width: unset;
    width: 95%;
}
#DynamicStatesCarousel .slick-slider,
#StatesCarousel .slick-slider {
    margin-bottom: 0;
}
#DynamicStatesCarousel .slick-slide,
#StatesCarousel a.slick-slide {
    margin: 0 20px;
}
#DynamicStatesCarousel .state-card {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#DynamicStatesCarousel .state-card,
#StatesCarousel .wpb_text_column {
    justify-content: center;
    padding-bottom: 24px;
    border-radius: 20px;
    position: relative;
    align-items: end;
    height: 232px;
    display: flex;
}
#DynamicStatesCarousel .state-card:after,
#StatesCarousel .wpb_text_column:after {
    background-image: linear-gradient(180deg, rgba(195,132,55,0.00) 0%, #F2E36C 100%);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0;
    top: 0;
}
#DynamicStatesCarousel .state-card:hover:after,
#StatesCarousel .wpb_text_column:hover:after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
a.states-carousel-link-overlay {
    border-radius: 24px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
}
#DynamicStatesCarousel .state-card a.btn-bt,
#StatesCarousel .wpb_text_column a.btn-bt {
    position: relative;
    z-index: 1;
}
#LearningCenterSection h3 {
    margin-bottom: 12px;
}
#ProductsCarousel .wpb_text_column.slick-slide {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    display: flex;
}
#ProductsCarousel .wpb_text_column.slick-slide:hover img {
    box-shadow: 0px 0px 16px var(--accent2);
    transition: all 0.3s ease-in-out;
    opacity: 0.75;
}
#ProductsCarousel img {
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    height: auto;
    width: 180px;
}
#ProductsCarousel p a {
    display: inline-block;
    border-radius: 24px;
    margin: 0 auto;
}
#ProductsCarousel h4 {
    font-family: var(--Museo700);
    text-transform: none;
    line-height: 40px;
    font-size: 24px;
}
#ProductsCarousel h4 a {
    text-decoration: none;
    color: var(--light1);
}
#ProductsCarousel .wpb_text_column.slick-slide:hover h4 a {
    color: var(--accent2);
}
.bakery .blurb-row {
    padding: 60px 0;
}
.bakery .inner-store-locator-row {
    padding-top: 35px;
}
.inner-store-locator-row h3 {
    margin-bottom: 12px;
}
body.home div#asl-panel {
    display: none;
}
body.home .pol-md-6.pol-xl-8.pol-lg-7.asl-map {
    max-width: unset !important;
    width: 100% !important;
    flex: unset;
}
body #content .inner-store-locator-row h3 a {
    justify-content: center;
    text-decoration: none;
    letter-spacing: 2px;
    align-items: center;
    line-height: 46px;
    border-radius: 0;
    font-size: 36px;
    padding: 35px 0;
    display: flex;
    height: 100%;
    width: 100%;
}
body #content .inner-store-locator-row h3 a:before,
body #content .inner-store-locator-row h3 a:hover:before {
    border-radius: 0 !important;
}
body #content .inner-store-locator-row h3 a i,
body #content .inner-store-locator-row h3 a:hover i {
    transition: all 0.3s ease-in-out;
}
body #content .inner-store-locator-row h3 a:hover i.left {
    transform: rotate(90deg);
    color: var(--accent2);
}
body #content .inner-store-locator-row h3 a i.left {
    transform: scale(-1, 1);
}
body #content .inner-store-locator-row h3 a:hover i.right {
    transform: rotate(-90deg) scale(-1, 1);
    color: var(--accent2);
}
h3.nationwide-text-overlay {
    letter-spacing: 36px;
    color: var(--light1);
    position: absolute;
/*    opacity: 0.40;*/
    z-index: 1;
    right: 0;
    top: 50%;
    left: 0;
}
h3.nationwide-text-overlay {
  background: radial-gradient(circle at 100%,
    rgba(255, 255, 255, 0.40), rgba(255, 255, 255, 0.40) 50%,
    rgba(255, 255, 255, 1) 40%, var(--accent2) 75%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animatedTextGradient 2s linear infinite;
}

@keyframes animatedTextGradient {
    to {
        background-position: -200% center;
    }
}
.asl-cont .sl-container,
.asl-cont .sl-container-lg,
.asl-cont .sl-container-md,
.asl-cont .sl-container-sm,
.asl-cont .sl-container-xl {
    max-width: unset !important;
}
body .asl-wrapper.mb-5 {
    margin-bottom: 0 !important;
}
.bakery .locator-overlay-row .container {
    max-width: unset;
    width: 100%;
}
.locator-overlay-row {
    position: relative;
}
.bakery .wpb_row.locator-overlay-row:after {
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}
/*body.home #wpsl-gmap {
    width: 100%;
}
#StoreLocatorSection .wpsl-search {
    background: transparent;
    margin: 0 auto;
    padding: 0;
}
#StoreLocatorSection div#wpsl-search-wrap {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    width: 1022px;
    float: unset;
}
.gm-style div:not(.gm-style-iw-d) {
    color: var(--accent2) !important;
    text-shadow: 0px 0px 8px #000;
    line-height: 50px !important;
    font-size: 32px !important;
}
.gm-style div.gm-style-iw-d > div {
    font-family: var(--Museo700) !important;
    color: var(--dark3) !important;
    text-shadow: none !important;
    font-size: 16px !important;
    text-transform: capitalize;
}
.wpsl-icon-direction {
    display: none !important;
}
.gm-style div.gm-style-iw .wpsl-info-window {
    text-shadow: none !important;
}
div.gm-style-iw .wpsl-info-window p,
div.gm-style-iw .wpsl-info-window p span,
div.gm-style-iw .wpsl-info-window span,
div.gm-style-iw .wpsl-info-window span strong,
div.gm-style-iw .wpsl-info-window strong {
    font-size: 12px !important;
    color: var(--dark3);
}
div.gm-style-iw .wpsl-info-window span {
    line-height: 20px !important;
}
#wpsl-wrap .wpsl-info-window p {
    margin: 0 0 4px 0 !important;
    background: var(--light2);
    padding-bottom: 5px;
}*/

/* location name */
/*body #content div.gm-style-iw .wpsl-info-window p strong {
    background: var(--dark1);
    margin-bottom: 5px;
    display: flex;
    width: 100%;
}
body #content div.gm-style-iw .wpsl-info-window p span {
    padding-left: 7px;
}
body #content div.gm-style-iw .wpsl-info-window p span {
    line-height: 16px !important;
}
body #content div.gm-style-iw .wpsl-info-window p strong a {
    color: var(--light1) !important;
    text-decoration: none;
    position: relative;
    text-shadow: none;
    font-size: 18px;
    left: 7px;
}
body #content div.gm-style-iw .wpsl-info-window p strong a:hover {
    color: var(--accent2) !important;
}
body #content div.gm-style-iw .wpsl-info-window a {
    color: var(--dark3) !important;
    text-decoration: none;
    text-shadow: none;
}
body #content div.gm-style-iw .wpsl-info-window a:hover {
    color: var(--accent1) !important;
}
body #content .wpsl-info-actions {
    justify-content: space-between;
    margin: 6px 0 2px 0 !important;
    align-items: center;
    display: flex;
}
body #content div.gm-style-iw .wpsl-info-window .wpsl-info-actions a {
    transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    font-family: var(--Museo700);
    text-transform: capitalize;
    font-size: 12px !important;
    line-height: 1 !important;
    background: var(--dark1);
    border-radius: 7px;
    text-align: center;
    padding: 9px 1%;
    width: 100%;
}
body #content div.gm-style-iw .wpsl-info-window .wpsl-info-actions a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--dark3) !important;
    background: var(--accent2);
}
.wpsl-info-actions a.wpsl-directions {
    margin-right: 0 !important;
}
.wpsl-info-actions a.wpsl-zoom-here {
    margin-left: 7px !important;
}
div#wpsl-search-wrap form {
    justify-content: space-between;
    margin-bottom: 16px !important;
    align-items: end;
    display: flex;
    width: 100%;
}
form .wpsl-input,
form .wpsl-search-btn-wrap {
    margin-bottom: 0 !important;
    flex-direction: column;
    align-items: end;
    display: flex;
    width: 25%;
}
form .wpsl-select-wrap {
    justify-content: space-between;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: end;
    width: 50%;
}
form .wpsl-select-wrap > div {
    display: flex !important;
    floaT: unset !important;
    flex-direction: column;
    margin: 0 !important;
    align-items: start;
    width: 50%;
}
form .wpsl-select-wrap > div > div {
    border-radius: 50px !important;
    border: none !important;
    float: unset !important;
    width: 100% !important;
}
form #wpsl-radius {
    margin-right: 10px !important;
}*/
/*.wpsl-input label,
#wpsl-radius label,
#wpsl-results label,
#wpsl-category label {
    width: auto !important;
    font-family: var(--Museo700);
    text-transform: uppercase;
    color: var(--light1);
    line-height: 17px;
    font-size: 14px;
}
div#wpsl-search-wrap input {
    border: none !important;
    width: 100% !important;
    height: 50px;
}
form .wpsl-dropdown .wpsl-selected-item,
form .wpsl-dropdown li,
form .wpsl-selected-item {
    padding: 14px 28px !important;
    font-family: var(--Museo700);
    font-size: 18px;
}
input#wpsl-search-input {
    font-family: var(--Museo700);
    font-size: 18px;
}
#wpsl-search-btn {
    margin-right: 0 !important;
}
#wpsl-search-wrap div.wpsl-search-btn-wrap {
    margin-right: 0 !important;
    margin-left: 10px;
}
body.home div#wpsl-result-list {
    display: none;
}*/
/*input#wpsl-search-btn {
    border-radius: 50px !important;
    font-family: var(--Museo900);
    background: var(--accent2);
    color: var(--dark3);
    letter-spacing: 1px;
    border: none;
}
.wpsl-selected-item:before {
    font-family: fontello;
    position: absolute;
    margin-top: -10px;
    content: "e89e";
    right: 16px;
    top: 50%;
}
.wpsl-active .wpsl-selected-item:before {
    margin-top: -12px;
    content: "e8a1";
}
.wpsl-selected-item:after,
.wpsl-active .wpsl-selected-item:after {
    content: none !important;
}*/

/* download our app */
body #content #DownloadOurAppSection .wpb_row.accent1 a {
     color: var(--light1);
}
body #content #DownloadOurAppSection .wpb_row.accent1 a:hover {
     color: var(--accent2);
}
.download-row .flex-buttons,
#DownloadOurAppSection .flex-buttons {
    justify-content: center;
    margin-bottom: 35px;
    align-items: center;
    margin-top: 35px;
    column-gap: 16px;
    display: flex;
}
#DownloadOurAppSection .flex-buttons a img {
    transition: all 0.3s ease-in-out;
    height: auto;
    width: 200px;
}
#rewards-page .download-row a img {
    transition: all 0.3s ease-in-out;
    height: auto;
    width: 350px;
}
#rewards-page .download-row a img.qr-code-img {
    border: 4px solid var(--dark3);
    height: auto;
    width: 175px;
}
#rewards-page .download-row a:hover img,
#DownloadOurAppSection .flex-buttons a:hover img {
    box-shadow: 0px 0px 20px var(--light1);
    transition: all 0.3s ease-in-out;
    transform: rotate(-2deg);
    opacity: 0.69;
}
#rewards-page .gform-theme--foundation .ginput_complex .ginput_container_date {
    padding-right: 2px;
    padding-left: 2px;
    width: 33.33%;
}
#rewards-page .gform_wrapper form {
    max-width: 575px;
    margin: 0 auto;
     background: var(--dark3);
    padding: 24px;
    border-radius: 24px;
    border: 6px solid var(--accent1);
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.30);
}
#rewards-page .rewards-row.form-row {
    background: var(--dark3) !important;
}
#rewards-page .rewards-row.form-row h2 {
    color: var(--light1) !important;
}

#rewards-page .gfield_label,
#rewards-page label,
#rewards-page .gfield_description {
    font-family: var(--Museo900) !important;
    color: var(--light1) !important;
    line-height: 18px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
#rewards-page .gfield_label:not(.gform-field-label--type-sub) {
    margin-bottom: 8px !important;
}
span.gfield_required.gfield_required_asterisk {
    color: red !important;
    left: -3px !important;
    top: -7px !important;
    position: relative;
}
.gfield_consent_label span.gfield_required.gfield_required_asterisk {
    left: 4px !important;
}
#rewards-page .gfield_description.gfield_consent_description {
    font-family: var(--Museo900) !important;
    text-transform: none !important;
    color: var(--light1) !important;
    line-height: 16px !important;
    font-size: 12px !important;
}
#rewards-page .gform_footer input[type="submit"] {
    font-family: var(--Museo900) !important;
    letter-spacing: 1px;
}
#rewards-page form input:not([type="submit"]),
#rewards-page form select {
    border: 2px solid var(--accent1);
}
#rewards-page form select {
    padding-top: 5px !important
}

@media (max-width: 480px) {
    #DownloadOurAppSection h2 {
        letter-spacing: 0px;
        line-height: 26px;
        font-size: 24px;
    }
    .download-row .flex-buttons {
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 20px;
        column-gap: 0;
    }
    #DownloadOurAppSection .flex-buttons {
        flex-direction: column;
        margin-bottom: 24px;
        margin-top: 20px;
        column-gap: 0;
    }
    .download-row .flex-buttons a:not(:last-child),
    #DownloadOurAppSection .flex-buttons a:not(:last-child) {
        margin-bottom: 14px;
    }
    #rewards-page .download-row a img {
        width: 200px;
    }
    #DownloadOurAppSection br {
        display: none;
    }
}

/* fifty fifty */
.bakery .fifty-fifty:not(.inline-img) {
    padding: 0;
}
.bakery .fifty-fifty.inline-img {
    padding: 60px 0;
}
.fifty-fifty:not(.inline-img) .container {
    max-width: unset;
    width: 100%;
}
.fifty-fifty .vc_column-inner {
    padding-top: 0 !important;
}
.fifty-fifty:not(.inline-img) .wpb_column {
    padding: 0 !important;
}
.fifty-fifty .text-col .vc_column-inner {
    justify-content: center;
    align-items: center;
    height: 952px;
    display: flex;
}

@media (min-width: 980px) {
    .fifty-fifty.inline-img .text-col {
        align-items: center;
        display: flex;
    }
}

.fifty-fifty.inline-img .text-col .vc_column-inner {
    height: auto;
}
.fifty-fifty.forty-sixty:not(.inline-img) .text-col .vc_column-inner {
    height: 952px;
}
.fifty-fifty .text-col .vc_column-inner > .wpb_wrapper {
    max-width: 600px;
    width: 90%;
}
.fifty-fifty:not(.inline-img) .image-col .vc_column-inner {
    height: 100%;
}
.fifty-fifty h2 {
    margin-bottom: 24px;
}
.fifty-fifty h3 {
    text-transform: none;
    margin-bottom: 48px;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 30px;
}
.fifty-fifty hr {
    margin: 24px 0;
}
.fifty-fifty a.btn-bt {
    display: inline-block;
    margin-top: 24px;
}

@media (max-width: 1440px) {
    .fifty-fifty:not(.forty-sixty):not(.inline-img) .text-col .vc_column-inner { height: 708px; }
}

@media (max-width: 979px) {
    .fifty-fifty .text-col .vc_column-inner > .wpb_wrapper,
    .fifty-fifty.forty-sixty .text-col .vc_column-inner > .wpb_wrapper {
        max-width: unset;
        width: auto;
    }
    .fifty-fifty .text-col .vc_column-inner,
    .fifty-fifty.forty-sixty .text-col .vc_column-inner  {
        padding: 36px 5% !important;
        height: auto;
    }
    .fifty-fifty.inline-img .text-col .vc_column-inner {
        padding: 0 5% !important;
    }
    .fifty-fifty.inline-img .inline-image-col {
        padding: 0 5%;
    }
    .inline-image-col img {
        height: auto;
        width: 100%;
    }
    .fifty-fifty:not(.inline-img) .image-col .vc_column-inner {
        height: 800px;
    }
    .fifty-fifty.forty-sixty:not(.inline-img) .image-col .vc_column-inner {
        height: 792px;
    }
}

@media (max-width: 768px) {
    .fifty-fifty:not(.inline-img) .image-col .vc_column-inner { height: 627px; }
    .fifty-fifty.forty-sixty:not(.inline-img) .image-col .vc_column-inner { height: 627px; }
}
@media (max-width: 480px) {
    .fifty-fifty:not(.inline-img) .image-col .vc_column-inner { height: 387px; }
    .fifty-fifty.forty-sixty:not(.inline-img) .image-col .vc_column-inner { height: 387px; }
}
@media (max-width: 440px) {
    .fifty-fifty:not(.inline-img) .image-col .vc_column-inner { height: 354px; }
    .fifty-fifty.forty-sixty:not(.inline-img) .image-col .vc_column-inner { height: 354px; }
}
@media (max-width: 414px) {
    .fifty-fifty:not(.inline-img) .image-col .vc_column-inner { height: 332px; }
    .fifty-fifty.forty-sixty:not(.inline-img) .image-col .vc_column-inner { height: 332px; }
}
@media (max-width: 375px) {
    .fifty-fifty:not(.inline-img) .image-col .vc_column-inner { height: 300px; }
    .fifty-fifty.forty-sixty:not(.inline-img) .image-col .vc_column-inner { height: 300px; }
}

#ReviewsSection h2 {
    letter-spacing: -1px;
    line-height: 57px;
    font-size: 48px;
}
.inner-reviews-trust-row .container {
    max-width: 1100px;
}
.bakery .cta-row {
    padding: 20px 0;
}
.cta-row .wpb_text_column .wpb_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
.cta-row h3 {
    letter-spacing: 1px;
    margin-right: 24px;
    line-height: 34px;
    font-size: 36px;
}

@media (max-width: 979px) {
    .bakery .cta-row {
        padding: 32px 0;
    }
    .cta-row .wpb_text_column .wpb_wrapper {
        flex-direction: column;
    }
    .cta-row h3 {
        margin-bottom: 24px;
        text-align: center;
        margin-right: 0;
    }
}

#DailyDealsSection {
    padding: 40px 0 !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 468px;
    display: flex;
}
#DailyDealsSection .wpb_row {
    width: 100%;
}
h2.large-h2 {
    letter-spacing: -1px;
    line-height: 80px;
    font-size: 72px;
}
.inner-daily-deals-row .wpb_text_column .wpb_wrapper br {
    display: none;
}
.inner-daily-deals-row .wpb_text_column .wpb_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
.inner-daily-deals-row a.btn-bt:not(:last-child) {
    margin-right: 12px;
}
.bakery #MintMissionSection,
.bakery .blurb-cta {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.blurb-cta .container {
    max-width: 1100px;
}
.blurb-cta img {
    margin-bottom: 24px !important;
}
.blurb-cta h2 {
    letter-spacing: -1px;
    margin-bottom: 35px;
    line-height: 57px;
    font-size: 48px;
}
.blurb-cta hr {
    margin: 35px 0;
}
.blurb-cta a.btn-bt {
    margin-top: 24px !important;
    display: inline-block;
}
#BottomCTA_Section {
    background-position: center bottom !important;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 680px;
}
#BottomCTA_Section .wpb_row {
    width: 100%;
}
#BottomCTA_Section h2 {
    text-shadow: 0px 0px 24px var(--dark3);
    letter-spacing: -1px;
    color: var(--light1);
    margin-bottom: 18px;
    line-height: 80px;
    font-size: 72px;
}

/* END Homepage */

/* Subpage Global */

@media (min-width: 980px) {
    body :not(.home) .default-header h1 {
        position: relative;
        top: 60px;
    }
}

body :not(.home) .default-header {
    background-position: bottom center !important;
}

/* END Subpage Global */

/* Contact */

body #content .nap-col.dark2 a {
    text-decoration: none;
    color: var(--accent2);
}
body #content .nap-col.dark2 a:hover {
    color: var(--accent3);
}
.nap-col h5 {
    margin-bottom: 12px;
}
.nap-col.dark2 ul.social a:hover i {
    color: var(--accent3);
}
.map-col .wpb_wrapper,
.map-col .wpb_gmaps_widget,
.map-col .wpb_gmaps_widget .wpb_map_wraper {
    height: 100% !important;
}
.map-col .wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
p.gform_required_legend {
    display: none;
}
form .gform_body input[type=text],
form .gform_body input[type=email],
form .gform_body input[type=number],
form .gform_body input[type=tel],
form .gform_body select,
form .gform_body textarea {
    transition: all 0.3s ease-in-out;
    padding: 10.26px 16px !important;
    border: 2px solid var(--dark3);
    border-radius: 50px;
	height: 50px;
    margin: 0;
}
form .gform_body input[type=text]:hover,
form .gform_body input[type=email]:hover,
form .gform_body input[type=number]:hover,
form .gform_body input[type=tel]:hover,
form .gform_body select:hover,
form .gform_body textarea:hover,
form .gform_body input[type=text]:focus,
form .gform_body input[type=email]:focus,
form .gform_body input[type=number]:focus,
form .gform_body input[type=tel]:focus,
form .gform_body select:focus,
form .gform_body textarea:focus,
form .gform_body input[type=text]:focus-within,
form .gform_body input[type=email]:focus-within,
form .gform_body input[type=number]:focus-within,
form .gform_body input[type=tel]:focus-within,
form .gform_body select:focus-within,
form .gform_body textarea:focus-within {
    border-color: var(--accent1) !important;
    transition: all 0.3s ease-in-out;
}
body form .gform_body textarea {
    height: 181px !important;
    border-radius: 24px;
}
body form .gform_body textarea:focus-visible {
    outline: none;
}
form .gform_body label {
    margin-bottom: 0px !important;
    font-family: var(--Museo700) !important;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 14px !important;
}
body .gform_wrapper.gravity-theme .gform_fields,
body .gform_wrapper.gform-theme .gform_fields {
    grid-row-gap: 18px;
}

/* END Contact */

/* Flower */

.top-blurb a.btn-bt {
    margin-top: 12px !important;
}
.bakery .facts-section {
    padding: 60px 0 !important;
}
.blurb-row h2 {
    letter-spacing: -1px;
    line-height: 57px;
    font-size: 48px;
}
.facts-section h2 {
    margin-bottom: 24px;
}
.facts-row img {
    height: 160px;
    width: auto;
}
.facts-row h3 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 30px;
}
.facts-row hr {
    margin: 16px 0;
}

@media (min-width: 980px) {
    .vc_section .vc_col-sm-4:not(:first-child) {
        padding-left: 2%;
    }
    .vc_section .vc_col-sm-4:not(:last-child) {
        padding-right: 2%;
    }
    .vc_section .vc_col-sm-4:not(:first-child):not(:last-child) {
        padding-right: 1%;
        padding-left: 1%;
    }
}

body .fw-row h2 {
    letter-spacing: -1px;
    margin-bottom: 24px;
    line-height: 57px;
    font-size: 48px;
}

@media (min-width: 481px) {
    .bakery .fw-row {
        padding: 60px 0;
    }
}

/* END Flower */

/* Find Your Mint */

div#wpsl-result-list {
    background: var(--dark1);
}
div#wpsl-wrap #wpsl-result-list li {
    border-bottom: 5px dotted var(--accent2);
    font-size: 16px;
    padding: 20px;
}
.wpsl-store-location p strong a {
    font-family: var(--Museo900);
    text-decoration: none;
    font-size: 24px;
}
div#wpsl-result-list li p {
    flex-direction: column;
    margin: 0 0 7px 0;
    font-size: 16px;
    display: flex;
}
div#wpsl-result-list li p.wpsl-contact-details {
    margin-bottom: 0px !important;
}
body div#wpsl-result-list li p span {
    line-height: 24px;
    font-size: 16px;
}
div#wpsl-stores .wpsl-store-thumb {
    margin: 0 0 12px 0 !important;
    height: 150px !important;
    width: 150px !important;
}
.wpsl-store-location {
    margin-bottom: 12px;
    font-size: 16px;
}
div#wpsl-result-list li p a.wpsl-store-details {
    text-transform: capitalize;
    text-decoration: none;
    width: fit-content;
    font-size: 12px;
    display: block;
}
.wpsl-direction-wrap {
    font-family: var(--Museo700);
    color: var(--light1);
    font-size: 24px;
}
body #content #wpsl-result-list a.wpsl-directions {
    font-family: var(--Museo900);
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 50px;
    text-align: center;
    padding: 14px 28px;
    font-size: 18px;
    margin-top: 16px;
}

/* END Find Your Mint */

/* Blog */

.blog #primary article {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
    border-radius: 24px;
    height: fit-content;
    height: max-content;
}
.blog #primary .post-image-and-text,
.blog #primary .post-image-wrap {
    margin-bottom: 0;
}

@media (min-width: 980px) {
    .blog #primary article img {
        height: 490px;
    }
}

.blog #primary article img {
    border-radius: 24px;
    width: 100%;
}
.blog article h2 {
    line-height: 36px;
    font-size: 30px;
}

@media (min-width: 980px) {
    .blog article h2 {
        align-items: center;
        display: flex;
        height: 72px;
    }
}

body #content .blog article h2 a {
    text-decoration: none;
    color: var(--dark3);
}
body #content .blog article h2 a:hover {
    color: var(--accent1);
}
p.post-date {
    border-bottom: 2px solid var(--accent2);
    color: var(--accent1);
    padding-bottom: 7px;
    margin-bottom: 12px;
    font-size: 16px;
}
p.post-date i.icon-calendar {
    color: var(--accent1);
    font-size: 14px;
}
.post-text-wrap {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 18px;
}
p.archive-post-excerpt {
    margin-bottom: 16px;
}
.post-read-more-wrap {
    display: flex;
}
.post-read-more-wrap a.btn-bt {
    min-width: 240px;
}

@media (min-width: 980px) {
    p.archive-post-excerpt {
        margin-bottom: 16px;
        overflow: hidden;
        height: 55px;
    }
}

.post-image-wrap.placeholder a {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}
.post-image-wrap.placeholder a:before {
    background: url('/wp-content/uploads/2024/07/LOGO-header@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 120px;
    content: "";
    right: 0;
    left: 0;
}
div#pagination {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
}
div#pagination a {
    min-width: 240px;
}

/* END Blog */

/* Single Blog */

.single-post-content-wrap .single-post p:not(:last-child) {
    margin-bottom: 14px;
}
.single.single-post h1.single-post-title {
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 8px;
    line-height: 64px;
    font-size: 62px;
}
body.single.single-post h2 {
    letter-spacing: -1px;
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 36px;
}
body.single.single-post h3 {
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 24px;
}
body.single.single-post h4 {
    letter-spacing: -1px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 20px;
}
body.single.single-post ul,
body.single.single-post ol {
    margin-bottom: 18px;
}
.nav-links a p {
    font-family: var(--Museo500) !important;
}
.single-post aside#secondary {
    background: var(--accent1);
    border-radius: 24px;
    padding: 16px;
}
.single-post aside form.search-form label,
.single-post aside#secondary h2.widget-title {
    border-bottom: 2px solid var(--accent2);
    color: var(--light1);
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 16px;
}
body.single-post img.feat-img {
    border-radius: 24px;
}
body.single-post #content aside#secondary nav ul li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
}
body.single-post #content aside#secondary nav ul li:last-child {
    margin-bottom: 0;
}
body.single-post #content aside#secondary nav ul li a {
    font-family: var(--Museo700);
    color: var(--light1);
    line-height: 20px;
    font-size: 14px;
}
body.single-post #content aside#secondary nav ul li a:hover {
    color: var(--accent2);
}

@media (min-width: 980px) {
    aside#secondary {
        position: sticky;
        top: 180px
        /*top: 24px;*/
    }
}

/* END Single Blog */


/* Mobile Background Images */

@media (max-width: 480px) {
    #HomeHeroSection #heroSlide1 {
        background: url(/wp-content/uploads/2024/07/Home-Hero-mobile.jpg) !important;
        baclground-position: center top !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    #DailyDealsSection {
        background: url(/wp-content/uploads/2024/08/background-Mint-Daily-Deals-mobile@2x.jpg) !important;
        baclground-position: center top !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    #BottomCTA_Section.indoor-line {
        background: url(/wp-content/uploads/2024/08/cta-background-Find-Your-Location-mobile@2x.jpg) !important;
        baclground-position: center top !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

/* Mobile Background Images */

/* Search */

body.search .default-header {
    background-image: url(/wp-content/uploads/2024/08/Learning-Center-Hero@2x-scaled.jpg);
}

@media (max-width: 480px) {
    body.search .default-header {
        background-image: url(/wp-content/uploads/2024/08/Hero-mobile@2x.jpg);
    }
}

body.search .top-blurb {
    padding-bottom: 36px;
    padding-top: 28px;
}
body.search .vc_row.wpb_row.top-cta.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 {
    font-family: var(--Museo900);
    color: var(--light1) !important;
    text-transform: uppercase;
    font-size: 28px;
}
body.search .entry-content p,
body.search .entry-content {
    font-family: var(--Museo500);
    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: 2px solid var(--light1);
    background: var(--dark2);
    color: var(--light1);
    margin: 0 !important;
    border-radius: 50px;
    font-size: 16px;
    padding: 0 24px;
    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(--dark1);
    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(--Museo700);
    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(--accent1);
}
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 {
    font-family: var(--Museo700);
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 18px;
}
body.search-results span.page-numbers.current {
    color: var(--dark3);
}
span.nav-prev-text,
span.nav-prev-text span,
span.nav-next-text,
span.nav-next-text span {
    font-family: var(--Museo700) !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 */

/* State Page */

#state-page .default-header {
    background-position: bottom center;
}
#state-page .row {
    padding: 32px 0;
}
#state-page .row .container {
    max-width: 1520px;
    margin: 0 auto;
    width: 90%;
}
.find-mint-in h2 {
    text-align: center;
}

/* END State Page */

/* Single Location Homepage */

body .location-home-wrapper a.btn-bt {
    padding: 14px 28px;
    min-width: 240px;
}
.location-home-wrapper ul.slick-dots li {
    line-height: 12px;
    font-size: 12px;
    margin: 0 3px;
}
.location-home-wrapper ul.slick-dots li button {
    padding: 0;
}
.location-home-wrapper ul.slick-dots li button:before {
    line-height: 12px;
    font-size: 12px;
    height: 12px;
    width: 12px;
}

/* div#LocationHomeWrapper {} */

.location-home-wrapper .row {
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    display: flex;
}
.location-home-wrapper .row .container {
    max-width: 1520px;
    margin: 0 auto;
    width: 90%;
}

/* div#LocationHero {} */

div#LocationHero {
    background-image: url(/wp-content/uploads/2024/08/Single-Location-default-hero-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    justify-content: center;
    background-size: cover;
    align-items: center;
    text-align: center;
    display: flex;
    height: 860px;
}

@media (min-width: 980px) {
    div#LocationHero {
        padding: 0;
    }
    div#LocationHero .container {
        position: relative;
        top: 18px;
    }
}

.location-hero h1 {
    margin-bottom: 20px;
}
.location-hero h1 .dot {
    font-family: var(--Museo900);
    text-transform: uppercase;
    position: relative;
    line-height: 54px;
    font-size: 54px;
    top: -5px;
}
.hero-deals-carousel .slideshow-container {
    max-width: 1518px;
    margin: 0 auto;
}
.hero-deals-carousel .slideshow-container img {
    border-radius: 48px;
    max-height: 500px;
    max-width: 1518px;
    height: auto;
    width: 100%;
}
#LocationHero ul.slick-dots {
    bottom: -60px !important;
}

@media (max-width: 1280px) {
    .location-hero h1,
    .location-hero h1 .dot {
        line-height: 66px;
        font-size: 48px;
    }
}

@media (max-width: 979px) {
    div#LocationHero {
        padding-bottom: 80px;
        align-items: start;
        height: auto;
    }
    #LocationHero ul.slick-dots {
        bottom: -50px !important;
    }
    .location-hero h1,
    .location-hero h1 .dot {
        line-height: 54px;
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .location-hero h1,
    .location-hero h1 .dot {
        letter-spacing: 0px;
        line-height: 36px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    div#LocationHero {
        padding-bottom: 56px;
        padding-top: 16px;
    }
    #LocationHero .container {
        width: 94.5%;
    }
    .location-hero h1 {
        margin-bottom: 16px;
    }
    #LocationHero ul.slick-dots {
        bottom: -40px !important;
    }
}

/* div#LocationShopOffers {} */

div#LocationShopOffers {
    padding: 40px 0 90px 0;
}
#LocationShopOffers .container {
    max-width: 1750px;
    width: 95%;
}
.location-shop-offers h3 {
    margin-bottom: 32px;
    text-align: center;
}
.location-shop-offers p {
    text-align: center;
}

@media (min-width: 769px) {
    .location-shop-offers .offer-card {
        margin-right: 32px;
    }
}

.card-button-and-title {
    justify-content: start;
    align-items: center;
    margin-top: 18px;
    display: flex;
}
.offer-card h4 {
    font-family: var(--Museo700);
    margin-left: 18px;
    line-height: 28px;
    font-size: 24px;
}
body #content .offer-card h4 a {
    text-decoration: none;
    color: var(--light1);
}
body #content .offer-card h4 a:hover {
    color: var(--accent2);
}
.offer-card a.btn-bt.offer-shop-button {
    min-width: unset;
    width: 128px;
}
.offer-card a.offer-image-link,
.offer-card img.offer-image {
    transition: all 0.3s ease-in-out;
    border-radius: 32px;
}
.offer-card a.offer-image-link:hover img.offer-image {
    transition: all 0.3s ease-in-out;
    opacity: 0.69;
}
.offers-container ul.slick-dots {
    bottom: -60px !important;
}

@media (max-width: 1440px) {
    .offer-card h4 {
        margin-left: 16px;
        line-height: 24px;
        font-size: 20px;
    }
}

.offer-card img.offer-image {
	width: 100%;
}

@media (min-width: 1281px) {
	.offer-card img.offer-image {
        height: 310px;
    }
}

@media (max-width: 1280px) {
    .offer-card img.offer-image {
        height: 208px;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .offer-card h4 {
        margin-left: 14px;
        line-height: 20px;
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .offer-card img.offer-image {
        height: 253px;
    }
}

@media (max-width: 768px) {
    div#LocationShopOffers {
        padding: 32px 0 32px 0;
    }
    #LocationShopOffers .container {
        width: 90%;
    }
    .location-shop-offers .offer-card {
        margin-right: 0 !important;
    }
    .offer-card img.offer-image {
        height: 381px;
    }
    .offer-card h4 {
        margin-left: 20px;
        line-height: 34px;
        font-size: 30px;
    }
    .offer-card a.btn-bt.offer-shop-button {
        letter-spacing: 0.5px;
        line-height: 18px;
        padding: 11px 1%;
        font-size: 14px;
        width: 83px;
    }
}

@media (max-width: 480px) {
    .location-shop-offers h3 {
        line-height: 24px;
        font-size: 22px;
    }
    .offer-card img.offer-image {
        height: 236px;
    }
    .offer-card h4 {
        margin-left: 16px;
        line-height: 22px;
        font-size: 16px;
    }
}

@media (max-width: 440px) { .offer-card img.offer-image { height: 216px; }}
@media (max-width: 414px) { .offer-card img.offer-image { height: 202px; }}
@media (max-width: 375px) { .offer-card img.offer-image { height: 182px; }}

/* div#LocationNewsletterCTA_1, #LocationNewsletterCTA_2 {}, #LocationStartShoppingCTA {} */

.location-home-wrapper .row.location-newsletter-cta,
.location-home-wrapper .row.location-start-shopping-cta {
    padding: 20px 0;
}

@media (min-width: 980px) {
    .start-shopping-cta,
    .newsletter-cta {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .start-shopping-cta h3,
    .newsletter-cta h3 {
        margin-right: 24px;
    }
}

@media (max-width: 979px) {
    .start-shopping-cta,
    .newsletter-cta {
        text-align: center;
    }
    .start-shopping-cta h3,
    .newsletter-cta h3 {
        margin-bottom: 12px;
        letter-spacing: 0;
        line-height: 28px;
        font-size: 26px;
    }
}

/* #LocationShopByCategory {} */

div#LocationShopByCategory {
    padding: 40px 0 90px 0;
}
.location-shop-by-category h3,
.location-shop-by-category p {
    text-align: center;
}
.location-shop-by-category h3 {
    margin-bottom: 10px;
}
body p.shop-by-category-subtext {
    line-height: 38px;
    font-size: 24px;
}
.shop-by-category-carousel {
    margin-top: 35px;
}
.location-shop-offers .offer-card {
    margin-right: 32px;
}
.category-card .category-flex-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.category-card a,
.category-card a img {
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    /*height: 180px;
    width: 180px;*/
    height: 180px;
    width: auto;
}
.category-card a:hover img {
    box-shadow: 0px 0px 16px var(--accent2);
    transition: all 0.3s ease-in-out;
    opacity: 0.69;
}
.category-card h4 {
    font-family: var(--Museo700);
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 24px;
}
.category-card.category-cbd h4.catgeory-name {
    text-transform: uppercase;
}
body #content .category-card h4 {
    margin-top: 18px;
}
body #content .category-card h4 a {
    text-decoration: none;
    color: var(--light1);
}
body #content .category-card h4 a:hover {
    color: var(--accent2);
}
.categories-container ul.slick-dots {
    bottom: -60px !important;
}

@media (max-width: 640px) {
    div#LocationShopByCategory {
        padding: 32px 0 80px 0;
    }
}

@media (max-width: 480px) {
    .location-shop-by-category h3 {
        line-height: 24px;
        font-size: 22px;
    }
    body p.shop-by-category-subtext {
        line-height: 20px;
        font-size: 18px;
    }
    .category-card a,
    .category-card a img {
        height: 130px;
    }
    .category-card h4 {
        line-height: 20px;
        font-size: 17px;
    }
}

/* #LocationNAP_Row {} */

.location-home-wrapper .row.location-nap-row {
    padding: 0;
}
.location-home-wrapper .location-nap-row .container {
    max-width: unset;
    display: flex;
    width: 100%;
}

@media (min-width: 980px) {
    .location-nap-row .container .span6:nth-child(1) {
        justify-content: center;
        align-items: center;
        height: 788px;
        display: flex;
    }
    .location-nap-row .container .span6:nth-child(1) .text {
        max-width: 600px;
        width: 90%;
    }
    .location-nap-row .text .flex-buttons {
        display: flex;
    }
    .text .flex-buttons a.btn-bt:not(:last-child) {
        margin-right: 24px;
    }
}

@media (max-width: 1440px) {
    .location-nap-row .container .span6:nth-child(1) {
        height: 600px;
    }
}

@media (max-width: 1100px) and (min-width: 980px) {
    .location-nap-row .text .flex-buttons a.btn-bt {
        min-width: unset;
        width: 50%;
    }
}

.location-nap-row .container .span6:nth-child(2) {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
.map-iframe-col iframe {
    max-height: unset !important;
    height: 100%;
    width: 100%;
}
.location-nap-row .text h2 {
    margin-bottom: 24px;
}
.location-nap-row .text h3 {
    text-transform: none;
    margin-bottom: 48px;
    letter-spacing: 0;
    line-height: 40px;
    font-size: 30px;
}
.location-nap-row .text p strong.strongest {
    color: var(--dark2);
    font-size: 24px;
}
.location-nap-row .text hr {
    margin: 24px 0;
}
.location-nap-row .text a.btn-bt {
    display: inline-block;
    margin-top: 24px;
    min-width: 240px;
}
.location-nap-row .text p.address,
.location-nap-row .text p.phone,
.location-nap-row .text p.hours {
    align-items: center;
    display: flex;
}
.location-nap-row .text p i {
    justify-content: center;
    color: var(--accent2);
    align-items: center;
    margin-right: 18px;
    display: flex;
}
.location-nap-row .text p.address i,
.location-nap-row .text p.hours i {
    font-size: 28px;
    width: 36px;
}
.location-nap-row .text p.phone i {
    font-size: 36px;
}
.location-nap-row .text p i:before {
    margin: 0 !important;
}
.location-nap-row .text p.address,
.location-nap-row .text p.phone {
    margin-bottom: 20px;
}
body #content .location-nap-row .text p.address a,
body #content .location-nap-row .text p.phone a {
    text-decoration: none;
    color: var(--dark3);
}
body #content .location-nap-row .text p.address a:hover,
body #content .location-nap-row .text p.phone a:hover {
    color: var(--accent1);
}

@media (max-width: 979px) {
    .location-home-wrapper .location-nap-row .container {
        flex-direction: column;
    }
    .location-nap-row .container .column.span6 {
        width: 100%;
    }
    .location-nap-row .container .span6:nth-child(1) {
        padding: 32px 5%;
        height: auto;
    }
    .text .flex-buttons a.btn-bt:not(:last-child) {
        margin-right: 24px;
    }
}

@media (max-width: 979px) { .location-nap-row .container .span6:nth-child(2) { height: 790px; }}
@media (max-width: 768px) { .location-nap-row .container .span6:nth-child(2) { height: 617px; }}
@media (max-width: 480px) { .location-nap-row .container .span6:nth-child(2) { height: 380px; }}
@media (max-width: 440px) { .location-nap-row .container .span6:nth-child(2) { height: 348px; }}
@media (max-width: 414px) { .location-nap-row .container .span6:nth-child(2) { height: 327px; }}
@media (max-width: 375px) { .location-nap-row .container .span6:nth-child(2) { height: 295px; }}

@media (max-width: 979px) {
    body .location-nap-row .text h2 {
        margin-bottom: 10px;
        line-height: 37px;
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    body .location-nap-row .text h2 {
        margin-bottom: 0px;
        line-height: 25px;
        font-size: 24px;
    }
    .location-nap-row .text p strong.strongest {
        line-height: 20px;
        font-size: 16px;
    }
    .location-nap-row .text hr {
        margin: 12px 0 22px 0;
    }
}

@media (max-width: 480px) {
    .location-nap-row .container .span6:nth-child(1) {
        max-width: 280px;
        padding: 32px 0;
        margin: 0 auto;
        height: auto;
        width: 95%;
    }
    body .location-nap-row .text h2 {
        margin-bottom: 6px;
        font-size: 26px;
        line-height: 1;
    }
    .location-nap-row .text p strong.strongest {
        line-height: 22px;
        font-size: 22px;
    }
    .location-nap-row .text p.address,
    .location-nap-row .text p.phone {
        margin-bottom: 8px;
    }
    .location-nap-row .flex-buttons {
        text-align: center;
    }
    .location-nap-row .text .flex-buttons a.btn-bt {
        margin-right: 0;
    }
}

/* #LocationGallery {} */

.location-home-wrapper .row.location-gallery-row {
    padding: 0;
}
.location-home-wrapper .row.location-gallery-row .container {
    max-width: unset;
    width: 100%;
}
.location-gallery-row .gallery-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1441px) {
    .location-gallery-row .gallery-slide {
        height: 680px;
    }
}

/*@media (max-width: 1440px) { .location-gallery-row .gallery-slide { height: 950px; }}*/
/*@media (max-width: 1280px) { .location-gallery-row .gallery-slide { height: 843px; }}*/
/*@media (max-width: 1100px) { .location-gallery-row .gallery-slide { height: 723px; }}*/
@media (max-width: 1024px) { .location-gallery-row .gallery-slide { height: 672px; }}
@media (max-width: 980px)  { .location-gallery-row .gallery-slide { height: 643px; }}
@media (max-width: 979px)  { .location-gallery-row .gallery-slide { height: 643px; }}
@media (max-width: 768px)  { .location-gallery-row .gallery-slide { height: 502px; }}
@media (max-width: 480px)  { .location-gallery-row .gallery-slide { height: 310px; }}
@media (max-width: 440px)  { .location-gallery-row .gallery-slide { height: 283px; }}
@media (max-width: 414px)  { .location-gallery-row .gallery-slide { height: 266px; }}
@media (max-width: 375px)  { .location-gallery-row .gallery-slide { height: 246px; }}

/* #LocationBrands {} */

.location-home-wrapper .row.location-brands-row {
    padding: 40px 0;
}
body .location-brands-row h4 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 26px;
    line-height: 1;
}
div.brands-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.brands-slide img {
    max-height: 80px;
    max-width: 200px;
    height: auto;
    width: auto;
}
.location-brands-row ul.slick-dots {
    bottom: -35px !important;
}
.location-brands-row a.btn-bt {
    margin-top: 70px;
}

@media (max-width: 480px) {
    .location-home-wrapper .row.location-brands-row {
        padding: 30px 0;
    }
    body .location-brands-row h4 {
        letter-spacing: 1px;
        margin-bottom: 20px;
        line-height: 24px;
        font-size: 19px;
    }
}

/* #LocationEvents {} */

div#LocationEvents {
    padding: 40px 0;
}
.location-events-row h3 {
    margin-bottom: 10px;
}
#LocationEvents {
    padding: 40px 0px 90px 0px;
}
#LocationEvents .container {
    max-width: 1750px;
    width: 95%;
}
.location-events-row h3.event-title {
    letter-spacing: 0;
    line-height: 46px;
    font-size: 30px;
}
body #content .location-events-row h3 a {
    text-decoration: none;
    color: var(--dark2);
}
body #content .location-events-row h3 a:hover {
    color: var(--accent1);
}
.location-events-row h3:not(.event-title) {
    text-align: center;
}
.event-card {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    margin: 10px 24px;
}
.event-card-portions {
    position: relative;
}
.event-image-wrap {
    position: relative;
}
.event-card img.event-image {
    border-radius: 24px;
    height: 287px;
    width: 100%;
}
.event-date-display {
    flex-direction: column;
    pointer-events: none;
    position: absolute;
    display: flex;
    bottom: 24px;
    left: 24px;
}
.event-date-display span {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    font-family: var(--Museo900);
    text-transform: uppercase;
    color: var(--light1);
}
span.event-day-number {
    margin-bottom: 2px;
    font-size: 62px;
    line-height: 1;
}
span.event-month-text {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1;
}
.active-event {
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 12px;
}
span.active-event-tag {
    border: 2px solid var(--light1);
    font-family: var(--Museo900);
    background: var(--dark3);
    letter-spacing: 1.5px;
    color: var(--light1);
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 11px;
    line-height: 1;
}
.event-details-wrap {
    padding: 18px;
}
.event-details-wrap p i {
    color: var(--accent1);
}
.events-container ul.slick-dots {
    bottom: -60px !important;
}

@media (max-width: 1280px) and (min-width: 980px) {
    .location-events-row h3.event-title {
        letter-spacing: 0;
        line-height: 22px;
        font-size: 20px;
    }
}

@media (max-width: 979px) {
    .event-card {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 768px) {
    .location-events-row h3.event-title {
        letter-spacing: 0;
        line-height: 22px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    div#LocationEvents {
        padding: 30px 0 10px 0;
    }
    .location-events-row h3:not(.event-title) {
        letter-spacing: 0px;
        line-height: 28px;
        font-size: 26px;
    }
    span.event-day-number {
        font-size: 36px;
    }
    span.event-month-text {
        font-size: 16px;
    }
}

@media (max-width: 1440px) { .event-card img.event-image { height: 209px; }}
@media (max-width: 1024px) { .event-card img.event-image { height: 144px; }}
@media (max-width: 979px)  { .event-card img.event-image { height: 289px; }}
@media (max-width: 768px)  { .event-card img.event-image { height: 222px; }}
@media (max-width: 480px)  { .event-card img.event-image { height: 131px; }}
@media (max-width: 440px)  { .event-card img.event-image { height: 119px; }}
@media (max-width: 414px)  { .event-card img.event-image { height: 110px; }}
@media (max-width: 375px)  { .event-card img.event-image { height: 98px;  }}


/* #LocationReviews {} */

.location-home-wrapper .row.location-reviews-row .container {
    max-width: 1100px;
}

.location-reviews-row h3,
.location-reviews-row p {
    text-align: center;
}

@media (max-width: 480px) {
    .location-reviews-row h3 {
        letter-spacing: 0px;
        line-height: 28px;
        max-width: 300px;
        font-size: 26px;
        margin: 0 auto;
    }
}

/* #LocationAboutRow {} */

.location-home-wrapper .row.location-about-row {
    padding: 60px 0;
}
#LocationAboutRow .column {
    float: unset !important;
}
#LocationAboutRow .column.span12 {
    margin-top: 35px;
}
#LocationAboutRow .container {
    max-width: 1520px;
    margin: 0 auto;
}

@media (min-width: 980px) {
    #LocationAboutRow .container {
        flex-wrap: wrap;
        display: flex;
    }
    #LocationAboutRow .column {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #LocationAboutRow .span6:nth-child(1) {
        padding-right: 2%;
    }
    #LocationAboutRow .span6:nth-child(2) {
        padding-left: 2%;
    }
	#LocationAboutRow .column.span12 {
        flex-direction: column;
    }
}

#LocationAboutRow p:not(:last-child) {
    margin-bottom: 14px;
}
#LocationAboutRow p {
    text-align: center;
}

@media (max-width: 1024px) {
    body #LocationAboutRow h2 {
        line-height: 32px;
        font-size: 32px;
    }
}

@media (max-width: 979px) {
    body #LocationAboutRow {
        display: none;
    }
}

/* #LocationDailyDealsRow {} */

.location-home-wrapper .row.location-daily-deals-row {
    padding: 100px 0;
}
#LocationDailyDealsRow {
    background-image: url('/wp-content/uploads/2024/08/background-Mint-Daily-Deals.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}


#LocationDailyDealsRow h2,
#LocationDailyDealsRow h3 {
    color: var(--light1);
    text-align: center;
}
#LocationDailyDealsRow h2 {
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 80px;
    font-size: 72px;
}
#LocationDailyDealsRow h3 {
    letter-spacing: 2px;
    margin-bottom: 24px;
    line-height: 46px;
    font-size: 36px;
}

@media (max-width: 480px) {
    #LocationDailyDealsRow {
        background-image: url('/wp-content/uploads/2024/08/background-Mint-Daily-Deals-mobile@2x.jpg');
    }
    .location-home-wrapper .row.location-daily-deals-row {
        padding: 50px 0;
    }
    #LocationDailyDealsRow h2 {
        margin-bottom: 10px;
        letter-spacing: 0;
        line-height: 34px;
        font-size: 32px;
    }
    #LocationDailyDealsRow h3 {
        letter-spacing: 1px;
        margin-bottom: 24px;
        line-height: 24px;
        font-size: 19px;
    }
}

/* END Single Location Homepage */

/* Mint Cafe */

#cafe-page .default-header {
    background-color: var(--dark3);
}
#cafe-page .default-header h1 {
    text-align: center;
}
.cafe-pricing hr {
    margin: 24px 0 40px 0;
}
.pp-mg {
    justify-content: space-between;
    padding-bottom: 16px;
    align-items: center;
    display: flex;
}
.pp-mg:not(:last-child) {
    border-bottom: 2px dotted var(--accent1);
    margin-bottom: 16px;
}
.pp-mg h6 {
    color: var(--light1);
}

@media (min-width: 980px) {
    .cafe-jump-to-row .wpb_column:not(:first-child):not(:last-child),
    .cafe-pricing .wpb_column:not(:first-child):not(:last-child) {
        padding: 0 1%;
    }
    .cafe-jump-to-row .wpb_column:not(:first-child),
    .cafe-pricing .wpb_column:not(:first-child) {
        padding-left: 2%;
    }
    .cafe-jump-to-row .wpb_column:not(:last-child),
    .cafe-pricing .wpb_column:not(:last-child) {
        padding-right: 2%;
    }
    .cafe-jump-to-row .wpb_column,
    .vertical-align {
        align-items: center;
        display: flex;
    }
}

@media (min-width: 769px) {
    ul.flex-list {
        flex-wrap: wrap;
        display: flex;
    }
    .cafe-jump-to-row.destination .flex-desktop {
        justify-content: space-between;
        display: flex;
    }
    ul.flex-desktop .flex-col,
    ul.flex-list li {
        width: 50%;
    }
    ul.flex-desktop .flex-col:nth-child(odd),
    ul.flex-list li:nth-child(odd) {
        padding-right: 5%;
    }
}

@media (max-width: 768px) {
	div.flex-desktop .flex-col:not(:first-child) {
		margin-top: 24px;
	}
}

.cafe-jump-to-row.destination .flex-desktop,
ul.flex-list {
    margin-top: 28px;
}
.cafe-jump-to-row h3 {
    color: var(--light1);
    margin-bottom: 16px;
    line-height: 36px;
    font-size: 32px;
}
.cafe-jump-to-row:not(.destination) h3 {
    width: fit-content;
}
.cafe-jump-to-row h3 span {
    letter-spacing: inherit;
    text-transform: inherit;
    color: var(--accent1);
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
}
.cafe-jump-to-row:not(.destination) h3 span {
    transition: all 0.3s ease-in-out;
    width: fit-content;
    display: block;
}
.cafe-jump-to-row h3 br {
    display: none;
}
.cafe-jump-to-row p {
    color: var(--light1);
}
.wpb_row.cafe-jump-to-row.destination h4 {
    color: var(--accent2);
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 1;
}
.wpb_row.cafe-jump-to-row.destination.dark2 li,
.wpb_row.cafe-jump-to-row.destination.dark3 li {
    color: var(--light1);
}
.wpb_row.cafe-jump-to-row.destination.dark2 {
    background: #080808 !important;
}
.flex-desktop ul li,
ul.flex-list li {
    font-family: var(--Museo900);
    letter-spacing: 0.77px;
    font-size: 16px;
    line-height: 1;
}
.flex-desktop ul li:not(:last-child),
ul.flex-list li:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 979px) {
    .wpb_row.cafe-jump-to-row.destination.reverse .container {
        flex-direction: column-reverse;
        display: flex;
    }
}

body #content .cafe-jump-to-row h3 a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--light1);
}
body #content .cafe-jump-to-row h3 a:hover,
body #content .cafe-jump-to-row h3 a:hover span {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
body #content .cafe-jump-to-row h3 a span {
  background: radial-gradient(circle at 100%,
    var(--accent1),
    var(--accent1) 50%,
    var(--accent1) 40%, var(--light1) 75%);
  background-size: 200% auto;
  color: var(--light1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animatedText 1.5s linear infinite;
}

@keyframes animatedText {
    to {
        background-position: -200% center;
    }
}

body #content .cafe-jump-to-row h3 a:hover span {
  background: radial-gradient(circle at 100%,
    var(--accent2),
    var(--accent2) 50%,
    var(--accent2) 40%, var(--light1) 75%);
  background-size: 200% auto;
  color: var(--light1);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animatedTextHover 1.5s linear infinite;
}

@keyframes animatedTextHover {
    to {
        background-position: -200% center;
    }
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-24px)
    }

    60% {
        -webkit-transform: translateY(-12px)
    }
}

@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-24px)
    }

    60% {
        -moz-transform: translateY(-12px)
    }
}

@-o-keyframes bounce {
    0%,20%,50%,80%,100% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-24px)
    }

    60% {
        -o-transform: translateY(-12px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-24px)
    }

    60% {
        transform: translateY(-12px)
    }
}

/* END Mint Cafe */

/* Location Menu Page */

#location-menu-page #content .row:not(.embed-row) {
    padding: 40px 0;
}
#location-menu-page #content .row .container,
#location-menu-page .default-header .container {
    max-width: 1520px;
    margin: 0 auto;
    width: 90%;
}
#location-menu-page .default-header .container {
    flex-direction: column;
    position: relative;
    top: 60px;
}
#location-menu-page .default-header h1 {
    margin-bottom: 10px;
    text-align: center;
    top: 0;
}
body#location-menu-page #content .default-header p,
body#location-menu-page #content .default-header p a:not(.btn-bt) {
    font-family: var(--Museo700);
    text-decoration: none;
    color: var(--light1);
    font-size: 28px;
}
body#location-menu-page #content .default-header p a:not(.btn-bt):hover {
    color: var(--accent2);
}
#location-menu-page .default-header a.btn-bt {
    margin-top: 30px;
}
#location-menu-page .row h3 {
    text-align: center;
}
#location-menu-page #content .row .container {
    max-width: unset;
    width: 99%;
}
#location-menu-page .row:not(.shopping-at-row) a.btn-bt {
    display: inline-block;
    margin-top: 24px;
}
body #content .shopping-at-row a.light1 {
    text-decoration: none;
    color: var(--light1);
    margin-top: 0;
}
body #content .shopping-at-row a.light1:hover {
    color: var(--accent2);
}
.border-btn i.accent1 {
    color: var(--accent1);
}
p.shopping-at-contents {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}
span.locShoppingAt {
    margin-right: 18px;
}
span.locTextLinks,
.locTextLinks a {
    font-family: var(--Museo700);
}
span.locTextLinks {
    margin-right: 18px;
}
span.locBtns {
    margin-right: 12px;
}
span.locBtns a:first-child {
    margin-right: 14px;
}
span.locBtns a {
    white-space: nowrap;
}

@media (max-width: 1400px) {
    #location-menu-page #content .row.shopping-at-row {
        padding-top: 18px !important;
    }
    span.locShoppingAt {
        margin-bottom: 12px;
        width: 100%;
    }
}

@media (max-width: 1280px) {
    span.locTextLinks,
    span.locBtns {
        margin-bottom: 20px;
        width: 100%;
    }
    #location-menu-page #content .row.shopping-at-row {
        padding-bottom: 18px !important;
    }
}

@media (max-width: 480px) {
    body#location-menu-page #content .row.shopping-at-row a.btn-bt {
        padding: 16px;
    }
    .row.shopping-at-row p > span {
        margin-right: 0 !important;
    }
    span.locShoppingAt {
        margin-bottom: 8px;
    }
    span.locTextLinks,
    span.locBtns {
        margin-bottom: 24px;
    }
}

#location-menu-page #content .row.shop-brands-row {
    padding: 40px 0 76px 0;
}
#location-menu-page #content .row.shopping-at-row {
    padding: 30px 0;
}
#location-menu-page #content .row.location-newsletter-cta {
    padding: 20px 0;
}
#location-menu-page #content .row.location-newsletter-cta a.btn-bt {
    margin-top: 0;
}
body#location-menu-page .shop-cafe-bottom-cta-row a.btn-bt {
    margin-top: 16px !important;
    width: 240px;
}
#location-menu-page .shop-cafe-bottom-cta-row {
    background-image: url(/wp-content/uploads/2024/08/cta-background-CANNABIS-INFUSED-KITCHEN.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    justify-content: center;
    background-size: cover;
    align-items: center;
    display: flex;
    height: 525px;
}

@media (max-width: 480px) {
    #location-menu-page .shop-cafe-bottom-cta-row .container {
        position: relative;
        top: -20px;
    }
    #location-menu-page .shop-cafe-bottom-cta-row {
        background-image: url(/wp-content/uploads/2024/08/CANNABIS-INFUSED-KITCHEN-mobile.jpg);
        background-position: bottom center;
        height: 727px;
    }
    body#location-menu-page .shop-cafe-bottom-cta-row h2 {
        letter-spacing: 0;
        line-height: 36px;
        font-size: 32px;
    }
    body#location-menu-page .shop-cafe-bottom-cta-row h2 span.smaller {
        letter-spacing: 1px;
        line-height: 24px;
        font-size: 19px;
    }
}

@media (max-width: 440px) { #location-menu-page .shop-cafe-bottom-cta-row { height: 664px; }}
@media (max-width: 414px) { #location-menu-page .shop-cafe-bottom-cta-row { height: 624px; }}
@media (max-width: 375px) { #location-menu-page .shop-cafe-bottom-cta-row { height: 563px; }}

#location-menu-page .shop-cafe-bottom-cta-row h2 {
    text-shadow: 0px 0px 8px rgba(0.50) !important;
    color: var(--light1);
    text-align: center;
    line-height: 80px;
    max-width: 700px;
    font-size: 72px;
    margin: 0 auto;
}
#location-menu-page .shop-cafe-bottom-cta-row h2 span.smaller {
    font-family: var(--Museo900);
    letter-spacing: 2px;
    line-height: 46px;
    font-size: 36px;
    display: block;
}

@media (max-width: 979px) {
    .default-header .container {
        top: 0 !important;
    }
    #location-menu-page .default-header p,
    #location-menu-page .default-header p a:not(.btn-bt) {
        line-height: 36px !important;
        font-size: 24px !important;
        text-align: center;
    }
    body .default-header h1 {
        line-height: 60px;
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    body .default-header h1 {
        line-height: 36px;
        font-size: 30px;
    }
    #location-menu-page .default-header p,
    #location-menu-page .default-header p a:not(.btn-bt) {
        line-height: 24px !important;
        font-size: 16px !important;
    }
    #location-menu-page .default-header a.btn-bt {
        margin-top: 18px;
    }
}

/* END Location Menu Page */

/* Contact Page */

.location-contact-wrapper .row {
    justify-content: center;
    align-items: center;
    padding: 32px 0;
    display: flex;
}
.location-contact-wrapper .row.location-nap-row {
    padding: 0;
}
.location-contact-wrapper .location-nap-row .container {
    max-width: unset;
    display: flex;
    width: 100%;
}
.location-contact-wrapper .row.location-newsletter-cta {
    padding: 20px 0;
}
body #content .location-contact-wrapper .location-nap-row .text p.address a,
body #content .location-contact-wrapper .location-nap-row .text p.phone a {
    text-decoration: none;
    color: var(--light1);
}
body #content .location-contact-wrapper .location-nap-row .text p.address a:hover,
body #content .location-contact-wrapper .location-nap-row .text p.phone a:hover {
    color: var(--accent2);
}
.bakery .wpb_row.follow-us-row {
    padding: 18px 0 32px 0;
}
.follow-us-row h4 {
    letter-spacing: 2px;
    margin-bottom: 24px;
    font-size: 20px;
}
.follow-us-row ul.social {
    text-align: center;
}
.follow-us-row ul.social li a {
    font-size: 32px;
}

/* END Contact Page */

ul.slick-dots {
    padding-left: 0 !important;
}

/* Age Gate */

p.age-gate__challenge {
    font-family: var(--Museo900);
    text-transform: uppercase;
}
.age-gate__buttons button {
transition: all 0.3s ease-in-out;
/*     border: 3px solid var(--light1) !important; */
    background: var(--accent1) !important;
    color: var(--light1) !important;
    border-radius: 50px !important;
    padding: 10px 5px !important;
    font-family: var(--Museo900);
    text-transform: capitalize;
    font-size: 14px !important;
    margin: 20px 0 !important;
    min-width: 100px;
}
.age-gate__buttons button.age-gate__submit.age-gate__submit--no {
    background: red !important;
}
.age-gate__buttons button:hover {
	transition: all 0.3s ease-in-out;
/* 	background: var(--accent1); */
	color: var(--light1);
	opacity: 0.69;
}
input.age-gate__remember-field {
    border: 3px solid var(--accent1) !important;
    background: transparent !important;
	transition: all 0.3s ease-in-out;
}
input.age-gate__remember-field:hover {
    border: 3px solid var(--accent2) !important;
	transition: all 0.3s ease-in-out;
}
input.age-gate__remember-field[checked]::after {
	border-color: var(--accent2) !important;
}

/* END Age Gate */

/* Responsive */

@media (max-width: 1280px) {
    .logo div.site-branding a {
        height: unset;
    }
    .logo div.site-branding a img {
        max-height: unset;
        height: 50px;
    }
    .left-right-header ul#top-menu > li {
        padding: 30px 10px !important;
    }
    ul#left-menu li a,
    ul#right-menu li a,
    nav ul#top-menu li a {
        letter-spacing: 0px;
        line-height: 14px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .left-right-header ul#top-menu > li {
        padding: 30px 5px !important;
    }
    ul#left-menu li a,
    ul#right-menu li a,
    nav ul#top-menu li a {
        line-height: 12px;
        font-size: 12px;
    }
}

@media (max-width: 979px) {
    .top-widget {
        background: var(--dark3);
    }
    .top-header {
        background: rgba(0, 0, 0, 1);
    }
    .logo div.site-branding a img {
        height: 42px;
    }
    .top-header {
        height: 55px;
    }
    .header-button a.btn-bt.default.btn-default {
        letter-spacing: 0.5px;
        font-size: 14px;
        padding: 3px 2%;
        width: 200px;
    }
    body .top-widget .widget p {
        align-items: center;
        line-height: 12px;
        font-size: 10px;
    }
    .top-widget #geolocationResult {
        margin-left: 0px;
    }
    body footer#footer {
        padding: 28px 0 24px 0;
    }
    footer .footer-col-2 .sidebar {
        display: block;
    }
    footer .footer-col-2 .sidebar .widget:nth-child(2),
    footer .footer-col-2 .sidebar .widget:nth-child(3) {
        width: 100%;
    }
    body footer .widget {
        text-align: center;
    }
    footer p.footer-logo {
        text-align: center;
    }
    footer .footer-logo img {
        margin-bottom: 16px;
        max-width: 236px;
    }
    footer h2.widget-title {
        padding-bottom: 12px;
        margin-bottom: 0px;
        line-height: 24px;
        font-size: 20px;
        width: 100%;
    }
    footer a.btn-bt {
        padding: 16px 2% !important;
        margin-bottom: 14px;
        margin-top: 12px;
        width: 275px;
    }
    footer .footer-col-4 .widget {
        margin-bottom: 0;
    }
    body .row.copyright p,
    body .row.copyright a {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
/*     .top-header,
    .top-widget {
        background: var(--dark3);
    }
    .top-header .logo .site-branding a img {
        height: 40px !important;
    } */
}

/* Product Page Responsive */

@media (max-width: 480px) {
	.bakery .facts-section {
		padding: 32px 0 !important;
	}
	.blurb-row h2 {
		letter-spacing: 0px;
		line-height: 36px;
		font-size: 32px;
	}
	.facts-row p,
	.facts-row h3 {
		text-align: center;
	}
	.facts-row h3 {
		line-height: 30px;
		font-size: 24px;
	}
	.facts-section p,
	.facts-row p {
		text-align: center;
		line-height: 24px;
		font-size: 16px;
	}
}
/* END Product Page Responsive */