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

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

:root {
	/* color scheme vars */
	--accent1: #1CC4A0;      /* green */
	--accent2: #5885BF;      /* blue */
	--light1: #FFFFFF;       /* white */
	--light2: #f5f5f5;       /* super light grey */
	--light3: #EAEAEA;       /* light grey */
	--dark1: #20658C;        /* dark blue */
	--dark2: #64676B;        /* darker grey */
	--dark3: #000000;        /* black */
	--dark4: #2E2E2E;        /* dark grey */
	--uihover: #1CC4A066;    /* green opacity */
	--altuihover: #5885BF66; /* blue opacity */
	--dark1_75: #20658CBF;	 /* dark1 @ 75% opacity */
	--light1_50: #FFFFFF80;  /* light1 @ 50% opacity */
	--bluetextshadow: 2px 2px 0 var(--dark3); /* blue text shadow (home h1) */

	/* font family vars */
	--BarConB: 'BarlowCondensed-Bold', sans-serif;
	--BarConSB: 'BarlowCondensed-SemiBold', sans-serif;
	--BarConM: 'BarlowCondensed-Medium', sans-serif;
	--BarReg: 'Barlow-Regular', sans-serif;
}

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

/* Nav wrap fixes */

@media (max-width: 1320px) {
	.header-button a.btn-bt.default.btn-default     { min-width: 120px;  } /* nav button */
}
@media (max-width: 1220px) {
	div.left-right-header ul#top-menu li            { padding: 42px 7px; } /* li */
	nav ul#top-menu li a                            { font-size: 16px;   } /* a */
}
@media (max-width: 1100px) {
	.header-button a.btn-bt.default.btn-default     { min-width: 100px;  } /* nav button */
	div.top-header.left-right-header ul#top-menu li { padding: 42px 5px; } /* li */
	nav ul#top-menu li a                            { font-size: 14px;   } /* a */
}

/* END Nav wrap fixes */

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

a.topbutton {
    bottom: 132px;
    right: 15px;
}
.grecaptcha-badge {
    bottom: 60px !important;
}
a.topbutton i.icon-up-circled2 {
	transition: all 0.3s ease-in-out;
    color: var(--accent1) !important;
}
a.topbutton i.icon-up-circled2:hover {
	transition: all 0.3s ease-in-out;
    color: var(--accent2) !important;
}
ul.social.top-widget-socials li a i::before {
	transition: all 0.3s ease-in-out;
    color: var(--dark4);
}
ul.social.top-widget-socials li:hover a i::before {
	transition: all 0.3s ease-in-out;
    color: var(--light1);
}
.home-hero h1,
.home-hero #HomeSlick h2,
.home-hero h6,
.subpage-hero h1,
.subpage-hero h6,
h1.hero,
h2.hero,
h6.hero {
    text-shadow: var(--bluetextshadow);
}
.home-hero .promo-heading {
	background-color: var(--dark1_75);
}
.home-hero .promo-description {
	background-color: var(--dark1);
}
body .row.copyright,
body .top-widget {
    background: var(--dark4);
}
body .subpage-hero h1,
body .subpage-hero h6 {
    color: var(--light1);
}
footer#footer {
	background-color: var(--dark2);
}
footer h6 {
	color: var(--light1);
	margin-bottom: 16px;
}
.default-header h1,
.default-header h2,
.default-header h5 {
	color: var(--light1);
}
body hr.dark1 {
	border-bottom: 2px solid var(--dark1);
	margin: 0 auto 25px auto;
	max-width: 95%;
}
.wpb_row.dark1 h2,
.wpb_row.dark1 h3,
.wpb_row.dark1 p {
	color: var(--light1);
}
#locationSlider .slide-container {
	background-color: var(--light1);
}
body div#locationSlider h3 {
	font-family: var(--BarConSB);
	text-transform: none;
    line-height: 36px;
	font-size: 28px;
}
body div#locationSlider h3,
body div#locationSlider p a {
	text-decoration: none;
	color: var(--dark3);
}
.bakery .wpb_column.dark1_75 {
	background-color: var(--dark1_75);
}

/* accordion/tab color scheme fix */

body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
	letter-spacing: 1px;
}

body #content .bakery .vc_tta-panel-heading {
    border-radius: 5px;
    border: none;
}
/* BOX SHADOW ACCORDIONS ON HOVER */
body #content .bakery div.vc_tta-panel .vc_tta-panel-heading:hover {
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.25);
}

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

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

/* #HomeSlick Slider #HomeSlick Slider #HomeSlick Slider #HomeS */

@media (min-width: 1441px) { div.slick-slide, .shop-hero { height: 780px; }}
@media (max-width: 1440px) { div.slick-slide, .shop-hero { height: 585px; }}
@media (max-width: 1280px) { div.slick-slide, .shop-hero { height: 520px; }}
@media (max-width: 1100px) { div.slick-slide, .shop-hero { height: 447px; }}
@media (max-width: 1024px) { div.slick-slide, .shop-hero { height: 416px; }}
@media (max-width:  979px) { div.slick-slide, .shop-hero { height: 398px; }}
@media (max-width:  768px) { div.slick-slide, .shop-hero { height: 312px; }}
@media (max-width:  480px) { div.slick-slide, .shop-hero { height: 464px; }}
@media (max-width:  414px) { div.slick-slide, .shop-hero { height: 400px; }}
@media (max-width:  375px) { div.slick-slide, .shop-hero { height: 362px; }}
@media (max-width:  360px) { div.slick-slide, .shop-hero { height: 348px; }}

div.slick-slide {
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
}
div.slide1 {background-image: url('/wp-content/uploads/2022/06/hero1-fixed.jpg');}
div.slide2 {background-image: url('/wp-content/uploads/2022/05/hero2.jpg');}
div.slide3 {background-image: url('/wp-content/uploads/2022/05/hero3.jpg');}
div.slide4 {background-image: url('/wp-content/uploads/2022/05/hero4.jpg');}

@media (max-width: 480px) {
	div.slick-slide {background-position: top right;}
	div.slide1 {background-image: url('/wp-content/uploads/2022/05/hero1-mobile.jpg');}
	div.slide2 {background-image: url('/wp-content/uploads/2022/05/hero2-mobile.jpg');}
	div.slide3 {background-image: url('/wp-content/uploads/2022/05/hero3-mobile.jpg');}
	div.slide4 {background-image: url('/wp-content/uploads/2022/05/hero4-mobile.jpg');}
}

button.slick-arrow {
	background: transparent !important;
	transition: all 0.3s ease-in-out;
	display: flex !important;
    justify-content: center;
    align-items: center;
	z-index: 1;
	top: calc(50% - 28px);
}
button.slick-arrow:hover {
	transition: all 0.3s ease-in-out;
}
.slick-arrow.slick-prev {
	left: 2%;
}
.slick-arrow.slick-next {
	right: 2%;
}
button.slick-arrow:before {
	font-family: 'fontello' !important;
	transition: all 0.3s ease-in-out;
	text-shadow: 0px 0px 4px #000;
	font-size: 64px;
}
button.slick-arrow:before:hover {
	transition: all 0.3s ease-in-out;
}
.slick-arrow.slick-prev:before {
    content: '\f104';
}
.slick-arrow.slick-next:before {
    content: '\f105';
}
.slick-slide .slide-container {
    justify-content: flex-start;
    height: calc(100% - 67px);
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    width: 87%;
}
.slick-slide .slide-container .slide-text {
    max-width: 772px;
}
body #HomeSlick h1,
body #HomeSlick h2.h1-size {
	margin-bottom: 8px;
}
body #HomeSlick h2 {
    color: var(--light1);
    margin-bottom: 14px;
}
body #HomeSlick h2.h1-size {
    letter-spacing: 0px;
    line-height: 68px;
    font-size: 64px;
}
body #HomeSlick h2:not(.h1-size) {
    display: inline-block;
    line-height: 48px;
    font-size: 48px;
}
body #HomeSlick h6 {
	margin-bottom: 24px;
	margin-top: 0;
}
div.slick-raw-block {
    margin-bottom: -67px !important;
}

/* /#HomeSlick Slider /#HomeSlick Slider /#HomeSlick Slider /#H */

/* Border Buttons Border Buttons Border Buttons Border Buttons  */

