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

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

/*--accent1:;*/
/*--accent2:;*/
/*--accent3:;*/
/*--light1:;*/
/*--light2:;*/
/*--light3:;*/
/*--dark1:;*/
/*--dark2:;*/
/*--dark3:;*/
/*--uihover:;*/

/* custom vars */
--accent1_40: #D31A3B66;
--accent2_40: #9B9B9B66;
--accent2_75: #9B9B9BBF;
--light1_50: #FFFFFF80;
--dark1_75: #333232BF;
--dark2_75: #212020BF;
--dark4: #3f3f3f;
--dark5: #000000;
--dark6: #E82D2D;
--headingtextshadow: 2px 2px 0 var(--dark3);

/* font family vars */
/*--bodyfont:;*/
/*--headingfont:;*/
--BarConB: 'BarlowCondensed-Bold', sans-serif;
--BarConSB: 'BarlowCondensed-SemiBold', sans-serif;
--BarConM: 'BarlowCondensed-Medium', sans-serif;
--BarCon: 'BarlowCondensed-Regular', sans-serif;
--BarReg: 'Barlow-Regular', sans-serif;
--BarB: 'Barlow-Bold', sans-serif;
--BarBlk: 'Barlow-Black', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Aleo", serif !important;
	color: #d31a3b;
}
body p {
    font-family: "gotham", sans-serif;
    font-weight: 400;
}
nav ul#top-menu li a {
    font-family: "gotham", sans-serif;
    font-weight: 600;
}
.left-right-header ul#top-menu li {
    padding: 5px 10px !important;
}

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

/* quick vars quick vars quick vars quick vars quick vars quick vars  */
div#wpadminbar {
    z-index: 9999999999999;
}
body .subpage-hero h1,
body .subpage-hero h2,
body .subpage-hero h6 {
    color: var(--light1);
}
footer#footer {
    background-color: var(--dark1);
}
footer h2.widget-title {
    color: var(--light1);
    margin-bottom: 16px;
    font-size: 19px;
}
footer#footer a:not(.ab-item):not(.btn-bt),
.default-header h1,
.default-header h2 {
    color: var(--light1);
    text-align: center;
}
.copyright p {
    font-size: 14px;
}
footer i.icon-location {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
footer .widget h6 {
    font-size: 16px;
}
body footer a.btn-bt.default,
body #content a.btn-bt.accent1 {
    transition: all 0.3s ease-in-out;
    background: var(--accent1);
    color: var(--light1);
}
body hr.dark1 {
    border-bottom: 2px solid var(--dark1);
    margin: 32px auto;
    max-width: 95%;
}
.wpb_row.dark1 h2,
.wpb_row.dark1 h3,
.wpb_row.dark1 p {
    color: var(--light1);
}
#locationSlider .slide-container {
    background-color: var(--light1);
}
body div#locationSlider h3 {
    font-family: var(--BarConSB);
    line-height: 36px;
    font-size: 28px;
}
body div#locationSlider h3,
body div#locationSlider p a {
    text-decoration: none;
    color: var(--dark3);
}
.bakery .wpb_column.dark1_75 {
    background-color: var(--dark1_75);
}
.bakery .wpb_row.accordion .vc_tta-container {
    margin-bottom: 0;
}
.bakery .wpb_row.accordion .vc_tta-panel:last-child {
    margin-bottom: 0 !important;
}
.bakery .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
     margin: 0 !important;
}
.tabs .vc_tta-panels {
    padding: 40px 0;
}
/* accordion/tab color scheme fix */
body #content .bakery .vc_tta-panel-heading {
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    border: none;
}
/* BOX SHADOW ACCORDIONS ON HOVER */
body #content .bakery div.vc_tta-panel .vc_tta-panel-heading:hover {
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

/* IDLE TOGGLE ICON COLOR */
body #content .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    color: var(--dark1);
}
/* IDLE TEXT COLOR */
body #content .bakery div.vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text,
body #content .bakery li.vc_tta-tab a span.vc_tta-title-text {
    color: var(--dark1);
}
/* IDLE BACKGROUND COLOR */
body #content .bakery li.vc_tta-tab a,
body #content .bakery div.vc_tta-panel-heading {
    background: var(--light3);
}
/* HOVER TEXT COLOR */
body #content .bakery div.vc_tta-panel-heading h4.vc_tta-panel-title a:hover span.vc_tta-title-text,
body #content .bakery li.vc_tta-tab:hover a span.vc_tta-title-text {
    color: var(--light1);
}
/* ACTIVE TEXT COLOR*/
body #content .bakery li.vc_tta-tab.vc_active a span.vc_tta-title-text,
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    color: var(--light1);
}
/* HOVER/ACTIVE TOGGLE ICON COLOR */
body #content .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body #content .bakery .wpb_row.accordion .vc_tta .vc_tta-panel:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    color: var(--light1);
}
/* HOVER BACKGROUND (GENERIC OPACITY OF ACCENT1) */
body #content .bakery li.vc_tta-tab:hover a,
body #content .bakery div.vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: var(--dark1_75);
}
/* HOVER BACKGROUND ON ACTIVE ITEMS */
body #content .bakery li.vc_tta-tab.vc_active a:hover,
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover,
body #content .bakery li.vc_tta-tab.vc_active a,
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: var(--accent1);
}
/* COLOR BEHIND THE TABS */
body #content .bakery div.vc_tta-tabs-container {
    background: var(--dark1_75);
}
/* /quick vars /quick vars /quick vars /quick vars /quick vars  */


/* General */
img.aligncenter {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
}
body h1 span {
    font-size: 48px;
}
body #content .tt-none {
    text-transform: none;
}
body #content .gform_footer input[type="submit"],
body a.btn-bt.default {
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
    border-radius: 4px;
}
body a.btn-bt.alternate {
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
}

body a.btn-bt.alternate2 {
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
	background: #000;
	color: #fff !important;
	border-radius: 5px;
}

body a.btn-bt.alternate2:hover {
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
	background: #262626;
	color: #fff !important;
	border-radius: 5px;
}

body .bakery .vc_section {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
/* /General */

/* Sticky Header */
@media (min-width: 980px) {
    body header#header {
        z-index: 99999999;
        position: fixed;
        width: 100%;
    }
    .site-content,
    .single #content,
    .blog #content {
        padding-top: 90px !important;
    }
}
/* /Sticky Header */

