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

    /* color scheme vars */
    --accent1: #0457A7;            /* red */
    --accent1_40: #0457A766;       /* accent1 @ 40% */
    --accent2: #CC0402;            /* bright blue */
    --accent2_40: #CC040266;       /* accent2 @ 40% */
    --accent3: #68849E;            /* dusty blue */
    /*--accent3:;*/

    --light1: #FFFFFF;             /* white */
    --light1_50: #FFFFFF80;        /* white @ 50% opacity */
    --light2: #F0F0F0;             /* mid gray */
    --light3: #D7D6CE;

    --dark1: #18374D;              /* deep DUSTY blue */
    --dark2: #02253E;              /* dark BLUE */
    --dark3: #750100;              /* dark RED  */
    --dark4: #000000;              /* black  */

    --uihover: #0457A766;          /* blue (accent2) UI opacity */

    /* font family vars */
    --DunbarMed: 'DunbarTall-Medium', sans-serif;
    --MontReg: 'Montserrat-Regular', sans-serif;
    --MontB: 'Montserrat-Bold', sans-serif;
}

body h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif !important;
    font-weight: 600 !important;
}
body, p, li {
    color: var(--dark4);
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
}
a.btn-bt, form label, .gform_footer input[type="submit"], button, span.vc_tta-title-text {
  font-family: "Outfit", sans-serif !important;
    font-weight: 600 !important;
}
body h1 {
    margin-bottom: 15px;
}
ul#left-menu li a, ul#right-menu li a, nav ul#top-menu li a, nav div#top-menu ul li a {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
.bakery .wpb_row.wide .container {
    width: 100%;
    margin: 0px;
    max-width: 100%;
}
.bakery .wpb-content-wrapper, body.page-template-blog #content div.blog, body.single #content div.blog.single {
    padding: 30px 2.214vw;
}
.bakery div.vc_row {
    border-radius: 20px;
}
.bakery section.vc_section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
}
.wpb_wrapper {
    width: 100%;
}
.shadow {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}
.vc_row.wpb_row.fifty-fifty.inline-image.areas-served a {
    text-decoration: none;
}
}

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

/* quick vars quick vars quick vars quick vars quick vars quick vars  */
body button#primary-mobile-menu span {
    transition: all 0.3s ease-in-out;
    color: var(--accent1);
}
body button#primary-mobile-menu:hover span {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
body p, body li, body span:not(.display-name):not(.vc_tta-title-text):not(.single-post-publish-date):not(.single-post-author) {
    font-family: var(--DunbarMed);
    color: var(--dark4);
}
body h1 {
    text-shadow: 1px 1px 8px var(--dark4);
    color: var(--light1);
}
h2, h3, h4, h5, h6 {
    color: var(--dark1);
}
div.accent1 h2,
div.accent1 h3,
div.accent1 h4,
div.accent1 h5,
div.accent1 h6,
body #content div.accent1 a:not(.btn-bt),
div.accent1 p,
div.accent1 li,
div.accent1 span,
.wpb_row.accent1 h2,
.wpb_row.accent1 h3,
.wpb_row.accent1 h4,
.wpb_row.accent1 h5,
.wpb_row.accent1 h6,
body #content .accent1 a:not(.btn-bt),
.wpb_row.accent1 p,
.wpb_row.accent1 li,
.wpb_row.accent1 span,
.wpb_row.dark1 h2,
.wpb_row.dark1 h3,
.wpb_row.dark1 h4,
.wpb_row.dark1 h5,
.wpb_row.dark1 h6,
body #content .dark1 a:not(.btn-bt),
.wpb_row.dark1 p,
.wpb_row.dark1 li,
.wpb_row.dark1 span,
.wpb_row.dark2 h2,
.wpb_row.dark2 h3,
.wpb_row.dark2 h4,
.wpb_row.dark2 h5,
.wpb_row.dark2 h6,
body #content .dark2 a:not(.btn-bt),
.wpb_row.dark2 p,
.wpb_row.dark2 li,
.wpb_row.dark2 span,
.wpb_row.dark3 h2,
.wpb_row.dark3 h3,
.wpb_row.dark3 h4,
.wpb_row.dark3 h5,
.wpb_row.dark3 h6,
body #content .dark3 a:not(.btn-bt),
.wpb_row.dark3 p,
.wpb_row.dark3 li,
.wpb_row.dark3 span {
    color: var(--light1);
}
.wpb_row.accent1 hr,
.wpb_row.dark1 hr,
.wpb_row.dark2 hr,
.wpb_row.dark3 hr {
    border-color: var(--light1);
}
.wpb_row.light1 h2,
.wpb_row.light1 h3,
.wpb_row.light1 h4,
.wpb_row.light1 h5,
.wpb_row.light1 h6 {
    color: var(--dark1);
}
body #content .light1 a:not(.btn-bt),
.wpb_row.light1 p,
.wpb_row.light1 li,
.wpb_row.light1 span {
    color: var(--dark4);
}
/* /quick vars /quick vars /quick vars /quick vars /quick vars /quic  */

/* General */
.vc_row.wpb_row.vc_inner.vc_row-fluid.align-top { justify-content: start; align-items: start; }
h1.caps, h2.caps, h3.caps, h4.caps { text-transform: uppercase; margin-bottom: 20px; }
.zero-margin { margin: 0px !important; padding: 0px !important; }
li#wp-admin-bar-site-editor { display: none !important; }
.wpb_row.accent1 { background-color: none !important; }
div#wpadminbar { z-index: 99999999999999999; }
.default-header h1 { text-align: center; }
.forty-margin { margin: 40px 0px; }

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

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

/* Buttons */
body.search-results a.more-link {
    text-transform: uppercase;
    font-family: var(--MontB);
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 3px;
    text-align: center;
    padding: 21.5px 10px;
    margin-top: 12px;
    min-width: 280px;
    font-size: 21px;
    line-height: 1;
    display: block;
}
body.search-results a.more-link,
body #content .gform_footer input[type="submit"],
body .header-button a.btn-bt,
body #content a.btn-bt {
    letter-spacing: 0px;
    border-radius: 3px;
    padding: 15px 10px;
    min-width: 200px;
    font-size: 20px;
    line-height: 1;

}
body.search-results #content a.more-link,
body #content .gform_footer input[type="submit"],
body #content a.btn-bt.default,
body .header-button a.btn-bt {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent2);
    background: var(--accent2);
    border-radius: 8px;
}
body.search-results #content a.more-link:hover,
body #content .gform_footer input[type="submit"]:hover,
body #content a.btn-bt.default:hover {
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--light1);
    background: var(--light1);
    color: var(--accent1);
}
body .header-button a.btn-bt:hover {
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    color: var(--light1) !important;
    background: var(--accent1);
}
body #content a.btn-bt.alternate,
footer .btn-bt.alternate {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent2);
    background: var(--light1);
    color: var(--accent2);
    border-radius: 8px;
}
body #content a.btn-bt.alternate:hover,
footer .btn-bt.alternate:hover {
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    background: var(--light1);
    color: var(--accent1);
    border-radius: 8px;
}
input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}

