/*
* 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: #02457C;            /* blue */
    --accent1_40: #02457C66;       /* blue @ 40% */
    --accent2: #0A8BCC;            /* light blue*/
    --accent2_40: #0A8BCC66;       /* lt blue @ 40% */
    --accent3: #FBAD17;            /* gold */
    --accent3_40: #FBAD1766;       /* gold @ 40% */
    --accent4: #D22026;            /* red */
    --accent4_40: #D2202666;       /* red @ 40% */
    --accent5: #FFD005;            /* yellow */

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

    --dark1: #003D71;              /* deep denim blue */
    --dark2: #373737;              /* charcoal */
    --dark3: #000000;              /* black  */

    --uihover: #0A8BCC66;          /* lt blue (accent2) UI opacity */

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

/* /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: avenir-lt-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--dark3);
}
body h1 {
    text-shadow: 1px 1px 5px var(--dark2);
    color: var(--light1);
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 800;

}
body h2, h3, h5, h6 {
    color: var(--dark1);
    font-family: "avenir-lt-pro", sans-serif !important;
    font-weight: 800;
}
body h4  {
    color: var(--accent4);
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
}
p.p-small
{   font-size: 12px;
    line-height: 18px;
}
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(--dark3);
}
h4.blue {
    color: var(--dark1) !important;
}
div#wpadminbar {
    z-index: 99999999999999999;
}
.default-header h1 {
    text-align: center;
}
.our-mission-text h2 {
    margin-bottom: 26px !important;
}
body h2 {
    margin-bottom: 20px;
}
/* /quick vars /quick vars /quick vars /quick vars /quick vars /quic  */

/* General */

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

/* General */

/* Overlap Rows */

section#overlap-rows {
    margin-top: 0px;
    padding: 0px !important;
    min-height: 550px;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}
.overlap-row-top {
    min-height: 520px;
}
.vc_row.wpb_row.text-top.fifty-fifty.inline-image {
    align-items: flex-start; !important;
}
.background-image img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
}
/* Image on the left layout */
.fifty-fifty.image-left.rounded-img .image-col .vc_column-inner {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px 36px 36px 0px;
    overflow: hidden;
}
.vc_row.wpb_row.image-bottom-overlap1 {
    z-index: -1 !important;
}
.vc_row.wpb_row.image-bottom {
    margin-bottom: -300px;
}
.vc_row.wpb_row.image-btm-rt-overlap {
    margin-bottom: -300px;

}
.vc_row.wpb_row.overlap-row-top {
    margin-bottom: -500px;
}

