/*
* Description: Custom CSS Additions Go Here
* Template: twentyseventeen
* 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;

/* 	--MontReg: 'Montserrat-Regular', sans-serif; */
/* 	--MontB: 'Montserrat-Bold', 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); }

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 p {
    color: var(--light1);
}

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

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

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

.wpb_row.accent1, .wpb_column.accent1, .vc_section.accent1 { background: var(--accent1); }
.wpb_row.accent2, .wpb_column.accent2, .vc_section.accent2 { background: var(--accent2); }
.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.copyright {
    background: var(--dark3);
}

/* /quick vars */

/* Sticky Header */
header#header {
    position: fixed;
    width: 100%;
    z-index: 69;
    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,
div.form-button-element button.moosend-designer-button: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,
div.form-button-element button.moosend-designer-button: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,
div.form-button-element button.moosend-designer-button,
a.btn-bt.default:not(.btn-default) {
    background: var(--accent1);
    color: var(--light1);
    position: relative;
    z-index: 0;
}
div.form-button-element button.moosend-designer-button:hover,
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;
}
div.form-button-element button.moosend-designer-button:before,
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 submit button */
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;
}
/* moosend disclaimer link */
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;
}

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

/* ANIMATED BUTTON */

header .nav-and-button .header-button a.btn-bt.default.btn-default {
	 background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    color: var(--light1) !important;
    font-family: var(--Museo900);
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    background-size: 400%;
    letter-spacing: 1px;
    border-radius: 30px;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
	border: none;
}
a.color-cycle {
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    color: var(--light1) !important;
    font-family: var(--Museo900);
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    background-size: 400%;
    letter-spacing: 1px;
    border-radius: 30px;
    align-items: center;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
	border: none;
    height: 48px;
    width: 240px;
}
header .nav-and-button .header-button a.btn-bt.default.btn-default,
a.color-cycle {
    animation: animate 8s linear infinite;
}

@keyframes animate {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 400%;
    }
}
header .nav-and-button .header-button a.btn-bt.default.btn-default:before,
a.color-cycle:before {
    background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 40px;
    position: absolute;
    transition: 1s;
    bottom: -5px;
    content: '';
    z-index: -1;
    right: -5px;
    opacity: 0;
    left: -5px;
    top: -5px;
}
header .nav-and-button .header-button a.btn-bt.default.btn-default:hover:before,
a.color-cycle:hover:before {
    animation: animate 8s linear infinite;
    filter: blur(16px);
    opacity: 1;
}

/* Main site deals tablepress buttons */

#DealsTabsSection .column-1 a {
	background: radial-gradient(ellipse farthest-corner at right bottom,#FEDB37 0%,#FDB931 8%,#9f7928 30%,#8A6E2F 40%,transparent 80%), radial-gradient(ellipse farthest-corner at left top,#FFFFFF 0%,#FFFFAC 8%,#D1B464 25%,#5d4a1f 62.5%,#5d4a1f 100%);
	transition: all 0.3s ease-in-out;
	font-family: var(--Museo900);
    text-decoration: none;
    color: var(--light1);
	border-radius: 50px;
	padding: 21px 28px;
	font-size: 18px;
}
#DealsTabsSection .column-1 a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}

/* 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 */

body .top-widget .widget p.twa-location span,
p.twa-location {
    font-family: var(--Museo900);
}
.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 .widget p span {
    font-size: 16px;
}
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: 1px;
}
.top-widget p.twa-email {
    font-family: var(--Museo700);
}
.top-widget p.twa-email i {
    left: -2px;
}

/* 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: 638px; }}
@media (max-width: 1024px) { #HomeHeroSection .hero-inner-row { height: 452px; }}
@media (max-width: 979px)  { #HomeHeroSection .hero-inner-row { height: 432px; }}
@media (max-width: 768px)  { #HomeHeroSection .hero-inner-row { height: 337px; }}
@media (max-width: 480px)  { #HomeHeroSection .hero-inner-row { height: 246px; }}

@media(max-width: 1024px) {
    .bakery #HomeHeroSection h1,
    .bakery #HomeHeroSection h2 {
        letter-spacing: -1px;
        margin-bottom: 20px;
        line-height: 56px;
        font-size: 48px;
    }
}

@media (max-width: 979px) {
    .bakery #HomeHeroSection .wpb_column.vc_column_container.vc_col-sm-12 {
        top: 0;
    }
}

@media (max-width: 480px) {
    body .bakery #HomeHeroSection h1,
    body .bakery #HomeHeroSection h2 {
        letter-spacing: 0px;
        margin-bottom: 14px;
        line-height: 36px;
        font-size: 32px;
    }
    .bakery #HomeHeroSection ul.slick-dots {
        bottom: 12px;
    }
}

ul.slick-dots {
    padding-left: 0 !important;
}
#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;
}
#HomeHeroSection ul.slick-dots {
    bottom: 30px;
}
#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);
}

/** SHOP YOUR STATE CAROUSEL CHANGE *************************************/
/* Making the shop your state carousel a grid instead of a slick slider */
/* after commenting out the slick script in my-script.js                */
/************************************************************************/

