/* 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: #c70000;     /* green */
	--accent2: #2274a5;     /* blue */
	--light1: #FFFFFF;      /* white */
	--light2: #f9f8f5;      /* super light grey */
	--light3: #ebe7e0;      /* light grey */
	--dark1: #5e5c5c;       /* dark blue */
	--dark2: #413f3f;       /* darker grey */
	--dark3: #000000;       /* black */
	--dark4: #2E2E2E;       /* dark grey */
	--uihover: #c7000066;   /* green opacity */
	--dark1_75: #5e5c5cBF;	/* dark1 @ 75% opacity */
	--light1_50: #FFFFFF80; /* light1 @ 50% opacity */
	--bluetextshadow: 2px 2px 0 var(--dark1); /* blue text shadow (home h1) */

	/* font family vars */
	--BarConB: 'Roboto Condensed', sans-serif;
	--BarConSB: 'Roboto Condensed', sans-serif;
	--BarConM: 'Roboto Condensed', sans-serif;
	--BarReg: 'Roboto Condensed', sans-serif;
}

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

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

ul#left-menu li a, ul#right-menu li a, nav ul#top-menu li a {
	font-family: "Roboto Condensed", sans-serif !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Orbitron", sans-serif !important;
	font-weight: 700;
}
body, body p, body li, body span, span.vc_tta-title-text {
	font-family: "Roboto", sans-serif !important;
}
a.btn-bt, a.icon-btn span, form label, .gform_footer input[type="submit"], button {
	font-family: "Roboto Condensed", sans-serif !important;
}

.home-hero h1,
.home-hero h6,
.subpage-hero h1,
.subpage-hero h6 {
    text-shadow: var(--bluetextshadow);
}
.home-hero .promo-heading {
	background-color: var(--dark1_75);
}
.home-hero .promo-description {
	background-color: var(--dark1);
}
body .subpage-hero h1,
body .subpage-hero h6 {
    color: var(--light1);
}
footer#footer {
	background-color: var(--dark2);
}
.row.copyright {
	background-color: var(--dark4);
}
footer h6 {
	color: var(--light1);
	margin-bottom: 16px;
}
.default-header h1,
.default-header h2 {
	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);
    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);
}

.light1.choose-your-plan-columns h3 {
	color: var(--accent1);
    font-size: 18px;
    margin-bottom: 15px;
}

.vc_row.wpb_row.light1.choose-your-plan-columns .container {
    max-width: 100%;
}
body #content h2.specials {
    color: var(--accent1);
    font-size: 32px;
    line-height: 55px;
}

.add-box-shadow {
	box-shadow: 1px 1px 20px rgba(0,0,0,0.3);
}

body #content .bottom-cta h2 {
    font-size: 52px;
    line-height: 52px;
}

body #content .fifty-fifty h2.light1 {
    color: var(--light1);
}

@media (min-width: 980px) {
	.choose-your-plan-columns .wpb_column.vc_column_container.vc_col-sm-4 {
    	padding: 0px 15px;
	}
	.special-bottom {
    	display: flex;
    	justify-content: flex-start;
    	width: 100%;
	}
	p.twa-phone {
    	display: none;
	}
	.top-widget-text-left {
		margin-left: 15px;
	}
	a.btn-bt.default.space-left {
    	margin-left: 20px;
	}
}

/* accordion/tab color scheme fix */


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: #DD6666;
}
/* 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  */

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