@media (max-width: 979px) {
.vc_row.wpb_row.overlap-row-top {
    margin-bottom: 0px;
    padding-top: 0px;
    min-height: auto;
}
.vc_row.wpb_row.img-overlap-small {
    margin-top: 0px !important;
    margin-bottom: -80px !important;
}
.vc_row.wpb_row.accent1.wht-columns.corner-circle {
    height: auto;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
}

/* Image on the right layout */
.fifty-fifty.image-right.rounded-img .image-col .vc_column-inner {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 36px 0px 0px 36px;
    overflow: hidden;
}
.vc_row.wpb_row.img-overlap-small {
    margin-top: -110px;
    margin-bottom: -350px;
}
.vc_col-has-fill > .vc_column-inner {
    padding-top: 0px !important;
 }

/* Rounded Columns */
.rounded-col.wpb_column.vc_column_container {
    padding: 45px;
    background-color: #fff;
    border-radius: 35px;
    margin: 15px;
}
.rounded-col h2 {
    color: var(--accent1) !important;
    font-family: avenir-lt-pro, sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 38px;
    line-height: 38px;
}
.rounded-col h3 {
    color: var(--accent1) !important;
    font-family: avenir-lt-pro, sans-serif;
    margin-bottom: 8px;
}
.rounded-col h4 {
    color: var(--accent4) !important;
    font-family: avenir-lt-pro, sans-serif;
}
.rounded-col p {
    color: var(--dark3) !important;
    font-family: avenir-lt-pro, sans-serif;
}

@media (min-width: 980px) {
	.rounded-col p {
		min-height: auto;
	}
}

.wht-columns {
    padding: 30px !important;
}
/* Base styling for all rounded columns */
.rounded-col.wpb_column.vc_column_container {
    padding: 45px;
    background-color: #fff;
    border-radius: 35px;
    margin: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

/* Only apply the corner image inside rows with the class "corner-circle" */
.corner-circle .rounded-col.wpb_column.vc_column_container {
    background-image: url('/wp-content/uploads/2026/05/promo-top-corner-bubble.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 85px;
}
section#resources-home {
    padding-bottom: 20px;
}

/* 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;
    text-decoration: none;
    letter-spacing: 0px;
    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;
    padding: 16px;
    min-width: 150px;
    font-size: 16px;
    line-height: 1;

}
body.search-results #content a.more-link,
body #content .gform_footer input[type="submit"],
body .header-button a.btn-bt,
body #content a.btn-bt.default {
    transition: all 0.3s ease-in-out;
    border: 0px solid var(--accent2);
    background: var(--accent2);
    color: var(--light1);
}

body.search-results #content a.more-link:hover,
body #content .gform_footer input[type="submit"]:hover,
body .header-button a.btn-bt:hover,
body #content a.btn-bt.default:hover {
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease-in-out;
    background: var(--dark1);
    color: var(--light1);
}
body #content a.btn-bt.alternate {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent2);
    background: transparent;
    color: var(--dark1);
}
body #content a.btn-bt.alternate:hover {
    transition: all 0.3s ease-in-out;
    background: var(--ligh1);
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.35);
    border-color: var(--dark1);
    color: var(--dark1);
}

input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}

@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);
}
header .top-header {
    background-color: var(--light1);
}
header .top-header {
    box-shadow: 0px 4px 8px 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;
    }
    /*body.single #content {
        padding-top: 140px;
    }*/
}

@media (max-width: 979px) {
    /*header .top-widget .span6.left {
        width: 30%;
    }
     header .top-widget .span6.right {
        width: 70%;
    }*/
}
.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 .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(--dark2);
}
footer#footer h2,
footer#footer p,
footer#footer a,
footer#footer li,
footer#footer span {
    color: var(--light1);
}
footer .widget .widget-title,
footer .widget h2 {
    border-bottom: 1px solid var(--accent2);
    padding-bottom: 24px;
    margin-bottom: 16px;
    max-width: 150px;
    font-size: 24px;
    line-height: 1;
    width: 100%;
}
footer#footer a,
.copyright a {
    text-decoration: none;
}
footer#footer p.footer-directions a {
    text-decoration: underline;
}
footer div.textwidget,
footer .widget-content nav {
    margin-top: 0;
}
/*p.footer-address,
p.footer-directions,
p.footer-phone {
    line-height: 1.9;
}*/
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(--accent1);
}
p#copyright-p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
body ul.social li {
    margin-right: 0px;
    font-size: unset;
}
.row.copyright ul.social li a i {
    font-size:  24px;
}

/* END Footer & Copyright */

/* Accordions */

body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) {
    margin-bottom: 12px;
}
body .bakery .wpb_row.accordion .vc_tta-panel-title a {
    justify-content: flex-start;
    padding-left: 54px;
}
body span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--dark1);
}
body #content .accordion div.vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--accent1);
}
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    transition: all 0.3s ease-in-out;
    coloR: var(--light1);
}
body #content .accordion div.vc_tta-panel-heading {
    /*border-bottom: 1px solid transparent;*/
    transition: all 0.3s ease-in-out;
    background: var(--light3);
    letter-spacing: 0px;
    border: 0px solid;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    color: var(--dark1) !important;

}
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 {
    transition: all 0.3s ease-in-out;
    background-color: var(--accent3);
}
body #content .bakery .wpb_row.accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: var(--accent1);
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    top: 24%;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    top: 23%;
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    font-size: 25px;
    /*color: #5A5B5D;*/
}
body #content .wpb_row.accordion div.vc_tta-panel:not(.vc_active):hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    color: var(--accent1);
}

/* END Accordions */