/* PHONE ICON BUTTON */
a.btn-bt.icon-btn img {
    filter: invert(98%) sepia(100%) saturate(8%) hue-rotate(158deg) brightness(103%) contrast(104%);
}
a.btn-bt.icon-btn {
    transition: all 0.3s ease-in-out;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    column-gap: 10px;
}
/* [phone_button_default] */
a.icon-btn.default {
    border: 3px solid var(--accent2);
    color: var(--light1) !important;
    background: var(--accent2);
}
a.icon-btn.default:hover {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--light1);
    color: var(--accent1) !important;
    background: var(--light1);
}
a.btn-bt.icon-btn.default:not(.btn-default):hover img {
    filter: invert(23%) sepia(70%) saturate(2247%) hue-rotate(195deg) brightness(89%) contrast(97%);
}

/* [phone_button_alternate] */
a.icon-btn.alternate {
    border: 3px solid var(--accent2);
    color: var(--light1) !important;
    background: var(--accent2);
}
a.icon-btn.alternate:hover {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    color: var(--light1) !important;
    background: var(--accent1);
}

/* Add keyframes for the ring animation */
@keyframes ring {
  0%, 100% { transform: rotate(0deg); }
  5%, 15%, 25%, 35% { transform: rotate(-10deg); }
  10%, 20%, 30%, 40% { transform: rotate(10deg); }
  45%, 100% { transform: rotate(0deg); } /* Rest period */
}
.btn-bt.icon-btn.phone:hover img {
  animation: ring 0.8s ease-in-out 5;
}
/* END PHONE ICON BUTTON */

@media (max-width: 979px) {
    div.header-button {
        display: none;
    }
}

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

/* END Buttons */

/* Header, Top Widget & Top Header */
header .top-widget {
    background-color: var(--accent1);
    display: none !important;
}
header .top-header {
    background-color: var(--light1);
}
header .top-header {
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
}

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

.top-widget a.icon-btn {
    align-items: center;
    display: flex;
}
.site-header .top-widget p.phone span.icon-btn-text {
    font-family: 'Montserrat-Bold';
    color: var(--light1);
    font-weight: 700;
    line-height: 0px;
}
body .site-header .top-widget p a.icon-btn i {
    color: var(--accent2);
    font-size: 18px;
}
.site-header .top-widget p.phone a:hover span.icon-btn-text {
    color: var(--accent2);
}
.site-header .top-widget ul.social {
    text-align: right;
}
header nav.primary-navigation a:link,
header nav.primary-navigation a:visited {
    color: var(--dark1);
}
header nav.primary-navigation .sub-menu a:link,
header nav.primary-navigation .sub-menu a:visited {
    color: var(--light1);
}
header nav.primary-navigation ul#top-menu li a:hover,
header nav.primary-navigation ul#top-menu li a:focus,
header nav.primary-navigation ul#top-menu li a:focus-within {
    color: var(--accent2);
}
header .left-right-header nav ul#top-menu li {
    padding: 12px 14px;
}
nav.primary-navigation ul.sub-menu {
    background: var(--dark1);
}

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

/* Footer & Copyright */
footer .widget ul.menu {
    list-style: none;
}
footer .widget ul.menu li {
    margin-bottom: 8px;
}
footer .widget ul.menu li,
footer .widget ul.menu li a,
p.footer-address,
p.footer-phone {
    font-size: 14px;
    line-height: 1;
}
footer .widget ul.menu li a,
p.footer-address a,
p.footer-address,
p.footer-phone a,
p.footer-phone {
    text-decoration: none;
    font-weight: 600;
}
footer .footer-logo,
footer .footer-badge {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}
footer .footer-badge {
    margin-top: 24px;
    max-width: 235px;
}
footer#footer {
    background: var(--light2);
}
footer#footer h2,
footer#footer p,
footer#footer a,
footer#footer li,
footer#footer span {
    color: var(--dark1);
}

footer#footer p {
    font-size: 15px;
    line-height: 22px;
}

footer .widget .widget-title,
footer .widget h2 {
    border-bottom: 1px solid var(--accent1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1;
    width: 100%;
}
footer .widget h2.widget-title a {
    text-decoration: none !important;
}
.copyright a {
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 12px;
    color: var(--black);
}
footer#footer p.footer-directions a {
    text-decoration: none;
}
footer div.textwidget,
footer .widget-content nav {
    margin-top: 0;
}
footer p.footer-address {
    margin-bottom: 0;
}
footer p.footer-directions {
    margin-bottom: 32px;
}
p.footer-hours {
    line-height: 2;
}
div.row.copyright {
    background: var(--light2);
}
.copyright p {
    color: var(--black);
}
p#copyright-p {
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 12px;
    line-height: 2.5;
}
p#copyright-p a {
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 12px;
    color: var(--black);
}
p#copyright-p a:hover {
    color: var(--accent2);
}
body ul.social li {
    margin-right: 0px;
    font-size: unset;
}
.row.copyright ul.social li a i {
    font-size:  24px;
}
.footer-map img {
    box-shadow: 0px 0px 8px rgba(0 ,0, 0, 0.12) !important;
    border-radius: 24px;
}
.footer-map a {
    cursor: pointer;
}
ul.social {
    line-height: 1 !important;
    justify-content: center;
    align-items: center;
    column-gap: 9px;
    font-size: 18px;
    display: flex;
}
ul.social li,
ul.social li a,
ul.social li a i {
    line-height: inherit !important;
    font-size: inherit !important;
    justify-content: center;
    align-items: center;
    display: flex;
}
ul.social li a i {
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--accent1);
    color: var(--accent1);
    border-radius: 50px;
    height: 36px;
    width: 36px;
}
ul.social li a i:hover,
ul.social li a:hover i {
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--accent2);
    color: var(--accent2);
}
ul.social li a i:before {
    margin: 0 !important;
}
/* END Footer & Copyright */

/* Accordions */
body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) {
    margin-bottom: 12px;
}
body .bakery .wpb_row.accordion .vc_tta-panel-title a {
    justify-content: flex-start;
    padding-left: 54px;
}
body .vc_tta-panel-body {
    padding: 30px 55px !important;
}
body span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--dark2);
}
body #content .accordion div.vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--light1);
}
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    color: var(--dark2);
    font-size: 22px;
}
body #content .accordion div.vc_tta-panel-heading {
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    border-top: 4px solid #5A5B5D;
    background: var(--light1);
    font-family: Montserrat;
    letter-spacing: 3px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
body #content .accordion div.vc_tta-panel .vc_tta-panel-heading:hover,
body #content .accordion div.vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-top: 4px solid var(--accent2);
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}
body #content .bakery .wpb_row.accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: 1px solid var(--accent2);
    background: transparent;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    top: 24%;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    top: 23%;
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    font-size: 23px;
    color: #5A5B5D;
}
body #content .wpb_row.accordion div.vc_tta-panel:not(.vc_active):hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    color: var(--accent2);
}
span.vc_tta-title-text {
    font-family: OpenSans-Regular, sans-serif;
    font-size: 18px;
    line-height: 2;
}
/* NEW ACCORDION
/* Remove default +/- icon */
.vc_tta .vc_tta-controls-icon {
    display: none !important;
}
/* Target the clickable header */
.vc_tta.vc_general .vc_tta-panel-title > a {
    position: relative;
    padding-left: 50px !important; /* space for icon block */
}
.vc_tta.vc_general .vc_tta-panel.vc_active {
    display: block;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    background-color: white;
}
.vc_tta.vc_general .vc_tta-panel {
    display: block;
    background: white;
    margin-bottom: 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .15);
}
/* Create icon container */
.vc_tta.vc_general .vc_tta-panel-title > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 40px;
    background-color: var(--accent2); /* default state */
    background-image: url('/wp-content/uploads/2026/03/star-accordion.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 0px 8px 8px 0px;
}
/* Active state background color */
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a::before {
    background-color: var(--accent1);
}
body #content li.vc_tta-tab.vc_active a, body #content li.vc_tta-tab.vc_active a:hover, body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading, body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
    background-color: var(--light1);
}
/* END Accordions */