footer .widget a.border-btn-light,
body #content a.border-btn-light,
a.border-btn-light {
	transition: all 0.3s ease-in-out;
	border: 3px solid var(--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: 14px;
	font-weight: 700;
}
footer .widget a.border-btn-light:hover,
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 a.border-btn-accent1 {
	transition: all 0.3s ease-in-out;
	border: 3px solid var(--accent1);
	background-color: #24be4a00;
	text-decoration: none;
	display: inline-block;
	color: var(--dark3);
	border-radius: 3px;
    text-align: center;
    padding: 10px 4%;
    min-width: 200px;
    font-size: 14px;
	font-weight: 700;
}
body #content a.border-btn-accent1:hover {
	transition: all 0.3s ease-in-out;
	background-color: #DD6666;
}
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: 14px;
	font-weight: 700;
}
body a.btn-bt.alternate {
	padding: 10px 4%;
	min-width: 200px;
	font-size: 14px;
	font-weight: 700;
}
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.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: var(--accent1);
}
a.icon-btn:hover i::before {
	transition: all 0.3s ease-in-out;
	color: #DD6666;
}
a.icon-btn span.icon-btn-text {
	transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px 3px #222;
    align-items: center;
	background: var(--accent1);
    font-size: 14px;
    padding: 0 22px;
    display: flex;
    height: 100%;
    color: #FFF;
	font-weight: 700;
}
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-col-4 p.footer-button {
    margin-top: 10px;
}
.vc_col-sm-3.span3.footer-col-2 h6 {
    font-family: 'Roboto' !important;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
p.footer-address {
    font-size: 12px !important;
}
nav.menu-footer-container li a {
    font-size: 12px;
}
body #content a:hover, footer i.icon-location,
footer#footer a:not(.ab-item):not(.btn-bt):hover {
	color: var(--accent1)
}
.grecaptcha-badge {
    margin-bottom: 150px;
}
ul#menu-footer {
    list-style: none;
    padding-left: 0;
/*    flex-wrap: wrap;
    display: flex;*/
}
/*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;
}

@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 {
    margin-bottom: -64px !important;
    padding: 0 !important;
    max-width: unset;
    margin: 0 auto;
    height: 774px;
    width: 100%;
}

.hero-text h1 {
    max-width: 800px;
    margin: 0 auto;
}

.vc_row.wpb_row.light1 h4, h5 {
	color: var(--accent1)
}

@media (max-width: 1440px) {
	.bakery .home-hero .hero-text {
	    height: 579px;
	}
}

@media (max-width: 1024px) {
	.bakery .home-hero .hero-text {
	    height: 410px;
	}
}

@media (max-width: 979px) {
	.bakery .home-hero .hero-text {
		margin-bottom: 0 !important;
	    display: flex !important;
	    justify-content: center;
	    align-items: center;
	    height: 382px;
	}
}

@media (max-width: 768px) {
	.bakery .home-hero .hero-text {
		background-position: top center !important;
	    height: 306px;
	}
}

.bakery .home-hero .hero-text .vc_column-inner,
.bakery .home-hero .hero-promo .vc_column-inner {
    padding: 0 !important;
}

body .home-hero h1 span {
    font-family: var(--BarConB);
    display: inline-block;
	line-height: 32px;
    font-size: 32px;
	font-family: "Orbitron", sans-serif !important;
}
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: 32px;
}

@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;
}
body .hero-promo .promo-description p:not(:last-child) {
    margin-bottom: 20px;
}
h2 img {
	margin-right: 40px;
	max-height: 36px;
    width: auto;
}
h4 img {
	margin-right: 18px;
	max-height: 36px;
    width: auto;
}
.partners .wpb_column {
	justify-content: center;
	align-items: center;
	display: flex;
}
body #content a.second-button {
	margin-left: 0px;
}
.fifty-fifty.small-slant-row img {
    margin: 20px 25px 16px 0;
    max-height: 36px;
    width: auto;
}
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: 0px;
    line-height: 32px;
	font-size: 22px;
	font-weight: 700;
}

body:not(.home) .fifty-fifty h2 {
    font-size: 28px;
    line-height: 36px;
	color: var(--accent1);
	margin-bottom: 12px;
}

@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 {
    max-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 {
    max-height: 326px;
    width: auto;
}

/* deals/specials (the 2 promo boxes) */
.deals .vc_inner .wpb_content_element .wpb_wrapper {
	justify-content: space-between;
	padding: 24px 4% 16px 4%;
	flex-direction: column;
	align-items: center;
	display: flex;
	height: 335px;
}

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

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

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