/* Top Widget */
.top-widget .textwidget {
    align-items: center;
    display: flex;
}
.top-widget h4 {
    font-size: 16px;
}
.top-widget p.twa-phone {
    margin-right: 12px;
    text-align: left;
}
.top-widget p.twa-phone a.icon-btn {
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 40px;
}
a.icon-btn i.icon-btn-icon {
    background: var(--accent1);
    align-items: center;
	padding: 10px 0px 10px;
    display: flex;
    height: 100%;
}
a.icon-btn i::before {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
    font-size: 24px;
}
footer#footer a.icon-btn i::before {
    transition: all 0.3s ease-in-out;
    color: var(--dark2);
    font-size: 24px;
}
a.icon-btn span.icon-btn-text {
    transition: all 0.3s ease-in-out;
    /* text-shadow: 1px 1px 3px #222; */
    font-family: "gotham", sans-serif;
    font-weight: 700;
    background: #fff;
    color: #000;
    align-items: center;
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    height: 100%;
}
.top-widget .span6.right .textwidget {
    justify-content: flex-end;
}
.top-widget .span6.right h4 {
    margin-right: 12px;
}
ul.social.top-widget-socials {
    flex-direction: row;
    align-items: center;
    line-height: unset;
    font-size: unset;
    display: flex;
    height: 40px;
}
ul.social.top-widget-socials li {
    line-height: unset;
    margin-right: 3px;
    font-size: unset;
    height: 40px;
}
ul.social.top-widget-socials li a {
    text-decoration: none;
    line-height: unset;
    font-size: unset;
    display: flex;
    height: 40px;
}
ul.social.top-widget-socials li a i {
    background-color: var(--accent2);
    font-size: 24px !important;
    justify-content: center;
    align-items: center;
    color: var(--dark2);
    padding: 0 3.21px;
    line-height: 24px;
    display: flex;
    height: 40px;
}
ul.social li a i:hover {
    transition: all 0.3s  ease-in-out;
    background: var(--accent2_40);
    color: var(--light1);
}
a.icon-btn:hover span.icon-btn-text,
.header-button a.btn-bt:hover,
body footer a.btn-bt.default:hover,
body #content a.btn-bt.default:hover,
body #content a.btn-bt.accent1:hover {
    transition: all 0.3s ease-in-out;
    background: var(--accent1_40);
    color: var(--light1);
}
a.icon-btn:hover i::before {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
.top-widget .widget a:link {
    color: var(--dark2);
}
.top-widget {
    background: var(--dark5);
}

/* /Top Widget */

/* 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 {
    background-color: var(--dark1);
	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 */

/* Home */
section#HomeHero {
    padding: 0;
}

@media (min-width: 980px) {
    .hero-banner {
        align-items: start !important;
        margin-bottom: -64px;
        height: 500px;
    }
    .hero-banner .container {
        height: calc(500px - 64px);
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .hero-promos .wpb_column:not(:last-child)::after {
        position: absolute;
        background: var(--light1);
        height: 100%;
        content: '';
        width: 2px;
        right: 0;
        top: 0;
    }
    .promo-block h2 {
        background: var(--light2);
        padding: 20px 0;
    }
    .promo-block p {
        background: var(--light1);
        margin: 0 !important;

    }
    .promo-block p:not(:last-child) {
        padding: 20px 14%;
        min-height: 150px;
    }
    .promo-block p:last-child {
        padding: 0px 10% 36px 10%;
    }
}

@media (max-width: 979px) {
    .hero-banner {
        height: 346px;
    }
    .hero-promos {
        background: var(--dark1);
    }
    .hero-promos .wpb_column:not(:last-child)::after {
        background: var(--light1);
        position: absolute;
        height: 2px;
        content: '';
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .hero-promos .wpb_column .vc_column-inner {
        padding: 28px 0 40px 0;
        max-width: 90%;
        margin: 0 auto;
    }
    .hero-promos h2 {
        margin-bottom: 16px;
    }
    .bakery .hero-promos .wpb_text_column p:not(:last-child) {
        margin-bottom: 24px;
    }
}

.hero-promos .wpb_column {
    position: relative;
}
.hero-banner h1,
.hero-banner h6,
.subpage-hero h1,
.subpage-hero h2,
.subpage-hero h6 {
    text-shadow: var(--headingtextshadow);
    color: var(--light1);
}
body .hero-banner h1 {
    line-height: 60px;
    font-size: 60px;
    display: block;
}
body .hero-banner h6 {
    font-family: "gotham",       sans-serif !important;
    font-weight: 700;
    margin-bottom: 19px;
    line-height: 26px;
    margin-top: 10px;
    font-size: 19px;
    letter-spacing: 1px;
}
.promo-block h2 {
    font-family: var(--BarConSB);
    color: var(--accent1);
    line-height: 40px;
    font-size: 32px;
}
.promo-block p {
    color: var(--dark1);
}

@media (max-width: 1200px) {
    body .promo-block h2 {
        line-height: 28px;
        font-size: 28px;
    }
}

/* Border Buttons */
footer .widget a.border-btn-light,
body #content a.border-btn-light,
a.border-btn-light {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent2);
    background-color: var(--accent2);
    text-decoration: none;
    display: inline-block;
    color: var(--light1);
    border-radius: 3px;
    text-align: center;
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
}
footer .widget a.border-btn-light:hover,
body #content a.border-btn-light:hover,
a.border-btn-light:hover {
    background-color: var(--accent2_75);
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}
body #content a.border-btn-accent1 {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    background-color: #24be4a00;
    text-decoration: none;
    display: inline-block;
    color: var(--dark3);
    border-radius: 3px;
    text-align: center;
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
}
body #content a.border-btn-accent1:hover {
    transition: all 0.3s ease-in-out;
    background-color: #24be4a66;
}
body #content a.border-btn-accent1.btn-fw {
    width: 100%;
}
/* /Border Buttons  */

/* Top CTA */
.bakery .top-cta {
    padding: 12px 0;
}
.wpb_row.top-cta h2 {
    font-family: var(--BarConSB);
    line-height: 40px;
    margin-bottom: 0;
    font-size: 32px;
}
.top-cta .wpb_text_column .wpb_wrapper {
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    display: flex;
}
.bakery a.top-cta-btn.icon-btn {
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 40px;
}
body:not(.home) .fifty-fifty h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}
/* /Top CTA */

/* Testimonials */
.testimonials h2 {
    color: var(--light1);
}
/* /Testimonials */

/* Footer */
footer#footer a {
    text-decoration: none;
}
p.footer-phone a.icon-btn.larger {
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    display: flex;
}
a.icon-btn.larger {
    font-family: var(--BarConB);
    letter-spacing: 1px;
    font-size: 28px;
}
a.icon-btn.larger i {
    background: var(--light1);
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    display: flex;
    height: 40px;
    width: 40px;
}
.footer-col-4 p.footer-button {
    margin-top: 22px;
}
ul#menu-footer {
    list-style: none;
    padding-left: 0;
}
/* /Footer */

/* Copyright */
.row.copyright {
    padding: 0;
}

@media (min-width: 980px) {
    .copyright-text.span6.left {
        padding-left: 2.5%;
    }
}

.bbb-logo {
    margin-top: 32px;
}
/* /Copyright */

/* Home */

.deals .vc_inner h3,
.deals .vc_inner p {
    color: var(--light1);
}
h2 img {
    margin-right: 40px;
    max-height: 36px;
    width: auto;
}
h4 img {
    margin-right: 18px;
    max-height: 36px;
    width: auto;
}
.bakery .wpb_row.partners-row {
    padding: 40px 0;
}
.partners .wpb_column {
    justify-content: center;
    align-items: center;
    display: flex;
}
body #content a.second-button {
    margin-left: 12px;
}
body.home .fifty-fifty h2,
body:not(.home) .fifty-fifty h2,
body .home-blogs h2:not(.feat-post-title) {
    font-family: var(--BarConSB);
    margin-bottom: 20px;
    line-height: 45px;
    font-size: 40px;
}
body.home section.testimonials,
section.testimonials {
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
}
body.home section .testimonials-inner-row h2,
section .testimonials-inner-row h2 {
    text-shadow: var(--headingtextshadow);
    font-family: var(--BarConSB);
    margin-bottom: 24px;
}

