/*
* Description: Custom CSS Additions Go Here
* Template: twentyseventeen
* Version: 1.0
* Author: VDS
*/

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

:root {
	/* color scheme vars - cody */
 	--accent1: #1c1c1c;            /* salmon*/
 	--accent1_40: #1c1c1c;       /* accent1 - 40% */
	--accent2: #C60004;            /* red */
 	--accent2_40: #C60004;       /* accent2 - 40% */
    --accent3: #C60004;            /* red */

    --light1: #FFFFFF;             /* white */
    --light1_75: #FFFFFF;        /* light1 - 75% */
 	--light1_50: #FFFFFF;        /* light1 - 50% */
 	--light2: #F6F5F1;			   /* cream */

 	--dark1: #635E61;              /* gray */
 	--dark2: #484848;              /* charcoal */
 	--dark3: #000000;              /* black  */
 	--dark3_35: #00000059;         /* black  */

 	--uihover: #1c1c1c66;          /* coal black (accent1) UI opacity */

}

/* /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /vars /va */

/* quick vars quick vars quick vars quick vars quick vars quick vars qui */

body .home-revslider h1,
body .home-revslider h2,
body .home-revslider h3 {
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 700;
font-style: normal;

}

}
section.light2,
.wpb_row.light2 {
    background: var(--light2);
}

body .default-header h1 {
    color: var(--light1);
}

body h2, body h3, body h4, body h5, body h6 {
    color: var(--accent2);
}

nav#site-navigation ul.sub-menu {
    background: #C60004;
}
nav#site-navigation ul.sub-menu li a {
    color: #ffffff;
}

/* /quick vars /quick vars /quick vars /quick vars /quick vars /quick va */

/* General */

.bakery .wpb_row.bg-pos-top-left,
.bakery section.bg-pos-top-left {
    background-position: top left !important;
}
.bakery .wpb_row.bg-pos-top-left.white-overlay,
.bakery section.bg-pos-top-left.white-overlay {
    background-color: var(--light1_50);
    background-blend-mode: overlay;
}

@media (min-width: 980px) {
    .vertical-align {
        align-items: center;
        display: flex;
    }
}

/* Top Anchor + Recaptcha */

a.topbutton {
    background-color: var(--uihover);
    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 {
    transition: all 0.3s ease-in-out;
    background: 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;
}

/* Header Overlap */

header .top-header {
/*     background-image: linear-gradient(1deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
    background: rgba(255, 255, 255, 0.50); */
    background: var(--light1);
}
/*body.single-post header#header {
    margin-bottom: 0;
}*/

/* @media (max-width: 979px) { */
    header#header {
        margin-bottom: 0;
    }
/* } */

/* Top Widgetized Area */

header .top-widget {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
    background: var(--light2);
}
header#header .top-widget ul.social {
    justify-content: start;
}
.top-widget .widget a:link {
    color: var(--accent2);
}
body p.twa-phone {
    font-size: 15px;
}
p.twa-phone a {
    justify-content: center;
    letter-spacing: 2.5px;
    display: inline-flex;
    align-items: center;
}

p.twa-phone a i {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent2);
    background: var(--accent2);
    justify-content: center;
    color: var(--light1);
    border-radius: 50px;
    align-items: center;
    margin-right: 18px;
    display: flex;
    height: 28px;
    width: 28px;
}

@media (max-width: 480px) {
    p.twa-phone a i {
        margin-right: 0;
    }
}

p.twa-phone a:hover i {
    transition: all 0.3s ease-in-out;
    background: var(--light1);
    color: var(--accent2);
}
p.twa-phone a i:before {
    position: relative;
    font-size: 15px;
    left: 1.5px;
}

/* Subpage Banner */
body:not(.home) .default-header {
	background-blend-mode: overlay;
	background-color: var(--dark3_35);
}

/* Footer */

footer#footer {
    background: var(--dark1);
}
footer .widget p {
    color: var(--light1);
    font-weight: 700;
}
footer .widget a:link,
footer .widget a:visited {
    text-decoration: none;
    color: var(--light1);
}
span.fake-widget-title {
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 14px;
}
body footer .widget a:hover:link:not(.btn-bt) {
    color: var(--accent3) !important;
}
ul#menu-footer {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
ul#menu-footer li,
ul#menu-footer li a {
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
}
p.footer-menu {
    margin-bottom: 0 !important;
}
body ul#menu-footer li a:hover {
    color: var(--accent3) !important;
}
body .footer-address a:hover {
    color: var(--accent3) !important;
}

@media (min-width: 980px) {
    .footer-col-1 {
        justify-content: center;
        align-items: center;
        padding-top: 0;
        display: flex;
    }
    /*footer .span3.footer-col-2,
    footer .span3.footer-col-3,
    footer .span3.footer-col-4 {
        padding-top: 32px;
    }*/
}