#DynamicStatesCarousel .carousel-container {
    flex-flow: row wrap;
    column-gap: 1%;
    display: flex;
    row-gap: 24px;
    width: 100%;
}
#DynamicStatesCarousel .carousel-container .state-card {
    width: 24%;
}

@media (max-width: 1200px) {
    #DynamicStatesCarousel .carousel-container {
        column-gap: 2%;
        row-gap: 28px;
    }
    #DynamicStatesCarousel .carousel-container .state-card {
        width: 32%;
    }
}

@media (max-width: 979px) {
    #DynamicStatesCarousel .carousel-container {
        column-gap: 2%;
        /*row-gap: 24px;*/
    }
    #DynamicStatesCarousel .carousel-container .state-card {
        width: 49%;
    }
}

@media (max-width: 600px) {
    .bakery .vc_row.wpb_row.dynamic-shop-your-state-row.inner-heading-row {
        padding-bottom: 48px !important;
    }
    #DynamicStatesCarousel .carousel-container {
        column-gap: 0;
        row-gap: 25px;
    }
    #DynamicStatesCarousel .carousel-container .state-card {
        width: 100%;
    }
}

/***************************************/
/* END SHOP YOUR STATE CAROUSEL CHANGE */
/***************************************/

.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 button.slick-prev {
    left: -5px;
}
#DynamicStatesCarousel button.slick-next {
    right: -10px;
}
#DynamicStatesCarousel button.slick-prev,
#DynamicStatesCarousel button.slick-next {
    background: transparent;
}
#DynamicStatesCarousel button.slick-prev:before {
    font-family: Fontello;
    content: 'e82d';
}
#DynamicStatesCarousel button.slick-next:before {
    font-family: Fontello;
    content: 'e82e';

}

#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 !important;
    }
    .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 p {
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    column-gap: 1%;
    row-gap: 24px;
    display: flex;
    width: 100%;
}
.inner-daily-deals-row a.btn-bt {
    min-width: unset;
    width: 15%;
}

@media (max-width: 979px) {
    .inner-daily-deals-row a.btn-bt {
        min-width: unset;
        width: 32%;
    }
}

@media (max-width: 768px) {
    .inner-daily-deals-row a.btn-bt {
        min-width: unset;
        width: 49%;
    }
}


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

.default-header h1 {
    text-align: center;
}