/* /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 {
	text-shadow: var(--bluetextshadow);
}

body .default-header h1 {
	text-align: center;
}

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

.home .bottom-cta-1 .container {
    height: 70%;
}

@media (min-width: 980px) {
	.bakery .bottom-cta-1 {
	    height: 650px;
	    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;
	text-align: center;
}
body .bottom-cta h6 {
	text-shadow: var(--bluetextshadow);
	color: var(--light1);
	margin-bottom: 24px;
    line-height: 24px;
    margin-top: 16px;
    font-size: 18px;
	text-align: center;
	font-family: 'Roboto' !important;
}
body .bottom-cta p {
	text-align: center;
}

/* @media (max-width: 979px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 301px; }}
 */
@media (max-width: 480px) {
	.bakery .bottom-cta-1:not(.bottom-cta-2) {
/* 		background: url('/wp-content/uploads/2024/02/bottom-cta-new-mobile.jpg') !important; */
		background-position: top center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		height: 450px;
	}
	body #content .bottom-cta h2 {
    	font-size: 32px;
    	line-height: 32px;
	}
	.home .bottom-cta-1 .container {
    	height: 100%;
	}
	body .bottom-cta h6 {
	font-size: 16px;
	line-height: 16px;
	}
	.home-hero span.smaller {
    	padding: 0px 30px;
	}
}

@media (max-width: 440px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 450px; }}
@media (max-width: 414px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 450px; }}
@media (max-width: 375px) { .bakery .bottom-cta-1:not(.bottom-cta-2) { height: 450px; }}

/* /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;
    max-height: 69px;
    width: auto;
}
body .subpage-promos p {
	color: var(--light1);
}
body .bakery .subpage-promos p:not(:last-child) {
    margin-bottom: 20px;
}

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

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

.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 {
    max-height: 48px;
}
.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: 20px;
    font-weight: 700;
}
.dark1 h4 {
    color: var(--light1);
}
.light2 h4, .light1 h2 {
    color: var(--accent1);
}
ul.ac-repair {
    margin-bottom: 15px;
}
ul.ac-repair li{
    padding: 15px 0px;
}
.accent2 h4, .accent2 ul li, .accent2 p, .accent2 span.strong {
    color: #ffffff;
}

ul.ac-repair-img {
    list-style: none;
	padding-left: 0px !important;
}

 ul.ac-repair-img li:before {
	content: url('/wp-content/uploads/2024/08/circle-check-regular.png');
    background-size: contain;
    display: block;
	 padding-right: 30px;
} 

ul.ac-repair-img li {
    display: flex;
    align-items: center;
	padding: 10px 0px;
}
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;
	max-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;
	max-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 */

/* Resources Page */

@media (min-width: 980px) {
	.bakery .wpb_row.long-info-halves-outer,
	.bakery .wpb_row.long-info-full,
	.bakery .wpb_row.top-blurb,
	.bakery .wpb_row.fw-blurb {
		padding: 60px 0;
	}
	.tabs .vc_col-sm-4:nth-child(1) {
		padding-right: 2%;
	}
	.tabs .vc_col-sm-4:nth-child(2) {
		padding: 0 1%;
	}
	.tabs .vc_col-sm-4:nth-child(3) {
		padding-left: 2%;
	}
	.tabs .vc_col-sm-4 img {
		height: 60px;
		width: auto;
	}
	.hero-promo .wpb_column.vc_column_container.vc_col-sm-4 {
    	min-height: 292px;
	}
	.wpb_text_column.wpb_content_element.promo-description.mb0.contact-us p:first-child {
    	padding-bottom: 19px;
    	margin-bottom: 0px;
	}
	.wpb_text_column.wpb_content_element.promo-description.mb0.contact-us a.border-btn-light.btn-bt {
		margin-top: 26px;
	}
}

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