@media (max-width: 979px) {
    p.footer-menu {
        margin-bottom: -15px !important;
    }
}

/* Copyright Row */

.row.copyright {
    background: var(--dark2);
}

@media (min-width: 980px) {
    .row.copyright .copyright-text.span6.left-three-column,
    .row.copyright .copyright-content.span6.right-three-column {
        width: 30%;
    }
    .row.copyright .copyright-content.span6.middle-three-column {
        width: 40%;
    }
}

.row.copyright .menu-copyright-menu-container ul#menu-copyright-menu li a {
    font-weight: 700;
    font-size: 12px;
}
body p#copyright-p {
    font-weight: 700;
    font-size: 12px;
}
.row.copyright .menu-copyright-menu-container ul#menu-copyright-menu {
    justify-content: center;
}
ul#menu-copyright-menu li {
    padding: 0 12px;
}
ul#menu-copyright-menu li:first-child {
    padding-left: 0;
}
ul#menu-copyright-menu li:last-child {
    padding-right: 0;
}
.row.copyright a {
    text-decoration: none;
}
.row.copyright .menu-copyright-menu-container ul#menu-copyright-menu li a:hover,
.copyright .copyright-text p a:hover,
.copyright .copyright-content p a:hover,
.row.copyright a:hover {
    color: var(--accent3);
}

/* Social Icons */

ul.social li a i:before {
    font-size: 15px;
}
ul.social li a i {
    height: 28px;
    width: 28px;
}

/* Buttons */

.header-button a.btn-default.btn-bt {
    border: 3px solid var(--light1);
    background: var(--accent2);
}
.header-button a.btn-default.btn-bt:hover {
    border-color: var(--accent2);
    background: var(--light1);
    color: var(--accent2);
}

body footer a.btn-bt.default:hover,
body #content .bakery a.btn-bt.default:hover {
    background: var(--light1);
    color: var(--accent1);
}
body footer a.btn-bt.alternate,
body #content .bakery a.btn-bt.alternate,
body #content .blog-post-row a.btn-bt.alternate,
.blog #pagination a {
    border-color: var(--accent1);
    background: var(--light1);
    color: var(--accent1);
}
body footer a.btn-bt.alternate:hover,
body #content .bakery a.btn-bt.alternate:hover,
body #content .blog-post-row a.btn-bt.alternate:hover,
.blog #pagination a:hover {
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.24);
    color: var(--light1) !important;
    border-color: var(--light1);
    background: var(--accent1);
}

.gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background) {
    font-family: var(--BrandGrotBold);
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--light1);
    letter-spacing: 1.77px;
    border-radius: 50px;
    line-height: 24px;
    font-size: 16px;
    padding: 8px 0;
}
.gform_footer input[type="submit"]:not(:active):not(.has-background):hover {
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent1);
    letter-spacing: 1.77px;
    border-radius: 50px;
    line-height: 24px;
    font-size: 16px;
    padding: 8px 0;
}

/* CTA ROW */
body .cta-row h2 {
	margin-bottom: 16px;
}

/* Bottom CTA */

.opacity-form-col {
    background: var(--light1_75);
}
.bakery .wpb_column.opacity-form-col {
    padding: 40px 80px;
}
body .bottom-cta.form-bottom-cta h2,
body.home .bottom-cta h2 {
    text-shadow: none;
    font-size: 28px;
    line-height: 1;
}
.bottom-cta .opacity-form-col .wpb_text_column {
    margin-bottom: 24px;
}
.bottom-cta.add-parallax {
    padding: 80px 0;
    height: auto;
}
.bakery .wpb_row.bottom-cta.has-overlay {
	background-blend-mode: overlay;
	background-color: var(--dark3_35);
	height: auto;
}
.bakery .wpb_row.bottom-cta.has-overlay h2 {
	color: var(--light1)
}
.bakery .wpb_row.bottom-cta.has-overlay a.btn-bt {
	margin: 0 auto;
}
.opacity-form-col .gform_footer {
    margin-top: 0 !important;
}
.opacity-form-col .gform_wrapper {
    margin-bottom: 0 !important;
}

@media (min-width: 980px) {
	.bakery .wpb_row.bottom-cta.has-overlay {
		height: 600px;
	}
}

/* body:not(.home) .bottom-cta.add-parallax {
    height: 600px;
} */

/* Fifty Fifty */

.plain-fifty h2 {
    margin-bottom: 16px;
}
.plain-fifty h3 {
    font-family: var(--BrandGrotReg);
    font-weight: 700;
}
.plain-fifty a.btn-bt {
    margin-top: 24px;
}