body #content a.border-btn-light,
a.border-btn-light {
	transition: all 0.3s ease-in-out;
	border: 3px solid var(--light1);
	background-color: #0000004D;
	text-decoration: none;
	display: inline-block;
	color: var(--light1);
	border-radius: 3px;
    text-align: center;
    padding: 10px 4%;
    min-width: 200px;
	font-size: 18px;
}
body #content a.border-btn-light:hover,
a.border-btn-light:hover {
	transition: all 0.3s ease-in-out;
	background-color: #0000001A;
	color: var(--light1);
}
body #content .button.product_type_simple.add_to_cart_button,
body #content li a.button.product_type_variable.add_to_cart_button,
body #content a.border-btn-accent1 {
	transition: all 0.3s ease-in-out;
	border: 3px solid var(--accent1);
	background-color: #1CC4A000;
	text-decoration: none;
	display: inline-block;
	color: var(--dark3);
	border-radius: 3px;
    text-align: center;
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
}
body #content .button.product_type_simple.add_to_cart_button:hover,
body #content li a.button.product_type_variable.add_to_cart_button:hover,
body #content a.border-btn-accent1:hover {
	transition: all 0.3s ease-in-out;
	background-color: #1CC4A066;
}
body #content .button.product_type_simple.add_to_cart_button,
body #content li a.button.product_type_variable.add_to_cart_button,
body #content a.border-btn-accent1.btn-fw {
	width: 100%;
}

/* /Border Buttons /Border Buttons /Border Buttons /Border Buttons  */

/* General General General General General General General General */

body h1 span {
	font-size: 48px;
}
body #content .tt-none {
	text-transform: none;
}
body #content .gform_footer input[type="submit"],
body a.btn-bt.default {
	text-shadow: 1px 1px 3px #222;
	padding: 10px 4%;
	min-width: 200px;
	font-size: 18px;
}
body a.btn-bt.alternate {
	padding: 10px 4%;
	min-width: 200px;
	font-size: 18px;
}
body .bakery .vc_section {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

/* /General /General /General /General /General /General /General /General   */

/* Top Widget Top Widget Top Widget Top Widget Top Widget Top Widget  */

.top-widget .textwidget {
    align-items: center;
    display: flex;
}
.top-widget .span6.right .textwidget {
    justify-content: flex-end;
}
.top-widget .span6 h4 {
	text-transform: none;
}
.top-widget .span6.right h4 {
    margin-right: 12px;
}
.top-widget p.twa-phone {
    margin-right: 12px;
    text-align: left;
}
.top-widget p.twa-phone a.icon-btn {
    text-decoration: none;
    align-items: center;
    display: flex;
	height: 40px;
}
a.icon-btn i.icon-btn-icon {
	align-items: center;
	padding: 0 3.21px;
	background: #FFF;
	display: flex;
	height: 100%;
}
a.icon-btn i::before {
	transition: all 0.3s ease-in-out;
	font-size: 24px;
	color: #1CC4A0;
}
a.icon-btn:hover i::before {
	transition: all 0.3s ease-in-out;
	color: #5885BF;
}
a.icon-btn span.icon-btn-text {
	transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px 3px #222;
    align-items: center;
	background: #1CC4A0;
    font-size: 18px;
    padding: 0 22px;
    display: flex;
    height: 100%;
    color: #FFF;
}
ul.social.top-widget-socials {
	flex-direction: row;
	align-items: center;
	line-height: unset;
	font-size: unset;
	display: flex;
	height: 40px;
}
ul.social.top-widget-socials li {
	line-height: unset;
	margin-right: 3px;
	font-size: unset;
	height: 40px;
}
ul.social.top-widget-socials li a {
	text-decoration: none;
	line-height: unset;
	font-size: unset;
	display: flex;
	height: 40px;
}
ul.social.top-widget-socials li a i {
	justify-content: center;
	align-items: center;
	padding: 0 3.21px;
	line-height: 24px;
	font-size: 24px;
	display: flex;
	height: 40px;
}

/* /Top Widget /Top Widget /Top Widget /Top Widget /Top Widget  */

/* Footer Footer Footer Footer Footer Footer Footer Footer Footer  */

footer#footer a {
	text-decoration: none;
}
p.footer-phone a.icon-btn.larger {
	text-decoration: none;
	flex-direction: row;
	align-items: center;
	display: flex;
}
a.icon-btn.larger {
    font-family: var(--BarConB);
    letter-spacing: 1px;
    font-size: 28px;
}
a.icon-btn.larger i {
	background: var(--light1);
	justify-content: center;
	align-items: center;
	margin-right: 12px;
	display: flex;
	height: 40px;
	width: 40px;
}
footer p.footer-address {
	margin-bottom: 18px;
}
.footer-col-4 p.footer-button {
    margin-top: 22px;
}
ul#menu-footer {
    list-style: none;
    padding-left: 0;
/*    flex-wrap: wrap;
    display: flex;*/
}
footer i.icon-location,
footer i.icon-clock {
    position: absolute;
    font-size: 20px;
    left: -24px;
}
/*ul#menu-footer li {
    width: 48% !important;
    margin-right: 2%;
    display: flex;
}*/

/* /Footer /Footer /Footer /Footer /Footer /Footer /Footer /Footer /Footer  */

/* Copyright Copyright Copyright Copyright Copyright Copyright Copyright  */

.row.copyright {
	padding: 0;
}
.copyright p a {
    text-decoration: none;
}

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

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

/* /Copyright /Copyright /Copyright /Copyright /Copyright /Copyright  */

/* Home Home Home Home Home Home Home Home Home Home Home Home Home  */

.home-hero h1,
.home-hero h1 span,
.home-hero h6,
.hero-promo h2,
.hero-promo p,
.deals .vc_inner h3,
.deals .vc_inner p {
	color: var(--light1);
}
.bakery .home-hero {
	background-position: bottom right !important;
}
.bakery .home-hero .hero-text {
    max-width: 1100px;
    margin: 0 auto;
    width: 87%;
}
body .home-hero h1 span {
    font-family: var(--BarConB);
    display: inline-block;
    line-height: 48px;
    font-size: 48px;
}
body .home-hero h6 {
    margin-bottom: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 18px;
}
body .hero-promo h2 {
	font-family: var(--BarConSB);
    line-height: 40px;
	font-size: 28px;
}

@media (min-width: 980px) {
	.hero-promo .wpb_column:nth-child(2) {
	    border-left: 2px solid #FFF;
	    border-right: 2px solid #FFF;
	}
}

.hero-promo .wpb_text_column .wpb_wrapper {
	max-width: 326px;
	margin: 0 auto;
	width: 80%;
}
body .hero-promo .promo-heading {
	padding: 12px 0;
}
body .hero-promo .promo-description {
	padding: 26px 0 36px 0;
}
body .hero-promo .promo-description p {
	font-size: 16px;
}
h2 img {
	margin-right: 40px;
	height: 36px;
    width: auto;
}
h4 img {
	margin-right: 18px;
	height: 36px;
    width: auto;
}
.partners .wpb_column {
	justify-content: center;
	align-items: center;
	display: flex;
}
body #content a.second-button {
	margin-left: 12px;
}
.fifty-fifty.small-slant-row img {
    /*margin: 20px 25px 16px 0;
    height: 36px;
    width: auto;*/
}
body:not(.home) .bestsellers h2,
body:not(.home) .ourproducts h2,
body.home .wpb_row:not(.home-hero):not(.hero-promo) h2,
body .wpb_row.top-cta h2,
body:not(.home) .fifty-fifty h2 {
	font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
	font-size: 32px;
}

@media (min-width: 979px) {
	body .locations-squished-p {
		max-width: 450px;
		margin: 0 auto;
	}
	body .specials-squished-p {
		max-width: 815px;
		margin: 0 auto;
	}
}

body #servicesSlider h2 {
	margin-bottom: 36px;
}
#servicesSlider .slide-container {
    justify-content: space-between;
    flex-direction: column;
    max-width: 330px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
}
#locationSlider .slide-container {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    justify-content: space-between;
    flex-direction: column;
    min-height: 280px;
    max-width: 330px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
}
body #servicesSlider .slide-container h4 {
    font-family: var(--BarConSB);
    text-align: center;
    line-height: 20px;
    font-size: 22px;
}
#servicesSlider .slide-container h4 img {
    height: 48px;
}
#servicesSlider .slide-container p,
#locationSlider .slide-container p {
	margin-bottom: 0;
}
body #servicesSlider .slide-container a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark3);
}
body #servicesSlider .slide-container a:hover {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--accent2);
}
body #servicesSlider button.owl-prev,
body #servicesSlider button.owl-next,
body #locationSlider button.owl-prev,
body #locationSlider button.owl-next {
    background: none !important;
    height: auto !important;
    width: auto !important;
    content: "";
}
/*body #servicesSlider button.owl-prev { left: -56px; }
body #servicesSlider button.owl-next { right: -96px; }

body #locationSlider button.owl-prev { left: -56px; }
body #locationSlider button.owl-next { right: -96px; }*/