/* Tabs */

body .bakery .wpb_row.tabs .vc_tta-panels-container {
    padding: 0;
}
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
    justify-content: space-between;
    max-width: 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: 0 !important;
    display: flex;
    height: 600px;
    margin-top: 0px;
}
section#InnerHero-Button {
    padding: 0 !important;
    height: 400px;
    margin-top: 0px;
}
section#HomeHero h1 {
    margin-top: 140px;
}
section#HomeHero p {
    color: var(--light1);
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin-top:14px;
    margin-bottom: 30px;
}
section#InnerHero-Button p {
    color: var(--light1);
    font-size: 35px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
}
div#DefaultHeader {
    /*padding: clamp(18px, 1.172vw, 32px) !important;*/
    padding: 0 !important;
}
.page-id-3459 #DefaultHeader {
    display: none;
}
section#HomeHero .wpb_row.home-banner,
div#DefaultHeader .default-header,
.vc_row.wpb_row.inner-banner {
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.vc_row.wpb_row.inner-banner {
    height: 100%;
}

@media (min-width: 1441px) {
    .home-banner {
        height: 900px;
    }
}

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

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

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

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

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

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

@media (max-width: 480px) {
    .cta-row h2 {
        line-height: 28px;
        font-size: 22px;
    }
}
.featured-posts .feat-post h5.cats {
    display: none;
}
.featured-posts .feat-post h2.feat-post-title {
    line-height: 40px;
    font-size: 30px;
}

.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 .wpb_text_column {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
}*/
.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: 1;
    font-size: 60px;
}
.form-bottom-cta .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 24px !important;
}
.gform_heading {
    display: none;
}
body .gform_wrapper.gravity-theme {
    padding: 20px 0px;
}
.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;
}

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

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

body .gform_wrapper.gravity-theme label.gfield_label {
    font-family: var(--MontReg);
    margin: 0 0 0 0 !important;
    text-transform: uppercase;
    color: var(--light1);
    padding-left: 7px;
    font-size: 12px;
    line-height: 1;
}
body .gform_wrapper.gravity-theme span.gfield_required {
    display: none;
}
body .gform_wrapper.gravity-theme .ginput_container {
    margin-top: 0 !important;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}
body .gform_wrapper.gravity-theme input:not(.gform_button),
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 5px 12px 5px 8px !important;
    transition: all 0.2s ease-in-out;
    font-size: 14px !important;
    background: var(--light1);
    margin: 8px 0px !important;
    color: var(--dark3);
    border-radius: 4px;
    height: 40px;
}
body .gform_wrapper.gravity-theme input:not(.gform_button)::placeholder,
body .gform_wrapper.gravity-theme textarea::placeholder,
body .gform_wrapper.gravity-theme select::placeholder {
    transition: all 0.2s ease-in-out;
    color: #999;
}
body .gform_wrapper.gravity-theme input:not(.gform_button):hover::placeholder,
body .gform_wrapper.gravity-theme textarea:hover::placeholder,
body .gform_wrapper.gravity-theme select:hover::placeholder,
body .gform_wrapper.gravity-theme input:not(.gform_button):focus::placeholder,
body .gform_wrapper.gravity-theme textarea:focus::placeholder,
body .gform_wrapper.gravity-theme select:focus::placeholder {
    transition: all 0.2s ease-in-out;
    color: var(--accent2);
}
body .gform_wrapper.gravity-theme input:not(.gform_button):hover,
body .gform_wrapper.gravity-theme textarea:hover,
body .gform_wrapper.gravity-theme select:hover,
body .gform_wrapper.gravity-theme input:not(.gform_button):focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
    transition: all 0.2s ease-in-out;
    border-color: var(--accent2);
    color: var(--accent2);
}
body #content .gform_footer {
    padding: 0;
}
body #content .gform_footer input[type="submit"] {
    width: 100%;
    margin: 0;
}
input#gform_submit_button_2 {
    border-radius: 30px;
    border: 0px;
    background-color: var(--accent2);
    color: var(--light1);
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 800;
    width: 100%;
}
input#gform_submit_button_2:hover {
    border-radius: 30px;
    border: 0px;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease-in-out;
    background-color: var(--dark1);
    color: var(--light1);
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 800;
    width: 100%;
}

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