.long-info-halves-outer h3,
.top-blurb h2 {
	color: var(--accent1);
}

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

/* Privacy Policy */

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

/* END Privacy Policy */

/* Search */

body.search .default-header {
    background-image: url(/wp-content/uploads/2024/08/header-default@2x-scaled.jpg);
}

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

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

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

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

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

/* END Search */

.dark2.fifty-fifty h2 {
    color: #ffffff !important;
}
.home-hero p {
    color: #ffffff;
    font-weight: 800;
	font-size: 18px;
}
.copyright-text p {
	font-size: 12px;
}

a.border-btn-accent1.btn-bt.second-button:hover {
    color: #ffffff !important;
}
/* RESPONSIVE */

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

@media (max-width: 979px) {
	.deals .vc_inner .wpb_content_element .wpb_wrapper {
		height: 400px;
	}
	.vc_row.wpb_row.light1.synchrony {
    	padding-bottom: 10px;
	}
	.light1.choose-your-plan-columns h3 {
    	margin-top: -15px;
    	margin-bottom: 0px;
	}
	.deals .vc_inner .wpb_content_element .wpb_wrapper {
    	align-items: baseline;
	}
	body .hero-promo .promo-description {
    	padding-top: 0px;
	}
	.flip-mobile .container {
		display: flex;
		flex-direction: column-reverse;
	}
	.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 {
    	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;
	}
	.synchrony h4 {
		text-align: center;
	}
    footer .textwidget {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        display: flex;
    }
	ul#menu-footer {
        text-align: center;
    }
	i.icon-location.footer-icon {
        display: none;
    }
	.nap-info .container {
    	display: flex;
    	flex-direction: column-reverse;
	}
	.nap-info .form-col.col-bg-dark1.wpb_column.vc_column_container.vc_col-sm-6 {
    	text-align: center;
	}
}

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

@media (max-width: 480px) {
	body h2 {
    	font-size: 22px;
    	line-height: 22px;
	}
	.long-info-halves-outer h3, .long-info-full h3, .tabs h3 {
    	margin-bottom: 0px;
    	line-height: 30px;
    	font-size: 18px;
	}
	ul.ac-repair-img li:before {
		content: url('/wp-content/uploads/2024/08/circle-check-regular-mobile.png');
	}
	.top-blurb h2, .long-info-halves-outer h2, .long-info-full h2, .fw-blurb h2, .tabs h2 {
    	line-height: 22px;
    	font-size: 22px;
	} 
	body .hero-promo h2 {
        line-height: 22px;
        font-size: 22px;
    }
	.special-bottom a.btn-bt.default {
    	min-width: 130px;
	}
	body #content h2.specials,
	body.home .wpb_row:not(.home-hero):not(.hero-promo) h2 {
        font-size: 20px;
        line-height: 20px
	}
	.bakery .team-outer .container {
    	max-width: 330px;
	}
	.bakery .team-inner .wpb_column {
		width: 100%;
	}
	.top-widget {
		background-color: none;
		background: none;
	}
	.top-widget ul.social li a i {
	    transition: all 0.3s ease-in-out;
	    color: var(--light1);
	}
	.top-widget a.icon-btn span.icon-btn-text {
	    display: none;
	}
	.top-header .logo .site-branding a img {
    	height: 35px !important;
	}
	body .top-header a.btn-bt.default {
	    padding: 10px 1%;
	    min-width: 130px;
	}
	#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 {
	    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 {
	    line-height: 50px;
	    font-size: 44px;
	}
	body .home-hero h1 span {
	    line-height: 22px;
	    font-size: 22px;
	}
	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: 21px;
	    font-size: 21px;
	}
	.default-header h2,
	.default-header h1 {
	    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;
	}
	body h4 {
    	font-size: 20px;
    	line-height: 20px;
		margin-bottom: 15px;
	}
	body h5 {
    	font-size: 18px;
    	line-height: 20px;
	}
}