body #servicesSlider button.owl-prev:before { left: 0; position: absolute; }
body #servicesSlider button.owl-next:before { right: 0; position: absolute; }

body #locationSlider button.owl-prev:before { left: 0; position: absolute; }
body #locationSlider button.owl-next:before { right: 0; position: absolute; }

body #servicesSlider button.owl-prev:before { content: '\f104'; } /* < */
body #servicesSlider button.owl-next:before { content: '\f105'; } /* > */

body #locationSlider button.owl-prev:before { content: '\f104'; } /* < */
body #locationSlider button.owl-next:before { content: '\f105'; } /* > */

body #servicesSlider button.owl-prev:before,
body #servicesSlider button.owl-next:before,
body #locationSlider button.owl-prev:before,
body #locationSlider button.owl-next:before {
	transition: all 0.3s ease-in-out;
    font-family: 'fontello';
    color: var(--dark1); /* dark blue */
    font-size: 70px;
}
body #servicesSlider button.owl-prev:hover:before,
body #servicesSlider button.owl-next:hover:before,
body #locationSlider button.owl-prev:hover:before,
body #locationSlider button.owl-next:hover:before {
	transition: all 0.3s ease-in-out;
	color: var(--accent1); /* green */
}

/* take advantge row */
body .bakery .take-advantage p:not(:last-child) {
	margin-bottom: 24px;
}
/*.take-advantage img {
    height: 326px;
    width: auto;
}*/
body .bakery .take-advantage .vc_col-sm-6:nth-child(1) {
	justify-content: center;
	align-items: center;
	display: flex;
}

/* three product promos */
.bakery .three-promos img {
	margin-bottom: 20px !important;
}
.bakery .three-promos h3 {
	margin-bottom: 12px;
}

/* deals/specials (the 2 promo boxes) */
.deals .vc_inner .wpb_content_element .wpb_wrapper {
	justify-content: flex-start;
	padding: 24px 4% 16px 4%;
	flex-direction: column;
	align-items: center;
	display: flex;
	height: 335px;
}
body .deals h5 {
	color: var(--light1);
    letter-spacing: 3px;
	font-size: 20px;
}

/* testimonials */
.bakery .testimonials-opacity .container {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 0px 5% 40px 5%;
	border-radius: 7px;
}
body .testimonials h4 {
	font-family: var(--BarConSB); /* BarlowCondensed-SemiBold */
	background-color: var(--dark1); /* dark blue */
	color: var(--light1); /* white */
	border-radius: 4px;
	position: relative;
	line-height: 18px;
	max-width: 350px;
	padding: 18px 1%;
	font-size: 18px;
	margin: 0 auto;
	top: -27px;
}
.testimonials-mid-icon img {
	height: 54px;
	width: auto;
}

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

@media (max-width: 480px) {
	.bakery .vc_section.testimonials {
		background: url('/wp-content/uploads/2022/05/testimonials-mobile.jpg') !important;
		background-size: cover !important;
    	padding-bottom: 40px !important;
		padding-top: 60px !important;
	}
}

/* partners/logo row */
.partners img {
    max-width: 220px;
    height: auto;
}

/* /Home /Home /Home /Home /Home /Home /Home /Home /Home /Home /Home  */

/* Top Banner Top Banner Top Banner Top Banner Top Banner Top Banner */

body .default-header h1,
body .default-header h2,
body .default-header h5 {
	text-shadow: var(--bluetextshadow);
}

/* /Top Banner /Top Banner /Top Banner /Top Banner /Top Banner /Top Banner */

/* Top CTA Top CTA Top CTA Top CTA Top CTA Top CTA Top CTA Top CTA Top CTA  */

.top-cta h2 {
	color: var(--light1);
}
.bakery .top-cta {
    padding: 12px 0;
}
.bakery .top-cta .wpb_content_element {
	margin-bottom: 0;
}
.bakery .top-cta h2 {
	justify-content: center;
	align-items: center;
	display: flex;
}
.bakery a.top-cta-btn.icon-btn {
    text-decoration: none;
    align-items: center;
	margin-left: 12px;
    display: flex;
    height: 40px;
}

/* /Top CTA /Top CTA /Top CTA /Top CTA /Top CTA /Top CTA /Top CTA /Top CTA  */

/* Bottom CTA Bottom CTA Bottom CTA Bottom CTA Bottom CTA Bottom CTA Bottom */

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

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

@media (max-width: 480px) {
	.bakery .wpb_row.bottom-cta {
	    background: url(/wp-content/uploads/2022/05/bottom-cta-mobile.jpg) !important;
	    background-position: center center !important;
	    background-repeat: no-repeat !important;
	    background-size: cover !important;
	}
}

/* /Bottom CTA /Bottom CTA /Bottom CTA /Bottom CTA /Bottom CTA /Bottom CTA */

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

.fifty-fifty a.btn-bt {
	margin-top: 20px;
}
body .fifty-fifty h4 {
	font-family: var(--BarConSB);
	margin-bottom: 12px;
}
body .fifty-fifty h2 {
	margin-bottom: 12px;
	line-height: 43px;
	font-size: 36px;
}

@media (min-width: 980px) {
	/* Applies Globally */
	.fifty-fifty .image-col .vc_column-inner {  /* This makes the image col the height of the text col */
	    height: 100%;
	}
	body #content .fifty-fifty .wpb_column:not(.image-col) { /* text columns */
		padding-right: 0;
		padding-left: 0;
	}
	.fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* text column's vc_column-inner divs */
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		display: flex;
	}

	/* subpages only */
	body:not(.home) .fifty-fifty .wpb_column:not(.image-col) {
		justify-content: center;
		align-items: center;
		display: flex;
	}
	body:not(.home) .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* sub 50/50 text col width */
		max-width: 450px;
	}
	body:not(.home) .fifty-fifty .wpb_column.image-col .vc_column-inner { /* sub 50/50 img col height */
		min-height: 510px;
	}

	/* homepage only */
	body.home .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* home 50/50 text col width */
		max-width: 520px;
	}
	/* these are for the slant rows */
	body.home .fifty-fifty.large-slant-row .wpb_column:not(.image-col) .vc_column-inner { /* large slant row */
	    min-height: 700px;
	}
	body.home .fifty-fifty.small-slant-row .wpb_column:not(.image-col) .vc_column-inner { /* small slant row */
	    min-height: 510px;
	}
}

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

@media (max-width: 979px) { .fifty-fifty .image-col .vc_column-inner { height: 674px; } }

@media (max-width: 768px) { .fifty-fifty .image-col .vc_column-inner { height: 544px; } }

@media (max-width: 480px) { .fifty-fifty .image-col .vc_column-inner { height: 340px; } }

@media (max-width: 414px) { .fifty-fifty .image-col .vc_column-inner { height: 293px; } }

@media (max-width: 375px) { .fifty-fifty .image-col .vc_column-inner { height: 266px; } }

@media (max-width: 360px) { .fifty-fifty .image-col .vc_column-inner { height: 255px; } }

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

/* Subpage Promo  Subpage Promo  Subpage Promo  Subpage Promo  Subpage Promo  Subpage Promo  */

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

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

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

/* /Subpage Promo /Subpage Promo /Subpage Promo /Subpage Promo /Subpage Promo /Subpage Promo */

/* Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team */

.bakery .team-outer h2 {
	font-family: var(--BarConSB);
    line-height: 40px;
    margin-bottom: 0;
    font-size: 32px;
}

@media (min-width: 769px) {
	.bakery div.vc_row .team-inner {
		justify-content: space-between;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		display: flex;
	}
}
.bakery .team-inner .wpb_column {
	width: 24%;
}
body .team-inner h4 {
	font-family: var(--BarConSB);
	text-transform: none;
	font-weight: normal;
	margin-bottom: 5px;
}
body .team-inner h5 {
	font-family: var(--BarConM);
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 24px;
	font-size: 18px;
}
body .wpb_row.take-advantage h2 {
	font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
	font-size: 32px;
}

/* /Our Team /Our Team /Our Team /Our Team /Our Team /Our Team /Our Team /Our Team /Our Team */

/* Services Index Services Index Services Index Services Index Services Index Services Index  */