/* Homepage */

.home-hero-row {
	height: 827px;
}
.home-hero-row h1 {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.50);
	margin-bottom: 0 !important;
	color: var(--light1);
	line-height: 1.15;
}
.home-hero-row h2 {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.50);
	margin-bottom: 24px !important;
	color: var(--light1);
	line-height: 1.15;
	margin-top: 10px;
}

@media (max-width: 480px) {
	.home-hero-row {
		height: 305px;
	}
	.home-hero-row h1 {
		margin-bottom: 0 !important;
    	line-height: 1.15;
	    font-size: 36px;
	}
	.home-hero-row h2 {
		margin-bottom: 18px !important;
		margin-top: 12px !important;
    	line-height: 1.1;
		font-size: 20px;
	}
}

@media (max-width: 979px) {
    .bakery .wpb_row.home-promo-outer.bg-pos-top-left.white-overlay {
        background-color: var(--light1);
    }
    .bakery .wpb_row.home-promo-outer {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    .bakery .home-mid-cta {
        height: auto;
    }
}

.plain-fifty.nap-map-inner .nap-col h2 {
	margin-bottom: 0;
}
.plain-fifty.nap-map-inner .nap-col h3 {
	font-family: var(--BrandGrotBold);
	margin-bottom: 6px;
	margin-top: 20px;
}
.plain-fifty.nap-map-inner .nap-col p {
	margin-bottom: 6px !important;
}
body #content .plain-fifty.nap-map-inner .nap-col a {
	color: var(--dark1);
	text-decoration: none;
}
.home-mid-cta {
    height: 484px;
}
button.owl-prev:before,
button.owl-next:before {
    color: var(--accent1);
}
button.owl-prev:hover:before,
button.owl-next:hover:before {
    color: var(--accent2);
}
body .home-reviews h3 {
    line-height: 28px;
    font-size: 28px;
}
.reviews-white-box {
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.90);
}
body #content .strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
body #content .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}
.bakery .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-style: normal;
    margin-right: 0;
    margin-left: 0;
}
.bakery .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding-right: 0;
    padding-left: 0;
}
.bakery .strong-rating-wrapper {
    margin-bottom: 10px;
}
.bakery .strong-rating-wrapper .star svg path {
    fill: var(--accent2);
}
.bakery .wpmtst-testimonial-inner.testimonial-inner {
    display: flex !important;
    flex-direction: column;
}
.wpmtst-testimonial-field.testimonial-field {
    order: 1;
}
.bakery .wpmtst-testimonial-content.testimonial-content,
.bakery .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    order: 2;
}
.bakery .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    left: -3px;
}
.bakery .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    left: 3px;
}
.bakery .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
.bakery .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background: var(--accent1) !important;
    transition: all 0.3s ease-in-out;
    height: 36px;
    width: 36px;
}
.bakery .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:hover:before,
.bakery .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:hover:before {
    background: var(--accent2) !important;
    transition: all 0.3s ease-in-out;
}
.bakery .wpb_row.strong-wall-row {
    padding-bottom: 0;
}
.strong-wall-row .container {
    max-width: unset;
    width: 100%;
}
.strong-wall-row .wpmtst-testimonial.testimonial {
    padding: 80px 0;
}
.strong-wall-row .wpmtst-testimonial.testimonial:nth-child(even) {
    background: var(--light2);
}
.strong-wall-row .wpmtst-testimonial.testimonial .testimonial-inner {
    max-width: 760px;
    margin: 0 auto;
    width: 87%;
}
.strong-wall-row .line.small-line {
    margin: 36px auto -40px auto !important;
}

@media (max-width: 979px) {
    .strong-wall-row .wpmtst-testimonial.testimonial {
        padding: 40px 0;
    }
    .strong-wall-row .line.small-line {
        margin: 36px auto 0px auto !important;
    }
}

.strong-wall-row .wpmtst-testimonial-field.testimonial-field {
    justify-content: center;
    margin-bottom: 18px;
    display: flex;
}
.strong-wall-row .wpmtst-testimonial-content.testimonial-content {
    text-align: center;
}
.home .bakery .wpb_row.blog-row-parent {
    padding-bottom: 80px;
    padding-top: 60px;
}

@media (min-width: 980px) {
    .featured-post .feat-post-left,
    .featured-post .feat-post-right {
        width: 50%;
    }
    .featured-post .flex.vertical-align {
        display: flex;
    }
    .feat-post-left {
        margin-right: 60px;
    }
}