/* 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 {
    font-family: var(--Museo700) !important;
    margin-bottom: 0px !important;
    line-height: 14px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
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;
    }
    .state-daily-deals-row,
    #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 !important;
}
#state-page #content .row.find-mint-in {
    padding: 60px 0 30px 0;
}
#state-page #content .row {
    padding: 30px 0;
}
#state-page #content .location-row-wrapper .row.location-row:last-child {
    padding-bottom: 60px;
}
#state-page #content .row .container {
    max-width: 1520px;
    margin: 0 auto;
    width: 90%;
}
#state-page #content .row .container .span6 {
    float: unset;
}
.find-mint-in h2 {
    text-align: center;
}
.location-row .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.location-row ul.slick-dots {
    bottom: 25px;
}
.location-row img.store-img.slick-slide,
.location-row .slick-list.draggable {
    border-radius: 24px;
}
body .location-row .nap-col h3 {
    margin-bottom: 6px;
    letter-spacing: 0;
    line-height: 36px;
    font-size: 30px;
}
.location-row p.offerings {
    margin-bottom: 10px;
}
.location-phone-hours {
    margin-bottom: 14px;
}
body #content .location-row .nap-col h3 a {
    text-decoration: none;
    color: var(--dark2);
}
body #content .location-row a.address-link,
body #content .location-row a.phone-link {
    text-decoration: none;
    color: var(--dark3);
}
body #content .location-row .nap-col h3 a:hover,
body #content .location-row a.address-link:hover,
body #content .location-row a.phone-link:hover {
    color: var(--accent1);
}
span.tag-item {
    background: var(--light2);
    letter-spacing: 0.70px;
    color: var(--dark3);
    border-radius: 7px;
    margin-right: 10px;
    padding: 7px 24px;
    font-size: 12px;
}
body .location-phone-hours p,
body .location-phone-hours a {
    line-height: 24px;
    font-size: 18px;
}
body .location-phone-hours p strong {
    letter-spacing: 0.77px;
    color: var(--dark3);
    font-size: 12px;
}
.state-daily-deals-row {
    background-image: url(/wp-content/uploads/2024/08/background-Mint-Daily-Deals-mobile@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    justify-content: center;
    background-size: cover;
    align-items: center;
    display: flex;
    height: 468px;
}
.state-daily-deals-row h2 {
    color: var(--light1);
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 80px;
    max-width: 900px;
    font-size: 72px;
}
.state-daily-deals-row h3 {
    color: var(--light1);
    letter-spacing: 2px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 46px;
    font-size: 36px;
}
body #content .location-row .flex-buttons a.btn-bt {
    padding: 16px 28px;
}
body #content .location-row .flex-buttons a.btn-bt.border-btn {
    padding: 13px 28px;
}

@media (min-width: 980px) {
    #state-page #content .row .container {
        justify-content: center;
        align-items: center;
        column-gap: 6%;
        display: flex;
    }
}

@media (min-width: 769px) {
    .location-phone-hours {
        justify-content: start;
        align-items: start;
        column-gap: 16px;
        display: flex;
    }
}

@media (min-width: 481px) {
    .location-row .flex-buttons {
        column-gap: 16px;
        display: flex;
    }
    .location-row .flex-buttons a.btn-bt,
    .location-row .span4 {
        width: 33.33%;
    }
}

@media (max-width: 979px) {
    #state-page #content .row .container .span6 {
        width: 100%;
    }
    .img-carousel-col {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    body #content .location-row a.address-link,
    body #content .location-row a.phone-link {
        margin-bottom: 10px !important;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    #state-page .default-header {
        height: 197px;
    }
    #state-page .default-header .container {
        max-width: 360px;
    }
    .default-header h1 {
        line-height: 36px;
        font-size: 32px;
    }
    p.offerings {
        justify-content: center;
        display: flex;
        gap: 2%;
    }
    p.offerings span.tag-item {
        text-align: center;
        margin-right: 0;
        padding: 8px 24px;
        line-height: 1;
        width: 100%;
    }
    body .location-phone-hours p strong {
        letter-spacing: 0.83px;
        font-size: 15px;
    }
    .location-row .flex-buttons a.btn-bt {
        display: inline-block;
        width: 100%;
    }
    .location-row .flex-buttons a.btn-bt:not(:last-child) {
        margin-bottom: 10px;
    }
    .state-daily-deals-row {
        padding: 60px 0;
        height: auto;
    }
}

/* END State Page */

/* 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 */

/* Contact */

body #content .bakery.contact-us .nap-col a {
    text-decoration: none;
    color: var(--light1);
}
body #content .bakery.contact-us .nap-col 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 */

/* Responsive */

@media (max-width: 1280px) {
    .logo div.site-branding a {
        height: unset;
    }
    .logo div.site-branding a img {
        max-height: unset;
        height: 50px;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .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) and (min-width: 980px) {
    .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: 7px 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;
    }
    .blurb-row.about-outer p {
        text-align: left !important;
    }
    .blurb-row.about-outer .vc_inner {
        padding-bottom: 28px;
    }
    #DailyDealsSection {
        padding: 57px 0 !important;
        min-height: auto;
    }
    #DailyDealsSection p {
        text-align: center;
    }
    /*#DailyDealsSection p a.btn-bt:not(:last-child) {*/
    /*    margin-bottom: 14px;*/
    /*}*/
}