.subpage-hero-text-col {
    justify-content: center;
    align-items: center;
    display: flex;
}
.subpage-hero-text-col .vc_column-inner {
    max-width: 500px;
    margin:  0 auto;
}
body .subpage-hero h1 {
	margin-bottom: 22px;
	line-height: 64px;
}
body .subpage-hero h6 {
    line-height: 24px;
    margin-top: 10px;
    font-size: 18px;
}
body .form-col {
	justify-content: center;
	align-items: center;
	min-height: 540px;
	display: flex;
}
body div.gform_wrapper {
    max-width: 450px;
    margin: 0 auto;
    width: 80%;
}
div.gform_wrapper,
body #content .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 0;
}
ul.gform_fields li.gfield {
    margin-top: 0 !important;
    padding: 0 !important;
}
body #content ul.gform_fields li.gfield input::placeholder,
body #content ul.gform_fields li.gfield select::placeholder,
body #content ul.gform_fields li.gfield textarea::placeholder{
	color: var(--dark3);
}
body #content ul.gform_fields li.gfield input,
body #content ul.gform_fields li.gfield select {
	border-bottom: 2px solid var(--light1);
	margin: 0px 0px 16px 0px !important;
	background: var(--light1_50);
	font-family: var(--BarReg);
	border-right: none;
	border-left: none;
	border-top: none;
	height: 43px;
	width: 100%;
	margin: 0;
}
body #content ul.gform_fields li.gfield textarea {
	border-bottom: 2px solid var(--light1);
	background: var(--light1_50);
	font-family: var(--BarReg);
	border-right: none;
	border-left: none;
	border-top: none;
	height: 100px;
	width: 100%;
}
body #content .gform_footer {
    margin-top: 14px;
    padding: 0;
}
.top-blurb h2 {
	font-family: var(--BarConSB);
	margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}
@media (min-width: 980px) {
	.bakery .location-nap-row .container,
	.bakery .services-row .container {
	    justify-content: space-between;
	    max-width: 1300px;
	    display: flex;
	}
	.services-row .wpb_column {
	    margin-right: 1%;
	    max-width: 328px;
	}
	.services-row .wpb_column:last-child {
	    margin-right: 0;
	}
}

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

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


/* /Services Index /Services Index /Services Index /Services Index */

/* Services Subpage Services Subpage Services Subpage Services Subpage  */

body .fifty-fifty.dark2 h5 {
	font-family: var(--BarConM);
	font-weight: normal;
    margin-bottom: 4px;
    line-height: 26px;
	font-size: 20px;
}
body .subpage-locations-slider h2,
body .subpage-services-slider h2 {
	font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}

/* /Services Subpage /Services Subpage /Services Subpage /Services Subpage */

/* Locations Index Locations Index Locations Index Locations Index */

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

body .location-row h3 {
	font-family: var(--BarConSB);
	margin-bottom: 16px;
	line-height: 30px;
	font-size: 24px;
}
body #content .bakery .location-row .wpb_text_column p {
	margin-bottom: 22px;
}

body #content .bakery .location-row p a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark3);
}
body #content .bakery .location-row p a.location-link {
	color: var(--dark1);
}
body #content .bakery .location-row p a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

/* /Locations Index /Locations Index /Locations Index /Locations Index */

/* Location Subpage Location Subpage Location Subpage Location Subpage  */

.location-subpage-hero .subpage-hero-text-col .vc_column-inner {
	max-width: 600px;
}

@media (max-width: 979px) {
	.subpage-hero-text-col .vc_column-inner {
		padding-right: 5% !important;
		padding-left: 5% !important;
	}
}

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

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

.location-nap-col a.directions-link {
	margin-bottom: 24px;
}
body #content .bakery .location-nap-col a.directions-link {
    margin-bottom: 26px;
    display: block;
}
.location-form-row .form-col input[type="submit"] {
    width: 100%;
}

/* /Location Subpage /Location Subpage /Location Subpage /Location Subpage  */

/* Contact Page Contact Page Contact Page Contact Page Contact Page Contact Page */

.col-bg-dark1 {
	background-color: var(--dark1);
}

/* /Contact Page /Contact Page /Contact Page /Contact Page /Contact Page /Contact Page */

/* Blog Archive Blog Archive Blog Archive Blog Archive Blog Archive Blog Archive */

body .blog .wrap {
    max-width: 93%;
    margin: 0 auto;
}
body:not(.single) .blog .wrap div#primary {
    padding: 40px 0;
}

@media (min-width: 980px) {
	body .blog #primary article {
	    width: 31.5%;
	}
}

body #content article.blog-post-row {
    background-color: var(--light1);
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    padding: 30px;
}
body #content #primary .post-image-and-text {
    margin-bottom: 10px;
}
body #content p.cats {
	font-family: var(--BarConB);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 12px;
}
body #content p.cats a {
	text-decoration: none;
	pointer-events: none;
	color: var(--dark1);
}
body #content #primary .post-text-wrap h2 {
    font-family: var(--BarConSB);
    margin-bottom: 12px;
    line-height: 42px;
    font-size: 40px;
}
body #content #primary .post-text-wrap h2 a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark3);
}
body #content #primary .post-text-wrap h2 a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

body #content p.author {
	font-family: var(--BarConM);
	text-transform: uppercase;
    align-items: center;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}
body .blog #primary article p.author img {
	margin-right: 5px;
	height: 36px;
	width: auto;
}
body #content a.archive-btn {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark1);
	font-size: 14px;
}
body #content a.archive-btn:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
	font-size: 14px;
}
body div#pagination {
    background: var(--dark1);
    padding: 24px;
    width: 100%;
}
body #content div#pagination a {
	transition: all 0.3s ease-in-out;
	font-family: var(--BarConSB);
	text-decoration: none;
    color: var(--light1);
}
body #content div#pagination a:hover {
	transition: all 0.3s ease-in-out;
    color: var(--accent2);
}

/* /Blog Archive /Blog Archive /Blog Archive /Blog Archive /Blog Archive */

/* Single Blog Single Blog Single Blog Single Blog Single Blog */

body .blog.single h1 {
	font-family: var(--BarConSB);
	font-weight: normal;
	margin-bottom: 10px;
}
body #content .blog.single p.author {
	font-family: var(--BarConM);
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	font-size: 20px;
}
body .blog.single p.author img {
	margin-right: 5px;
	height: 40px;
	width: auto;
}
body .blog.single .single-post-content-wrap {
    margin-bottom: 35px;
}
body .blog.single div.single-cats {
	margin-bottom: 16px;
	width: 100%;
}
body .blog.single div.single-tags {
	margin-bottom: 16px;
	width: 100%;
}
body #content .blog.single div.single-cats a,
body #content .blog.single div.single-tags a {
	transition: all 0.3s ease-in-out;
	font-family: var(--BarConB);
	text-transform: uppercase;
	text-decoration: none;
	color: var(--dark1);
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 12px;
	pointer-events: none;
}
body #content .blog.single div.single-cats a:hover,
body #content .blog.single div.single-tags a:hover {
	/*transition: all 0.3s ease-in-out;*/
	/*color: var(--accent2);*/
	pointer-events: none;
}
body #content .blog.single nav.navigation.post-navigation {
    background: none;
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
body #content .blog.single nav.navigation.post-navigation .nav-links a p {
	transition: all 0.3s ease-in-out;
	font-family: var(--BarConM);
	color: var(--dark3);
	font-weight: normal;
}
body #content .blog.single nav.navigation.post-navigation .nav-links a:hover p {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
body .single-cats p i {
	color: var(--accent2);
}
body .single-tags p {
	color: var(--accent2);
	font-size: 20px;
}

body .blog #secondary {
	background: none;
	padding: 0;
}
body .blog #secondary h2.widget-title {
	font-family: var(--BarConM);
	margin-bottom: 16px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 20px;
	font-size: 20px;
}
body .blog #secondary nav ul li {
	border-bottom: 1px solid var(--accent2);
	padding-bottom: 12px;
	margin-bottom: 7px;
}
body .blog #secondary nav ul li a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark3);
	line-height: 24px;
}
body .blog #secondary nav ul li a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
body #content .tagcloud a {
    background: var(--accent2);
    font-size: 14px !important;
    text-decoration: none;
    display: inline-block;
	pointer-events: none;
    color: var(--light1);
    margin-bottom: 16px;
    margin-right: 12px;
    padding: 8px 12px;
    font-weight: 700;
}
p.meta-nav svg path {
    color: var(--accent2);
}

/* /Single Blog /Single Blog /Single Blog /Single Blog /Single Blog */

/* Deals Deals Deals Deals Deals Deals Deals Deals Deals Deals Deals */

.fifty-fifty.deal-row h3 {
	font-family:  var(--BarConSB);
	margin-bottom: 14px;
	line-height: 35px;
	font-size: 20px;
}
body .wpb_row.rate-us h2 {
	font-family: var(--BarConSB);
	font-weight: normal;
    margin-bottom: 24px;
	text-align: center;
    line-height: 40px;
    font-size: 32px;
}

/* /Deals /Deals /Deals /Deals /Deals /Deals /Deals /Deals /Deals */

/* Testimonials Testimonials Testimonials Testimonials Testimonials  */

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

