/* 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: #0e3b70;     /* DK BLUE */
	--accent2: #51698B;     /* blue */
	--light1: #FFFFFF;      /* white */
	--light2: #f5f5f5;      /* super light grey */
	--light3: #EAEAEA;      /* light grey */
	--dark1: #1A2940;       /* dark blue */
	--dark2: #323A45;       /* darker grey */
	--dark3: #131922;       /* black */
	--dark4: #131922;       /* dark grey */
	--uihover: #0e3b7066;   /* BLUE opacity */
	--dark1_75: #1A2940BF;	/* dark1 @ 75% opacity */
	--light1_50: #FFFFFF80; /* light1 @ 50% opacity */
	--bluetextshadow: 2px 2px 0 var(--dark1); /* blue text shadow (home h1) */

	/* font family vars */
	--BarConB: 'Oswald', sans-serif;
	--BarConSB: 'Oswald', sans-serif;
	--BarConM: 'Oswald', sans-serif;
	--BarReg: 'Oswald', 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  */

span#input_1_7_5_container {
    width: 100%;
    padding-right: 0px !important;
}

body h1, body h2, body h3, body h4, body h5, body h6, a.btn-bt, a.icon-btn span,  .gform_footer input[type="submit"], button, span.vc_tta-title-text {
	 font-family: "Oswald", sans-serif !important;
	 font-weight: 700 !important;
}
ul#left-menu li a, ul#right-menu li a, nav ul#top-menu li a,
body, body p, body li, body span,  form label {
	font-family: "Exo", sans-serif;
}
.topbutton        { bottom: 130px !important; right: 14px !important; }
.grecaptcha-badge { bottom: 60px !important;                          }
html              { scroll-behavior: smooth;                          }



@media (max-width: 979px) {
	.topbutton        { bottom: 179px !important; }
	.grecaptcha-badge { bottom: 108px !important; }
}

@media (min-width: 980px) {
    .vertical-align {
        align-items: center;
        display: flex;
    }
	li.vc_tta-tab {
    border-right: 3px solid #51698b;	
	}
	li.vc_tta-tab:last-child {
    	border-right: none;
	}
}

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

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

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

/*body.search-results #content a.more-link,*/
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: 18px;
}
/*body.search-results #content a.more-link:hover,*/
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: #273F64;
	color: var(--light1);
}
body.search-results #content a.more-link,
body #content a.border-btn-accent1 {
	transition: all 0.3s ease-in-out;
	border: 3px solid var(--accent1);
	background-color: #0e3b7000;
	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.search-results #content a.more-link:hover,
body #content a.border-btn-accent1:hover {
	transition: all 0.3s ease-in-out;
	background-color: #0e3b7066;
}
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.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: #1a2940;
}
a.icon-btn:hover i::before {
	transition: all 0.3s ease-in-out;
	color: #0e3b70;
}
a.icon-btn span.icon-btn-text {
	transition: all 0.3s ease-in-out;
    text-shadow: 1px 1px 3px #222;
    align-items: center;
	background: #1a2940;
    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-col-4 p.footer-button {
    margin-top: 22px;
}
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;
}
.home-hero h1 {
    text-align: center !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.bakery .home-hero .hero-text {
    margin-bottom: -64px !important;
    padding: 0 !important;
    max-width: unset;
    margin: 0 auto;
    height: 774px;
    width: 100%;
}

@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: 100%;
		padding: 20px 0px !important;
	}
}

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

@media (min-width: 980px) {
	.bakery .home-hero .hero-promo .vc_column-inner {
		min-height: 320px;
	}
	body .hero-promo .promo-description {
    	min-height: 255px;
	}
}

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: 18px;
}

@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: 12px;
}
.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: 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 {
    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 */
}

/* gallery row - slideanything */
.bakery .gallery-row .container {
	max-width: 94%;
	margin: 0 auto;
}
.bakery .gallery-row .sa_hover_fullslide {
    width: 94% !important;
}