/* take advantge row */
body .bakery .take-advantage p:not(:last-child) {
    margin-bottom: 24px;
}
.take-advantage img {
    max-height: 326px;
    width: auto;
}
/* deals/specials (the 2 promo boxes) */
.deals .vc_inner .wpb_content_element .wpb_wrapper {
    justify-content: space-between;
    padding: 24px 4% 16px 4%;
    flex-direction: column;
    align-items: center;
    display: flex;
    height: 335px;
}
/* testimonials */
.bakery .testimonials-opacity .container {
    background-color: rgba(255, 255, 255, 0.90);
    padding: 0px 5% 40px 5%;
    border-radius: 7px;
    max-width: 1440px;
}
body .testimonials h4 {
    background-color: var(--dark1);
    font-family: var(--BarConM);
    color: var(--light1);
    border-radius: 4px;
    position: relative;
    line-height: 18px;
    max-width: 350px;
    padding: 18px 1%;
    font-size: 18px;
    margin: 0 auto;
    top: -27px;
}
.testimonials-mid-icon img {
    max-height: 54px;
    width: auto;
}

@media (min-width: 979px) {
    .testimonials-opacity p em {
        max-width: 370px;
        display: block;
    }
}

/* partners/logo row */
.partners img {
    max-height: 90px;
    width: auto;
}
/* map fifty */
body .fifty-fifty .nap-col h3 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1;
}
body .fifty-fifty .nap-col .wpb_wrapper {
    width: 100%;
}
/* Nap + Map Fifty Fifty Row */

body.home .fifty-fifty.nap-map-row .wpb_column:not(.image-col) .vc_column-inner {
    max-width: 520px;
    padding: 60px 0;
    width: 90%;
}
.inline-image .image-col img {
    border-radius: 60px;
}
body .fifty-fifty.nap-map-row h2 {
    text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--dark1);
    line-height: 48px;
    flex-flow: column;
    font-size: 46px;
    display: flex;
}
body .fifty-fifty.nap-map-row h2 br {
    display: none;
}
.nap-map-row span {
    text-transform: none;
    margin-bottom: 2px;
    line-height: 36px;
    font-size: 30px;
}
.nap-map-row h4 {
    font-family: var(--BarConM);
    color: var(--accent2);
    text-transform: none;
    font-weight: normal;
    line-height: 28px;
    font-size: 28px;
}
.nap-map-row .address-phone {
    margin-bottom: 24px;
    display: flex;
    width: 100%;
}
.nap-map-row .address-phone p {
    line-height: 1.7;
}
.nap-map-row .address-phone a {
    text-decoration: none;
}
.nap-map-row .address-phone > div {
    width: 50%;
}
div.service-areas {
/*    border-bottom: 3px solid var(--accent1);*/
    flex-flow: row wrap;
    margin-top: 24px;
    display: flex;
}
div.service-areas h5:nth-child(1),
div.service-areas h5:nth-child(2) {
    border-top: 3px solid var(--accent1);
}
div.service-areas > h5 {
    border-bottom: 3px solid var(--accent1);
    font-family: var(--BarConM);
    padding: 12px 12px 12px 0px;
    justify-content: start;
    text-transform: none;
    font-weight: normal;
    align-items: center;
    line-height: 30px;
    font-size: 20px;
    display: flex;
    width: 50%;
}
div.service-areas > h5:last-child {
/*    border-bottom: none;*/
}

@media (min-width: 980px) {
    .bakery .nap-map-row .wpb_column.nap-col {
        min-height: 600px;
    }
}

.map-col .vc_column-inner .wpb_wrapper,
.map-col .vc_column-inner .wpb_wrapper .wpb_content_element {
    height: 100%;
}
.map-col iframe {
    max-height: unset !important;
    height: 100%;
    width: 100%;
}

@media (max-width: 979px) {
    .nap-map-row .nap-col .vc_column-inner {
        padding: 32px 5%;
    }
}

@media (max-width: 480px) {
    .nap-map-row .address-phone {
        flex-flow: column;
        margin-bottom: 0;
    }
    .nap-map-row .address-phone > div {
        margin-bottom: 18px;
        width: 100%;
    }
}

/* /Nap + Map Fifty Fifty Row */
body #content .nap-col a:not(:hover) {
    color: var(--dark1);
}
/* home recent posts */
.bakery .home-blogs .container {
    max-width: 1920px;
    width: 93%;
}
.bakery .home-blogs h2:not(.feat-post-title) {
    margin-bottom: 40px !important;
}
.home-blogs .featured-post .flex {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    background-color: var(--light1);
    padding: 30px;
}
body #content article.blog-post-row,
.home-blogs .featured-post .flex.vertical-align {
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
}
a.archive-post-image-link {
    background-position: bottom center;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 172px;
}
.featured-post span.cat {
    font-family: var(--BarConB);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    color: var(--dark1);
    font-size: 12px;
}
body #content .featured-post p.author {
    font-family: var(--BarConM);
    text-transform: uppercase;
    align-items: center;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}
body .home-blogs h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}

@media (min-width: 980px) {
    .home-blogs .featured-post {
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    .home-blogs .featured-post .flex:nth-child(1) {
        margin-right: 2%;
    }
    .home-blogs .featured-post .flex:nth-child(2) {
        margin-right: 1%;
        margin-left: 1%;
    }
    .home-blogs .featured-post .flex:nth-child(3) {
        margin-left: 2%;
    }
}

@media (max-width: 979px) {
    .home-blogs .featured-post .flex {
        margin-bottom: 35px;
    }
}

/* mid parallax cta */
body #content .bakery .mid-plax h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 48px;
}
body #content .bakery .mid-plax p:not(:last-child) {
    margin: 0 auto 35px auto;
    line-height: 1.5;
    font-weight: 700;
    max-width: 705px;
    font-size: 20px;
}

@media (min-width: 980px) {
    .wpb_row.add-parallax {
        height: 500px;
    }
}

@media (max-width: 480px) {
    body #content .bakery .mid-plax h2 {
        margin-bottom: 18px;
        line-height: 1.2;
        font-size: 32px;
    }
    body #content .bakery .mid-plax p:not(:last-child) {
        margin: 0 auto 30px auto;
        font-size: 16px;
    }
}

/* home gallery */
.bakery .wpb_row.gallery-row {
    padding: 40px 0;
}
.bakery .gallery-row .container {
    max-width: 98% !important;
    margin: 0 auto;
}
.wpcp-swiper-wrapper {
    margin-bottom: 0 !important;
}
/* /Home /Home /Home /Home /Home /Home /Home /Home /Home /Home /Home */

/* Bottom CTA Bottom CTA Bottom CTA Bottom CTA Bottom CTA Bottom CTA Bottom */
@media (min-width: 1441px) {
    .bakery .bottom-cta-1 {
        min-height: 553px;
    }
}

@media (min-width: 980px) {
    .bakery .bottom-cta-1 {
        min-height: 445px;
        padding: 0;
    }
}