/* Tabs */
body .bakery .wpb_row.tabs .vc_tta-panels-container {
    padding: 0;
}
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
    justify-content: space-between;
    max-width: 1200px;
    width: 95%;
}
body #content .tabs li.vc_tta-tab.vc_active a,
body #content .tabs li.vc_tta-tab.vc_active a:hover,
body #content .tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading,
body #content .tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
    background: var(--accent2);
}
body #content .tabs li.vc_tta-tab.vc_active a span.vc_tta-title-text {
    color: var(--dark3);
}
body #content li.vc_tta-tab a,
body #content div.vc_tta-panel-heading {
    background: transparent;
}
body #content li.vc_tta-tab a:hover,
body #content div.vc_tta-panel-heading:hover {
    background: var(--accent2_40);
}
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
    border: 2px solid var(--accent2);
    border-radius: 2px;
    position: initial;
}
body #content .tabs li.vc_tta-tab a span.vc_tta-title-text {
    color: var(--light1);
}
body #content .tabs .menu-row h3 {
    padding-bottom: 12px;
    margin-bottom: 18px;
    position: relative;
    font-size: 24px;
}
.tabs .menu-row h3::after {
    background-color: var(--light2);
    position: absolute;
    max-width: 275px;
    margin: 0 auto;
    content: "";
    height: 2px;
    width: 70%;
    bottom: 0;
    right: 0;
    left: 0;
}
body #content .tabs .menu-row h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
}

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

/* Homepage */
section#HomeHero {
    padding: 0px !important;
    margin-top: 0px;
    margin-bottom: 40px;
    display: flex;
    height: 700px;
}
/* Ensure row is flex and vertically centered */
section#HomeHero .wpb_row.home-banner {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    width: 100%;
    justify-content: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}
/* Ensure columns vertically center their content */
section#HomeHero .home-banner .vc_column_container {
    display: flex;
    align-items: center;
    padding: 15px 40px;
}

/* Keep inner content structured correctly */
section#HomeHero .home-banner .vc_column-inner {
    width: 100%;
}
section#HomeHero .home-banner .text-col .vc_column-inner {
    width: 75%;
}
/* Heading styles */
.wpb_row.home-banner h3 {
    text-shadow: 1px 1px 8px var(--dark4);
    color: var(--light1);
    font-size: 45px;
    line-height: 1.1;
}
/* Form column styling */
.form-col.wpb_column.vc_column_container {
    background: rgba(255, 255, 255, 0.8);
    padding: 35px;
    border-radius: 20px;
}
/* Header spacing */
div#DefaultHeader {
    padding: clamp(18px, 1.172vw, 32px) !important;
}
/* Shared styles */
div#DefaultHeader .default-header {
    border-radius: 20px;
    height: 350px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
/* Other row override (leave as-is) */
.vc_row.wpb_row.mid-cta.large.top-align {
    justify-content: start;
    align-items: start;
    padding-top: 60px;
}

/* Desktop heights */
@media (min-width: 1441px) {
    .home-banner {
        height: 700px;
    }
}

/* Smaller desktop */

@media (max-width: 1440px) {
    .home-banner {
        height: 600px;
    }
}

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

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

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

@media (min-width: 980px) {
    .bakery .cta-row .wpb_text_column .wpb_wrapper {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    section#cta-mid {
        padding: clamp(18px, 1.172vw, 32px) !important;
        display: flex;
        height: 700px;
    }
    section#cta-mid .wpb_row.cta-mid {
        border-radius: 20px;
        height: 100%;
        width: 100%;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }
    .cta-row h2 {
        margin-right: 28px;
    }
    .featured-posts {
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
    }
    .feat-post {
        width: 32% !important;
    }
}

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

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

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

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

@media  (min-width: 1px) {
    body .gform_wrapper.gravity-theme li.gfield {
        padding-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 14px;
    }
}
body .gform_wrapper.gravity-theme label.gfield_label {
    margin: 0 0 0 0 !important;
    text-transform: none;
    color: var(--dark4);
    padding-left: 0px;
    font-size: 14px;
    line-height: 1;
}
body .gform_wrapper.gravity-theme span.gfield_required {
    display: none;
}
body .gform_wrapper.gravity-theme .ginput_container {
    margin-top: 0 !important;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}
body .gform_wrapper.gravity-theme input:not(.gform_button),
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
    border: none; /* remove all borders */
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px 12px 5px 8px !important;
    transition: all 0.2s ease-in-out;
    font-size: 14px !important;
    background: var(--light1);
    margin: 0 !important;
    color: var(--dark4);
    border-radius: 2px;
    height: 26px;
}
body .gform_wrapper.gravity-theme input:not(.gform_button)::placeholder,
body .gform_wrapper.gravity-theme textarea::placeholder,
body .gform_wrapper.gravity-theme select::placeholder {
    transition: all 0.2s ease-in-out;
    color: #999;
}
body .gform_wrapper.gravity-theme input:not(.gform_button):hover::placeholder,
body .gform_wrapper.gravity-theme textarea:hover::placeholder,
body .gform_wrapper.gravity-theme select:hover::placeholder,
body .gform_wrapper.gravity-theme input:not(.gform_button):focus::placeholder,
body .gform_wrapper.gravity-theme textarea:focus::placeholder,
body .gform_wrapper.gravity-theme select:focus::placeholder {
    transition: all 0.2s ease-in-out;
    color: var(--accent2);
}
body .gform_wrapper.gravity-theme input:not(.gform_button):hover,
body .gform_wrapper.gravity-theme textarea:hover,
body .gform_wrapper.gravity-theme select:hover,
body .gform_wrapper.gravity-theme input:not(.gform_button):focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
    transition: all 0.2s ease-in-out;
    border-color: var(--accent2);
    color: var(--accent2);
}
body #content .gform_footer {
    padding: 0;
}
body #content .gform_footer input[type="submit"] {
    width: 100%;
    margin: 0;
}

@media (max-width: 768px) {
    body .gform_wrapper.gravity-theme {
        max-width: unset;
    }
}

.bakery .promo-cards {
    padding: 32px 0;
}
.promo-cards .vc_column-inner {
    padding: 0 !important;
}
.promo-cards .swiper-wrapper,
.promo-cards .swiper-slide,
.promo-cards .swiper-slide .wpcp-single-item {
    border-radius: 36px !important;
}
.promo-cards .wpcp-single-content {
    background-color: rgba(0, 0, 0, 0.35);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    display: flex;
}
body .wpb_row.promo-cards .wpcp-carousel-wrapper h2 {
    color: var(--light1);
}
#wpcpro-wrapper-3403 #sp-wp-carousel-pro-id-3403.sp-wpcp-3403 .wpcp-single-item {
    margin: 40px;
}
#wpcpro-wrapper-3403:not(.wpcp-justified) #sp-wp-carousel-pro-id-3403.wpcp-carousel-section.sp-wpcp-3403 .wpcpro-row {
    margin-right: 10px !important;
}
/* END Homepage */