/* END Homepage */

/* Fifty Fifty */

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

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

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

.fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) .vc_column-inner,
.fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0;
}
.three-columns .wpb_column:not(:first-child) {
    padding-left: 20px;
}
.three-columns .wpb_column:not(:last-child) {
    padding-right: 20px;
}

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

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

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

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

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

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

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

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

.fifty-fifty.inline-image {
    padding: 40px;
}
.margin-btm-forty {
    margin-bottom: 40px;
}
.fifty-fifty.inline-image .container {
    max-width: 1520px;
}
.fifty-fifty.inline-image .vc_column-inner {
    align-items: center;
    padding-top: 0;
    /*display: flex;*/
}
/*.inline-image img {

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 36px;

}*/

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


/* Fifty Fifty */


/* Promo Row */

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

/* END Promo Row */

/* Subpage Global */

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

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

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

/* END Subpage Global */

/* Single Service */

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

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

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

/* END Single Service */

/* Products Index (Non-Woocommerce) */

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

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

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

/* Single Product (Non-Woocommerce) */

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

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

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

/* Gallery Page */

.bottom-cta.no-form {
    height: 600px;
}
body .bottom-cta.no-form h2 {
    margin-bottom: 8px;
    margin-top: 40px;
}
body .bottom-cta.no-form p {
    font-weight: 600;
    font-size: 21px;
    margin-top: 8px;
    color: var(--light1);
}
body #content .bottom-cta.no-form p a:not(.btn-bt) {
    color: var(--light1);
}
body #content .bottom-cta.no-form p a:not(.btn-bt):hover {
    color: var(--accent2);
}
body .bottom-cta.no-form a.btn-bt {
    margin-top: 20px;
}

/* END Gallery Page */

/* Contact */

.bakery .fifty-fifty .map-col .vc_column-inner .wpb_wrapper,
.bakery .fifty-fifty .wpb_gmaps_widget.wpb_content_element,
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
    height: 100% !important;
    border-radius: 36px;
    width: 100%;
    padding: 0;
}
p.nap-address {
    line-height: 1;
}
p.nap-address strong {
    font-family: var(--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 p:not(:last-child) {
    margin-bottom: 20px !important;
}*/
body .nap-col a.shrtcde-lnk {
    text-decoration: none;
}
body #content .accent1 .vc_col-sm-6.nap-col a:not(.btn-bt):hover {
    color: var(--accent2);
}

/* END Contact */

/* Our Team */

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

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

/* END Our Team */

/* Service Index */

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

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

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

/* Reviews */

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

/* END Reviews */

/* Deals Page */

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

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

/* END Deals Page */

/* Blog Index */

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

/* END Blog Index */

/* Single Blog */

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

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

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

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

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

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

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

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

/* END Single Blog */

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

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

/* END Privacy Policy, ADA, TY */

/* Search */

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

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

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

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

body.search #content .top-blurb h2 {
    margin-bottom: 24px;
    color: ;
}
body.search .default-header h1,
body.search .default-header h1 span {
    color: var(--light1) !important;
    font-family: var(--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 */

/* 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: 14px;
    }
    body .header-button a.btn-bt {
        letter-spacing: 0px;
        padding: 16px 8px;
/*         min-width: 200px; */
        font-size: 14px;
    }
    body h2 {
        line-height: 1.2;
        font-size: 36px;
    }
    .featured-posts .feat-post h2.feat-post-title {
        line-height: 34px;
        font-size: 24px;
    }
    .feat-post-left {
        margin-bottom: 18px;
    }
    .featured-posts-row p.feat-post-date-author {
        margin-bottom: 4px !important;
        font-size: 12px;
    }
    body,
    button,
    body p,
    body li,
    body span,
    form label,
    a.btn-bt,
    span.vc_tta-title-text,
    .gform_footer input[type="submit"],
    .featured-posts-row p.feat-post-content {
        line-height: 28px;
        font-size: 18px;
    }
}

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

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

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