body .bottom-cta h2 {
    text-shadow: var(--headingtextshadow);
    text-transform: none;
    color: var(--light1);
    letter-spacing: 0px;
    text-align: center;
    line-height: 64px;
    font-size: 64px;
}
body .bottom-cta h6 {
    text-shadow: var(--headingtextshadow);
    color: var(--light1);
    margin-bottom: 24px;
    text-align: center;
    line-height: 24px;
    margin-top: 16px;
    font-size: 18px;
}
body .bottom-cta p {
    text-align: center;
}

@media (max-width: 979px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 301px; }}

@media (max-width: 480px) {
    .bakery .bottom-cta-1:not(.bottom-cta-2) {
        background-position: top center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 500px;
    }
}

@media (max-width: 440px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 500px; padding: 30px;}}
@media (max-width: 414px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 500px; padding: 30px;}}
@media (max-width: 375px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 500px; padding: 30px;}}
/* /Bottom CTA /Bottom CTA /Bottom CTA /Bottom CTA /Bottom CTA /Bottom CTA */

/* Fifty Fifty Fifty Fifty Fifty Fifty Fifty Fifty Fifty Fifty Fifty Fifty  */

body li {
    font-family: "gotham", sans-serif;
}

.bakery .fifty-fifty .container {
    max-width: unset;
    width: 100%;
}
body .fifty-fifty h3 {
    font-size: 28px;
    font-family: var(--BarConM);
    margin-bottom: 12px;
    line-height: 1.2;
}
.fifty-fifty a.btn-bt {
    margin-top: 20px;
}
body .fifty-fifty h4 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
}
body .fifty-fifty h2 {
    margin-bottom: 12px;
    line-height: 43px;
    font-size: 36px;
}

@media (min-width: 980px) {
    /* Applies Globally */
    .fifty-fifty .image-col .vc_column-inner {  /* This makes the image col the height of the text col */
        height: 100%;
    }
    body #content .fifty-fifty .wpb_column:not(.image-col) { /* text columns */
        justify-content: center;
        align-items: center;
        min-height: 555px;
        padding-right: 0;
        padding-left: 0;
        display: flex;
    }
    .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* text column's vc_column-inner divs */
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        display: flex;
    }
    .fifty-fifty.inline-image .wpb_column.image-col .vc_column-inner {
        align-items: center;
        max-width: 800px;
        display: flex;
        width: 90%;
    }
    .fifty-fifty.inline-image .wpb_column.image-col {
        display: flex;
    }
    .fifty-fifty.inline-image .wpb_column:nth-child(1).image-col {
        padding-right: 0 !important;
        justify-content: end;
        padding-left: 150px;
    }
    .fifty-fifty.inline-image .wpb_column:nth-child(2).image-col {
        padding-left: 0 !important;
        justify-content: start;
        padding-right: 150px;
    }
    /* subpages only */
    body:not(.home) .fifty-fifty .wpb_column:not(.image-col) {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    body:not(.home) .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* sub 50/50 text col width */
        max-width: 550px;
        width: 90%;
    }
    body:not(.home) .fifty-fifty .wpb_column.form-col .vc_column-inner { /* sub 50/50 form col width */
        max-width: 540px;
        width: 90%;
    }
    body:not(.home) .fifty-fifty .wpb_column.form-col .vc_column-inner .wpb_wrapper {
        width: 100%;
    }
    body:not(.home) .fifty-fifty .wpb_column.image-col .vc_column-inner { /* sub 50/50 img col height */
        min-height: 510px;
    }
    /* homepage only */
    body.home .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* home 50/50 text col width */
        max-width: 520px;
        width: 90%;
    }
}

@media (max-width: 979px) {
    body .fifty-fifty.reverse .container {
        flex-direction: column-reverse;
        display: flex;
    }
}

/* these are for the slant row */
@media (min-width: 1441px) {
    body.home .fifty-fifty.slanted .wpb_column:not(.image-col) .vc_column-inner {
        min-height: 675px;
    }
}

@media (max-width: 1440px) {
    body.home .fifty-fifty.slanted .wpb_column:not(.image-col) .vc_column-inner {
        min-height: 555px;
    }
}

@media (max-width: 979px) {
    body.home .fifty-fifty.slanted .wpb_column:not(.image-col) .vc_column-inner {
        min-height: unset;
    }
}
/* /these are for the slant row */

.fifty-fifty .wpb_column.map-col {
    padding: 0 !important;
}
.fifty-fifty .wpb_column.map-col .wpb_wrapper,
.fifty-fifty .wpb_column.map-col .wpb_gmaps_widget,
.fifty-fifty .wpb_column.map-col .wpb_map_wraper {
    height: 100%;
}
.fifty-fifty .wpb_column.map-col .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

@media (max-width: 979px) { .fifty-fifty .image-col .vc_column-inner { height: 674px; } }
@media (max-width: 768px) { .fifty-fifty .image-col .vc_column-inner { height: 544px; } }
@media (max-width: 480px) { .fifty-fifty .image-col .vc_column-inner { height: 340px; } }
@media (max-width: 414px) { .fifty-fifty .image-col .vc_column-inner { height: 293px; } }
@media (max-width: 375px) { .fifty-fifty .image-col .vc_column-inner { height: 266px; } }
@media (max-width: 360px) { .fifty-fifty .image-col .vc_column-inner { height: 255px; } }
/* /Fifty Fifty */

/* Subpage Promo */
@media (min-width: 980px) {
    body .subpage-promos .wpb_column:nth-child(2) {
        border-right: 2px solid var(--light1);
        border-left: 2px solid var(--light1);
    }
}

@media (max-width: 979px) {
    body .subpage-promos .wpb_column:nth-child(2) {
        border-bottom: 2px solid var(--light1);
        border-top: 2px solid var(--light1);
    }
}

.subpage-promos .wpb_text_column {
    background: var(--dark1);
    padding: 40px 0;
}
.subpage-promos .wpb_text_column .wpb_wrapper {
    max-width: 326px;
    margin: 0 auto;
    width: 80%;
}
body .subpage-promos h2 {
    font-family: var(--BarConSB);
    color: var(--light1);
    margin-bottom: 16px;
    line-height: 36px;
    font-size: 28px;
}
.subpage-promos h2 img {
    margin-right: 40px;
    max-height: 69px;
    width: auto;
}
body .subpage-promos p {
    color: var(--light1);
}
body .bakery .subpage-promos p:not(:last-child) {
    margin-bottom: 20px;
}
/* /Subpage Promo /Subpage Promo /Subpage Promo /Subpage Promo /Subpage Promo /Subpage Promo */

/* Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team */
body .team-inner-row h2 {
    font-family: var(--BarConSB);
    line-height: 40px;
    margin-bottom: 0;
    font-size: 32px;
}
body .team-inner-row.team-members .container {
    column-gap: 2.5%;
    display: flex;
}
.team-members img {
    box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.1);
    border-radius: 60px 0;
}
.bakery .team-inner .wpb_column {
    width: 24%;
}
body .team-inner-row h4 {
    font-family: var(--BarConSB);
    text-transform: none;
    font-weight: normal;
    margin-bottom: 5px;
}
body .team-inner-row h5 {
    font-family: var(--BarConM);
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 24px;
    font-size: 18px;
}
body .wpb_row.take-advantage h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}
/* /Our Team */