/* /Testimonials /Testimonials /Testimonials /Testimonials /Testimonials  */

/* TY Page TY Page TY Page TY Page TY Page TY Page TY Page TY Page TY Page */

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

/* /TY Page /TY Page /TY Page /TY Page /TY Page /TY Page /TY Page /TY Page /TY Page */

/* Accessibility Page Accessibility Page Accessibility Page Accessibility Page */

body#acc-page #content h3 {
	font-family: var(--BarConSB);
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 24px;
}
#acc-page #content .bakery .wpb_row .wpb_content_element ul {
	margin-bottom: 30px;
}
#acc-page #content .bakery .wpb_row:not(.bottom-cta):not(.top-cta) a {
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}
#acc-page #content .bakery .wpb_row:not(.bottom-cta):not(.top-cta) a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

/* /Accessibility Page /Accessibility Page /Accessibility Page /Accessibility Page */

/* Privacy Policy Privacy Policy Privacy Policy Privacy Policy */

body#pp-page #content h2 {
	font-family: var(--BarConSB);
	margin-bottom: 5px;
	line-height: 38px;
	font-size: 32px;
}
body#pp-page #content h3 {
	font-family: var(--BarConSB);
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 24px;
}
body#pp-page #content h4 {
	font-family: var(--BarConSB);
	margin-bottom: 5px;
	line-height: 36px;
	font-size: 20px;
}
#pp-page #content .bakery .wpb_row .wpb_content_element ul {
	margin-bottom: 30px;
}
#pp-page #content .bakery .wpb_row:not(.bottom-cta):not(.top-cta) a {
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}
#pp-page #content .bakery .wpb_row:not(.bottom-cta):not(.top-cta) a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

/* /Privacy Policy /Privacy Policy /Privacy Policy /Privacy Policy */

/* Products Grid */

.bakery ul.products,
.related ul.products {
	padding-left: 0 !important;
}
.bakery .woocommerce ul.products li.product,
.woocommerce .related ul.products li.product {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);
    background: var(--light1);
    margin: 0 auto 40px auto;
    max-width: 330px;
    padding: 24px;
}
.bakery .woocommerce ul.products li.product a,
.woocommerce .related ul.products li.product a {
	margin: 0 auto;
}
.bakery .woocommerce ul.products li.product a img,
.woocommerce .related ul.products li.product a img {
    margin-bottom: 20px !important;
    height: 180px !important;
    max-width: auto;
}
.bakery .woocommerce ul.products li.product a h2,
.woocommerce .related ul.products li.product a h2 {
    font-family: var(--BarConSB);
    text-decoration: none;
    text-transform: none;
    margin-bottom: 12px;
    color: var(--dark3);
    text-align: center;
    line-height: 36px;
    font-size: 28px;
    margin-top: 0;
}
.bakery .woocommerce ul.products li.product .price,
.woocommerce .related ul.products li.product .price {
	display: none;
}
body #content .button.product_type_simple.add_to_cart_button,
body #content li a.button.product_type_variable.add_to_cart_button {
	font-family: var(--BarConSB);
	text-transform: uppercase;
}

/* fullwidth image row */
@media (min-width: 1441px) { div.fw-image-row { height: 760px; }}
@media (max-width: 1440px) { div.fw-image-row { height: 570px; }}
@media (max-width: 1280px) { div.fw-image-row { height: 506px; }}
@media (max-width: 1100px) { div.fw-image-row { height: 435px; }}
@media (max-width: 1024px) { div.fw-image-row { height: 405px; }}
@media (max-width:  979px) { div.fw-image-row { height: 387px; }}
@media (max-width:  768px) { div.fw-image-row { height: 304px; }}
@media (max-width:  480px) { div.fw-image-row { height: 190px; }}
@media (max-width:  414px) { div.fw-image-row { height: 163px; }}
@media (max-width:  375px) { div.fw-image-row { height: 148px; }}
@media (max-width:  360px) { div.fw-image-row { height: 142px; }}

/* Single Product */

nav.woocommerce-breadcrumb,
.product:not(.product_cat-furniture) .product-row.tab-section,
.product-row.related-section .woocommerce-tabs,
.product-info .product_meta {
    display: none;
}

.product.product_cat-furniture .tab-section {
	padding-top: 0;
}
.product.product_cat-furniture .tab-section .woocommerce-tabs .tabs,
.product.product_cat-furniture .tab-section .related {
	display: none;
}
.product.product_cat-furniture .tab-section .woocommerce-tabs {
    margin: 0 !important;
    width: 100%;
}
.product.product_cat-furniture .tab-section .woocommerce-tabs .woocommerce-Tabs-panel {
    box-shadow: 0px 0px 6px #999;
    border: 2px solid #5885bf;
    padding: 16px 3% 36px 3%;
    margin: 0 !important;
    border-radius: 0px;
}
.product.product_cat-furniture .tab-section .woocommerce-tabs .entry-content ul,
.product.product_cat-furniture .tab-section .woocommerce-tabs .entry-content ol {
	max-width: unset !important;
	border-bottom: none;
	padding-left: 32px;
	margin: 0;
}
.product.product_cat-furniture .tab-section .woocommerce-tabs .entry-content ul li,
.product.product_cat-furniture .tab-section .woocommerce-tabs .entry-content ol li {
    display: list-item !important;
}
.product.product_cat-furniture .tab-section .woocommerce-tabs #tab-description h2 {
    margin-bottom: 12px !important;
    font-family: var(--BarConSB);
    text-transform: none;
    font-size: 28px;
}

.product-row {
	padding: 40px 0;
	display: flex;
}
.product-row .span6 {
	height: fit-content;
}
.product-row.top-section .woocommerce-product-gallery,
.product-row.top-section .summary.entry-summary {
    margin-bottom: 0 !important;
    max-width: unset;
}
.product-row.related-section {
    padding: 60px 0 36px 0;
}
.product-row .container {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	width: 90%;
}
body.single-product h1.product_title.entry-title {
	font-family: var(--BarConSB);
    text-transform: none;
    margin-bottom: 18px;
    font-size: 36px;
}
body.single-product .summary p.price,
body.single-product .summary span.price span bdi,
body.single-product .summary span.price span bdi span {
	font-family: var(--BarReg);
    margin-bottom: 10px;
    font-size: 20px;
	line-height: 1;
}
body.single-product .summary p.price span {
	font-family: var(--BarReg);
	font-size: 20px;
	line-height: 1;
}
body.single .product-info .woocommerce-product-details__short-description {
    margin-bottom: 45px;
}
body.single .below-title h2 {
	border-bottom: 2px solid var(--accent2);
	font-family: var(--BarConSB);
	padding-bottom: 12px;
	text-transform: none;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 28px;
}
.short-desc p.short-text {
    margin-bottom: 18px;
}
.short-desc .sizing p.short-avail {
    margin-bottom: 6px;
    font-weight: 600;
}
body.single div.woocommerce-variation-price {
    margin-top: 20px !important;
    margin-bottom: 16px;
}
.product-info table.variations {
    margin-bottom: 12px;
    margin-top: 0;
}
table.variations tr:nth-child(2) {
    margin-top: 10px !important;
    display: inline-block;
}
.product-info table.variations th {
/* 	display: none; */
	min-width: 50px;
	border: none;
}
.product-info table.variations tr {
    display: block;
}
.product-info table.variations td {
	border: none;
	padding: 0;
}
.product-info table.variations select {
    background-position: 95% 69%;
    font-family: var(--BarReg);
    padding: 4px 36px 6px 14px;
    border: 2px solid #999;
    background-size: 5%;
    border-radius: 4px;
    font-weight: 600;
    min-width: 287px;
    margin-right: 0;
    font-size: 16px;
}
body.single-product form.cart input[type=number] {
    padding: 9.5px 0 9.5px 25px;
    font-family: var(--BarReg);
    background: var(--light2);
    height: auto !important;
    border: 2px solid #CCC;
    font-size: 16px;
    width: 60px;

}
body.single-product form.cart .quantity {
    margin-right: 24px;
}

.product-info button.single_add_to_cart_button.button.alt {
	transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px 3px #222;
    font-family: var(--BarConSB);
    background: var(--accent1);
    text-transform: uppercase;
    color: var(--light1);
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
    border: none;
}
.product-info button.single_add_to_cart_button.button.alt:not(.disabled):hover {
	transition: all 0.3s ease-in-out;
    background: var(--uihover);
}
body #content a.reset_variations {
    font-family: var(--BarReg);
    text-transform: uppercase;
    color: var(--dark3);
    letter-spacing: 0;
    margin-left: 12px;
    font-weight: 600;
    font-size: 12px;
}
.woocommerce-product-gallery,
.summary.entry-summary {
    width: 100% !important;
    float: unset;
}
.related-section {
	background: var(--light2);
}
.related-section .related {
	padding: 0;
	width: 100%;
}
.related h2 {
	font-family: var(--BarConSB);
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 32px;
}