@media (max-width: 1024px) {
    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;
    }
    .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;
    }
}

@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: 200px !important;
    }
    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;
    }
}

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

@media (max-width: 480px) {
    .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;
    }
    section#HomeHero {
        height: 340px;
    }
    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: 35px;
        font-size: 35px;
    }
section#HomeHero p {
    color: var(--light1);
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    margin-top:14px;
    margin-bottom: 30px;
}
section#InnerHero-Button p {
    color: var(--light1);
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
    .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: 35px;
    }
    body:not(.home) .default-header {
        height: 160px;
    }
    header .top-header {
        height: 80px;
    }
    header .top-header .logo .site-branding a img {
        height: 40px;
    }
    .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: 40px;
        font-size: 35px;
    }
    body h2 {
        line-height: 30px;
        font-size: 32px;
    }
    .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;
    }
    section#InnerHero-Button {s
    padding: 0 !important;
    height: 300px;
    margin-top: 0px;
}
}

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

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

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

@media (max-width: 360px) {

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

/* END Responsive  */

/* Carousels */

.wpcp-all-captions {
background-color: var(--accent2);
}


/*NEW CSS */

.vc_row.wpb_row.short-row {
    padding-bottom: 0px;
}

.site-header .top-widget ul.social {
    text-align: left;
}
.top-widget a.icon-btn {
    justify-content: end;
}

ul.social li a i, .top-widget p a {
    color: #ffffff;
    font-size: 16px;
}
body .site-header .top-widget p a.icon-btn i {
    color: #02457c;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 10px;
}
.site-header .top-widget p.phone span.icon-btn-text {
    font-size: 14px
}
.two-buttons {
    display: flex;
    align-items: center;
}
a.casa-connect {
font-size: 12px;
    background-color: #ffffff;
    color: #02457c;
    margin-left: 10px;
    padding: 7px;
    font-weight: 800;
    border-radius: 5px;
}
body #content a.btn-bt.alternate.yellow {
    background: #fbad17;
    border: 2px solid #fbad17;
    font-size: 16px;
    padding: 16px;
}
body #content a.btn-bt.alternate.yellow:hover {
    background: #FFD006;
    border: 2px solid #FFD006;
}
a.btn-bt.default.btn-default.red,
 body #content a.btn-bt.default.red {
    background: #D41E2A;
}
a.btn-bt.default.btn-default.red:hover,
body #content a.btn-bt.default.red:hover{
    background: #EE2126;
}
.left-right-header .header-button .btn-default {
    font-size: 16px;
}
@media (min-width: 1441px) {
	.left-right-header .nav-and-button {
    	justify-content: center !important;
	}
}
@media (max-width: 1440px) {
	.left-right-header .nav-and-button {
    	justify-content: start !important;
	}
}
@media (min-width: 980px) {
    .left-right-header .nav-and-button {
    align-items: center !important;
    display: flex !important;
    float: none !important;
    width: 80% !important;
}
    .header-button {
    float: right;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: space-evenly;
        min-width: 340px;
}
    footer#footer p {
    max-width: 300px;
}
    .copyright-content.span6.right-three-column ul.social.top-widget-socials {
    margin-left: 10px;
}
}
@media (max-width: 979px) {
        .copyright-content.span6.right-three-column {
       justify-content: center;
        display: flex;
        margin-top: 15px;
    }
    body footer#footer a.btn-bt.default {
              margin: 0 auto;
        margin-bottom: 20px;
    }
    .site-header .top-widget ul.social {
    display: none;
    }
}
footer#footer {
    background: #EEEEEE;
}
footer#footer h2.widget-title {
    color: #02457C;
}
footer .widget .widget-title, footer .widget h2 {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0px;
    max-width: 150px;
    font-size: 16px;
    line-height: 1;
    width: 100%;
}
footer#footer h2, footer#footer p, footer#footer a, footer#footer li, footer#footer span {
    color: #000000;
}
.site-footer a.btn-bt.default.btn-default {
    transition: all 0.3s ease-in-out;
    border: 0px solid var(--accent2);
    background: var(--accent2);
    color: var(--light1);
    color: #ffffff !important;
    display: block;
    max-width: 170px;
    margin-bottom: 20px;
      font-size: 16px;
    padding: 12px 10px;
}
.site-footer a.btn-bt.default.btn-default:hover {
    background: #003d71;
}
.site-footer a.btn-bt.default.btn-default.red {
    background: #D41E2A;
}
.site-footer a.btn-bt.default.btn-default.red:hover {
    background: #EE2126;
}
footer#footer p,
ul#menu-footer-nav-links li a{
    font-size: 14px;
    line-height: 18px;
}
.copyright-content.span6.middle-three-column p {
    font-size: 14px;
    line-height: 20px;
}
.row.copyright ul.social li a i {
    font-size: 16px;
}
p#copyright-p {
    text-transform: none;
}
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: avenir-lt-pro, sans-serif;
    font-weight: 800;
}
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 {
    letter-spacing: 0px;
    text-transform: none;
}