/* Services Index */
.subpage-hero-text-col {
    justify-content: center;
    align-items: center;
    display: flex;
}
.subpage-hero-text-col .vc_column-inner {
    max-width: 650px;
    margin:  0 auto;
}
body .subpage-hero h1 {
    margin-bottom: 0;
    line-height: 70px;
    font-size: 70px;
}
body .subpage-hero h2 {
    margin-bottom: 22px;
    line-height: 64px;
    font-size: 64px;
}
body .subpage-hero h6 {
    font-family: "gotham", sans-serif !important;
    font-weight: 600;
    margin-bottom: 19px;
    line-height: 26px;
    margin-top: 10px;
    font-size: 19px;
    letter-spacing: 0px;
}
body .form-col {
    justify-content: center;
    align-items: center;
    min-height: 540px;
    display: flex;
    padding: 30px;
}
div.gform_heading {
    display: none;
}
body div.gform_wrapper {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
}
body .location-form-row .form-col div.gform_wrapper {
    max-width: unset;
    margin: 0 auto;
    width: 100%;
}
div.gform_wrapper {
    margin: 0;
}
div.gform_fields div.gfield {
    margin-top: 0 !important;
    padding: 0 !important;
}
body #content div.gform_fields {
    grid-row-gap: 0;
}
body #content div.gform_fields div.gfield input::placeholder,
body #content div.gform_fields div.gfield select::placeholder,
body #content div.gform_fields div.gfield textarea::placeholder{
    color: var(--dark3);
}
body #content div.gform_fields div.gfield input:focus-visible,
body #content div.gform_fields div.gfield select:focus-visible,
body #content div.gform_fields div.gfield textarea:focus-visible {
    outline: none;
}
body #content div.gform_fields div.gfield input:hover,
body #content div.gform_fields div.gfield select:hover,
body #content div.gform_fields div.gfield textarea:hover,
body #content div.gform_fields div.gfield text:hover,
body #content div.gform_fields div.gfield input:focus,
body #content div.gform_fields div.gfield select:focus,
body #content div.gform_fields div.gfield textarea:focus,
body #content div.gform_fields div.gfield text:focus {
    transition: all 0.3s ease-in-out;
    border-color: var(--accent1);
}
body #content div.gform_fields div.gfield input,
body #content div.gform_fields div.gfield select,
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border-bottom: 2px solid var(--light1);
    margin: 0px 0px 16px 0px !important;
    transition: all 0.3s ease-in-out;
    font-family: var(--BarReg);
    background: var(--light1);
    border-right: none;
    border-left: none;
    border-top: none;
    height: 55px;
    width: 100%;
    margin: 0;
}
body #content div.gform_fields div.gfield textarea {
    border-bottom: 2px solid var(--light1);
    font-family: var(--BarReg);
    background: var(--light1);
    border-right: none;
    border-left: none;
    border-top: none;
    height: 130px;
    width: 100%;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0 !important;
    color: #ffff;
}
span.gform_drop_instructions {
    color: var(--accent1) !important;
}
span#gfield_upload_rules_3_11 {
    display: none;
}
body #content .gform_footer {
    margin-top: 14px;
    padding: 0;
}
.top-blurb h2,
body .blurb-row h2 {
    font-family: var(--BarConSB);
    margin-bottom: 18px;
    line-height: 45px;
    font-size: 40px;
}
.top-blurb h3,
body .blurb-row h3 {
    margin-bottom: 15px;

}
body #content .blurb-row p a:not(.btn-bt):not(:hover) {
    color: var(--dark3);
}
.blurb-row a.btn-bt {
    margin-top: 16px;
}
body .blurb-promos h3 {
    font-family: var(--BarConSB);
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 20px;
}

@media (min-width: 980px) {
    .blurb-promos img {
        height: 60px;
        width: auto;
    }
    .bakery .location-nap-row .container,
    .bakery .services-row .container {
        justify-content: space-between;
        max-width: 1300px;
        display: flex;
    }
    .services-row .wpb_column {
        margin-right: 1%;
        max-width: 328px;
    }
    .services-row .wpb_column:last-child {
        margin-right: 0;
    }
}

body .services-row h4 {
    font-family: var(--BarConSB);
    margin-bottom: 16px;
    line-height: 36px;
    font-size: 28px;
}
body .services-row h4 img {
    max-height: 48px;
}
.bakery .services-row .wpb_text_column p {
    text-align: center;
}
.bakery .services-row .wpb_text_column p:not(:last-child) {
    margin-bottom: 24px;
}
.bakery .services-row .wpb_text_column img {
    height: 80px;
    width: auto;
}

@media (max-width: 979px) {
    body .subpage-hero {
        text-align: center;
    }
    .subpage-hero-text-col {
        background-image: url(/wp-content/uploads/2021/09/hero-ac-heating-mobile.jpg) !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        height: 350px;
    }
    .bakery .subpage-hero .wpb_column.dark1_75 {
        background-color: var(--dark1);
    }
    body #content .bakery .subpage-hero .wpb_column.dark1_75 .gform_footer input[type="submit"] {
        width: 100%;
    }
    .wpb_row.services-row.zero-padding-bottom-mobile {
        padding-bottom: 0;
    }
    .wpb_row.services-row.zero-padding-top-mobile {
        padding-top: 0;
    }
    body .subpage-hero .form-col {
        min-height: unset;
        padding: 40px;
    }
    .bakery .top-blurb {
        padding: 32px 0;
    }
    .bakery .services-row .wpb_wrapper {
        text-align: center;
    }
}
/* /Services Index */

/* Services Subpage */
body .fifty-fifty.dark2 h5 {
    font-family: var(--BarConM);
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 26px;
    font-size: 20px;
}
body .subpage-locations-slider h2,
body .subpage-services-slider h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}
.gallery-row h2 {
    font-family: var(--BarConSB);
    margin-bottom: 24px;
    line-height: 40px;
    font-size: 32px;
}
.wpcp-all-captions {
    background: var(--dark1) !important;
}
.wpcpro-wrapper .wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions {
    padding: 20px 20px 15px !important;
}
.bakery .services-carousel .container {
    max-width: 1440px !important;
    width: 90% !important;
}
body #content .services-carousel h3 a {
    font-family: var(--BarConSB);
}
body #content .services-carousel h3 a:not(:hover) {
    color: var(--light1);
}
.services-carousel img {
    border-radius: 24px;
}
/* /Services Subpage */

/* Locations Index */
@media (min-width: 980px) {
    .bakery .location-row .wpb_column {
        margin-right: 2.5%;
        width: 32%;
    }
    .bakery .location-row .wpb_column:last-child {
        margin-right: 0;
    }
}

body .location-row h3 {
    font-family: var(--BarConSB);
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 24px;
}
body #content .bakery .location-row .wpb_text_column p {
    margin-bottom: 22px;
}
body #content .bakery .location-row p a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--dark3);
}
body #content .bakery .location-row p a.location-link {
    color: var(--dark1);
}
body #content .bakery .location-row p a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
/* /Locations Index */

/* Location Subpage */