/* Static Cards - halves */
.static-cards .wpb_column .vc_column-inner {
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}
.static-cards .vc_column-inner .wpb_wrapper {
    max-width: 70%;
}

/* Equal height columns */
.bakery .static-cards.halves .container {
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.static-cards .vc_column-inner {
    justify-content: flex-start;
}

.bakery .static-cards.halves .wpb_column {
    display: flex;
    padding: 0 !important;
}

/* White text */
.static-cards .wpb_column,
.static-cards .wpb_column * {
    color: #fff;
}
.static-cards .wpb_column,
.static-cards .wpb_column h4 {
    line-height: 32px;
    margin-bottom: 15px;
}
.static-cards h1,
.static-cards h2,
.static-cards h3,
.static-cards h4,
.static-cards body,
.static-cards p,
.static-cards li {
    color: var(--light1);
}
/* Mobile stacking */
@media (max-width: 1024px) {
    .static-cards .container {
        flex-direction: column;
        row-gap: 24px;
    }
    .static-cards .wpb_column {
        width: 100%;
    }
    .static-cards .vc_column-inner .wpb_wrapper {
        max-width: 90%;
    }
}
/* Static Cards - halves */

/* Static Cards - halves */
.static-cards .wpb_column .vc_column-inner {
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}
.static-cards .vc_column-inner .wpb_wrapper {
    max-width: 70%;
}

/* Equal height columns */
.bakery .static-cards.halves .container {
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.static-cards .vc_column-inner {
    justify-content: flex-start;
}
.bakery .static-cards.halves .wpb_column {
    display: flex;
    padding: 0 !important;
}

/* White text */
.static-cards .wpb_column,
.static-cards .wpb_column * {
    color: var(--white);
}
.static-cards .wpb_column,
.static-cards .wpb_column h4 {
    line-height: 32px;
    margin-bottom: 15px;
}
.static-cards h1,
.static-cards h2,
.static-cards h3,
.static-cards h4,
.static-cards body,
.static-cards p,
.static-cards li {
    color: var(--light1);
}

/* Mobile stacking */
@media (max-width: 1024px) {
    .static-cards .container {
        flex-direction: column;
        row-gap: 24px;
    }
    .static-cards .wpb_column {
        width: 100%;
    }
    .static-cards .vc_column-inner .wpb_wrapper {
        max-width: 90%;
    }
}
/* ===================================================== */
/* Card Row - Split Content (FIXED VERSION - GRID) */
/* ===================================================== */

/* ===================================================== */
/* Static Cards - halves */
/* ===================================================== */
.static-cards .wpb_column .vc_column-inner {
    border-radius: 20px;
    overflow: hidden;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}
.static-cards .vc_column-inner .wpb_wrapper {
    max-width: 70%;
}

/* Equal height columns */
.bakery .static-cards.halves .container {
    display: flex;
    gap: 30px;
    align-items: stretch;
}
.static-cards .vc_column-inner {
    justify-content: flex-start;
}
.bakery .static-cards.halves .wpb_column {
    display: flex;
    padding: 0 !important;
}

/* White text */
.static-cards .wpb_column,
.static-cards .wpb_column * {
    color: #fff;
}
.static-cards .wpb_column,
.static-cards .wpb_column h4 {
    line-height: 32px;
    margin-bottom: 15px;
}
.static-cards h1,
.static-cards h2,
.static-cards h3,
.static-cards h4,
.static-cards body,
.static-cards p,
.static-cards li {
    color: var(--light1);
}

/* Mobile stacking */
@media (max-width: 1024px) {
    .static-cards .container {
        flex-direction: column;
        row-gap: 24px;
    }
    .static-cards .wpb_column {
        width: 100%;
    }
    .static-cards .vc_column-inner .wpb_wrapper {
        max-width: 90%;
    }
}

/* ===================================================== */
/* Card Row - Split Content (FINAL WPBAKERY FIX) */
/* ===================================================== */

/* Row setup */
.card-row-split.vc_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Columns */
.card-row-split .wpb_column {
    display: flex;
    padding: 0 !important;
    flex: 1 1 0 !important;
}

/* THIS creates the visual spacing */
.card-row-split .wpb_column .vc_column-inner {
    margin: 15px; /* half of your 30px gap */
}

/* Equal widths based on WPBakery column classes */
/* 2 columns */
.card-row-split .vc_col-sm-6 {
    width: calc(50% - 15px) !important;
}

/* 3 columns */
.card-row-split .vc_col-sm-4 {
    width: calc(33.333% - 20px) !important;
}

/* 4 columns */
.card-row-split .vc_col-sm-3 {
    width: calc(25% - 22.5px) !important;
}

/* Card styling */
.card-row-split .wpb_column .vc_column-inner {
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}

/* Inner wrapper layout */
.card-row-split .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push button to bottom */
.card-row-split .wpb_wrapper > .wpb_text_column:last-child {
    margin-top: auto;
}

/* White text */
.card-row-split .wpb_column,
.card-row-split .wpb_column * {
    color: #fff;
}

/* Typography */
.card-row-split .wpb_column h2,
.card-row-split .wpb_column h4 {
    line-height: 1;
    margin-bottom: 15px;
}
.card-row-split .wpb_column h2 {
    font-size: 40px;
}
/* Mobile */
@media (max-width: 1024px) {
    .card-row-split {
        gap: 24px;
    }
    .card-row-split .wpb_column {
        width: 100% !important;
    }
    .card-row-split .vc_column-inner {
        height: 350px;
    }
    .card-row-split .wpb_column h2,
    .card-row-split .wpb_column h4 {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 15px;
    }
}

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

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

.fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) .vc_column-inner,
.fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0;
}
.fifty-fifty h3,
.fifty-fifty h2,
.blurb-row h2 {
    margin-bottom: 10px;
}
.blurb-row h4 {
    margin-bottom: 20px;
}
.fifty-fifty a.btn-bt {
    margin-top: 20px;
}
.vc_row.wpb_row.bottom-0padding {
    padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

/* Subpage Global */
.fifty-fifty hr.line {
    margin: 24px 0;
}
.fifty-fifty hr.line-sml {
    margin: -8px 0px 5px 0px;
    color: var(--accent1);
    border: 1px solid;
}
body .fifty-fifty.team-fifty h3 {
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 36px;
}
body .fifty-fifty.team-fifty h4 {
    letter-spacing: 3px;
    line-height: 39px;
    font-size: 30px;
}
body .wpb_row.subpage-banner.large {
    padding-bottom: 100px;
    padding-top: 100px;
}

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

@media (max-width: 1440px) {
    body .subpage-banner.large {
        height: 582px;
    }
}
/* END Subpage Global */

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

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

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

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

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

/* Single Product (Non-Woocommerce) */
.prod-desc-row h3,
.prod-desc-row h2 {
    margin-bottom: 8px;
}
.prod-desc-row h4 {
    letter-spacing: 3px;
    font-size: 20px;
    margin: 0;
}
.prod-desc-row hr {
    margin: 16px 0 20px 0;
    border-width: 2px;
}

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

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

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

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

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

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

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

.service-row img {
    border-radius: 36px 36px 0px 0px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    width: 100%;
}
.service-area-text {
    background-color: var(--light1);
    margin-top: -15px;
    padding: 20px 30px;
    box-shadow: 0px -11px 25px rgba(0, 0, 0, 0.25);
}
.service-area-text hr {
	margin: 10px 0px;
}
h4.service-link:after {
    content: '\f08e';
    font-family: 'fontello';
    position: absolute;
    right: 20px;
}
.service-area-text {
    border-radius: 0px 0px 36px 36px;
}
.service-row h4 {
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 28px;

}
/* Service card link */
.service-link-cta {
    color: var(--accent2) !important;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

/* Icon */
.service-link-cta:after {
    content: '\f18e';
    font-family: 'fontello';
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* Hover state */
.service-link-cta:hover {
    color: var(--accent1) !important;
}

/* Optional: slight icon movement on hover */
.service-link-cta:hover:after {
    transform: translateX(8px);
}

/* Equal height columns */
@media (min-width: 980px) {
    .service-row.thirds {
        display: flex;
        align-items: stretch;
    }
    .service-row.thirds .vc_column_container {
        display: flex;
    }
    .service-row.thirds .vc_column-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .service-row.thirds .wpb_wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .service-area-text {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
}

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

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

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

/* END Deals Page */

/****** BLOG ******/

@media (min-width: 980px) {
    .blog .wrap div#primary {
        width: 100%;
    }
}

h2.archive-post-title a {
    text-decoration: none;
    text-shadow: none;
}
.page-template-blog #content .blog {
    padding: 60px 0;
}
.page-template-blog #content .blog .wrap  {
    max-width: 1520px;
    margin: 0 auto;
    width: 100%;
}
.page-template-blog .blog #primary {
    align-items: start;
    column-gap: 1%;
    flex-wrap: wrap;
    display: flex;
    row-gap: 24px;
}
.page-template-blog .blog #primary .blog-post-row {
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    background: var(--light1);
    border-radius: 24px;
    margin-bottom: 0;
    padding: 24px;
    width: 32.4%;
}
a.archive-post-image-link {
    border-radius: 20px !important;
    background-color: rgba(0, 0, 0, 0.35);
    background-position: center center;
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: contain !important;
    flex-direction: column;
    text-decoration: none;
    align-items: start;
    overflow: hidden;
    display: flex;
    padding: 0px;
    height: 200px;
}
.archive-post-image-link img.post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* fills the box */
    object-position: center;    /* keeps the middle of the image visible */
}
a.archive-post-image-link:hover {
    background-color: rgba(0, 0, 0, 0.50);
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
}
.page-template-blog .blog #primary .blog-post-row h5 {
    text-transform: uppercase;
    color: var(--dark3);
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}
article .post-date {
    background: var(--accent2);
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
}
.page-template-blog .blog #primary .blog-post-row .title-and-cat {
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.page-template-blog .blog #primary .blog-post-row h2.archive-post-title {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 24px;
    line-height: 1;
    z-index: 0;
}
.blog-post-row h2.archive-post-title:before {
    transition: width 0.3s ease-in-out;
    background: var(--accent2);
    height: calc(100% + 16px);;
    border-radius: 12px;
    position: absolute;
    content: '';
    z-index: -1;
    left: -2%;
    top: -8px;
    width: 0;
}
.blog-post-row a.archive-post-image-link:hover h2.archive-post-title {
    color: var(--dark3) !important;
    text-shadow: none !important;
}
.blog-post-row a.archive-post-image-link:hover h2.archive-post-title:before {
    transition: width 0.3s ease-in-out;
    width: 104%;
}
.page-template-blog .blog #primary .blog-post-row p.archive-post-excerpt {
    line-height: 24px;
    font-size: 16px;
}
.blog #primary div#pagination,
div#single-pagination {
    width: 100%;
}
div#pagination .left-pag a,
div#pagination .right-pag a,
body #content .single-pagination-link,
body #content .single-pagination-link a {
    font-family: var(--FPT-SB);
    text-decoration: none;
    color: var(--dark3);
}
div#pagination .left-pag a:hover,
div#pagination .right-pag a:hover,
body #content .single-pagination-link:hover,
body #content .single-pagination-link a:hover {
    color: var(--accent2);
}
body.paged #primary div#pagination,
div#single-pagination {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