/*NEW CSS FROM ERIC - 6/14 */

a.casa-connect {
    font-family: venir-lt-pro, sans-serif;
    font-weight: 800;
    line-height: 16px
}

style#slick-slide00, style.slick-slide.slick-cloned {
    display: none;
}

/* Reviews Slider (slick) */
section.slick-reviews.slick-slider {
    margin-bottom: 0 !important;
}
section.slick-reviews .slick-list {
    max-width: 1440px;
    margin: 0 auto;
    width: 90%;
}
section.slick-reviews .slick-list iframe {
	height: 400px;
}

@media (max-width: 480px) {
	section.slick-reviews .slick-list iframe {
		height: 219px;
	}
}

/* .review-row {
    max-width: 600px;
} */
section.slick-reviews .slick-list .slick-track {
    align-items: center;
    display: flex;
}

/* Outer slide: this is what Slick positions via translate3d.
   box-sizing: border-box + padding (not margin) keeps its
   rendered width identical to the width Slick assigns it.
   !important added because something else on the site was
   overriding the padding down to 0. */
section.slick-reviews .review-row.slick-slide {
    box-sizing: border-box !important;
    min-height: 300px;
    padding: 0 30px !important;
}
section.slick-reviews .review-row.slick-slide {
    min-height: 306px;
    min-width: 320px;
}

/* Inner card: all visual styling lives here now, inset
   from the slide edge by the padding above. */
section.slick-reviews .review-row.slick-slide .container {
    box-sizing: border-box;
    border: 1px solid #e8e9ec;
    border-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}
section.slick-reviews .review-row.video-review-row.slick-slide .container {
    border: none !important;
    box-shadow: none;
}
section.slick-reviews .review-row.slick-slide:not(.video-review-row):not(.vc_row-has-fill) .container {
    background: var(--white);
}
section.slick-reviews .review-row.slick-slide.vc_row-has-fill .container {
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
}
section.slick-reviews .review-row.blue .container {
    background: #0a8bcc !important;
}
section.slick-reviews .review-row.blue p {
    color: #ffffff;
}
section.slick-reviews .review-row.slick-slide:not(.video-review-row) .container {
    padding: 40px;
}
section.slick-reviews .review-row.slick-slide p {
    text-align: center;
}
section.slick-reviews .review-row.slick-slide.vc_row-has-fill p {
    color: var(--white);
}

video.review-video {
    border-radius: 20px;
    object-fit: cover;
    height: auto;
    width: 100%;
}

section.slick-reviews ul.slick-dots {
    position: relative;
    margin-top: 20px;
    bottom: 0;
}
section.slick-reviews .slick-dots li button {
    padding: 5px;
    height: 24px;
    width: 24px;
}
section.slick-reviews .slick-dots li button:before {
    transition: all 0.3s ease-in-out;
    line-height: 18px;
    font-size: 18px;
    color: #e8e9ec;
    content: '•';
    height: 24px;
    width: 24px;
    opacity: 1;
}
section.slick-reviews .slick-dots li:hover button:before,
section.slick-reviews .slick-dots li.slick-active button:before {
    transition: all 0.3s ease-in-out;
    color: var(--accent1) !important;
    opacity: 1;
}