body .location-subpage-hero h1 {
    font-size: 102px;
    line-height: 1;
}
.bakery .wpb_row.location-subpage-hero {
    padding: 40px 0 !important;
    min-height: 620px;
}
.location-subpage-hero h6 {
    max-width: 1100px;
    margin: 0 auto;
}
body .wpb_row.dark1 h2,
body .blurb-row h2 {
    margin-bottom: 24px;
}
body .wpb_row.fifty-fifty.dark1 h5 {
    font-family: var(--BarConM);
    color: var(--light1);
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 20px;
}
body .location-nap-col h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}
body .location-nap-col h3 {
    font-family: var(--BarConM);
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 24px;
}
body #content .bakery .location-nap-col a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--dark3);
}
body #content .bakery .location-nap-col a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}

@media (min-width: 980px) {
    body .location-nap-row .location-nap-col .vc_column-inner {
        max-width: 450px;
        margin: 0 auto;
    }
}

.location-nap-col a.directions-link {
    margin-bottom: 24px;
}
body #content .bakery .location-nap-col a.directions-link {
    margin-bottom: 26px;
    display: block;
}
.location-service-areas .container,
.long-info .container,
section.about-services .wpb_row .container {
    max-width: 1520px;
}
.location-service-areas h2,
.location-service-areas h3 {
    text-transform: none;
    margin-bottom: 24px;
}
.location-service-areas ul li {
    margin-bottom: 20px;
}
.location-service-areas ul li strong {
    font-family: var(--BarB);
}

.location-form-row .form-col input[type="submit"] {
    width: 100%;
}
/* /Location Subpage */

/* Blog Archive */
body .blog .wrap {
    max-width: 93%;
    margin: 0 auto;
}
body#blog-page .blog .wrap div#primary {
    padding: 40px 0;
}
body #content article.blog-post-row {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    background-color: var(--light1);
    padding: 30px;
}
body #content #primary .post-image-and-text {
    margin-bottom: 10px;
}
body #content p.cats {
    font-family: var(--BarConB);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 12px;
}
body #content p.cats a {
    text-decoration: none;
    pointer-events: none;
    color: var(--dark1);
}
body #content #primary .post-text-wrap h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 42px;
    font-size: 40px;
}
body #content #primary .post-text-wrap h2 a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--dark3);
}
body #content #primary .post-text-wrap h2 a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
body #content p.author {
    font-family: var(--BarConM);
    text-transform: uppercase;
    margin-bottom: 10px;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    display: flex;
}
body .blog #primary article p.author img {
    margin-right: 5px;
    max-height: 36px;
    width: auto;
}
body div#pagination {
    justify-content: space-between;
    background: var(--dark1);
    display: flex;
    padding: 24px;
    width: 100%;
}
body #content div#pagination a {
    transition: all 0.3s ease-in-out;
    font-family: var(--BarConSB);
    text-decoration: none;
    color: var(--light1);
}
body #content div#pagination a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
/* /Blog Archive */

/* Single Blog */
body #content .blog.single #primary {
    display: block;
}
body .blog.single h1 {
    font-family: var(--BarConSB);
    font-weight: normal;
    margin-bottom: 10px;
}
body #content .blog.single p.author {
    font-family: var(--BarConM);
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 20px;
}
body .blog.single p.author img {
    margin-right: 5px;
    max-height: 40px;
    width: auto;
}
body .blog.single img.feat-img {
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    width: 100%;
}
body .blog.single .single-post-content-wrap {
    margin-bottom: 35px;
}
body .blog.single div.single-cats {
    margin-bottom: 16px;
    width: 100%;
}
body .blog.single div.single-tags {
    margin-bottom: 16px;
    width: 100%;
}
body #content .blog.single div.single-cats a,
body #content .blog.single div.single-tags a {
    transition: all 0.3s ease-in-out;
    font-family: var(--BarConB);
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: none;
    color: var(--dark1);
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 12px;
}
body #content .blog.single div.single-cats a:hover,
body #content .blog.single div.single-tags a:hover {
    pointer-events: none;
}
body #content #single-pagination {
    justify-content: space-between;
    display: inline-flex;
    background: none;
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
body #content .single-pagination-link {
    line-height: 0;
    font-size: 0;
}
body #content .single-pagination-link a {
    transition: all 0.3s ease-in-out;
    font-family: var(--BarConM);
    color: var(--dark3);
    font-weight: normal;
    position: relative;
    font-size: 16px;
}
body #content .single-pagination-link.previous a {
    padding-left: 30px;
}
body #content .single-pagination-link.next a {
    padding-right: 30px;
}
body #content .single-pagination-link a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
body #content .single-pagination-link a::before {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
    font-family: fontello;
    position: absolute;
    font-size: 24px;
}
body #content .single-pagination-link a:hover::before {
    transition: all 0.3s ease-in-out;
    color: var(--dark1);
}
body #content .single-pagination-link.previous a::before {
    content: 'e82a';
    left: 0;
}
body #content .single-pagination-link.next a::before {
    content: 'e829';
    right: 0;
}
body .single-cats p i {
    color: var(--accent2);
}
body .single-tags p {
    color: var(--accent2);
    font-size: 20px;
}
body .blog #secondary {
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    background: var(--dark1);
    padding: 32px;
}
body .blog #secondary h2.widget-title {
    font-family: var(--BarConM);
    color: var(--light1);
    margin-bottom: 18px;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 28px;
    line-height: 1;
}
aside .widget ul {
    list-style: none;
    padding: 0;
}
body .blog #secondary ul li {
    border-bottom: 1px solid var(--accent2);
    font-family: var(--BarConSB);
    padding-bottom: 12px;
    margin-bottom: 7px;
}
body .blog #secondary ul li a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--light1);
    line-height: 24px;
}
body .blog #secondary ul li a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
body #content .tagcloud a {
    background: var(--accent2);
    font-family: var(--BarReg);
    font-size: 14px !important;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
    color: var(--light1);
    margin-bottom: 16px;
    margin-right: 12px;
    padding: 8px 12px;
    font-weight: 700;
}
p.meta-nav svg path {
    color: var(--accent2);
}

/* /Single Blog */

/* Deals */
body:not(.home) .fifty-fifty.deal-row h2 {
    margin-bottom: 20px;
    line-height: 52px;
    font-size: 48px;
}
body .fifty-fifty.deal-row h3 {
    font-family: var(--BarCon) !important;
    text-transform: none;
    margin-bottom: 14px;
    font-weight: normal;
    line-height: 42px;
    font-size: 36px;
}
body .wpb_row.rate-us h2 {
    font-family: var(--BarConSB);
    font-weight: normal;
    margin-bottom: 24px;
    text-align: center;
    line-height: 40px;
    font-size: 32px;
}
/* /Deals */