@media (min-width: 980px) {
	.product-row .container .span6:nth-child(1) {
		margin-right: 2%;
	}
	.product-row .container .span6:nth-child(2) {
		margin-left: 2%;
	}
}

@media (max-width: 979px) {
	.product-row .container {
		flex-direction: column;
	}
	.product-row .span6 {
		width: 100%;
	}
}

/* Woocommerce UI stuff */

body.checkout .woocommerce-form-coupon-toggle,
body.single.woocommerce .woocommerce-notices-wrapper {
    background: var(--accent1);
    width: 100%;
}
body.checkout .woocommerce-form-coupon-toggle .woocommerce-info {

}
body.checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.single.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    text-shadow: 1px 1px 0 var(--dark3);
    font-family: var(--BarConSB);
    justify-content: center;
	color: var(--light1);
    flex-direction: row;
    align-items: center;
	background: unset;
	max-width: 1100px;
    font-size: 20px;
    padding: 16px 0;
	margin: 0 auto;
	display: none;
	display: flex;
	border: none;
	width: 90%;
}
body.account .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
	text-shadow: 1px 1px 0 var(--dark3);
    font-family: var(--BarConSB);
	background: var(--accent1);
    justify-content: center;
	color: var(--light1);
    flex-direction: row;
    align-items: center;
	max-width: 1100px;
    font-size: 20px;
    padding: 16px 0;
	margin: 0 auto;
	display: none;
	display: flex;
	border: none;
}
body.account .woocommerce-MyAccount-content button.button,
body.account #content .woocommerce-message a.woocommerce-Button.button,
body #content .shop_table.cart button.button,
body #content .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
body.checkout #content .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon,
body #content .wc-proceed-to-checkout a,
body.checkout #content form.checkout_coupon.woocommerce-form-coupon button.button,
body #content .woocommerce-message a.restore-item,
body.checkout #content button#place_order {
    background: var(--accent2) !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    text-shadow: 1px 1px 3px #222;
    font-family: var(--BarConSB);
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 16px;
    line-height: 1.5;
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
    border: none;
}
body.account .woocommerce-MyAccount-content button.button,
body.checkout #content button#place_order,
body.checkout #content form.checkout_coupon.woocommerce-form-coupon button.button {
	margin-left: 0 !important;
}
body #content .wc-proceed-to-checkout a {
	margin-left: 0 !important;
	margin-top: 16px;
}
#right_order_details h3,
div#order_review {
	padding-left: 0 !important;
	width: 100% !important;
}
body #content .shop_table.cart {
	margin: 0;
}
form.woocommerce-cart-form {
    background: var(--light2);
    border: 1px solid #CCC;
    border-radius: 18px;
    margin-bottom: 35px;
    padding: 32px 24px;
}
div.cart_totals {
	background: var(--light2);
    border: 1px solid #CCC;
    border-radius: 18px;
    padding: 32px 24px;
}
body.checkout form.checkout.woocommerce-checkout {
	margin-top: 35px;
	flex-wrap: wrap;
    display: flex;
}
body.checkout .woocommerce-checkout .woocommerce-billing-fields h3,
body.checkout .woocommerce-checkout h3#order_review_heading {
    margin: 0 0 24px 0;
}
body.checkout.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table {
	margin-top: 0;
}
div#customer_details,
div#right_order_details {
	background: var(--light2);
    border: 1px solid #CCC;
    border-radius: 18px;
    padding: 32px 24px;
    width: 49%;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
body.checkout td.product-name {
    font-weight: 600;
    font-size: 16px;
}
body.checkout table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 12px 10px;
}
body.checkout ul#shipping_method {
	padding-left: 0;
    margin: 0;
}
body.checkout ul.wc_payment_methods.payment_methods.methods {
    margin: 0 0 16px 0;
    padding-left: 0;
}
body #content .woocommerce-privacy-policy-text p {
    margin-bottom: 14px;
    font-size: 16px;
}
div#customer_details {
	margin-right: 1%;
}
div#right_order_details {
	flex-direction: column;
	height: fit-content;
	margin-left: 1%;
	display: flex;
}
body #content .shop_table th {
    font-family: var(--BarConM);
    text-transform: uppercase;
    font-size: 20px;
}
body #content .shop_table.cart tr:not(.cart_item) td {
	padding: 18px 0 0 0;
	border: none;
}
body #content .shop_table.cart td {
	padding-bottom: 0;
	padding-top: 0;
}
.cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    height: 80px;
}
body.account .woocommerce-MyAccount-content button.button:hover,
body.account #content .woocommerce-message a.woocommerce-Button.button:hover,
body #content .shop_table.cart button.button:hover,
body #content .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover,
body.checkout #content .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:hover,
body #content .wc-proceed-to-checkout a:hover,
body.checkout #content form.checkout_coupon.woocommerce-form-coupon button.button:hover,
body #content .woocommerce-message a.restore-item:hover,
body.checkout #content button#place_order:hover {
    background: var(--altuihover) !important;
    text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}
body.cart button[disabled] {
    pointer-events: none;
    opacity: 0.35;
}
ul.woocommerce-error li {
    font-family: var(--BarConSB);
    text-align: center;
    font-size: 20px;
    padding: 0;
}
body #content .shop_table a.remove {
	background: var(--light1);
	color: red;
}
body #content .shop_table a.remove:hover {
	background: red;
	color: var(--light1);
}
.cart .quantity input,
.cart .coupon input {
	border: 1px solid #CCC;
	font-size: 16px;
	height: 47px;
}
.cart .quantity input {
	width: 69px;
}
.cart .coupon input#coupon_code {
	min-width: 200px !important;
}
body #content .shop_table.cart td.product-name a {
    font-family: var(--BarConM);
    text-decoration: none;
    color: var(--dark3);
    font-size: 18px;
}
body #content .shop_table.cart td.product-name a:hover {
    color: var(--accent2);
}
.cart_totals h2 {
    margin-bottom: 16px !important;
    font-size: 36px;
    line-height: 1;
}
.cart_totals section.shipping-calculator-form {
    padding-top: 12px;
}
.cart_totals td,
.cart_totals td label {
    font-weight: 600 !important;
    text-align: right;
}
body #content a.woocommerce-remove-coupon,
body #content a.shipping-calculator-button {
	transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    color: var(--dark3);
    font-size: 12px;
}
body #content a.woocommerce-remove-coupon:hover,
body #content a.shipping-calculator-button:hover {
	transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
span#select2-calc_shipping_country-container,
span#select2-calc_shipping_state-container {
    text-align: left;
    font-weight: 400;
    border: none;
}
span.select2-selection.select2-selection--single,
.cart_totals .woocommerce-cart p.form-row input {
    border: 1px solid #CCC !important;
}
body.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    margin: 0 !important;
}
span.select2-search.select2-search--dropdown {
    display: none;
}
section.shipping-calculator-form button.button {
    background: var(--accent1) !important;
    transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
	text-shadow: 1px 1px 3px #222;
    font-family: var(--BarConSB);
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.5;
    min-width: 200px;
    padding: 10px 4%;
    font-size: 18px;
    border: none;
    width: 100%;
}
section.shipping-calculator-form button.button:hover {
    background: var(--uihover) !important;
    transition: all 0.3s ease-in-out;
}
span.select2-dropdown.select2-dropdown--above,
span.select2-dropdown.select2-dropdown--below {
    border: 1px solid #CCC !important;
}
body.cart .woocommerce-info,
body.cart .woocommerce-message {
    text-shadow: 1px 1px 0 var(--dark3);
    font-family: var(--BarConSB);
    background: var(--accent1);
    color: var(--light1);
    text-align: center;
    font-size: 20px;
    padding: 16px 0;
    border: none;
}
body.checkout form.checkout_coupon.woocommerce-form-coupon {
    justify-content: flex-start;
    background: var(--light2);
    align-items: center;
    padding: 16px 24px;
    flex-wrap: wrap;
    display: flex;
}
form.checkout_coupon p:nth-child(1) {
    margin-bottom: 10px;
	width: 100%;
}
form.checkout_coupon p:nth-child(2) {
	margin-right: 1%;
	width: 49%;
}
form.checkout_coupon p:nth-child(3) {
	margin-left: 1%;
	width: 49%;
}
form.checkout_coupon p {
    font-weight: 600;
}
body.checkout form input[type="text"],
body.checkout form input[type="email"],
body.checkout form input[type="tel"],
body.account form input[type="text"],
body.account form input[type="email"],
body.account form input[type="tel"],
body.account form input[type="password"] {
	border: 1px solid #ccc !important;
	height: 47px;
}
body.account p#billing_state_field label,
body.account p#shipping_state_field label {
    margin-bottom: 20px;
}
body.checkout form textarea {
	border: 1px solid #ccc !important;
	padding: 12px;
	height: 150px;
}
body.checkout p#order_comments_field {
    margin-top: 12px;
}
body.checkout input#terms {
    border: 2px solid #ccc;
    top: 8px;
    margin-right: 6px;
}
body.checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 24px;
}