@media (max-width: 1200px) {
    section.slick-reviews .review-row.slick-slide {
        min-height: unset;
        padding: 0 24px !important;
    }
    section.slick-reviews .review-row.slick-slide:not(.video-review-row) .container {
        padding: 32px;
    }
}

@media (max-width: 1024px) {
    section.slick-reviews .review-row.slick-slide {
        padding: 0 20px !important;
    }
    section.slick-reviews .review-row.slick-slide:not(.video-review-row) .container {
        padding: 28px;
    }
    section.slick-reviews ul.slick-dots {
        margin-top: 14px;
    }
    section.slick-reviews ul.slick-dots li {
        margin: 0 2.5px;
    }
    section.slick-reviews .slick-dots li button {
        height: 18px;
        width: 18px;
    }
    section.slick-reviews .slick-dots li button:before {
        line-height: 16px;
        font-size: 16px;
        height: 18px;
        width: 18px;
    }
}

@media (max-width: 979px) {
    body.single footer div[class*="vc_col"] {
        width: 100%;
    }
    body footer#footer .row.footer-bottom .container {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    section.slick-reviews .review-row.slick-slide {
        padding: 0 18px !important;
    }
    section.slick-reviews .review-row.slick-slide:not(.video-review-row) .container {
        padding: 24px;
    }
    section.slick-reviews p.testimonial {
        line-height: 26px;
        font-size: 16px;
    }
    section.slick-reviews ul.slick-dots {
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    section.slick-reviews .review-row.slick-slide {
        padding: 0 10px !important;
    }
    section.slick-reviews .review-row.slick-slide:not(.video-review-row) .container {
        padding: 20px;
    }
    section.slick-reviews .review-row.slick-slide.vc_row-has-fill .container {
        background-color: rgba(0, 0, 0, 0.40);
    }
    section.slick-reviews p.testimonial {
        line-height: 22px;
        font-size: 14px;
    }
    section.slick-reviews ul.slick-dots {
        margin-top: 10px;
    }
    section.vc_section.slick-reviews.slick-initialized.slick-slider.slick-dotted {
        padding-bottom: 54px;
    }
    section.slick-reviews .slick-list {
        max-width: 100%;
        margin: 0 auto;
        width: 90%;
    }
}
/* /Reviews Slider (slick) */

section#overlap-rows {
    background-size: contain !important;
      height: 100%;
/*     min-height: 100%; */
}

.vc_row.wpb_row.img-overlap-small.right,
.vc_row.wpb_row.img-overlap-small.left {
    margin-top: -90px;
    margin-bottom: -350px;
}

@media (max-width: 1024px) {
    section#HomeHero {
        text-align: center;
    }
}

@media (min-width: 980px) {
.two-buttons-together {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .two-buttons-together a {
        margin-right: 20px;
    }
}
@media (max-width: 979px) {
    body #content .two-buttons-together a {
        margin-bottom: 15px !important;
        margin-top: 0px !important;
    }
    .two-buttons-together {
        display: block;
        text-align: center;
    }
    .our-mission-text,
    .our-mission-text-longer{
        max-width: 60%;
    }
    .rounded-col.wpb_column.vc_column_container {
        padding: 30px;
        margin: 0px;
        margin-bottom: 15px;
                text-align: center;
    }
    .fifty-fifty.image-left.rounded-img .image-col .vc_column-inner{
    border-radius: 0px;
    }
    .vc_row.wpb_row.accent1.wht-columns.ready-to-learn {
    height: auto;
    display: flex;
    align-items: end;
}
    .rounded-col h2 {
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    }
        .vc_row.wpb_row.accent1.wht-columns.stay-up-to-date {
        height: auto;
                align-items:end;
    }
        .vc_row.wpb_row.img-overlap-small.left {
        margin-bottom: -73px !important;
    }
    .vc_row.wpb_row.img-overlap-small.right {
        margin-bottom: -63px !important;
    }
}
@media (max-width:480px) {
        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: 80%;
    }
        body #content .bakery .two-buttons-together a.btn-bt {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
      body #content a.btn-bt {
        min-width: 280px;
        font-size: 16px;
    }