/* Strong Testimonials */
body .strong-content.strong-grid.columns-2 .wpmtst-testimonial.testimonial {
    margin-bottom: 70px;
}
body .loaded-reviews h2 {
    margin-bottom: 35px;
}
body .loaded-reviews h2,
body h3.testimonial-heading {
    font-family: var(--BarConSB);
    text-transform: none;
    font-weight: normal;
    font-size: 28px;
}
body .strong-form .form-field {
    margin-bottom: 14px;
}
.strong-form .form-field label {
    color: var(--light1);
}
.strong-form p.required-notice,
.strong-form span.after {
    display: none;
}
body .strong-form input:not([type="submit"]),
body .strong-form select {
    border-bottom: 2px solid var(--light1);
    background: var(--light1_50);
    font-family: var(--BarReg);
    color: var(--dark3);
    border-right: none;
    border-left: none;
    border-top: none;
    height: 43px;
    width: 100%;
    margin: 0;
}
body .strong-form textarea {
    border-bottom: 2px solid var(--light1);
    background: var(--light1_50);
    font-family: var(--BarReg);
    border-right: none;
    border-left: none;
    border-top: none;
    height: 100px;
    width: 100%;
}
.form-field.wpmtst-submit label {
    width: 100%;
}
body #content .strong-form input[type="submit"] {
    transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px 3px #222;
    font-family: var(--BarConSB);
    background: var(--accent1);
    color: var(--light1);
    padding: 10px 4%;
    font-size: 18px;
    border: none;
    width: 100%;
}
body #content .strong-form input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    background: var(--dark1_75);
    color: var(--light1);
}
/* /Strong Testimonials */

/* TY Page */
#ty-page #content .bakery .wpb_row:not(.bottom-cta):not(.top-cta) a {
    transition: all 0.3s ease-in-out;
    color: var(--dark3);
}
#ty-page #content .bakery .wpb_row:not(.bottom-cta):not(.top-cta) a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
/* /TY Page */

/* Resources Page */
.bakery .wpb_row.tabs.about .container {
    max-width: 1100px;
    width: 100%;
}

@media (min-width: 980px) {
    .bakery .wpb_row.long-info-halves-outer,
    .bakery .wpb_row.long-info-full,
    .bakery .wpb_row.top-blurb,
    .bakery .wpb_row.fw-blurb {
        padding: 60px 0;
    }
    .tabs .vc_col-sm-4:nth-child(1) {
        padding-right: 2%;
    }
    .tabs .vc_col-sm-4:nth-child(2) {
        padding: 0 1%;
    }
    .tabs .vc_col-sm-4:nth-child(3) {
        padding-left: 2%;
    }
    section.about-services img,
    .tabs .vc_col-sm-4 img {
        height: 60px;
        width: auto;
    }
}

.bakery .fifty-fifty .wpb_column:not(.map-col) .vc_column-inner {
    padding: 60px 0 !important;
}
.fifty-fifty.dark1 h3,
.fifty-fifty.dark2 h3 {
    font-family: var(--BarConSB);
    margin-bottom: 14px;
}
.fifty-fifty.dark1 ul,
.fifty-fifty.dark2 ul {
    margin-bottom: 16px;
}
.fifty-fifty.dark1 ul li,
.fifty-fifty.dark2 ul li {
    color: var(--light1);
    margin-bottom: 7px;
}
.bakery .fifty-fifty ul.checklist {
    margin: 16px 0;
}
.fifty-fifty ul.checklist li {
    margin-bottom: 9px;
    padding-left: 12px;
    position: relative;
    list-style: none;
}
.fifty-fifty ul.checklist li:before {
    justify-content: center;
    font-family: fontello;
    align-items: center;
    position: absolute;
    content: "e813";
    font-size: 36px;
    display: flex;
    left: -36px;
    top: 31%;
}
.fifty-fifty ul.checklist.accent1 li:before {
    color: var(--accent1);
}
.long-info h2,
.long-info-halves-outer h2,
.long-info-full h2,
.fw-blurb h2,
.tabs h2 {
    font-family: var(--BarConSB);
    margin-bottom: 18px;
    line-height: 40px;
    font-size: 32px;
}
.long-info-halves-outer h3:not(:first-child) {
    margin-top: 35px;
}
section.about-services h3 {
    text-transform: none;
}
.long-info h3,
.long-info-halves-outer h3,
.long-info-full h3,
.tabs h3,
section.about-services h3 {
    font-family: var(--BarConSB);
    margin-bottom: 18px;
    line-height: 30px;
    font-size: 24px;
}

@media (min-width: 980px) {
    section.about-services .wpb_column:not(:first-child) {
        padding-left: 5%;
    }
    section.about-services .wpb_column:not(:last-child) {
        padding-right: 5%;
    }
}

.fifty-fifty.dark1 h3 {
    font-family: var(--BarConSB);
    line-height: 30px;
    font-size: 24px;
}
.tabs .vc_tta-panels-container {
    padding: 0 !important;
}

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

/* WP Carousel */
@media (min-width: 980px) {
    .bakery .wpcp-carousel-section.sp-wpcp-3075 .wpcp-swiper-dots {
        display: none;
    }
}

.gallery-row .wpcp-single-item,
.gallery-row .wpcp-slide-image a,
.gallery-row .wpcp-slide-image img {
    border-radius: 28px !important;
}
.gallery-page-gallery .wpcp-single-item,
.gallery-page-gallery .wpcp-slide-image a,
.gallery-page-gallery .wpcp-slide-image img {
    border-radius: 14px !important;
}
.fa-chevron-left::before {
    content: "e82d" !important;
    font-family: 'fontello';
}
.fa-chevron-right::before {
    content: "e82e" !important;
    font-family: 'fontello';
}
.wpcpro-wrapper .wpcp-carousel-section .wpcp-next-button,
.wpcpro-wrapper .wpcp-carousel-section .wpcp-prev-button {
    border: none !important
}
/* /WP Carousel */

/* Responsive • Responsive • Responsive • Responsive • Responsive • Responsive • Responsive */

@media (max-width: 979px) {
    ul.sub-menu li:not(:first-child) {
        padding-top: 0 !important;
    }
    body .team-inner-row.team-members .container {
        flex-direction: column;
        text-align: center;
        max-width: 600px;
        column-gap: 0;
        width: 90%;
    }
    body #content #single-pagination {
        background: var(--light3);
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
        padding: 32px 1%;
        row-gap: 36px;
        display: flex;
    }
    .left-right-header .nav-and-button {
        column-gap: 16px;
    }
    .bakery .top-cta {
        padding: 28px 0;
    }
    .top-cta .wpb_text_column .wpb_wrapper {
        flex-direction: column;
        column-gap: 0;
        row-gap: 12px;
    }
    .bakery .wpb_row.tabs.about .container {
        width: 90%;
    }
    .bakery .gallery-row {
        padding-bottom: 60px;
    }
    .bakery .wpcp-carousel-section.sp-wpcp-3075 .wpcp-swiper-dots {
        bottom: -40px !important;
    }
    .fifty-fifty .wpb_column:not(.image-col) {
        max-width: 90%;
        margin: 0 auto;
    }
    .fifty-fifty .form-col.col-bg-dark1 {
        max-width: unset !important;
        width: 100% !important;
    }
    body .row.copyright {
        padding: 20px 0 26px 0;
    }
    .row.copyright .copyright-content.span6.right {
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        display: flex;
    }
    div.row.copyright .span6 ul:not(.social) {
        margin-top: 12px;
        padding-left: 0;
    }
    button#primary-mobile-menu span.open path {
        transition: all 0.3s ease-in-out;
        color: var(--dark1);
    }
    button#primary-mobile-menu:hover span.open path {
        transition: all 0.3s ease-in-out;
        color: var(--accent2);
    }
    body:not(.home) .fifty-fifty .wpb_column:not(.image-col) {
        padding: 40px 0;
    }
    .bottom-cta .wpb_wrapper {
        text-align: center;
    }
    body h1,
    .default-header h2 {
        line-height: 44px;
        font-size: 48px;
    }
    body .hero-banner h1,
    body .home-bottom-cta h2 {
        font-size: 38px;
        line-height: 1;
    }
    body .hero-banner h1 span {
        margin-bottom: 16px !important;
        margin-top: 10px;
        font-size: 32px;
        line-height: 1;
    }
    body .hero-banner h6 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 10px;
    }
    body:not(.home) .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner {
        padding: 0 !important;
    }
    body .bottom-cta h2 {
        line-height: 42px;
        font-size: 36px;
    }
    .form-col.no-mob-padd {
        padding-top: 0 !important;
    }
    .bakery .location-subpage-hero {
        padding: 0 !important;
    }
    body .subpage-hero h6 {
        margin: 0 auto;
    }
    body .blog.single .single-post-content-wrap,
    body .blog.single div.single-cats,
    body .blog.single div.single-tags {
        margin-bottom: 16px;
    }
    body .blog #secondary {
        display: none;
    }
    footer .bbb-logo {
        margin-top: 15px;
    }
    footer .widget:last-child {
        margin-bottom: 0 !important;
    }
    footer div[class*="footer-col-"],
    footer div[class^="footer-col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    footer div[class*="footer-col-"]:not(:last-child),
    footer div[class^="footer-col-"]:not(:last-child) {
        margin-bottom: 24px;
    }
    footer .textwidget {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: flex;
    }
    footer h2.widget-title,
    ul#menu-footer {
        text-align: center;
    }
    footer p.footer-button {
        margin-top: 14px;
    }
}