.feat-post-left {
    align-items: center;
    display: flex;
}
a.archive-post-image-link {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    width: 100%;
}
body .feat-post-right span.cat,
body .feat-post-right h5 {
    font-family: var(--BrandGrotReg);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--dark3);
    margin-bottom: 7px;
    line-height: 26px;
    font-weight: 600;
    font-size: 11px;
}
body .featured-post h2.feat-post-title {
    text-transform: none;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    line-height: 32px;
    font-size: 28px;
}
p.feat-post-date-author {
    align-items: center;
    margin-right: 100px;
    font-size: 14px;
    display: flex;
}
p.feat-post-date-author:before {
    border: 2px solid #c60004;
    justify-content: center;
    font-family: fontello;
    border-radius: 50px;
    align-items: center;
    margin-right: 8px;
    content: '\e83d';
    font-size: 20px;
    color: #c60004;
    display: flex;
    height: 32px;
    width: 32px;
}
p.feat-post-content {
    margin-bottom: 18px !important;
}
.bakery .wpb_row.gallery-carousel-row {
	padding-bottom: 60px;
}
.bakery .ug-tile-navigation-wrapper {
	top: 215px !important;
}
.ug-button-tile-navigation {
    background-color: var(--light1_50);
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
}
.ug-button-tile-navigation:hover {
    background-position: unset !important;
    background-color: var(--accent3);
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    border-radius: 3px !important;
}
.bakery .ug-gallery-wrapper * .ug-button-tile-navigation {
    transition: all 0.3s ease-in-out !important;
}

/* Forms */

label.gfield_label {
    font-family: var(--BrandGrotReg);
    font-weight: 400 !important;
    font-size: 12px !important;
}

/* Tabs */

.tabs .vc_tta.vc_general .vc_tta-tab.vc_active>a::after,
.tabs .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    display: none !important;
}
#content .bakery .tabs .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    overflow: unset;
}
.bakery .tabs div.vc_tta-tabs-container {
    background: var(--accent1);
    justify-content: center;
    align-items: center;
    display: flex;
}
body #content .tabs .vc_tta-tabs-list {
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding: 24px 0;
}
body #content .tabs .vc_tta-tabs-list .vc_tta-tab {
    justify-content: center;
    align-items: center;
    display: flex;
}
body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text,
body #content .tabs li.vc_tta-tab a span.vc_tta-title-text {
    font-family: var(--BrandGrotReg);
    letter-spacing: 1.77px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
}
/*idle*/
body #content .bakery .tabs .vc_tta-tabs-list .vc_tta-tab a {
    background-color: var(--light1);
    border: 3px solid var(--light1);
    color: var(--accent2);
    border-radius: 50px;
    padding: 10px 0px;
    height: unset;
    width: 87%;
}

/*active*/
body #content .bakery .tabs li.vc_tta-tab.vc_active a,
body #content .bakery .tabs li.vc_tta-tab.vc_active a:hover {
    background-color: var(--accent1);
}
body #content .bakery .tabs li.vc_tta-tab.vc_active a span.vc_tta-title-text {
    color: var(--light1);
}
/*hover*/
body #content .bakery .tabs li.vc_tta-tab:not(.vc_active) a:hover {
    opacity: 0.5;
}

/* Tabbed Menu Content */

body #content .bakery .wpb_row.tabs .vc_tta-panels-container {
    padding: 55px 5%;
}
.bakery .tabs .vc_inner {
    align-items: start;
}
.bakery .tabs .vc_inner:last-child {
    padding-bottom: 0;
}
.bakery .wpb_row.menu-heading-row {
    padding-bottom: 28px;
    padding-top: 0;
}

@media (min-width: 980px) {
    .tabs .vc_inner .wpb_column {
        padding: 0 2.5%;
    }
    .tabs .vc_inner .wpb_column:first-child {
        padding-left: 0 !important;
    }
    .tabs .vc_inner .wpb_column:last-child {
        padding-right: 0 !important;
    }
}

.tabs h3 {
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
}
.tabs h3:not(:first-child) {
    margin-top: 32px;
}
.tabs hr {
    background-color: var(--accent3);
    margin: 16px auto !important;
    border: none;
    height: 2px;
    width: 90%;
}
.tabs p {
    text-align: center;
}

.newsletter-cta input[type="email"] {
    border: 2px solid #000 !important;
    background: transparent;
    box-shadow: none;
}

/* Single Location */

body #content .location-nap-row a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--dark3);
}
body #content .plain-fifty.nap-map-inner .nap-col a:hover,
body #content .location-nap-row a:hover {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--accent1);
}
.bakery .map-row .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

/* Collage columns */

@media (min-width: 980px) {
    .bakery .collage-column .vc_inner .vc_col-sm-6:nth-child(1) { padding-right: 8px; }
    .bakery .collage-column .vc_inner .vc_col-sm-6:nth-child(2) { padding-left: 8px;  }
}