/***** /BLOG *****/

/****** SINGLE BLOG ******/
body.single-post #content .blog.single {
    padding: 60px 0;
}
body.single-post #content .wrap {
    max-width: 1820px;
    column-gap: 30px;
    margin: 0 auto;
    width: 100%;
}
body.single-post .default-header h2 {
    text-shadow: 0px 0px 48px var(--dark3);
    text-transform: none;
    letter-spacing: 0px;
    text-align: center;
    font-size: 64px;
    line-height: 1;
}
body.single-post #primary {
    width: 75% !important;
    display: block;
}
body.single-post #secondary {
    width: 25% !important;
}
body.single-post h1 {
    color: var(--dark3);
    text-shadow: none;
}
body #content span.single-post-author a {
    color: var(--dark3);
}
.single-post-content p:not(:last-child) {
    margin-bottom: 18px;
}
body.single-post p.single-post-meta span {
    font-size: 16px;
    line-height: 1;
}
div#single-pagination {
    background: var(--light2);
    border-radius: 24px;
    column-gap: 5%;
    padding: 24px;
}
.single-pagination-link {
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    display: flex;
}
.single-pagination-link a {
    line-height: 25px;
    font-size: 19px;
}
.single-pagination-link.next {
    text-align: right;
}
aside#secondary {
    background: var(--light2) !important;
    padding: 20px 24px !important;
    border-radius: 24px;
    position: sticky;
    top: 160px;
}
aside#secondary h2.widget-title {
    letter-spacing: 1px !important;
    margin-bottom: 5px !important;
    font-size: 20px !important;
    color: var(--dark3);
}
#secondary ul {
    list-style: none;
}
#secondary ul li {
    border-bottom: 1px solid var(--dark3);
    padding: 10px 0;
}
#secondary ul li,
#secondary ul li a {
    /*font-family: var(--HelvMed);*/
    line-height: 1.1;
    font-size: 16px;
}
body #content #secondary ul li a {
    text-decoration: none;
    color: var(--dark3);
}
body #content #secondary ul li a:hover {
    text-decoration: none;
    color: var(--accent2);
}
body.single-ajde_events footer div[class*="vc_col"],
body.single-ajde_events footer div[class^="vc_col"],
body.single footer div[class*="vc_col"] {
    width: 33.33%;
}
body.single-post img.feat-img {
    border-radius: 24px;
    max-width: 100%;
    height: auto;
    width: 100%;
}
body.single-post .single-post-content h2 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1;
}
body.single-post .single-post-content h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1;
}
body.single-post .single-post-content ul,
body.single-post .single-post-content ol {
    margin-bottom: 18px;
    padding-left: 32px;
}

/***** /SINGLE BLOG *****/

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

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

/* END Privacy Policy, ADA, TY */

/* Search */

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

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

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

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

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

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

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