@media (max-width: 768px) {
    .top-widget h4 {
        display: none;
    }
    .bakery div.vc_row .team-inner {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
    }
    .bakery .team-inner .wpb_column {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .bakery .gallery-row {
        padding-top: 20px;
    }
    .bakery .team-outer .container {
        max-width: 330px;
    }
    .bakery .team-inner .wpb_column {
        width: 100%;
    }
    .top-widget {
        background-color: none;
        background: none;
    }
    .top-widget ul.social li a i {
        transition: all 0.3s ease-in-out;
        color: var(--light1);
    }
    .top-widget a.icon-btn span.icon-btn-text {
        display: none;
    }
    .top-header .logo .site-branding a img {
        height: 60px !important;
    }
    body .top-header a.btn-bt.default {
        padding: 10px 5px;
        min-width: 140px;
    }
    .deals .vc_inner .wpb_content_element .wpb_wrapper {
        height: 208px;
    }
    .deals .vc_inner .wpb_content_element .wpb_wrapper h3 {
        line-height: 28px;
        font-size: 22px;
    }
    footer .textwidget {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: flex;
    }
    ul#menu-footer {
        text-align: center;
    }
    body footer a.btn-bt.default {
        min-width: 260px !important;
    }
    /*.testimonials-opacity a.btn-bt,*/
    .deals a.btn-bt.default,
    .take-advantage a.btn-bt,
    .fifty-fifty a.btn-bt {
        width: 100%;
    }
    body h1,
    .default-header h2 {
        line-height: 54px;
        font-size: 48px;
    }
    body .subpage-hero h1 {
    margin-bottom: 0;
    line-height: 44px;
    font-size: 40px !important;
    padding: 20px;
    }
    body .hero-banner h1 span {
        line-height: 42px;
        font-size: 36px;
    }
    body .subpage-hero h1,
    body .subpage-hero h2 {
        margin-bottom: 12px;
        line-height: 39px;
        font-size: 32px;
    }
    .default-header h1 {
      line-height: 37px;
      font-size: 35px;
    }
    body .subpage-hero p {
        color: var(--light1);
    }
    body .wpb_row.top-cta h2,
    body:not(.home) .fifty-fifty h2 {
        margin-bottom: 8px;
        line-height: 35px;
        font-size: 30px;
    }
    .top-blurb h2, body .blurb-row h2 {
    font-family: var(--BarConSB);
    margin-bottom: 10px;
    line-height: 35px !important;
    font-size: 30px !important;
    }
    body .bottom-cta h2 {
        line-height: 36px;
        font-size: 30px;
    }
    body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text,
    body #content li.vc_tta-tab a span.vc_tta-title-text {
        text-transform: uppercase;
        letter-spacing: 0px;
    }
    body #content #primary .post-text-wrap h2.archive-post-title {
        margin-bottom: 8px;
        line-height: 28px;
        font-size: 22px;
    }
    body .blog.single h1.single-post-title {
        line-height: 30px;
        font-size: 24px;
    }
    body #content .blog.single p.author {
        line-height: 16px;
        font-size: 16px;
    }
    body section.testimonials h2 {
        line-height: 36px;
        font-size: 32px;
    }
    body.home .bakery section.testimonials {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    body.home .bakery section.testimonials .container {
        width: 87%;
    }
    body.home .bakery .wpb_row.partners-row {
        padding-bottom: 24px;
        padding-top: 24px;
    }
    body .bakery .wpb_row.mid-plax {
        padding: 60px 0;
    }
    .bakery .wpb_row.gallery-row .container {
        max-width: 90% !important;
    }
    .featured-post span.cat {
        margin: 16px 0 3px 0;
        font-size: 14px;
        line-height: 1;
        display: block;
    }
    .left-right-header .nav-and-button {
        column-gap: 0px;
    }
}

/* BUTTONS */

body a.btn-bt, body button, body .top-widget p a, body .top-widget p, body span.vc_tta-title-text, body form label, body .gform_footer input[type="submit"] {
font-family: "gotham", sans-serif;
font-weight: 700;
}

/* PROMO BOXES */

.blurb-promos .wpb_column.vc_column_container {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background: #fff;
    padding: 30px;
    margin: 0 40px;  /* was 15px */
}

.blurb-promos {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {

section#Promos {
    padding-top: 30px !important;
}
    .blurb-promos {
        margin-left: 0;
        margin-right: 0;
    }

    .blurb-promos .wpb_column.vc_column_container {
        margin: 0 0 30px 0; /* vertical spacing between stacked boxes */
        padding: 30px;     /* optional: slightly tighter padding on mobile */
    }

    /* Optional: remove margin from last box */
    .blurb-promos .wpb_column.vc_column_container:last-child {
        margin-bottom: 0;
    }
}


/* CUSTOM BULLETS */
.custom-bullet-list {
    list-style: none;
    padding-left: 0px !important;
    margin-left: 0 !important;
    margin-bottom: 0; /* control spacing ourselves */
}

.custom-bullet-list li {
    position: relative;
    margin: 0;
    padding-left: 30px; /* just enough room for bullet */
    padding-right: 20px;
}

/* custom bullet */
.custom-bullet-list li::before {
    content: "";
    background-image: url('/wp-content/uploads/2026/01/circle-check-regular.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0.2em; /* aligns better with text across font sizes */
    width: 20px;
    height: 20px;
}

/* spacing AFTER the list (last item only) */
.custom-bullet-list li:last-child {
    margin-bottom: 15px !important; /* space before next paragraph */
}

hr {
    border: 1px solid var(--accent1);
    margin-bottom: 15px !important;
}