@media (max-width: 979px) {
    .bakery .collage-column.vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) { padding-right: 8px; }
    .bakery .collage-column.vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) { padding-left: 8px;  }
}

@media (max-width: 480px) {
    .bakery .collage-column.wpb_column img {
        width: 100%;
    }
}

.bakery .collage-column div.wpb_row.vc_inner {
    align-items: flex-start;
}

/* Accordions */

body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    color: var(--dark3);
}

/* Products Promo Row */

.bakery .products-promo-row h3,
.bakery .products-promo-row h4 {
    font-family: var(--BrandGrotReg);
    letter-spacing: 2px;
    line-height: 26px;
    font-weight: 700;
    font-size: 20px;
}
.products-promo-row.promo-icons img {
    max-width: 80px;
    height: auto;
}

/* Many uses row */


@media (min-width: 980px) {
    .many-uses-row .wpb_column {
        padding: 0 2.5%;
    }
    .many-uses-row .wpb_column:nth-child(1) {
        padding-right: none !important;
    }
    .many-uses-row .wpb_column:nth-child(2) {
        padding-left: none !important;
    }
}

.bakery .vc_row.many-uses-row .vc_inner {
    align-items: flex-start;
}
.plain-fifty hr.line {
    border-color: var(--accent1);
    margin: 32px 0 !important;
}
.many-uses-row hr.line {
    border-color: var(--accent1);
    margin: 16px 0 !important;
}
.many-uses-row h3,
.many-uses-row h4 {
    font-family: var(--BrandGrotReg);
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 24px;
}

/* Blog index */

@media (min-width: 980px) {
    .blog-post-row {
        align-items: center;
        display: flex;
    }
    .blog-post-row > div {
        width: 50%;
    }
    .blog-post-row > div:nth-child(1) {
        padding-right: 2.5%;
    }
    .blog-post-row > div:nth-child(2) {
        padding-left: 2.5%;
    }
    .blog-post-row div.post-text-wrap {
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
    .post-image-wrap {
        margin-bottom: 0;
    }
    div#pagination {
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100%;
    }
}

@media (max-width: 979px) {
    div#pagination .right-pag {
        margin-top: 16px;
    }

}

.blog-post-row span.cat,
.blog-post-row h5 {
    font-family: var(--BrandGrotReg);
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--dark3);
    margin-bottom: 7px;
    line-height: 26px;
    font-weight: 600;
    font-size: 11px;
}
.blog-post-row h2 {
    margin-bottom: 16px !important;
    letter-spacing: 0;
}
.blog-post-row h2 a {
    text-decoration: none;
}
p.feat-post-date-author,
p.archive-post-excerpt {
    margin-bottom: 16px;
}
body #content .blog #primary span.cat a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--dark3);
}
body #content .blog #primary span.cat a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
p.archive-post-excerpt {
    color: var(--dark3);
}
.post-read-more-wrap a,
.blog #pagination a {
    font-family: var(--BrandGrotBold);
    text-transform: uppercase;
    padding: 8px 0 !important;
    letter-spacing: 1.77px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 24px;
    border: 3px solid;
    min-width: 250px;
    font-size: 16px;
}

/* Sidebar */

body aside#secondary {
    background: var(--accent3);
}
#secondary h2.widget-title {
    color: var(--dark3);
}
#secondary .tagcloud {
    flex-direction: column;
    display: flex;
}
#secondary .tagcloud a {
    font-family: var(--BrandGrotReg);
    font-size: 16px !important;
    text-decoration: none;
    line-height: 1.4;
}
#secondary ul.social {
    justify-content: start;
}

/* .fw-blurb */

@media (min-width: 980px) {
	.bakery .wpb_row.fw-blurb {
		padding: 50px 0;
	}
}

body .fw-blurb h2 {
	font-size: 35px;
    line-height: 44px;
    letter-spacing: 1px;
    text-transform: none;
	margin-bottom: 16px;
}
body .fw-blurb h3 {
    font-family: var(--BrandGrotReg);
	font-size: 24px;
    line-height: 33px;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 24px;
    margin-top: 24px;
}
.fw-blurb a.btn-bt {
	margin: 0 auto;
}

/* Single Blog */

body.single h1.single-post-title {
    text-transform: none;
    color: var(--accent2);
}
span.single-post-author,
span.post-cats,
body #content span.post-cats a,
span.post-tags,
body #content span.post-tags a,
body #content span.single-post-author a {
    color: var(--accent2);
    font-weight: 700;
}
span.single-post-publish-date {
    color: var(--accent2);
    font-weight: 700;
}
.single-post-meta-wrap {
    margin-bottom: 14px;
    margin-top: 14px;
}