/*  .vc_row.wpb_row.fifty-fifty.inline-image.overlap-row-top {
    padding-bottom: 0px;
} */
    .our-mission-text-longer {
    max-width: 100%;
}
    .our-mission-text{
        max-width: 70%;
    }
        .vc_row.wpb_row.fifty-fifty.image-left.rounded-img {
    margin-bottom: 0px;
}
        .vc_row.wpb_row.accent1.wht-columns.ready-to-learn {
        height: auto;
        display: flex;
        align-items: end;
    }
    .vc_row.wpb_row.accent1.wht-columns.stay-up-to-date {
                height: auto;
        display: flex;
        align-items: end;
    }
    .vc_row.wpb_row.img-overlap-small.left {
        margin-bottom: -73px !important;
    }
    .vc_row.wpb_row.img-overlap-small.right {
        margin-bottom: -63px !important;
    }
    .vc_row.wpb_row.bottom-cta.no-form {
    background-position: top left !important;
    height: 500px !important;
        display: flex;
    align-items: end;
        text-align: center;
}
        .vc_row.wpb_row.bottom-cta.no-form.copy-top-aligned {
        background-position: bottom left !important;
        height: 610px !important;
        display: flex;
        align-items: baseline;
        text-align: center;
    }
    body #content .bakery .bottom-cta.no-form h2 {
         line-height: 32px;
     font-size: 32px;
    }
section#HomeHero {
        height: 500px;
                margin-bottom: -100px;
    }
.vc_row.wpb_row.home-banner {
        align-items: end;
    }
    section#resources-home h2 {
    margin-bottom: 20px !important;
    }
}

/* QA Edits - CL */
@media (min-width: 980px) {
	section.odd-section {
		position: relative;
	}
	section.odd-section .vc_row.wpb_row.image-btm-rt-overlap {
		position: absolute !important;
		width: 100%;
		z-index: 0;
		top: 0;
	}
	section.odd-section .vc_row.wpb_row.overlap-row-top {
		min-height: 400px !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
}

/* QA edits - RL */
div#field_submit_2 {
    height: 60px;
}

.page-id-11112 div#DefaultHeader {
    display: none !important;
}

.gform-footer.gform_footer.top_label {
    margin-left: 0px !important;
}

button#gform_submit_button_1,
button#gform_submit_button_2 {
    transition: all 0.3s ease-in-out;
    border: 0px solid var(--accent2);
    background: var(--accent2);
    color: var(--light1);
	border-radius: 50px;
	padding: 16px;
    min-width: 150px;
}

button#gform_submit_button_1:hover,
button#gform_submit_button_2:hover {
	box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease-in-out;
    background: var(--dark1);
    color: var(--light1);
}

.iee_archive .iee_event .event_desc {
    float: left;
    width: calc(98% - 75px);
    padding: 20px 10px;
}

@media (max-width: 480px) {
/* 	div#field_submit_2 {
    height: 44px;
    margin-left: 10px;
} */

	body.single .default-header h2 {
    text-shadow: 1px 1px 8px var(--dark3);
    text-transform: capitalize;
    color: var(--light1);
    letter-spacing: 0px;
    line-height: 38px;
    font-size: 35px;
    text-align: center;
    margin-top: 10px;
}
	body.single .default-header .container {
    flex-direction: column;
    row-gap: 0px;
}
	body #content .single-pagination-link a {
    text-decoration: none;
    font-family: var(--MontReg);
    color: var(--dark3);
    font-size: 14px;
}
	aside#secondary {
    background: var(--accent1) !important;
    padding: 20px 24px !important;
    width: 100% !important;
    border-radius: 36px;
    position: sticky;
    top: 164px;
    margin-top: 30px;
}
	.fifty-fifty.inline-image {
    padding: 0px;
}
	img.wp-image-9445.size-full {
    width: 63%;
}
	figcaption#caption-attachment-9445 {
    margin: -30px 0px 20px;
    width: 67%;
}
}