/****** MID CTA ******/
.mid-cta .container {
    max-width: 1480px;
}
.mid-cta.large {
    min-height: 600px;
}
.mid-cta.medium {
    min-height: 450px;
}
.bakery .mid-cta.align-top {
    padding-top: 140px;
    align-items: start;
}
.mid-cta h3,
.mid-cta h2,
.mid-cta h4 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    color: var(--light1);
}
.mid-cta h3 {
letter-spacing: 2px;
    line-height: 1;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.mid-cta h4 {
    letter-spacing: 1px;
    line-height: 34px;
    font-size: 30px;
    margin-bottom: 20px;
}
.mid-cta h2 {
    margin-bottom: 15px;
    line-height: 1;
    font-size: 60px;
}
.mid-cta p {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    color: var(--light1) !important;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
}
.mid-cta a.btn-bt {
    margin-top: 10px;
}
.vc_row.wpb_row.mid-cta {
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
}
/***** /MID CTA *****/

/* Carousels */
.wpcp-all-captions {
background-color: var(--accent2);
}
.wpb_alert p:last-child, #content .wpb_alert p:last-child,
.wpb_text_column p:last-child, .wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child {
    margin-bottom: 3px !important;
}
.wpcp-swiper-dots.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock {
    display: none;
}
.rating-number {
    font-size: 50px;
    font-weight: 800;
    color: var(--accent2) !important;
    margin-bottom: 15px !important;
    font-family: "Outfit", sans-serif !important;
}
.rating {
    font-size: 18px !important;
    font-weight: 800;
    color: var(--accent3) !important;
    letter-spacing: 2px;
    font-family: "Outfit", sans-serif !important;
}
.wpcpro-wrapper .wpcp-carousel-section.wpcp-standard:not(.swiper-cube) {
    overflow: visible !important;
}
/* END Carousels */

/*****************************/
/*      Click to Expand      */
/*****************************/

div.hider-text {
    position: relative;
    overflow: hidden;
    /*height: 200px;*/
    height: 0;
    z-index: 0;
}
div.team-hider-text {
    position: relative;
    overflow: hidden;
    height: 275px;
    /*height: 0;*/
    z-index: 0;
}
/*div.team-hider-text:not(.team-expanded):after,*/
#ServicesCarousel div.hider-text:not(.expanded):after {
    content: none;
}
div.hider-text:not(.expanded):after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--light1) 100%);
    position: absolute;
    height: 200px;
    /*height: 0px;*/
    width: 100%;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
}
div.team-hider-text:not(.team-expanded):after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--light1) 100%);
    position: absolute;
    height: 275px;
    /*height: 0px;*/
    width: 100%;
    content: '';
    z-index: 1;
    bottom: 0;
    left: 0;
}
.wpb_row.light2 div.team-hider-text:not(.team-expanded):after {
    background-image: linear-gradient(180deg, rgba(237, 237, 238, 0) 0%, var(--light2) 100%);
}
div.hider-text p,
div.team-hider-text p {
    margin-bottom: 20px;
}
p.hider-toggle {
    transition: all 0.3s ease-in-out;
    justify-content: start;
    color: var(--light1);
    position: relative;
    line-height: 27px;
    margin-top: 12px;
    font-size: 21px;
    cursor: pointer;
    display: flex;
}
p.team-hider-toggle {
    transition: all 0.3s ease-in-out;
    justify-content: start;
    color: var(--light1);
    align-items: center;
    position: relative;
    line-height: 25px;
    margin-top: 12px;
    font-size: 19px;
    cursor: pointer;
    display: flex;
}
.bakery p.team-hider-toggle {
    color: var(--dark3);
}
p.hider-toggle:hover {
    color: var(--accent1);
}
p.team-hider-toggle:hover {
    color: var(--accent2);
}
p.hider-toggle:after {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    position: relative;
    line-height: 27px;
    font-weight: 600;
    margin-left: 5px;
    content: '\f107';
    font-size: 20px;
    color: inherit;
    display: flex;
    height: 27px;
    width: 27px;
}
p.team-hider-toggle:after {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--dark3);
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    position: relative;
    font-weight: 600;
    margin-left: 5px;
    content: '\f107';
    font-size: 12px;
    line-height: 1;
    color: inherit;
    display: flex;
    height: 20px;
    width: 20px;
}
p.hider-toggle.open:after,
p.team-hider-toggle.open:after {
    padding-bottom: 4px;
    padding-right: 1px;
    content: '\f106';
}
p.hider-toggle:hover:after {
    border-color: var(--accent1);
}
p.team-hider-toggle:hover:after {
    border-color: var(--accent2);
}
.team-row img {
    border-radius: 20px;
}
.team-row h4 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--dark3);
    margin-bottom: 10px;
}
.vc_row.wpb_row.team-row {
    padding-bottom: 0px;
}
/*****************************/
/*    END Click to Expand    */

/*****************************/
.vc_row.wpb_row.blurb-row.below-hero {
    margin-top: 30px;
}
/* Responsive */

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

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

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

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

@media (max-width: 1200px) {
    body:not(.home) section#HomeHero .home-banner h3 {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    section#HomeHero {
        height: 420px;
    }
    body .home-banner h1,
    .bottom-cta h2,
    .bottom-cta .gform_wrapper.gravity-theme h2 {
        line-height: 52px;
        max-width: 450px;
        font-size: 40px;
        margin: 0 auto;
    }
    .bakery .static-cards.halves .container {
        gap: 0px;
    }
    .bottom-cta .gform_wrapper.gravity-theme h2 {
        margin-bottom: 18px !important;
    }
    body h2 {
        line-height: 1.2;
        font-size: 24px;
    }
    .featured-posts-row h3,
    .testimonials-row h3 {
        line-height: 32px;
        font-size: 22px;
    }
    body,
    button,
    body p,
    body li,
    body span,
    form label,
    a.btn-bt,
    span.vc_tta-title-text,
    .gform_footer input[type="submit"],
    .featured-posts-row p.feat-post-content {
        line-height: 26px;
        font-size: 16px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 192px;
    }
    .featured-posts .feat-post h2.feat-post-title {
        line-height: 1.2;
        font-size: 20px;
    }
    section#HomeHero {
        height: auto;
    }
    .bakery section#HomeHero .wpb_row.home-banner {
        padding: 40px 0;
        height: auto;
    }
    body.home section#HomeHero .home-banner .wpb_column:not(.form-col) {
        display: none;
    }
    section#HomeHero .home-banner .text-col .vc_column-inner,
    section#HomeHero .home-banner .wpb_column {
        width: 100%;
    }
    section#HomeHero .home-banner h5 {
        text-align: center;
    }
    body:not(.home) section#HomeHero .home-banner .container {
        flex-direction: row;
        flex-wrap: wrap;
    }
    body:not(.home) section#HomeHero .home-banner h1,
    body:not(.home) section#HomeHero .home-banner h3 {
        text-align: center;
    }
    body:not(.home) section#HomeHero .home-banner h3 {
        font-size: 28px;
    }
}