@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 .wrap {
    max-width: unset;
    width: 100%;
}
body.single #content .blog.single {
    padding-top: 0;
}
body.single .single-post-content h2 {
    margin-bottom: 8px !important;
    text-transform: uppercase;
    color: var(--accent2);
    letter-spacing: 2px;
    line-height: 32px;
    font-size: 28px;
}
body.single .single-post-content h3 {
    margin-bottom: 8px !important;
    color: var(--accent2);
    text-transform: none;
    line-height: 30px;
    font-size: 22px;
}

.single-intro {
    background: var(--light2);
    padding: 164px 0 64px 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;*/
    }
    h1.single-post-title,
    div.single-post-meta-wrap {
/*        padding-left: 24px;*/
/*        margin-top: 32px;*/
    }
}

@media (max-width: 979px) {
    .single-intro .container {
        flex-direction: column-reverse;
    }
    .single-intro .container > div {
        width: 100%;
    }
}

body #content a.all-blogs-link {
    justify-content: center;
    align-items: center;
    padding: 8px 28px;
    min-width: unset;
    max-width: 90px;
    display: flex;
}
body.single h1.single-post-title {
    line-height: 1.2;
    font-size: 3.5vw;
}
body.single .single-post-feat-img-wrap img {
    height: auto;
    width: 100%;
}

body.single .single-post-content-wrap {
    margin-bottom: 0;
}
.blog-beef {
    padding: 40px 0;
    width: 100%;
}
.blog-beef .container,
.single-pagination .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
body.single .single-pagination {
    width: 100%;
}
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;
    flex-direction: row;
}
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 */

/* FAQ */

body h3.h3-above-faqs {
    line-height: 24px;
    font-size: 24px;
}

@media (max-width: 480px) {
    body#faq-page .default-header {
        background-position: bottom center !important;
    }
}

/* Gallery */

.gallery-carousel-row h3 {
    margin-bottom: 24px !important;
}
.bakery .wpb_row.gallery-grid-outer {
    padding: 50px 0 80px 0;
}
.bakery .wpb_row.gallery-grid-inner {
    padding: 0;
}
.gallery-grid-inner .vc_pageable-slide-wrapper.vc_clearfix {
    width: 100%;
}
.gallery-grid-inner .vc_grid.vc_row.vc_grid-gutter-35px.vc_pageable-wrapper.vc_hook_hover {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 979px) {
    .bakery .wpb_row.gallery-grid-outer {
        padding: 36px 0;
    }
}

/* END Gallery */

/* Global Search Results page */

body.search .default-header {
    background-image: url(/wp-content/uploads/2024/02/universal-header-NO-OVERLAY.jpeg);
}

body.search #content article h2 a,
body.search article .entry-content,
body.search article .entry-content p {
    color: var(--light1);
}
span.page-description.search-term {
    font-size: 69px;
}
.search-results .top-cta .wpb_text_column .wpb_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

@media (min-width: 980px) {
    .search-results .top-cta h4 {
        margin-right: 20px;
    }
}

.search-results .top-cta p {
/*    font-family: var(--RobotoReg);*/
    color: var(--light1);
    letter-spacing: 3px;
    font-size: 18px;
}
.search-results .search-cta form.search-form {
    position: relative;
    width: 450px;
}
.search-results .some-content {
    background: var(--light2);
    padding: 40px 0px;
}
.search-results .some-content.num-of-results {
    background: var(--accent1);
    padding: 24px 0;
}
.search-result-count p {
/*    font-family: var(--RobotoReg);*/
    color: var(--light1);
    font-weight: 700;
}
.search-results .some-content .container {
    max-width: 800px;
    margin: 0 auto;
    width: 87%;
}
.search-results .search-result-count.default-max-width {
    max-width: unset;
    width: 100%;
}
.search-results .search-result-count.default-max-width p {
    text-align: center;
}
.search-results article:nth-child(odd) {
    background: var(--dark1);
}
.search-results article:nth-child(even) {
    background: var(--dark2);
}
.search-results article {
    margin-bottom: 25px;
    padding: 20px;
}
.search-results article .entry-header,
.search-results article .entry-content {
    margin: 0;
}
.search-results article .entry-header h2,
.search-results article .entry-content p {
    max-width: unset !important;
    width: 100%;
}
.search-results article .entry-header h2 {
    margin-bottom: 5px;
    line-height:  36px;
    font-size: 24px;
}
body.search-results #content article .entry-header h2 a {
    transition: all 0.3s ease-in-out;
}
body.search-results #content article .entry-header h2 a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent3);
}
.search-results article .entry-content p {
    margin-bottom: 0px;
}
.search-results article .entry-header figure,
.search-results article .entry-footer {
    display: none;
}
.search-results a.more-link {
/*    border-radius: 12px;*/
    margin-top: 18px;
}
.search-results nav.navigation.pagination {
    margin-top: 18px;
    margin-bottom: 0;
}
.search-results .nav-links {
    padding: 24px 0;
}
.search-results .nav-links span.page-numbers,
.search-results .nav-links a {
    margin: 0;
}
.search-cta form.search-form {
    position: relative;
    width:  450px;
}
.search-cta label {
    display: none;
}
body .bakery .search-cta input[type="search"] {
    border: 2px solid var(--accent1);
    background: transparent;
    margin: 0 !important;
    color: var(--light1);
    padding-right: 25px;
    font-size: 16px;
    border-radius: 7px;
    height: 44px;
}
.search-cta button.search-submit {
    background-color: none !important;
    background: none !important;
    position: absolute;
    border: none;
    padding: 0;
    right: 6px;
    margin: 0;
    top: 6px;
}
.search-cta button.search-submit i.icon-search {
    background-color: none !important;
    background: none !important;
    color: var(--accent1);
}