/* take advantge row */
body .bakery .take-advantage p:not(:last-child) {
	margin-bottom: 24px;
}
.take-advantage img {
    max-height: 326px;
    width: auto;
}

/* FAQ faq row */
section.faq-section {
	padding: 0 !important;
	margin: 0 !important;
}
section.faq-section .wpb_row.accordion {
	padding: 100px 0 40px 0;
}

@media (max-width: 979px) {
	.bakery section.faq-section .wpb_row.accordion {
		padding: 60px 0 40px 0;
	}
}

@media (max-width: 480px) {
	#content .bakery section.faq-section .wpb_row.accordion {
		padding: 32px 0;
	}
}

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

/* home blog row */

.bakery .home-blogs .container {
	max-width: 1920px;
    width: 93%;
}
.bakery .wpb_row.home-blogs {
	padding: 50px 0 70px 0;
}
.bakery .home-blogs h2:not(.feat-post-title) {
	margin-bottom: 40px !important;
}

@media (min-width: 980px) {
	.home-blogs .featured-post {
	    justify-content: space-between;
	    align-items: flex-start;
	    display: flex;
	}
	.home-blogs .featured-post .flex:nth-child(1) {
		margin-right: 2%;
	}
	.home-blogs .featured-post .flex:nth-child(2) {
		margin-right: 1%;
		margin-left: 1%;
	}
	.home-blogs .featured-post .flex:nth-child(3) {
		margin-left: 2%;
	}
}

.home-blogs .featured-post .flex {
	background-color: var(--light1);
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    padding: 30px;
}
body .featured-post p.feat-post-content {
	margin-bottom: 10px !important;
}

.featured-post span.cat {
	font-family: var(--BarConB);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    color: var(--dark1);
    font-size: 12px;
}
body #content .featured-post p.author {
    font-family: var(--BarConM);
    text-transform: uppercase;
    align-items: center;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
}
body #content .featured-post p.read-more a.read-more-link {
	transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--dark1);
    font-size: 14px;
}

@media (max-width: 979px) {
	.home-blogs .featured-post .flex {
		margin-bottom: 35px;
	}
}

@media (max-width: 480px) {
	.bakery .wpb_row.home-blogs {
	    padding: 32px 0 40px 0;
	}
}

/* mid plax */

body #content .bakery .mid-plax h2 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 48px;
}
body #content .bakery .mid-plax p:not(:last-child) {
    margin: 0 auto 35px auto;
    line-height: 1.5;
    font-weight: 700;
    max-width: 705px;
    font-size: 20px;
}

@media (max-width: 480px) {
	body #content .bakery .mid-plax h2 {
	    margin-bottom: 18px;
	    line-height: 1.2;
	    font-size: 32px;
	}
	body #content .bakery .mid-plax p:not(:last-child) {
	    margin: 0 auto 30px auto;
	    font-size: 16px;
	}
}

/* parallax row  */

@media (min-width: 980px) {
	.wpb_row.add-parallax {
		height: 500px;
	}
}

/* map nap row  */

body .bakery .nap-col h3 {
	font-family: var(--BarConSB);
	margin-top: 24px;
	margin-bottom: 7px;
}
body #content .bakery .nap-col a {
	color: var(--dark3);
}
body #content .bakery .nap-col a:hover {
	color: var(--accent2);
}

@media (min-width: 980px) {
	body .bakery .map-col {
		padding-left: 0 !important;
	}
}

body .bakery .nap-col .vc_column-inner {
	padding: 60px 0;
}

.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.bakery .fifty-fifty .map-col .vc_column-inner .wpb_wrapper,
.bakery .fifty-fifty .wpb_gmaps_widget.wpb_content_element,
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper iframe {
    height: 100% !important;
}

/* 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(--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 {
	max-height: 54px;
	width: auto;
}

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

/* partners/logo row */

.partners-heading-row h4 {
	font-family: var(--BarReg);
    line-height: 1.2;
	font-size: 20px;
}
.partners img {
    max-height: 100%;
    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);
}