@media (max-width: 979px) {
    header .top-widget .container,
    header .top-header .container {
        width: 90%;
    }
    body #content a.btn-bt.default,
    body #content a.btn-bt.alternate,
    body footer#footer a.btn-bt.default,
    body footer#footer a.btn-bt.alternate {
        min-width: 280px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 570px;
    }
    .fifty-fifty.inline-image .image-col figure,
    .fifty-fifty.inline-image .image-col .vc_single_image-wrapper,
    .fifty-fifty.inline-image .image-col .vc_single_image-wrapper img,
    .fifty-fifty.inline-image .image-col .vc_column-inner .wpb_wrapper {
        width: 100%;
    }
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
        height: 420px !important;
    }
    body button#primary-mobile-menu svg {
        transition: all 0.3s ease-in-out;
        stroke-width: 0.75px !important;
        stroke-linejoin: miter;
        stroke: var(--light1);
        height: 48px;
        width: auto;
    }
    span.dropdown-icon svg:hover, span.dropdown-icon.close svg {
        transition: all 0.3s ease-in-out;
        stroke: var(--accent2) !important;
        color: var(--accent2);
    }
    body .main-navigation.display-small-desktop ul,
    body .js .top-header .main-navigation > div > ul,
    body header .left-right-mobile-nav > div > ul {
        background-color: var(--dark1);
    }
    ul#top-menu.mobile-menu ul.sub-menu li {
        padding: 0;
    }
    body .remove-padding-mobile {
        padding: 0 !important;
    }
    body .bottom-cta:not(.form-bottom-cta) h2 {
        line-height: 52px;
        max-width: 450px;
        font-size: 40px;
        margin: 0 auto;
    }
    .featured-posts .feat-post {
        margin-bottom: 28px;
    }
    footer .widget-content.widget {
        text-align: center;
    }
    footer .widget-content.widget h2 {
        margin-right: auto;
        margin-left: auto;
    }
    footer#footer .span3:not(:last-child) .widget {
        margin-bottom: 35px;
    }
    footer#footer .span3:last-child .widget {
        margin-bottom: 0;
    }
    .row.copyright {
        padding: 24px 0;
    }
    .row.copyright .copyright-content.span6.right {
        margin-top: 18px;
    }
    .bakery .promo-row .wpb_column {
        height: 400px;
    }
    body:not(.home) .default-header {
        padding-top: 0;
        height: 176px;
    }
    body:not(.home) .default-header h1 {
        text-align: center;
    }
    body:not(.home) h1 {
        line-height: 42px;
        font-size: 32px;
    }
    body#blog-page div.default-header {
        padding-bottom: 0;
        height: 389px;
    }
    body.single .single-intro {
        padding: 40px 0 28px 0;
    }
    body.single .single-post-feat-img-wrap {
        margin-bottom: 35px;
    }
    body.single .single-post-title-wrap {
        margin-bottom: 0px;
    }
    h1.single-post-title {
        margin: 24px 0;
    }
    body .wpb_row.subpage-banner.large {
        padding-bottom: 0px;
        padding-top: 0px;
        height: 389px;
    }
    body.search .top-cta h4 {
        display: none;
    }
    .service-row .wpb_column .wpb_text_column.mb0 {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 768px) {
    .featured-posts-row a.archive-post-image-link {
        height: 448px;
    }
    #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 535px;
    }
    body .wpb_row.subpage-banner.large {
        height: 304px;
    }
    body #content h3 {
        line-height: 32px;
        font-size: 22px;
    }
    body #content .fifty-fifty h3 {
        margin-bottom: 12px;
    }
    body .blurb-row hr.line {
        margin: 24px auto;
        max-width: 500px;
    }
    .bakery .blurb-row.wpb_row {
        padding: 40px 0 !important;
    }
    .bakery section .blurb-row.wpb_row {
        padding: 0 !important;
    }
    #content .promo-row .wpb_column {
        height: 313px;
    }
    body#blog-page div.default-header {
        height: 304px;
    }
    body.single h1.single-post-title {
        line-height: 1.4;
        font-size: 32px;
    }
    body .bakery .bottom-cta.no-form {
        height: 360px;
    }
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
        height: 375px !important;
    }
    .vc_row.wpb_row.blurb-row.below-hero {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    section#HomeHero {
        margin-bottom: 15px;
        height: 780px;
    }
    .bakery section#HomeHero .home-banner {
        background-position: center top !important;
        padding-bottom: 20px !important;
        align-items: end !important;
    }
    body:not(.home) section#HomeHero .home-banner .text-col h1 {
        line-height: 1;
        max-width: 370px;
        font-size: 38px;
    }
    body:not(.home) section#HomeHero .home-banner h3 {
        margin-bottom: 0;
        margin-top: 8px;
        font-size: 24px;
    }
    body:not(.home) section#HomeHero .home-banner .text-col {
        padding: 20px 0 24px 0;
    }
    /*body:not(.home) section#HomeHero .home-banner .vc_column_container {
        padding-top: 15px;
    }*/
    body section#HomeHero .home-banner h1,
    body:not(.home).default-header h1,
    body .bottom-cta h2,
    body .bottom-cta .gform_wrapper.gravity-theme h2 {
        line-height: 52px;
        font-size: 48px;
    }
    .promo-cards .wpcp-single-content {
        row-gap: 0px;
    }
    .featured-posts-row p.feat-post-content {
        line-height: 22px;
        font-size: 14px;
    }
    .bakery section .wpb_row:not(.fifty-fifty.inline-image).gallery-row {
        padding-bottom: 30px !important;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 276px;
    }
    .bottom-cta.no-form {
        height: auto !important;
    }
    #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 330px !important;
    }
    body .wpb_row.subpage-banner.large {
        height: 188px;
    }
    body#blog-page div.default-header {
        height: 188px;
    }
    body:not(.home) h1 {
        line-height: 38px;
        font-size: 38px;
    }
    .mid-cta h2 {
        margin-bottom: 15px;
        line-height: 1;
        font-size: 45px;
    }
    .mid-cta p {
    font-size: 18px;
    line-height: 25px;
    }
    body:not(.home) .default-header {
        height: 160px;
    }
    header .top-header {
        height: 80px;
    }
    header .top-header .logo .site-branding a img {
        height: auto;
    }
    .bakery .wpb_row.home-banner {
        padding: 40px 0;
        height: 361px;
    }
    .post-read-more-wrap {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .home-banner img {
        max-width: 140px;
        height: auto;
    }
    body .home-banner h1 {
        line-height: 42px;
        max-width: 300px;
        font-size: 30px;
    }
    body#blog-page div#pagination {
        justify-content: center;
        margin-top: 24px;
    }
    body #content .bakery .promo-row .wpb_column {
        height: 194px;
    }
    .promo-row .wpb_column .vc_column-inner {
        padding-top: 0;
    }
    .promo-row h2 {
        margin-bottom: 0px;
        line-height: 32px;
        font-size: 24px;
    }
    body .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
    body .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        padding: 32px 5%;
    }
    body #content .wpb_row:not(.cta-row) a.btn-bt {
        margin: 24px auto 0 auto !important;
        display: block !important;
        max-width: 280px;
        width: 100%;
    }
    .gallery-row .wpcp-single-item {
        margin-top: 0 !important;
    }
    .testimonials-row hr.line {
        margin: 24px auto;
        max-width: 225px;
    }
    body #content h3 {
        line-height: 28px;
        font-size: 20px;
    }
    body.single h1.single-post-title {
        line-height: 1.5;
        font-size: 24px;
    }
    body.single .nav-links {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    body.single .navigation .nav-links > * {
        margin: 8px 0;
    }
    body .bottom-cta h2 {
        line-height: 38px;
        font-size: 30px;
    }
    body h2 {
        line-height: 40px;
        font-size: 35px;
    }
    body h4 {
        line-height: 28px;
        font-size: 24px;
    }
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
    .bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
        height: 288px !important;
    }
    .nap-col h4 {
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 16px;
    }
    .vc_row.wpb_row.mid-cta {
        padding-right: 0;
        padding-left: 0;
    }
    .mid-cta.medium,
    .mid-cta.large {
        min-height: unset;
    }
    .mid-cta h2 {
        margin-bottom: 12px;
        line-height: 1;
        font-size: 30px;
    }
    .mid-cta p {
        line-height: 1.1;
        font-weight: 600;
        font-size: 16px;
    }
    body #content .mid-cta h3 {
        letter-spacing: 1px;
        line-height: 1.3;
        font-size: 16px;
    }
    body h2 {
        line-height: 1.1;
        font-size: 28px;
    }
   /* .bakery .blurb-row.wpb_row {
        padding: 0px 0 !important;*/
    .card-row-split .wpb_column .vc_column-inner {
        padding: 24px;
        height: 293px;
        margin: 8px;
    }
    .static-cards .wpb_column .vc_column-inner {
        padding: 24px;
    }
    .static-cards .wpb_column h2 {
        font-weight: 500 !important;
        margin-bottom: 5px;
        line-height: 1;
        font-size: 40px;
    }
    .static-cards .wpb_column h4 {
        font-weight: 500 !important;
        margin-bottom: 30px;
        line-height: 1.1;
        font-size: 20px;
    }
    body #content .bakery .static-cards .wpb_column p {
        margin-bottom: 0 !important;
        line-height: 22px;
        font-weight: 400;
    }
    body #content .bakery .static-cards a.btn-bt {
        margin-top: 12px;
    }
    .blurb-row h4 {
        margin-bottom: 20px;
        line-height: 1.2;
        font-size: 18px;
    }
    .vc_row.wpb_row.static-cards.wide.halves.large {
        padding-bottom: 12px !important;
    }
    .mid-cta h4 {
        letter-spacing: 1px;
        margin-bottom: 16px;
        line-height: 1.2;
        font-size: 18px;
    }
    .service-row h4 {
        letter-spacing: 0px;
        margin-bottom: 10px;
        line-height: 1.1;
        font-size: 20px;
    }
    .service-row p:not(:last-child) {
        line-height: 1.2;
        font-weight: 400;
    }
    .fifty-fifty h4 {
        font-size: 18px;
    }
    h4.vc_tta-panel-title {
        text-wrap: auto;
    }
    body #content .bakery div.vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
        font-size: 16px !important;
        line-height: 1.2;
    }
    .bakery .vc_tta.vc_general .vc_tta-panel-title>a {
        padding: 12px 15px 12px 30px !important;
    }
    .bakery .vc_tta.vc_general .vc_tta-panel-title > a::before {
        background-size: 16px;
        height: 32px;
        width: 24px;
    }
    body .bakery .vc_tta-panel-body {
        padding: 18px 30px !important;
    }
    .bakery .vc_tta-panel-body .wpb_text_column p:not(:last-child) {
        margin-bottom: 8px;
    }
    .bakery .vc_tta-panel-body .wpb_text_column p {
        line-height: 22px;
        font-size: 16px;
    }
    body #content .wpb_row:not(.cta-row) .vc_tta-panel-body a.btn-bt {
        margin: 18px auto 0 auto !important;
        max-width: unset;
        min-width: unset;
    }
    .bakery .vc_tta-container {
        margin: 0;
    }
    .vc_row.wpb_row.testimonials-row {
        margin-top: 15px !important;
    }
    .vc_row.wpb_row.testimonials-row h3 {
        line-height: 1.1;
    }
    .vc_row.wpb_row.testimonials-row p {
        margin: 0 !important;
    }
    .vc_column-inner.vc_custom_1767821143482 {
        padding-top: 0;
    }
    .fifty-fifty h2 {
        text-align: unset;
    }
    .wpcp-swiper-dots {
        position: relative !important;
    }
    .vc_row.wpb_row.mid-cta.large {
        background-color: rgba(0, 0, 0, 0.25);
    }
    p.footer-email, p.footer-phone, p.footer-address {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
p.footer-button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.team-row img {
    width: 100% !important;
}
	
	body.single-post #secondary {
    width: 100% !important;
}
	
	body.single-post #primary {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
}
	
	body.single footer div[class*="vc_col"] {
    width: 100%;
}
}