body.search-results span.page-numbers.current,
body.search-results a.prev.page-numbers,
body.search-results .nav-links a,
body.search-results a.more-link {
    transition: all 0.3s ease-in-out;
/*    background: var(--accent2);*/
    text-transform: uppercase;
    text-decoration: none;
    color: var(--dark1);
    text-align: center;
    min-width: 140px;
    font-size: 14px;
    display: block;
    padding: 0;
}
body.search-results a.prev.page-numbers span,
body.search-results a.next.page-numbers span {
    text-transform: uppercase;
    font-size: 16px;

}
body.search-results a.page-numbers:not(.prev):not(.next),
body.search-results .nav-links span.page-numbers.current {
    min-width: unset !important;
    padding: 0 !important;
}
span.page-numbers.current {
    color: var(--light1) !important;
    background: var(--accent1);
}
body.search-results .entry-content a.more-link {
    color: var(--light1) !important;
    background: var(--accent2);
}
body.search-results .nav-links a,
body.search-results span.page-numbers,
span.nav-next-text,
span.nav-prev-text,
span.nav-short {
    text-decoration: none !important;
    font-family: var(--BrandGrotBold);
    transition: all 0.3s ease-in-out;
    color: var(--dark3) !important;
    background: none;
    font-weight: 700;
}
body.search-results .nav-links a:not(.current):hover,
body.search-results .nav-links a:hover,
body.search-results .nav-links a:hover span {
    transition: all 0.3s ease-in-out;
    color: var(--accent1) !important;
}
body.search-results span.page-numbers.current {
    font-family: var(--BrandGrotBold);
    text-decoration: none !important;
    color: var(--accent1) !important;
    background: none;
}
body.search-results div.nav-links {
    align-items: center;
    display: flex;
}
body.search-results a.prev.page-numbers {
    margin-bottom: 0px;
}
body.search-results a.next.page-numbers {
    margin-top: 0px;
}
.pagination .nav-links > *.prev,
.comments-pagination .nav-links > *.prev {
    margin-right: auto !important;
}
body.search-results a.more-link {
    font-family: var(--BrandGrotBold);
    transition: all 0.3s ease-in-out;
    border: 3px solid var(--light1);
    padding: 21.5px 1% !important;
    background: var(--accent2);
    border-radius: 50px;
    font-weight: 700;
    color: var(--light1);
    letter-spacing: 1.77px;
    box-shadow: none;
    line-height: 1;
}
body #content a.more-link:hover {
    transition: all 0.3s ease-in-out;
    color: var(--accent2) !important;
    border: 3px solid var(--accent2);
    background: var(--light1);
}
body.search-results a.more-link,
body.single .nav-links a .meta-nav {
    margin-right: unset !important;
    margin-left: unset !important;
    max-width: 232px !important;
}
body.search-results .nav-links a:hover {
    color: var(--light1) !important;
}
body.search-results a.more-link:hover {
    color: var(--light1) !important;
    background: var(--accent2);
}
body .nav-links a:hover .meta-nav,
body .left-pag a:hover,
body .right-pag a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--dark2) !important;
}
body.single .nav-links a p.post-title {
    text-transform: uppercase;
    margin: 10px 0 0 0;
    line-height: 1.3;
    text-align: left;
    font-size: 12px;
}
body.single .navigation .nav-links .nav-next a {
    align-items: end;
}
/*body.single-post #content .wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 92%;
}*/
.single aside#secondary .tagcloud a,
.single aside#secondary li {
    margin-bottom: 5px;
}
.single aside#secondary .tagcloud a:last-child,
.single aside#secondary li:last-child {
    margin-bottom: 0;
}
.single aside#secondary li,
.single aside#secondary li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 16px;
}
body #content aside#secondary {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border: 3px solid var(--accent1);
    border-radius: 16px;
    padding: 20px 18px;
}
body #content aside#secondary li a:hover,
body #content aside#secondary .tagcloud a:hover {
    color: var(--dark3);
}
/*.single-post-feat-img-wrap img.feat-img {
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}*/