/*account*/

.account .woocommerce {
    display: flex;
}
body.account.woocommerce-account .woocommerce-MyAccount-navigation {
	height: fit-content;
}
.account .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
body.account #content .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    margin: 0 0 5px 0 !important;
    line-height: unset;
    font-weight: unset;
    font-size: unset;
}
body.account #content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
	transition: all 0.3s ease-in-out;
    font-weight: 600 !important;
    text-transform: uppercase;
	text-decoration: none;
    letter-spacing: 1px;
    line-height: 0.5;
    font-size: 14px;
}
body.account #content .account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a,
body.account #content .account .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a:hover {
	color: var(--accent1) !important;
}
body.account #content .account .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	color: var(--accent1) !important;
}
body.account #content .woocommerce-MyAccount-content p {
    font-size: 16px;
}
body.account #content .woocommerce-MyAccount-content p a {
	color: var(--accent2) !important;
	text-decoration: none;
}
body.account #content .woocommerce-MyAccount-content p a:hover {
	color: var(--accent1) !important;
	text-decoration: none;
}

.account.woocommerce-account .woocommerce-MyAccount-navigation,
.account.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--light2);
	border: 1px solid #CCC;
	border-radius: 18px;
	padding: 32px 24px;
}

/* Ecomm Icons */
.ecomm-icons,
.ecomm-icons a {
    margin-left: 5px;
}
.ecomm-icons a:hover i {
	transition: all 0.3s ease-in-out;
	color: var(--accent1);
}

@media (min-width: 980px) {
	.account.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-right: 1%;
		margin-bottom: 0;
		width: 19%;
	}
	.account.woocommerce-account .woocommerce-MyAccount-content {
		margin-bottom: 0;
		margin-left: 1%;
		width: 79%;
	}
}

@media (max-width: 979px) {
	.account .woocommerce {
		flex-direction: column;
		display: flex;
	}
	.account.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 35px !important;
		margin: unset;
	}
	.account.woocommerce-account .woocommerce-MyAccount-navigation,
	.account.woocommerce-account .woocommerce-MyAccount-content {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
}

/* RESPONSIVE */

@media (max-width: 1200px) {
	body .hero-promo h2,
	body .subpage-promos h2 {
	    /*line-height: 28px;
	    font-size: 20px;*/
		line-height: 30px;
    	font-size: 26px;
	}
	body .hero-promo .promo-description {
    	padding: 8px 0 36px 0;
	}
	body .subpage-promos img {
		margin-right: 30px;
	    max-width: 64px;
	    height: auto;
	}
	.subpage-promos .wpb_text_column {
	    min-height: 272px;
	}
}

@media (min-width: 980px) {
	body:not(.home) #locationSlider .slide-container {
	    margin: 0 1%;
	}
}

@media (min-width: 600px) and (max-width: 979px) {
	.hero-promo .wpb_text_column .wpb_wrapper {
	  max-width: 600px;
	}
}

@media (max-width: 979px) {
	.slick-slide .slide-container .slide-text {
	  max-width: unset;
	  width: 100%;
	}
 	.slick-slide .slide-container .slide-text a.btn-bt.default {
	  min-width: 265px;
	}
	body .woocommerce ul.products[class*=columns-] li.product,
	body .woocommerce-page ul.products[class*=columns-] li.product {
	    padding: 24px !important;
	    width: auto !important;
	    margin-right: 1%;
        margin-left: 1%;
	}
	.bakery .home-hero .hero-text {
		background: url(/hvac/wp-content/uploads/2021/09/hero1-mobile.jpg);
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		padding-right: 5%;
		padding-left: 5%;
		width: 100%;
	}
	.hero-text h1,
	.hero-text h6,
	.hero-text p {
		text-align: center;
	}
	.hero-promo .wpb_column:nth-child(2) {
		border-bottom: 2px solid var(--light1);
		border-top: 2px solid var(--light1);
		padding-top: 18px;
	}
	.hero-promo .wpb_column:nth-child(3) {
		padding-top: 18px;
	}
	body .home-hero .hero-promo {
		background: var(--dark1);
		padding: 24px 0px 2px 0px !important;
	}
	body #content .hero-promo .promo-heading {
		background-color: var(--dark1) !important;
	}
	.fifty-fifty .wpb_column:not(.image-col) {
		max-width: 87%;
		margin: 0 auto;
	}
	.fifty-fifty .form-col.col-bg-dark1 {
    	max-width: unset !important;
    	width: 100% !important;
	}
	/*body #servicesSlider button.owl-prev { left: -12px; }
	body #servicesSlider button.owl-next { right: -52px; }
	body #locationSlider button.owl-prev { left: -12px; }
	body #locationSlider button.owl-next { right: -52px; }*/

	.testimonials-opacity {
    	text-align: center;
	}
	.testimonials-opacity p em {
	    max-width: 87%;
	    margin: 0 auto;
	}
	.testimonials-opacity .vc_inner {
		padding-bottom: 12px;
	}
	.bakery .top-cta h2 {
	    line-height: 0 !important;
	    font-size: 0 !important;
	    flex-direction: column;
	    color: var(--accent2);
	}
	body .row.copyright {
	    padding: 12px 0;
	}
	.copyright-content.span6.right {
	    justify-content: center;
	    align-items: center;
		display: flex;
	}
	div.row.copyright .span6 ul {
	    margin-top: 12px;
	    padding-left: 0;
	}
	button#primary-mobile-menu span.open path {
		transition: all 0.3s ease-in-out;
	    color: var(--dark1);
	}
	button#primary-mobile-menu:hover span.open path {
		transition: all 0.3s ease-in-out;
	    color: var(--accent2);
	}
	body:not(.home) .fifty-fifty .wpb_column:not(.image-col) {
	    padding: 40px 0;
	}
	.bottom-cta .wpb_wrapper {
	    text-align: center;
	}
	body h1,
	.default-header h2,
	.default-header h5 {
    	line-height: 44px;
    	font-size: 36px;
	}
	body:not(.home) .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner {
		padding: 0 !important;
	}
	body .bottom-cta h2 {
	    line-height: 42px;
	    font-size: 36px;
	}
	.form-col.no-mob-padd {
	    padding-top: 0 !important;
	}
	.bakery .location-subpage-hero {
		padding: 0 !important;
	}
	body .subpage-hero h6 {
	    margin: 0 auto;
	}
	body .blog.single .single-post-content-wrap {
	    margin-bottom: 16px;
	}
	body .blog.single div.single-cats {
		margin-bottom: 16px;
	}
	body .blog.single div.single-tags {
		margin-bottom: 16px;
	}
	body .blog #secondary {
    	display: none;
	}
	#locationSlider .slide-container {
		margin-bottom: 35px;
	}
	.bakery .vc_row.take-advantage {
	    padding-top: 40px !important;
	}
	body h1,
	.default-header h2,
	.default-header h5,
	body #HomeSlick h2:not(.h1-size),
	body #HomeSlick h2.h1-size {
	    text-align: center;
	    line-height: 38px;
	    font-size: 30px;
	    display: block;
	}
	.slide-text h6 {
		text-align: center;
	}
	.slide-text {
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	}
	.slide-text a.btn-bt {
		max-width: 230px;
	}
	.woocommerce .related ul.products li.product a h2 {
	    line-height: 26px;
	    font-size: 18px;
	}
	body.checkout form.checkout.woocommerce-checkout {
		flex-direction: column;
	}
	div#customer_details {
	    margin-right: 0 !important;
	    margin-bottom: 35px;
	    width: 100%;
	}
	div#right_order_details {
		margin-left: 0 !important;
	    width: 100%;
	}
	footer .textwidget {
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	    display: flex;
	}
	ul#menu-footer,
	p.centipad {
	    text-align: center;
	}
	body footer a.btn-bt.default {
	    min-width: 260px !important;
	}
	i.icon-location.footer-icon,
	i.icon-clock.footer-icon {
	    display: none;
	}
}