@media (max-width: 440px) {
    section#HomeHero {
        height: 746px;
    }
    section#HomeHero .home-banner h5 {
        line-height: 24px;
        font-size: 20px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 253px;
    }
}

@media (max-width: 414px) {
    section#HomeHero {
        height: 700px;
    }
    section#HomeHero .home-banner .vc_column_container {
        padding: 24px;
    }
    body section#HomeHero .home-banner h1,
    body:not(.home).default-header h1,
    body .bottom-cta h2,
    body .bottom-cta .gform_wrapper.gravity-theme h2 {
        line-height: 26px;
        font-size: 24px;
    }
    .gform_wrapper.gravity-theme h4 {
        margin-bottom: 18px;
        line-height: 22px;
        font-size: 16px;
    }
    .featured-posts-row a.archive-post-image-link {
        height: 237px;
    }
    p.footer-button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
p.footer-email, p.footer-phone, p.footer-address {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
}

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

@media (max-width: 360px) {
    section#HomeHero {
        height: 680px;
    }
    body#blog-page div.default-header {
        height: 139px;
    }
    body #content .bakery .wpb_row.promo-row .wpb_column {
        height: 170px;
    }
    body .wpb_row.subpage-banner.large {
        height: 160px;
    }
    body #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
    body #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
        height: 245px !important;
    }
    body:not(.home) section#HomeHero .home-banner h3 {
        margin-top: 6px;
        font-size: 20px;
    }
}

/* END Responsive  */

/* Testimonials */

.testimonial-text {
    position: relative;
    padding-left: 10px; /* space for the icon */
}

.testimonial-text::before {
    content: "\f10d"; /* Fontello icon code */
    font-family: "fontello"; /* make sure this matches your font name */
    position: absolute;
    left: -30px;
    top: -0.2em;
    font-weight: bold;
    color: var(--accent2);
    font-size: 1.75em; /* adjust size as needed */
    line-height: 1;
}
p.name {
    font-size: 18px;
    font-weight: 800;
    color: var(--accent1);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.team-photo img {
    margin: 0 auto;
    display: block;
    border-radius: 24px;
}

div#gfield_consent_description_1_10 {
    margin-top: -10px !important;
}

@media (min-width: 980px) and (max-width: 1630px) {
	    .vc_col-sm-3 {
        width: 50% !important;
		max-width: 370px;
    }
}

.ginput_container.ginput_container_consent {
    width: 15px;
}

div#gfield_consent_description_1_10 {
	margin-left: 18px;
	margin-top: -28px !important;
	position: relative;
	margin-bottom: 60px;
}

body #content .gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    border: 0px solid #ddd !important;
    font-size: 11.008px !important;
    margin-top: -24.2px;
    max-height: 64px;
    overflow-y: unset !important;
    padding: 0.4px 1px!important;
    width: 96% !important;
    color: #000000;
}

@media (max-width: 979px) {
	div#gfield_consent_description_1_10 {
    margin-left: 18px;
    margin-top: -28px !important;
    position: relative;
    margin-bottom: 10px;
}