@media (max-width: 979px) {
    a.prev.page-numbers,
    a.next.page-numbers {
        width: 100% !important;
    }
    body.search-results a.page-numbers:not(.prev):not(.next),
    body.search-results .nav-links span.page-numbers.current {
        min-width: unset !important;
        width: 100% !important;
    }
    .some-content.results-posts-and-pagination.dark3 {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    body.single .navigation .nav-links .nav-next a,
    body.single .navigation .nav-links .nav-previous a {
        align-items: center;
    }
    body.single .nav-links a p.post-title {
        text-align: center;
        margin: 12px 0 0 0;
    }
}

/* Global Search Results page */

/* Blog Category/Tag Archives */

body.archive .bottom-cta {
    background: url(/wp-content/uploads/2021/05/cta-bg-delivered2.jpg) !important;
}
body.archive h1 span {
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.archive-posts-wrapper {
    padding: 40px 0;
}
.archive-posts-wrapper .container {
    max-width: 1100px;
    margin: 0 auto;
    width: 87%;
}
article .entry-header {
    margin-top: 0;
}

/* responsive */

@media (max-width: 979px) {
    body .feat-post-right h5 {
        margin-top: 8px;
    }
    .home .bakery .wpb_row.blog-row-parent {
        padding-bottom: 0px;
        padding-top: 40px;
    }
    .bottom-cta.add-parallax {
        padding: 40px 0;
    }
    .bakery .wpb_column.opacity-form-col {
        padding: 40px 7% 0px 7%;
    }
    footer#footer div[class*='footer-col']:not(:last-child) .widget:last-child {
        margin-bottom: 32px;
    }
    footer#footer div[class*='footer-col']:last-child .widget:last-child {
        margin-bottom: 0;
    }
    .bakery .wpb_row.about-top-row-outer {
        padding: 40px 0 !important;
    }
    .bakery .wpb_row.team-row-top {
        padding-top: 40px !important;
    }
    .bakery .wpb_row.accordion-row {
        padding-bottom: 24px !important;
    }
    .bakery .wpb_row.products-promo-row {
        padding-bottom: 50px !important;
    }
    .bakery .wpb_row.product-promo-outer {
        padding-bottom: 0 !important;
    }
    .bakery .wpb_row.no-padding-small-desktop {
        padding: 0 !important;
    }
    .bakery .wpb_row.many-uses-row {
        padding: 40px !important;
    }
    .bakery .wpb_row.pb0-mobile {
        padding-bottom: 0 !important;
    }
    body.single h1.single-post-title {
        font-size: 24px;
    }
    .bakery .wpb_row.contact-intro {
        padding: 40px !important;
    }
}

@media (max-width: 768px) {
    .home .bakery .fifty-section {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 480px) {
	body.home .default-header h1 {
		font-size: 36px;
		line-height: 40px;
	    letter-spacing: 1px;
	}
    .nearest-location .sa_owl_theme .owl-nav .owl-prev {
        left: -13px;
    }
    .nearest-location .sa_owl_theme .owl-nav .owl-next {
        right: -15px;
    }
    body.home .bottom-cta h2 {
        line-height: 1.2;
        font-size: 22px;
    }
    body a.topbutton {
        bottom: 265px !important;
    }
    body div.grecaptcha-badge {
        bottom: 188px !important;
    }
    .vc_col-sm-12 a.btn-bt,
    .vc_col-sm-6 a.btn-bt,
    p.featu-post a.btn-bt {
        margin-right: auto;
        margin-left: auto;
    }
    body.search a.more-link {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    body.blog a.btn-bt:not(.btn-default),
    body.blog #pagination a {
        margin-right: auto;
        margin-left: auto;
        max-width: 250px;
        display: block;
    }
    body.blog #pagination {
        margin-top: 80px;
        width: 100%;
    }
    body h2, body h3 {
        letter-spacing: 0px;
        line-height: 25px;
        font-size: 18px;
    }
	.bottom-cta:not(.form-bottom-cta) h2 {
		margin-bottom: 18px;
		line-height: 32px;
		font-size: 19px;
	}
}
@media (max-width: 480px) {
	.gallery-carousel-row div.unite-gallery,
	.gallery-carousel-row div.unite-gallery .ug-carousel-wrapper {
		min-width: unset !important;
	}
	.bakery .plain-fifty.specials-fifty.gallery-carousel-row {
		padding: 32px 0 30px 0 !important;
	}
}