@media (max-width: 768px) {
	.top-widget h4 {
		display: none;
	}
	.bakery div.vc_row .team-inner {
	    justify-content: space-between;
	    flex-direction: row;
	    align-items: center;
	    flex-wrap: wrap;
	    display: flex;
	}
	.bakery .team-inner .wpb_column {
		width: 48%;
	}
	body h1,
	.default-header h2,
	.default-header h5,
	body #HomeSlick h2:not(.h1-size),
	body #HomeSlick h2.h1-size {
	    line-height: 28px;
	    font-size: 20px;
	}
	.default-header h2,
	.default-header h5,
	body #HomeSlick h2:not(.h1-size),
	body #HomeSlick h2.h1-size {
		margin-bottom: 5px;
	}
	body.woocommerce .related.products ul.products,
	body.woocommerce-page .related.products ul.products {
	    align-items: center !important;
	}
	body.single-product.woocommerce .related.products ul.products li,
	body.single-product.woocommerce-page .related.products ul.products li {
		padding: 24px !important;
	}
	body.single-product.woocommerce ul.products.columns-3 li.product {
		width: 100% !important;
	}
	body.woocommerce .related.products ul.products li.product,
	body.woocommerce-page .related.products ul.products li.product {
		margin-bottom: 35px;
	}
	body.woocommerce table.shop_table_responsive tr:nth-child(2n+1) td,
	body.woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
		background: unset !important;
	}
	body #content .shop_table.cart td {
	    padding-bottom: 10px;
	    padding-top: 10px;
	}
	div.cart_totals {
	    display: inline-block;
	}
	body.checkout .woocommerce-form-coupon-toggle .woocommerce-info,
	body.single.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
		flex-direction: column;
	}
	a.showcoupon {
    	margin-top: 13px;
	}
	form.checkout_coupon p:nth-child(2) {
	    margin-right: 0%;
	    width: 100%;
	}
	form.checkout_coupon p:nth-child(3) {
	    margin-left: 0%;
	    width: 100%;
	}
}

@media (min-width: 668px) and (max-width: 768px) {
	body.woocommerce .related.products ul.products[class*=columns-] li.product,
	body.woocommerce-page .related.products ul.products[class*=columns-] li.product {
		padding:  24px !important;
	}
}

@media (max-width: 589px) {
	body .woocommerce ul.products[class*=columns-] li.product,
	body .woocommerce-page ul.products[class*=columns-] li.product {
	    margin-right: auto;
        margin-left: auto;
	}
}

@media (max-width: 480px) {
	.bakery .home-hero.shop-hero {
		background: url('/wp-content/uploads/2022/05/hero-shop-mobile.jpg') !important;
		background-position: top left !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	.bakery .team-outer .container {
    	max-width: 330px;
	}
	.bakery .team-inner .wpb_column {
		width: 100%;
	}
	.top-widget {
		background-color: none;
		background: none;
	}
	.top-widget ul.social li a i {
	    transition: all 0.3s ease-in-out;
	    color: var(--light1);
	}
	.top-widget a.icon-btn span.icon-btn-text {
	    display: none;
	}
	.top-header .logo .site-branding a img {
    	height: 60px !important;
	}
	body .top-header a.btn-bt.default {
	    padding: 10px 1%;
	    min-width: 170px;
	}
	#locationSlider .slide-container {
	    min-height: 255px;
	    max-width: 255px;
	}
	.deals .vc_inner .wpb_content_element .wpb_wrapper {
	    height: 208px;
	}
	.deals .vc_inner .wpb_content_element .wpb_wrapper h3 {
	    line-height: 28px;
		font-size: 22px;
	}
	.testimonials-opacity .wpb_content_element {
	    margin-bottom: 24px;
	}
	.testimonials-opacity .wpb_content_element img {
    	margin-bottom: 24px !important;
	}
	footer .textwidget {
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	    display: flex;
	}
	ul#menu-footer {
	    text-align: center;
	}
	body footer a.btn-bt.default {
	    min-width: 260px !important;
	}
	i.icon-location.footer-icon,
	i.icon-clock.footer-icon {
	    display: none;
	}
	.large-slant-row a.btn-bt {
		margin: 12px auto 0 auto !important;
		width: 100%;
	}
	.testimonials-opacity a.btn-bt,
	.deals a.btn-bt.default,
	.take-advantage a.btn-bt,
	.fifty-fifty a.btn-bt {
		width: 100%;
	}
	/*body h1,*/
	/*.default-header h2,
	.default-header h5 {
	    line-height: 54px;
	    font-size: 48px;
	}*/
	body .home-hero h1 span {
	    line-height: 42px;
	    font-size: 36px;
	}
	body .subpage-hero h1 {
	    margin-bottom: 12px;
	    line-height: 39px;
	    font-size: 32px;
	}
	body .wpb_row.top-cta h2,
	body:not(.home) .fifty-fifty h2 {
	    margin-bottom: 8px;
	    line-height: 30px;
	    font-size: 24px;
	}
	.default-header h1,
	.default-header h2,
	.default-header h5 {
	    line-height: 32px;
	    font-size: 24px;
	}
	body .bottom-cta h2 {
	    line-height: 36px;
	    font-size: 30px;
	}
	body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text,
	body #content li.vc_tta-tab a span.vc_tta-title-text {
		letter-spacing: 0px;
		text-transform: uppercase;
	}
	body #content #primary .post-text-wrap h2.archive-post-title {
	    margin-bottom: 8px;
	    line-height: 28px;
	    font-size: 22px;
	}
	body .blog.single h1.single-post-title {
		line-height: 30px;
		font-size: 24px;
	}
	body #content .blog.single p.author {
    	line-height: 16px;
    	font-size: 16px;
	}
	.header-button a.btn-bt.default.btn-default {
	    display: none;
	}
	.take-advantage h2.tt-none,
	.take-advantage p {
	    text-align: center !important;
	}
	body .deals h5 {
	    letter-spacing: 0px;
	}
	.bakery .woocommerce ul.products li.product a h2,
	.woocommerce .related ul.products li.product a h2 {
	    line-height: 28px;
	    font-size: 20px;
	}
}

.woocommerce-store-notice__dismiss-link {
  color: #000 !Important;
}

/* Rev Slider Css for Home Page Slider */

.text-box-content-rev-slider h1.hero,
.text-box-content-rev-slider h2.hero,
.text-box-content-rev-slider h6.hero,
.text-box-content-rev-slider h2.like-h1-hero {
  font-family: BarlowCondensed-Bold, sans-serif;
    text-shadow: var(--bluetextshadow);
  color: var(--light1);
}

.text-box-content-rev-slider h1.hero, .text-box-content-rev-slider h2.like-h1-hero {
    font-size: 64px;
	text-transform: capitalize;
    line-height: 60px !important;
}

.text-box-content-rev-slider h6.hero {
    line-height: 18px !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.text-box-content-rev-slider a.btn-bt.default {
    text-align: center !important;
}

@media (min-width: 980px) {
	.text-box-content-rev-slider h2.hero {
   	 	max-width: 480px;
    	line-height: 50px !important;
	}
}

@media (max-width: 979px) {
   .text-box-content-rev-slider h1.hero, .text-box-content-rev-slider h2.hero, .text-box-content-rev-slider h6.hero, .text-box-content-rev-slider h2.like-h1-hero {
        text-align: center !important;
    }
    
    .text-box-content-rev-slider a.btn-bt.default {
        text-align: center !important;
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }
    
    .text-box-content-rev-slider h2.hero {
        font-size: 24px;
		line-height: 24px !important;
     }
     
    .text-box-content-rev-slider h1.hero, .text-box-content-rev-slider h2.like-h1-hero {
             font-size: 30px;
        line-height: 30px !important;
    }
}

@media (max-width: 480px) {
   .text-box-content-rev-slider h2.hero {
        font-size: 22px;
        padding-top: 10px !important;
	    line-height: 24px !important;
    }
	
	.text-box-content-rev-slider h6.hero {
    	line-height: 22px !important;
	}
}

/* Fix On Sale Icons - CL */
body ul.products li.product.sale span.onsale,
body.single-product.woocommerce-page .onsale {
    background: #32e4fe !important;
    padding: 14px 16px 18px;
    line-height: 0.85;	
}
body ul.products li.product.sale span.onsale {
	font-size: 22px;
}
body.single-product.woocommerce-page .onsale {
    font-size: 26px;
}
@media (max-width: 979px) {
	body ul.products li.product.sale span.onsale,
	body.single-product.woocommerce-page .onsale {
		background: #32e4fe !important;
		padding: 14px 16px 18px;
		line-height: 0.85;
	}	
	body ul.products li.product.sale span.onsale {
		font-size: 16px;
	}
	body.single-product.woocommerce-page .onsale {
		font-size: 18px;
	}
}
/* END Fix On Sale Icons - CL */