@media (max-width: 600px) {
    #DailyDealsSection p a {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #DailyDealsSection p a {
        width: 240px;
    }
    body .bakery .vc_col-sm-12 h3 {
        letter-spacing: 1px;
        line-height: 24px;
        font-size: 22px;
    }
    #DynamicShopYourStateSection .inner-heading-row,
    #ShopYourStateSection .inner-heading-row {
        padding: 28px 0 24px 0;
    }
    .blurb-row.about-outer .vc_inner {
        padding-bottom: 20px;
    }
    .bakery .blurb-row.about-outer {
        padding: 36px 0;
    }
    .bakery .blurb-row.about-outer h2 {
        letter-spacing: 0;
        line-height: 26px;
        font-size: 26px;
    }
    body #content .inner-store-locator-row h3 a {
        letter-spacing: 1px;
        padding: 18px 18px;
        line-height: 24px;
        font-size: 20px;
    }
    body #asl-storelocator.asl-p-cont #asl-map-canv,
    body #asl-storelocator.asl-cont #asl-map-canv {
        height: 375px !important;
    }
    #LearningCenterSection .container {
        width: 91%;
    }
    body .bakery #LearningCenterSection .vc_col-sm-12 h3 {
        letter-spacing: 0px;
    }
    body .bakery #LearningCenterSection p {
        margin-right: auto;
        margin-left: auto;
        line-height: 20px;
        max-width: 255px;
    }
    body .bakery #LearningCenterSection p strong {
        font-family: var(--Museo900);
    }
    #ProductsCarousel img {
        border-radius: 28px;
        width: 140px;
    }
    #ProductsCarousel h4 {
        line-height: 20px;
        font-size: 17px;
    }
    body .fifty-fifty h2 {
        letter-spacing: 0px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 28px;
        font-size: 26px;
    }
    body .fifty-fifty h3 {
        letter-spacing: 0px;
        margin-bottom: 18px;
        color: var(--dark3);
        text-align: center;
        line-height: 24px;
        font-size: 22px;
    }
    .fifty-fifty hr {
        margin-right: auto !important;
        margin-left: auto !important;
        margin: 18px 0;
        width: 200px;
    }
    body .fifty-fifty p {
        text-align: center;
        line-height: 22px;
        font-size: 16px;
    }
    .fifty-fifty a.btn-bt {
        margin-top: 6px;
    }
    #ReviewsSection h2,
    body .bakery .cta-row .vc_col-sm-12 h3 {
        letter-spacing: 0px;
        margin-bottom: 14px;
        line-height: 28px;
        font-size: 26px;
    }
    .wpb_row a.btn-bt.alternate,
    .wpb_row a.btn-bt.default {
        padding: 16px 2%;
    }
    .bakery .cta-row {
        padding: 16px 0 20px 0;
    }
    h2.large-h2 {
        letter-spacing: 0px;
        line-height: 32px;
        font-size: 32px;
    }
    body .bakery #DailyDealsSection .vc_col-sm-12 h3 {
        letter-spacing: 1px;
        line-height: 24px;
        font-size: 19px;
    }
    section#ReviewsSection {
        padding: 30px 0 !important;
    }
    body .ti-widget.ti-goog .ti-widget-container {
        margin-top: 0 !important;
    }
    body .ti-widget.ti-goog .ti-reviews-container-wrapper {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .blurb-cta h2 {
        letter-spacing: 0px;
        margin-bottom: 18px;
        line-height: 28px;
        font-size: 26px;
    }
    .bakery .vc_col-sm-12 hr {
        margin: 18px auto;
        max-width: 200px;
        width: 90%;
    }
    body .blurb-cta p {
        line-height: 22px;
        font-size: 15px;
    }
    .bakery .blurb-cta a.btn-bt {
        margin-top: 6px !important;
    }
    .wpb_row a.btn-bt.border-btn {
        padding: 13px 2%;
    }
    .bakery #MintMissionSection,
    .bakery .blurb-cta {
        padding-bottom: 32px !important;
        padding-top: 36px !important;
    }
    #BottomCTA_Section h2 {
        letter-spacing: 0px;
        margin-bottom: 14px;
        line-height: 36px;
        font-size: 32px;
    }
    #BottomCTA_Section {
        height: auto;
    }
    #BottomCTA_Section .vc_row {
        padding-bottom: 97px;
        padding-top: 97px;
    }
    .bakery .fifty-fifty.inline-img {
        padding: 32px 0;
    }
    .bakery.contact-us .nap-col h5 {
        text-align: center;
    }
    .bakery.contact-us .nap-col ul.social {
        text-align: center;
    }
    body .form-row h2 {
        letter-spacing: 0;
        line-height: 36px;
        font-size: 32px;
    }
    #primary .post-text-wrap h2 {
        margin-bottom: 5px;
    }
    .blog article h2 {
        line-height: 26px;
        font-size: 20px;
    }
    body p.archive-post-excerpt {
        margin-bottom: 12px;
        line-height: 20px;
        font-size: 14px;
    }
    .post-text-wrap {
        padding: 10px 12px 18px 12px;
    }
    body #content a.btn-bt.border-btn {
        padding: 13px 2%;
    }
    p.post-date {
        font-family: var(--Museo700);
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .find-mint-in h2 {
        letter-spacing: 0px;
        line-height: 28px;
        font-size: 26px;
    }
    body .location-row .nap-col h3 {
        letter-spacing: 0;
        line-height: 24px;
        font-size: 22px;
    }
    #state-page #content .row.find-mint-in {
        padding: 30px 0 0px 0;
    }
    #state-page #content .row {
        padding: 30px 0 12px 0;
    }
    #state-page #content .location-row-wrapper .row.location-row:last-child {
        padding-bottom: 40px;
    }
    .state-daily-deals-row h2 {
        letter-spacing: 0px;
        line-height: 32px;
        font-size: 32px;
    }
    .state-daily-deals-row h3 {
        letter-spacing: 1px;
        margin-bottom: 18px;
        line-height: 24px;
        font-size: 19px;
    }
}

/* END Responsive */

/* 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 */