/* /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: 445px;
	    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;
}
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: 343px;
	}
}

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

/* /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 h3 {
    font-size: 28px;
    font-family: var(--BarConM);
    margin-bottom: 12px;
    line-height: 1.2;
}
body .fifty-fifty h2 {
	margin-bottom: 12px;
	line-height: 43px;
	font-size: 36px;
}
body .bakery  .wpb_row.fifty-fifty h2 {
    font-family: var(--BarConSB) !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    font-size: 36px !important;
}
.wpb_row.bg-pos-top-right,
.wpb_column.bg-pos-top-right .vc_column-inner {
	background-position: top right !important;
}

@media (min-width: 980px) {
	/* Applies Globally */
	.fifty-fifty .wpb_column {
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.fifty-fifty .image-col {
	min-height: 505px;
}
	.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  */

body #content .subpage-promos h2 a {
	color: var(--light1);
}
body #content .subpage-promos h2 a:hover {
	color: var(--accent1);
}

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

.carrier-logos-col img {
	margin: 10px 16px 10px 0;
}
.subpage-promos .wpb_text_column {
	background: var(--dark1);
    padding: 100px 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  */

.bakery .vc_row.flex-start {
	align-items: flex-start;
}
.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 .contact-form-row .form-col {
	min-height: unset;
}
body .wpb_row:not(.contact-form-row) 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: 36px 0 20px 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  */

/* /* Gallery */

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

.bakery .wpb_row.gallery-carousel-row {
	padding: 60px 0 !important;
}
.bakery .ug-tile-navigation-wrapper {
	top: 215px !important;
}
.ug-button-tile-navigation {
    background-color: var(--light1_50);
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
}
.ug-button-tile-navigation:hover {
    background-position: unset !important;
    background-color: var(--accent3);
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    border-radius: 3px !important;
}
.bakery .ug-gallery-wrapper * .ug-button-tile-navigation {
    transition: all 0.3s ease-in-out !important;
}

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

@media (max-width: 480px) {
	.gallery-carousel-row div.unite-gallery,
	.gallery-carousel-row div.unite-gallery .ug-carousel-wrapper {
		min-width: unset !important;
	}
}

/* END Gallery */

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

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

@media (min-width: 980px) {
	.contact-bottom-cta .container {
		max-width: 500px;
		margin: 0 auto;
	}
}

/* /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 {
		padding: 60px 0;
	}
	.bakery .wpb_row.fw-blurb {
		padding: 70px 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;
	}
}

@media (min-width: 1px) {
	.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
		background: var(--light1) !important;
	}
}

body .bakery .fw-blurb h3 {
    line-height: 1.5;
    font-size: 24px;
}
body #content .bakery .fw-blurb h3 a {
    color: var(--light1);
}
body #content .bakery .fw-blurb h3 a:hover {
    color: var(--accent2);
}

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

/* Global Search Results page */

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

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

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

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

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

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

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

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

/* Global Search Results page */

/* Privacy Policy */

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

/* END Privacy Policy */

/* RESPONSIVE */

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

@media (max-width: 979px) {
	.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 {
		padding: 12px 0 20px 0;
	}
	/*.bakery .top-cta h2 {
	    line-height: 0 !important;
	    font-size: 0 !important;
	    flex-direction: column;
	    color: var(--accent2);
	}*/
	.bakery .top-cta h2 {
    	line-height: 1.2 !important;
    	font-size: 24px !important;
    	flex-direction: column;
    	color: var(--light1);
	}
	.bakery a.top-cta-btn.icon-btn {
	    margin-top: 12px;
	    margin-left: 0;
	}
	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;
	}
}

@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) {
	.blog #content .blog {
	    padding: 0 !important;
	}
	.pb0-mobile {
		padding-bottom: 0 !important;
	}
	.pt0-mobile {
		padding-top: 0 !important;
	}
	body .bakery .nap-col .vc_column-inner {
	    padding: 24px 0 0 0;
	}
	.subpage-promos .wpb_text_column {
	    padding: 40px 0;
	}
	.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 {
	    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: 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 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;
	}
}