/* 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  */
@font-face {
            font-family: 'Arlen-Bold';
            src: url("/wp-content/themes/vds/fonts/Arlen/Arlen-Bold.otf") format("truetype");
            font-variant: normal;
            font-weight: normal;
        }
:root {
	/* color scheme vars */
	--accent1: #c4d600;     /* red tomato */
	--accent2: #0092bc;     /* faded denim blue */
	--light1: #FFFFFF;      /* white */
	--light2: #f5f5f5;      /* super light grey */
	--light3: #EAEAEA;      /* light grey */
	--dark1: #C4D600;       /* true blue */
	--dark2: #ff7f41;       /* slate */
	--dark3: #000000;       /* black */
	--dark4: #4A3041;       /* charcoal - NOT IN THEME OPTIONS */
	--uihover: #0092bc66;   /* faded denim blue opacity */
	--accent1_75: #c4d600BF;
	--dark1_75: #C4D600BF;	/* dark1 @ 75% opacity */
	--dark2_75: #ff7f41BF;	/* dark1 @ 75% opacity */
	--light1_50: #FFFFFF80; /* light1 @ 50% opacity */
	--bluetextshadow: 0px 0px 48px var(--dark3); /* black text shadow (home h1) */

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

	--RHDLight: 'Arlen-Light', sans-serif;
	--RHDReg: 'Arlen-Regular', sans-serif;
	--RHDMed: 'Arlen-Regular', sans-serif;
	--RHDSB: 'Arlen-Regular', sans-serif;
	--RHDBold: 'Arlen-Bold', sans-serif;
	--RHDExtraBold: 'Arlen-Bold', sans-serif;
	--RHDBlack: 'Arlen-Bold', sans-serif;

	--DCVDemiBold: 'Spicy-Rice', sans-serif;
	--DCVBold: 'Arlen-Regular', sans-serif;
}

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

label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-size: 12px;
    line-height: 14px;
	padding-left: 15px;
}
	input#input_54_7_1:after {
    left: 2px;
    top: 0px;
    width: 10px;
    height: 17px;
}
fieldset#field_54_7 .ginput_container.ginput_container_consent {
    width: 100%;
    display: flex;
}

.accent2 ul li {
	color: #ffffff;
}

/* Megamenu */

@media (min-width: 980px) {
	.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    	background-color: var(--dark4);
	}
	/* FOR ALWAYS SHOWING WHILE UNDER DEV */
	li.megamenu > .sub-menu {
/*	    display: block !important;*/
	}
	/* HIDE THE PLACEHOLDER SUB MENUS (THEY ARE ONLY THERE SO WE GET THE DROPDOWN ARROW ICON) */
	li.has-sub-placeholder:hover > ul.sub-menu,
	li.has-sub-placeholder > ul.sub-menu {
		display: none !important;
	}
	/* REMOVE ALL THE NAV RELATIVE POSITIONING SO WE CAN BREAK THE MEGAMENU <li> OUTSIDE OF THE NORMAL NAV BOUNDS */
	.navigation-top,
	.nav-and-button,
	nav#site-navigation,
	.primary-menu-container,
	ul#top-menu {
	    position: unset !important;
	}
	/* BREAK THE MEGANENU <li> OUT OF THE NAV AND MAKE IT FULL WIDTH */
	nav ul li.megamenu {
	    position: absolute !important;
	    width: 100% !important;
/* 	    top: 92px !important; */
	    left: 0 !important;
	    z-index: 0;
	}
	/* MAKE THE MEGA SUB MENUS 100% LIKE THE <li> (defaults to a theme option value) */
	li.megamenu > .sub-menu {
	    width: 100% !important;
	}
	/* PUT THE OTHER NAV ITEMS ON TOP OF THE HIDDEN MEGAMENU <li> */
	nav ul li {
		z-index: 1;
	}
	.header-button a {
        z-index: 99999;
    }
	/* HIDE MEGAMENU TEXT */
	li.megamenu > a {
	    visibility: hidden;
	}
	/* ADD Z-INDEX BACK TO MEGA MENU SO LINKS ARE CLICKABLE WHEN CLICK THE OTHERS TO DISPLAY IT */
	nav ul li.megamenu.re-index {
	    z-index: 1 !important;
	}
	/* PUT LOGO BACK ON TOP SO IT IS CLICKABLE */
	div.logo {
		z-index: 9999;
	}
	/* TUNNEL VISION LIST STYLES */
	li.megamenu > ul.sub-menu {
	    padding: 60px 10% !important;
	    display: flex !important;
	    opacity: 0;
	}
	li.megamenu.re-index > ul.sub-menu {
	    display: flex !important;
	    opacity: 1;
	}
	li.megamenu > ul.sub-menu li.menu-item-has-children::after {
		display: none;
	}
	li.megamenu > ul.sub-menu li > ul.sub-menu {
		display: block !important;
		margin-left: 0 !important;
		width: 100% !important;
		position: relative;
		left: 0 !important;
	}
	.top-header.left-right-header nav.hide-small-desktop li.megamenu ul.sub-menu > li:first-child > a {
		padding-top: 0 !important;
	}
	.top-header.left-right-header nav.hide-small-desktop li.megamenu > ul.sub-menu li > ul.sub-menu li a {
		width: max-content !important;
		padding-bottom: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		padding-top: 0 !important;
	}
	.top-header.left-right-header nav.hide-small-desktop li.megamenu > ul.sub-menu li > ul.sub-menu li {
		margin-bottom: 20px;
	}
	li.megamenu ul.sub-menu li ul.sub-menu li.menu-item-has-children::after {
		display: none !important;
	}
	li.megamenu ul.sub-menu li ul.sub-menu li ul.sub-menu {
		display: none !important;
	}
	ul#top-menu li.megamenu li.mega-heading > a {
		border-bottom: 3px solid var(--accent1);
		padding-left: 0 !important;
		text-transform: uppercase;
		color: var(--light1);
	}
	ul#top-menu li.megamenu li.mega-heading > ul.sub-menu {
		margin-top: 24px;
	}
	.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading > a,
	.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li.mega-heading:first-child > a  {
	     padding-top: 0 !important;
	}
	body .top-header.left-right-header nav.hide-small-desktop li.megamenu > ul.sub-menu li.mega-heading > a {
		padding-bottom: 14px !important;

	}
	ul#top-menu li.megamenu ul.sub-menu li ul.sub-menu li a {
		font-family: var(--RHDMed);
		font-size: 20px;
		line-height: 1;
	}
	li.megamenu > ul.sub-menu li.fourth {
		width: 25%;
	}
	li.megamenu > ul.sub-menu li.half {
		width: 50%;
	}
	li.megamenu > ul.sub-menu li.two-col ul.sub-menu {
		column-count: 2;
		display: flex;
	}
	li.megamenu > ul.sub-menu > li:nth-child(1) {
		margin-right: 2.5%;
	}
	li.megamenu > ul.sub-menu > li:nth-child(2) {
		margin-right: 1.25%;
		margin-left: 1.25%;
	}
	li.megamenu > ul.sub-menu > li:nth-child(3) {
		margin-left: 2.5%;
	}
	li.megamenu > ul.sub-menu li ul.sub-menu {
		background: transparent !important;
	}
	li.megamenu ul.sub-menu li.no-link > a {
		pointer-events: none;
	}
	li.megamenu > ul.sub-menu li ul.sub-menu li a {
		color: var(--dark2) !important;
	}
	li.megamenu > ul.sub-menu li ul.sub-menu li a:hover {
		color: var(--accent1) !important;
	}
	nav ul#top-menu li:not(.megamenu) ul.sub-menu {
	    background: var(--dark4);
	}
	nav ul#top-menu li:not(.megamenu) ul.sub-menu li a {
	    color: var(--light1) !important;
	}
	nav ul#top-menu li:not(.megamenu) ul.sub-menu li a:hover {
	    color: var(--accent1) !important;
	}
}

@media (max-width: 979px) {
	li.megamenu > a,
	li.megamenu > button.sub-menu-toggle {
		display: none;
	}
	li.megamenu > ul.sub-menu {
		padding-left: 0 !important;
		display: block !important;
	}
	ul#top-menu.mobile-menu > li.megamenu > ul.sub-menu li:not(:last-child) {
	    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	ul#top-menu.mobile-menu > li.megamenu > ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
}

/* END Megamenu */

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

.home-hero h1,
.home-hero h6,
.subpage-hero h1,
.subpage-hero h6 {
    text-shadow: var(--bluetextshadow);
}
.home-hero .promo-heading {
	background-color: var(--dark2_75);
}
.home-hero .promo-description {
	background-color: var(--dark1);
}

.mt-0 { margin-top: 0 !important }

body #content .bakery .wpb_row.accent1 h2,
body #content .bakery .wpb_row.accent1 h3,
body #content .bakery .wpb_row.accent1 p,
body #content .bakery .wpb_row.accent1 p a,
body #content .bakery .wpb_row.accent1 small,
body #content .bakery .wpb_row.accent1 li,
body .subpage-hero h1,
body .subpage-hero h6,
body #content .bakery .wpb_row.fifty-fifty.dark1 h3 a,
body #content .bakery .wpb_row.fifty-fifty.dark1 p a,
body #content .bakery .wpb_row.fifty-fifty.dark1 li a,
body #content .bakery .wpb_row.fifty-fifty.dark2 h2,
body #content .bakery .wpb_row.fifty-fifty.dark2 h3 a,
body #content .bakery .wpb_row.fifty-fifty.dark2 p a,
body #content .bakery .wpb_row.fifty-fifty.dark2 li a,
body #content .bakery .wpb_row.fifty-fifty.dark4 h2,
body #content .bakery .wpb_row.fifty-fifty.dark4 h3,
body #content .bakery .wpb_row.fifty-fifty.dark4 h4,
body #content .bakery .wpb_row.fifty-fifty.dark4 p,
body #content .bakery .wpb_row.fifty-fifty.dark4 p a,
body #content .bakery .wpb_row.fifty-fifty.dark4 li a {
    color: var(--light1);
}
body .wpb_row:not(.dark1):not(.dark3):not(.accent1):not(.accent2):not(.bottom-cta):not(.hero-text):not(.hero-promo) h2,
body .bakery .wpb_row.light1 h2,
body .bakery .wpb_row.light1 h3,
body .bakery .wpb_row.light1 h4,
body .bakery .wpb_column.light1 h2,
body .bakery .wpb_column.light1 h3,
body .bakery .wpb_column.light1 h4,
body #content .bakery .wpb_row.light1 h4 a,
body #content .bakery .wpb_column.light1 h4 a {
	color: var(--dark2);
}
body #content .bakery .wpb_row.light1 h4 a:hover,
body #content .bakery .wpb_column.light1 h4 a:hover {
	color: var(--accent2);
}
.top-widget .widget h4 {
	font-size: 24px;
	line-height: 1;
	font-family: "alkaline",sans-serif; 
}
footer#footer h2.widget-title {
	margin-bottom: 5px !important;
    color: var(--accent1);
    font-size: 16px;
	line-height: 26px;
	font-family: "Arlen-Bold", sans-serif;
}
body footer#footer .widget p,
body footer#footer .widget a:not(.ab-item):not(.btn-bt):not(.icon-btn),
body footer#footer .widget ul li,
body footer#footer .widget ul li a {
	font-size: 14px;
}
footer#footer .textwidget,
footer#footer .widget nav {
    margin-top: 0 !important;
}
p.footer-address {
    flex-direction: column;
    line-height: 24px;
    display: flex;
}
p.footer-address a.map-it-link {
	text-decoration: underline !important;
}
p.footer-phone {
    margin-top: 12px;
}

.top-widget {
    background: var(--accent2);
}
.row.copyright {
	background: var(--dark4);
}
.bakery .wpb_row.dark4 {
	background: var(--dark4);
}
p#copyright-p {
    line-height: 24px;
    font-size: 14px;
}
body p#copyright-p a {
    text-decoration: none;
}
nav ul.sub-menu {
	background: var(--light3);
}
.top-header.left-right-header ul#top-menu li {
    padding: 47px 11px;
}
/* slant row background positioning */
.bp-bottom-right .vc_column-inner { background-position: bottom right !important; }
.bp-bottom-left .vc_column-inner  { background-position: bottom left !important;  }
.bp-top-right .vc_column-inner    { background-position: top right !important;    }
.bp-top-left .vc_column-inner     { background-position: top left !important;     }
/* END slant row background positioning */

/* top anchor & recaptcha badge */
a.topbutton {
    bottom: 150px;
    right: 16px;
}
div.grecaptcha-badge {
	bottom: 80px !important;
}
a.topbutton i.icon-up-circled2 {
	transition: all 0.3s ease-in-out;
    color: var(--accent2) !important;
    opacity: 0.50;
}
a.topbutton i.icon-up-circled2:hover {
	transition: all 0.3s ease-in-out;
    color: var(--accent1) !important;
    opacity: 1;
}
/* END top anchor & recaptcha badge */

/* Home Video */
video#background-video {
	display: block;
    height: 100%;
    width: 100%;
}
/* END Home Video */

	body #content .accent2 a {
		color: var(--light1);
	}
	body #content .accent2 a:hover {
		color: var(--accent1);
	}
	
footer#footer p.footer-phone {
    color: var(--light1);
    line-height: 1;
}

@media (max-width: 980px) {
	footer#footer p.footer-phone {
    	padding-top: 15px;
	}
}

footer#footer {
	background-color: var(--dark4);
}
footer#footer .vc_col-sm-3.span3.footer-col-4 h2.widget-title {
    font-family: 'alkaline', sans-serif;
	font-size: 24px
}
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%;
}
body .wpb_row.accent1 hr.line {
	border-bottom: 2px solid var(--light1);
	margin: 0 auto 25px auto;
	max-width: 95%;
}
.wpb_row.dark1 h2,
.wpb_row.dark1 h3,
.wpb_row.dark1 p,
.wpb_row.dark1 li {
	color: var(--light1);
}
#locationSlider .slide-container {
/*	background-color: var(--light1);*/
}
body div#locationSlider h3 {
	text-shadow: 0px 0px 10px var(--dark3);
	font-family: var(--DCVDemiBold);
    line-height: 28px;
	font-size: 28px;
}
body div#locationSlider h3,
body div#locationSlider p a {
	text-decoration: none;
	color: var(--light1);
}
.bakery .wpb_column.dark1_75 {
	background-color: var(--accent2);
}

footer#footer a.btn-bt.default {
    background-color: var(--accent1);
	color: var(--dark4);
}

footer#footer a.btn-bt.default:hover {
	background-color: var(--accent1_75);
}

/* Mobile Background Images */
@media (max-width: 480px) {
	/* pre-video */
	.bakery .home-hero .hero-text {
/* 		background: url(/wp-content/uploads/2023/11/absolute-aluminum-home-hero-mobile.jpg) !important; */
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		padding-right: 5%;
		padding-left: 5%;
		width: 100%;
	}
	.wpb_row.home-locations-plax {
		background: url(/wp-content/uploads/2023/11/locations-row-bg-mobile.jpg) !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	    background-size: cover !important;
	}
	.vc_section.testimonials {
		background: url(/wp-content/uploads/2023/11/testimonials-mobile.jpg) !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	    background-size: cover !important;
	}
	.wpb_row.home-bottom-cta {
		background: url(/wp-content/uploads/2023/11/bottom-cta-new.jpg) !important;
	    background-repeat: no-repeat !important;
	    background-position: center !important;
	    background-size: cover !important;
	}
}
/* END Mobile Background Images */

/* 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(--light1);
}
/* IDLE BACKGROUND COLOR */
body #content .bakery li.vc_tta-tab a,
body #content .bakery div.vc_tta-panel-heading {
    background: var(--dark2);
}
/* 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(--accent1);
}
/* 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: 18px;
}
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: #C2131A00;
	text-decoration: none;
	display: inline-block;
	color: var(--dark3);
	border-radius: 3px;
    text-align: center;
    padding: 10px 4%;
    min-width: 200px;
    font-size: 18px;
}
body #content a.border-btn-accent1:hover {
	transition: all 0.3s ease-in-out;
	background-color: #C2131A66;
}
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 */

@media (min-width: 980px) {
	ul.sub-menu li > ul.sub-menu,
	ul.sub-menu li > ul.sub-menu li ul.sub-menu {
	    display: none;
	}
	ul.sub-menu li:hover ul.sub-menu,
	ul.sub-menu li ul.sub-menu li:hover ul.sub-menu {
	    position: absolute;
	    display: block;
	    right: -225px;
	    top: 0;
	}
	ul.sub-menu li.menu-item-has-children:first-child::after {
		top: 8px;
	}
	ul.sub-menu li.menu-item-has-children::after {
	    transform: rotate(-90deg);
		font-family: 'fontello';
	    position: absolute;
	    font-weight: 700;
	    content: '\f107';
	    font-size: 16px;
	    right: 5%;
	    top: 2px;
	}
}

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:not(.btn-default) {
	padding: 17px 1%;
	min-width: 250px;
	font-size: 26px;
	line-height: 1;
}
body.search-results div.entry-content a.more-link {
	transition: all 0.3s ease-in-out !important;
	font-family: var(--DCVDemiBold);
	color: var(--light1) !important;
	padding: 17px 1% !important;
	background: var(--accent1);
	text-transform: capitalize;
    border-radius: 8px;
	letter-spacing: 0;
    min-width: 215px;
    font-size: 26px;
    line-height: 1;
	border: none;
}
body.search-results div.entry-content a.more-link:hover {
	transition: all 0.3s ease-in-out !important;
    background: #c2131a66 !important;
    color: var(--light1) !important;
	border: none !important;
}
.header-button a.btn-bt.default.btn-default {
	font-family: Arlen-Regular, sans-serif;
	padding: 17px 1%;
	min-width: 215px;
	font-size: 26px;
	line-height: 1;
}
body a.btn-bt.alternate {
	color: var(--light1) !important;
	background: var(--accent2);
	padding: 17px 1%;
	min-width: 250px;
	font-size: 26px;
	line-height: 1;
	border: none;
}
body.home .bakery .hero-promo a.btn-bt.alternate {
	min-width: 180px;
}

.accent2 h2 {
    color: var(--accent1);
}

.accent2 p, .accent2 h3, .accent2 ul li {
	color: var(--light1)
}

@media (max-width: 1440px) {
	.header-button a.btn-bt.default.btn-default,
	body #content .gform_footer input[type="submit"],
	body a.btn-bt.default:not(.btn-default) {
		padding: 14px 1%;
		min-width: 200px;
		font-size: 21px;
	}
	body a.btn-bt.alternate {
		padding: 17px 1%;
		font-size: 21px;
	}
	ul#left-menu li a,
	ul#right-menu li a,
	nav ul#top-menu li a {
		line-height: 21px;
		font-size: 21px;
	}
}

@media (max-width: 979px) {
	ul#left-menu li a,
	ul#right-menu li a,
	nav ul#top-menu li a {
		line-height: 28px;
		font-size: 28px;
	}
}

body .bakery .vc_section {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children a::after,
nav#site-navigation.hide-small-desktop li.menu-item-has-children a::after {
    right: -2px;
    top: -1px;
}

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

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

a.icon-btn i.icon-btn-icon {
    transform: rotate(270deg);
}

@media (min-width: 481px) {
	a.icon-btn:hover i.icon-btn-icon {
	    transform: rotate(0deg);
	}
}

.top-widget .textwidget {
    align-items: center;
    display: flex;
}
.top-widget .span6.right .textwidget {
    justify-content: flex-end;
}
.top-widget .span6.right h4 {
    margin-right: 24px;
}
.top-widget p.twa-phone {
    margin-right: 24px;
    text-align: left;
}
.top-widget p.twa-phone a.icon-btn {
	transition: all 0.3s ease-in-out;
    text-decoration: none;
    align-items: center;
    display: flex;
	height: 60px;
}
.top-widget a.icon-btn i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
	background: var(--dark2);
	align-items: center;
	padding: 0 4.82px;
	display: flex;
	height: 100%;
}
.top-widget  a.icon-btn i::before {
	transition: all 0.3s ease-in-out;
	font-size: 36px;
	color: var(--light1);
}
a.icon-btn i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
	background: var(--dark2);
	align-items: center;
	padding: 0 4.82px;
	display: flex;
	height: 100%;
}
a.icon-btn i::before {
	transition: all 0.3s ease-in-out;
	font-size: 36px;
	color: var(--accent1);
}
.top-widget a.icon-btn:hover i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
    background: #ff7f41BF;
}
.top-widget a.icon-btn:hover span.icon-btn-text {
	background:#ee273766;
}
a.icon-btn:hover i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
    background: var(--uihover);
}
a.icon-btn:hover i::before {
	transition: all 0.3s ease-in-out;
	color: var(--light1);
}
a.icon-btn:hover span.icon-btn-text {
	background-color: var(--accent1_75);
}
.top-widget a.icon-btn span.icon-btn-text {
	transition: all 0.3s ease-in-out;
    align-items: center;
	background: var(--accent1);
    padding: 0 40.24px;
    font-size: 26px;
    display: flex;
    height: 100%;
    color: var(--light1);
}
a.icon-btn span.icon-btn-text {
	transition: all 0.3s ease-in-out;
    align-items: center;
	background: var(--accent2);
    padding: 0 40.24px;
    font-size: 26px;
    display: flex;
    height: 100%;
    color: var(--light1);
}


/* HAND ICON */
a.icon-btn i.icon-right-hand {
	transform: rotate(0deg);
}
a.icon-btn:hover i.icon-right-hand {
	transform: rotate(360deg);
}

/* RED CTA ICON BUTTON */

body .top-cta.red-version h2 {
	font-family: var(--DCVDemiBold);
	color: var(--light1);
	line-height: 24px;
	margin-bottom: 0;
	font-size: 24px;
}
.top-cta.red-version a.icon-btn span.icon-btn-text {
    background: var(--accent2);
}
.top-cta.red-version a.icon-btn span.icon-btn-text:hover {
    background: var(--dark1);
}
.top-cta.red-version a.icon-btn i.icon-btn-icon {
    transition: all 0.3s ease-in-out;
    background: var(--dark1);
}
.top-cta.red-version a.icon-btn:hover i.icon-btn-icon {
    transition: all 0.3s ease-in-out;
    background: var(--accent2);
}
.top-cta.red-version a.icon-btn i::before {
    color: var(--light1);
}

/* END RED CTA ICON BUTTON */

ul.social.top-widget-socials {
	flex-direction: row;
	align-items: center;
	line-height: unset;
	font-size: unset;
	display: flex;
	height: 60px;
}
ul.social.top-widget-socials li {
	line-height: unset;
	margin-right: 3px;
	font-size: unset;
	height: 60px;
}
ul.social.top-widget-socials li a {
	text-decoration: none;
	line-height: unset;
	font-size: unset;
	display: flex;
	height: 60px;
}
ul.social.top-widget-socials li a i {
	justify-content: center;
	align-items: center;
	color: var(--light1);
	padding: 0 4.82px;
	line-height: 36px;
	font-size: 36px;
	display: flex;
	height: 60px;
}
/* .top-widget ul.social li a i {
	background-color: #EE2737 !important;
}
.header-button a.btn-bt {
	background-color: #EE2737 !important;
} */
ul.social.top-widget-socials li a:hover i {
	color: var(--light1);
}

/* /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(--DCVBold);
    letter-spacing: 1px;
    font-size: 28px;
}
a.icon-btn.larger i {
	background: var(--accent2);
	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;
}
.bakery .home-hero .hero-text {
    padding-bottom: 0px;
    padding-top: 160px;
    align-items: unset;
    height: 780px;
}
body .home-hero h1 {
	line-height: 65px !important;
    margin-bottom: 42px;
}
body .home-hero h1 span {
    text-shadow: 0px 0px 24px var(--dark3);
    font-family: var(--RHDBlack);
    display: inline-block;
    letter-spacing: 3px;
    line-height: 34px;
    font-size: 36px;
}
body .home-hero h2 {
	text-shadow: 0px 0px 24px var(--dark3);
	color: var(--light1) !important;
    margin: 0px auto 24px auto;
    line-height: 70px;
    max-width: 800px;
    font-size: 62px;
	font-family: "alkaline",sans-serif;
}

@media (min-width: 980px) {
	.home-hero .hero-promo {
	    margin-top: -100px;
	}
}

body .hero-promo h2 {
	font-family: var(--DCVDemiBold);
    line-height: 60px;
	font-size: 43px;
}

@media (max-width: 1700px) and (min-width: 980px) {
	body .bakery .hero-promo h2 {
	    line-height: 42px;
	    font-size: 32px;
	}
	.bakery .hero-promo .wpb_text_column .wpb_wrapper {
	    max-width: unset;
	    width: 95%;
	}
}

@media (min-width: 1700px) {
    body #content .hero-promo h2 {
        font-size: 32px;
    }
}

@media (max-width: 1440px) {
	.bakery .home-hero .hero-text {
	    padding-bottom: 0px;
	    padding-top: 120px;
	    align-items: unset;
	    height: 578px;
	}
	/*body .bakery .home-hero h1 {
	    line-height: 58px !important;
	    margin-bottom: 32px;
	    font-size: 64px;
	}*/
	body .bakery .home-hero h1 {
	    line-height: 45px !important;
	    margin-bottom: 30px;
	    font-size: 64px;
	}
	body .bakery .home-hero h1 span {
	    line-height: 28px;
	    font-size: 28px;
	}
	body .bakery .home-hero .hero-text h2 {
	    margin: 0px auto 12px auto;
	    line-height: 46px;
	    max-width: 470px;
	    font-size: 46px;
	}
}

@media (max-width: 1380px) and (min-width: 980px) {
	body .bakery .hero-promo h2 {
	    line-height: 34px;
	    font-size: 24px;
	}
}

@media (max-width: 1300px) and (min-width: 980px) {
	body .bakery .hero-promo .promo-description p {
	    font-size: 14px;
	}
}

@media (max-width: 1140px) and (min-width: 980px) {
	body .bakery .home-hero h1 span {
/*	    line-height: 32px;*/
/*	    font-size: 34px;*/
	}
	body .bakery .hero-promo h2 {
	    line-height: 32px;
	    font-size: 24px;
	}
	.bakery .hero-promo .wpb_text_column .wpb_wrapper {
	    width: 97%;
	}
	body .bakery .hero-promo .promo-description p {
	    font-size: 13px;
	}
}

@media (max-width: 1100px) and (min-width: 980px) {
	body.home .bakery .home-hero .hero-promo a.btn-bt {
		min-width: 200px;
	}
}

@media (max-width: 1050px) and (min-width: 980px) {
	body .bakery .hero-promo .promo-description p {
	    font-size: 12px;
	}
}

@media (max-width: 979px) {
	body.home .bakery .home-hero .hero-text {
		align-items: center;
		padding-bottom: 0;
		padding-top: 0;
		display: flex;
	    height: 391px;
	}
	body .bakery .home-hero h1 {
	    line-height: 41px !important;
	    margin-bottom: 26px;
	    font-size: 60px;
	}
	body .bakery .home-hero h1 span {
	    line-height: 26px;
	    font-size: 26px;
	}
	body .bakery .home-hero .hero-text h2 {
	    margin: 0px auto 18px auto;
	    line-height: 52px;
	    max-width: 440px;
	    font-size: 48px;
	}
}

@media (max-width: 768px) {
	body.home .bakery .home-hero .hero-text { /* pre- video */
/* 	    height: 305px; */
	}
	body.home .bakery .home-hero .hero-text {
	    height: 262px;
	}
	body .bakery .home-hero h1 {
	    line-height: 28px !important;
	    margin-bottom: 16px;
	    font-size: 32px;
	}
	body .bakery .home-hero h1 span {
	    /*letter-spacing: 2.2px;
	    line-height: 26px;*/
	    font-size: 12px;
	}
	/* pre-video */
	body .bakery .home-hero .hero-text h2 {
	    margin: 0px auto 18px auto;
	    line-height: 32px;
	    max-width: 320px;
	    font-size: 28px;
	}
	/* video */
	body .bakery .home-hero .hero-text h2 {
		margin: 0px auto 10px auto;
		line-height: 24px;
		max-width: 312px;
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	/* pre-video */
/* 	body.home .bakery .home-hero .hero-text {
	    height: 487px;
	} */
	/* video */
	body.home .bakery .home-hero .hero-text {
	    height: 203px;
	}
	/* pre-video */
/* 	body .bakery .home-hero h1 {
	    line-height: 42px !important;
	    margin-bottom: 12px;
	    font-size: 40px;
	} */
	/* video */
	body .bakery .home-hero h1 {
	    line-height: 24px !important;
	    margin-bottom: 5px;
	    font-size: 24px;
	}
	/* pre-video */
/* 	body .bakery .home-hero h1 span {
	    letter-spacing: 0;
	    line-height: 17px;
	    margin-top: 10px;
	    font-size: 15px;
	} */
	/* video */
	body .bakery .home-hero h1 span {
		letter-spacing: 0;
		line-height: 16px;
		margin-top: 4px;
		font-size: 13px;
	}
	/* pre-video  */
/* 	body .bakery .home-hero .hero-text h2 {
	    margin: 0px auto 14px auto;
	    line-height: 34px;
	    max-width: 320px;
	    font-size: 30px;
	} */
	/* video */
	body .bakery .home-hero .hero-text h2 {
	    margin: 0px auto 4px auto;
	    line-height: 24px;
	    max-width: 300px;
	    font-size: 24px;
	}
}

@media (max-width: 440px) {
	/* pre-video */
/* 	body.home .bakery .home-hero .hero-text {
	    height: 445px;
	} */
}

@media (max-width: 414px) {
	/* pre-video */
/* 	body.home .bakery .home-hero .hero-text {
	    height: 418px;
	} */
}

@media (max-width: 375px) {
	/* pre-video */
/* 	body.home .bakery .home-hero .hero-text {
	    height: 377px;
	} */
}

.home-hero .hero-promo .vc_column-inner {
	padding-top: 0 !important;
}

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

.hero-promo .wpb_text_column .wpb_wrapper {
	max-width: 326px;
	margin: 0 auto;
	width: 80%;
}
body .hero-promo .promo-heading {
	padding: 20px 0;
}
body .hero-promo .promo-description {
	padding: 20px 0 36px 0;
}
body .hero-promo .promo-description p {
	font-family: var(--RHDSB);
	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-text):not(.hero-promo):not(.top-cta):not(.bottom-cta) h2,
body:not(.home) .fifty-fifty h2 {
	font-family: var(--DCVDemiBold);
    margin-bottom: 10px;
    line-height: 46px;
	font-size: 38px;
}
@media (min-width: 1441px) {
	.wpb_row.top-cta .container {
		max-width: 1440px;
	}
}

@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;
}
.bakery .wpb_row.home-locations-plax {
	padding-bottom: 100px;
	padding-top: 70px;
}

@media (min-width: 1441px) {
	.bakery .home-locations-plax .container {
		max-width: 1715px;
		width: 90%;
	}
	body .bakery #servicesSlider .container {
		max-width: 1140px;
		width: 90%;
	}
}

@media (max-width: 1440px) {
	#locationSlider .sa_hover_container,
	#locationSlider .slide-container {
	    min-height: 330px !important;
	}
}

@media (min-width: 481px) {
	div#locationSlider {
	    margin-top: 60px;
	}
}

#locationSlider .sa_hover_container {
    border-radius: 12px;
}

@media (max-width: 480px) {
	.bakery .wpb_row.home-locations-plax {
		padding-top: 36px;
	}
	#locationSlider .sa_hover_container,
	#locationSlider .slide-container {
    	min-height: 280px !important;
	}
	#locationSlider .slide-container {
	    padding: 28px 20px 24px 20px !important;
	}
	body div#locationSlider h3 {
	    line-height: 36px;
	    font-size: 32px;
	}
	body h3 {
    	font-size: 24px;
    	line-height: 30px;
	}
}

#locationSlider .slide-container {
/*	box-shadow: 0 0 25px rgba(0, 0, 0, 0.20);*/
    justify-content: space-between;
    padding: 36px 24px 32px 20px;
    flex-direction: column;
    min-height: 429px;
/*    max-width: 480px;*/
/*    margin: 0 auto;*/
    display: flex;
}
body #servicesSlider .slide-container h4 {
    font-family: var(--DCVDemiBold);
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
#servicesSlider .slide-container h4 img {
    margin-right: 12px;
    max-height: 70px;
}
#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 #locationSlider .sa_owl_theme .owl-nav .owl-prev { left: -2%;  }
body #locationSlider .sa_owl_theme .owl-nav .owl-next { right: -2%; }
body #servicesSlider .sa_owl_theme .owl-nav .owl-prev { left: -2%;  }
body #servicesSlider .sa_owl_theme .owl-nav .owl-next { right: -2%; }

@media (max-width: 1440px) {
	body #locationSlider .sa_owl_theme .owl-nav .owl-prev { left: -5%;  }
	body #locationSlider .sa_owl_theme .owl-nav .owl-next { right: -5%; }
	body #servicesSlider .sa_owl_theme .owl-nav .owl-prev { left: 0%;   }
	body #servicesSlider .sa_owl_theme .owl-nav .owl-next { right: 0%;  }
}

@media (max-width: 979px) {
	body #locationSlider .sa_owl_theme .owl-nav .owl-prev { left: -3.5%;  }
	body #locationSlider .sa_owl_theme .owl-nav .owl-next { right: -3.5%; }
	body #servicesSlider .sa_owl_theme .owl-nav .owl-prev { left: 3%;     }
	body #servicesSlider .sa_owl_theme .owl-nav .owl-next { right: 3%;    }
}

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: "";
}

@media (max-width: 768px) {
	#locationSlider .sa_hover_container {
	    margin: 0 auto !important;
	}
	#locationSlider .slide-container {
		max-width: unset;
	}
	body #locationSlider .sa_owl_theme .owl-nav .owl-prev,
	body #locationSlider .sa_owl_theme .owl-nav .owl-next {
		bottom: -65px;
		top: unset;
	}
	/*body #servicesSlider .sa_owl_theme .owl-nav .owl-prev,
	body #servicesSlider .sa_owl_theme .owl-nav .owl-next {
		bottom: -32px;
		top: unset;
	}*/
	body #locationSlider .sa_owl_theme .owl-nav .owl-prev {
		left: 42%;
	}
	body #locationSlider .sa_owl_theme .owl-nav .owl-next {
		right: 42%;
	}
	body #servicesSlider .sa_owl_theme .owl-nav .owl-prev {
		left: 5%;
	}
	body #servicesSlider .sa_owl_theme .owl-nav .owl-next {
		right: 5%;
	}
	body #servicesSlider button.owl-prev:before,
	body #servicesSlider button.owl-next:before {
		font-size: 48px !important;
	}
	body #locationSlider button.owl-prev:before,
	body #locationSlider button.owl-next:before {
	    font-size: 48px !important;
	}
}

@media (max-width: 480px) {
	body #locationSlider .sa_owl_theme .owl-nav .owl-prev {
		left: 39%;
	}
	body #locationSlider .sa_owl_theme .owl-nav .owl-next {
		right: 39%;
	}
	body #servicesSlider .sa_owl_theme .owl-nav .owl-prev {
		display: none !important;
/*		left: 5%;*/
	}
	body #servicesSlider .sa_owl_theme .owl-nav .owl-next {
		right: -2%;
	}
	body #servicesSlider .slide-container h4 {
	    line-height: 34px;
	    font-size: 20px;
	}
}

/*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: '\e89f'; } /* < (thin) */
body #servicesSlider button.owl-next:before { content: '\e8a0'; } /* > (thin) */

body #locationSlider button.owl-prev:before { content: '\e89f'; } /* < (thin) */
body #locationSlider button.owl-next:before { content: '\e8a0'; } /* > (thin) */

body #servicesSlider button.owl-prev:before,
body #servicesSlider button.owl-next:before {
	transition: all 0.3s ease-in-out;
    font-family: 'fontello';
    color: var(--accent1); /* red */
    font-size: 35px;
}
body #locationSlider button.owl-prev:before,
body #locationSlider button.owl-next:before {
	transition: all 0.3s ease-in-out;
    font-family: 'fontello';
    color: var(--accent1); /* red */
    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(--dark1); /* blue */
}

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

@media (min-width: 980px) {
	.deals h2 {
		max-width: 1000px;
		margin: 0 auto;
	}
	.bakery .deals-inner-squares-row .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
		padding-right: 1.25% !important;
	}
	.bakery .deals-inner-squares-row .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
		padding-left: 1.25% !important;
	}
}

.deals-btn {
	margin-top: 16px;
}

/* testimonials */

@media (min-width: 769px) {
	.bakery .testimonials-opacity .container {
	    width: 59% !important;
	    max-width: 1440px;
	}
}

.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: "alkaline",sans-serif;
    background-color: var(--dark1);
    color: var(--light1);
    border-radius: 0px;
    position: relative;
    line-height: 24px;
    padding: 24px 1%;
    max-width: 100%;
    font-size: 24px;
    margin: 0 auto;
    top: -36px;
}
.testimonial-text-block {
	max-width: 769px;
	margin: 0 auto;
}
.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 */

@media (min-width: 1441px) {
	.bakery .partners .container {
		max-width: 1440px;
	}
}
.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:not(.home) .default-header h1 {
	position: relative;
	top: 14px;
}

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

body:not(.home) .top-cta h2 {
	font-family: 'alkaline', sans-serif;
	color: var(--light1);
	line-height: 36px;
	margin-bottom: 0;
	font-size: 36px;	
}
.bakery .top-cta {
    padding: 20px 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: 24px;
    display: flex;
    height: 60px;
}

@media (max-width: 979px) {
	.bakery a.top-cta-btn.icon-btn {
		margin-left: 0px;
		margin-top: 18px;
	}
}

/* /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 .home-bottom-cta {
		background-position: top center !important;
		min-height: 600px;
	    padding: 0;
	}
	.bakery .bottom-cta-1 {
	    min-height: 450px;
	    padding: 0;
	}
}

body .bottom-cta h2 {
	text-shadow: var(--bluetextshadow);
	font-family: var(--DCVDemiBold);
/*     text-transform: uppercase; */
	color: var(--light1);
    letter-spacing: 0px;
    line-height: 60px;
    max-width: 850px;
	font-size: 50px;
    margin: 0 auto;
}
body .bottom-cta h6 {
	text-shadow: 0px 0px 10px var(--dark3);
	font-family: var(--RHDExtraBold);
    margin: 9px auto 24px auto;
	color: var(--light1);
    line-height: 26px;
    max-width: 740px;
    font-size: 18px;
}
body .bottom-cta p {
	text-shadow: var(--bluetextshadow);
	color: var(--light1);
}

/* /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 h3 {
    font-family: var(--RHDBlack);
    letter-spacing: 1.3px;
    margin-bottom: 20px;
    line-height: 29px;
    font-size: 24px;
}
body .fifty-fifty h4 {
	font-family: var(--DCVDemiBold);
	margin-bottom: 12px;
}
body .fifty-fifty h2 {
	margin-bottom: 12px;
	line-height: 43px;
	font-size: 36px;
}
.bakery .fifty-fifty .map-col .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
.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;
}
.bakery .fifty-fifty .vc_col-sm-6.map-col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

@media (min-width: 1441px) {
	body:not(.home) .bakery .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* sub 50/50 text col width */
		max-width: 555px;
	}
	body:not(.home) .bakery .fifty-fifty .wpb_column.image-col .vc_column-inner { /* sub 50/50 img col height */
		min-height: 675px;
	}
	/* body#service-area-subpage */
	body#service-area-subpage .bakery .fifty-fifty .wpb_column.image-col .vc_column-inner { /* sub 50/50 img col height */
		min-height: 700px !important;
	}
}

@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;
	}
	/* body#service-area-subpage */
	body#service-area-subpage .fifty-fifty .wpb_column.image-col .vc_column-inner { /* sub 50/50 img col height */
		min-height: 600px !important;
	}
	
	@media (min-width: 1441px) {
		body:not(.home) .bakery .wpb_row.fifty-fifty.has-inline-image { /* sub 50/50 inline img height can be done with padding */
			padding-bottom: 100px;
			padding-top: 100px;
		}
	}
	
	@media (min-width: 980px) {
		body:not(.home) .bakery .wpb_row.fifty-fifty.has-inline-image .wpb_column.inline-img .vc_column-inner { /* vertically align the inline image */
			justify-content: center;
			align-items: center;
			display: flex;
		}
	}

	/* homepage only */
	body.home .fifty-fifty .wpb_column:not(.image-col) .vc_column-inner { /* home 50/50 text col width */
		padding-right: 2%;
		padding-left: 2%;
		max-width: 600px;
	}
	/* 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: 990px;
	}
	body.home .fifty-fifty.large-slant-row.mid-slant-row .wpb_column:not(.image-col) .vc_column-inner { /* large-slant-row.mid-slant-row */
	    min-height: 961px;
	}
	body.home .fifty-fifty.small-slant-row .wpb_column:not(.image-col) .vc_column-inner { /* small slant row */
	    min-height: 772px;
	}
}

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

@media (max-width: 979px) { .fifty-fifty:not(.has-inline-image) .image-col .vc_column-inner { height: 674px; } }
@media (max-width: 768px) { .fifty-fifty:not(.has-inline-image) .image-col .vc_column-inner { height: 544px; } }
@media (max-width: 480px) { .fifty-fifty:not(.has-inline-image) .image-col .vc_column-inner { height: 340px; } }
@media (max-width: 414px) { .fifty-fifty:not(.has-inline-image) .image-col .vc_column-inner { height: 293px; } }
@media (max-width: 375px) { .fifty-fifty:not(.has-inline-image) .image-col .vc_column-inner { height: 266px; } }
@media (max-width: 360px) { .fifty-fifty:not(.has-inline-image) .image-col .vc_column-inner { height: 255px; } }

/*@media (max-width: 979px) { .fifty-fifty .map-col .vc_column-inner { height: 674px; } }
@media (max-width: 768px) { .fifty-fifty .map-col .vc_column-inner { height: 544px; } }
@media (max-width: 480px) { .fifty-fifty .map-col .vc_column-inner { height: 340px; } }
@media (max-width: 414px) { .fifty-fifty .map-col .vc_column-inner { height: 293px; } }
@media (max-width: 375px) { .fifty-fifty .map-col .vc_column-inner { height: 266px; } }
@media (max-width: 360px) { .fifty-fifty .map-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(--DCVDemiBold);
	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 */

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

@media (min-width: 980px) {
	.subpage-hero .subpage-hero-text-col {
	    padding-left: 2%;
	}
}
.subpage-hero-text-col {
    justify-content: center;
    align-items: center;
    display: flex;
}
.subpage-hero-text-col .vc_column-inner {
    max-width: 700px;
    margin:  0 auto;
}
body .subpage-hero h1 {
	margin-bottom: 22px;
	line-height: 80px;
}
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;
	padding: 35px 0;
	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(--light1);
}
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(--dark2);
	font-family: var(--RHDReg);
	border-right: none;
	border-left: none;
	border-top: none;
	height: 43px;
	width: 100%;
	margin: 0;
	color: var(--light1);
}
body #content ul.gform_fields li.gfield textarea {
	border-bottom: 2px solid var(--light1);
	background: var(--dark2);
	font-family: var(--RHDReg);
	border-right: none;
	border-left: none;
	border-top: none;
	height: 100px;
	width: 100%;
	color: var(--light1);
}
body #content .careers-form-row.flex-form.location-form-row ul.gform_fields li.gfield input::placeholder,
body #content .careers-form-row.flex-form.location-form-row ul.gform_fields li.gfield select::placeholder,
body #content .careers-form-row.flex-form.location-form-row ul.gform_fields li.gfield textarea::placeholder{
	color: var(--light1);
}
body #content .careers-form-row.flex-form.location-form-row ul.gform_fields li.gfield input,
body #content .careers-form-row.flex-form.location-form-row ul.gform_fields li.gfield select {
	border-bottom: 2px solid var(--light1);
	margin: 0px 0px 16px 0px !important;
	background: var(--accent2);
	font-family: var(--RHDReg);
	border-right: none;
	border-left: none;
	border-top: none;
	height: 43px;
	width: 100%;
	margin: 0;
	color: var(--light1);
}
body #content .careers-form-row.flex-form.location-form-row ul.gform_fields li.gfield textarea {
	border-bottom: 2px solid var(--light1);
	background: var(--accent2);
	font-family: var(--RHDReg);
	border-right: none;
	border-left: none;
	border-top: none;
	height: 100px;
	width: 100%;
	color: var(--light1);
}


/*@media (min-width: 481px) {*/
	.flex-form ul.gform_fields {
	    justify-content: space-between;
	    display: flex !important;
	    flex-wrap: wrap;
	}
	.flex-form ul.gform_fields li {
	    width: 48.5%;
	}
	.flex-form ul.gform_fields li.gfield--type-textarea,
	.flex-form ul.gform_fields li.gfield--type-html {
		width: 100%;
	}
/*}*/

body #content .gform_footer {
    margin-top: 14px;
    padding: 0;
}
.form-disclaimer p {
    font-family: var(--RHDMed);
    color: var(--light1);
    line-height: 16px;
    margin-top: 5px;
    font-size: 10px;
}
body #content .form-disclaimer p a {
	color: var(--light1);
}
body #content .form-disclaimer p a:hover {
	text-decoration: none;
	color: var(--accent2);
}
.subpage-hero .gform_footer input[type="submit"],
.location-form-row .form-col input[type="submit"],
.careers-form-row.location-form-row input[type="submit"] {
    margin: 16px auto 0 auto !important;
    display: block !important;
    width: 100% !important;
}
.dark1 .gfield_description.gform_fileupload_rules {
	color: var(--light1);
}
span.gfield_description.gform_fileupload_rules {
	padding-top: 0px !important;
}
body #content ul.gform_fields li.gfield.file-upload input {
	margin-bottom: -12px !important;
	background: transparent;
	border: none !important;
}
.gform_confirmation_message {
    transition: all 0.3s ease-in-out;
    background: var(--accent2);
    color: var(--light1);
    text-align: center;
    line-height: 1.35;
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
}

@media (min-width: 1441px) {
	body:not(.home) .bakery .fifty-fifty.what-we-offer-careers-row .wpb_column.image-col .vc_column-inner {
	    min-height: 750px;
	}
}

@media (min-width: 980px) {
	.bakery .careers-form-row {
		padding: 60px 0;
	}
	.bakery .video-row-3-col .wpb_column:nth-child(1) {
		padding-right: 2%;
	}
	.bakery .video-row-3-col .wpb_column:nth-child(2) {
		padding-right: 1%;
		padding-left: 1%;
	}
	.bakery .video-row-3-col .wpb_column:nth-child(3) {
		padding-left: 2%;
	}
	body:not(.home) .fifty-fifty.what-we-offer-careers-row .wpb_column.image-col .vc_column-inner {
	    min-height: 650px;
	}
}

.bakery .wpb_row.top-blurb {
	padding: 60px 0;
}
.top-blurb h2 {
	font-family: var(--DCVDemiBold);
	margin-bottom: 12px;
    line-height: 46px;
    font-size: 42px;
}
.top-blurb h3 {
    font-family: var(--RHDBold);
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 24px;
    margin-top: 23px;
}

@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(--DCVDemiBold);
    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;
	}
	.bakery .wpb_row .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: 180px;
	}
	.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;
	}
	.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  */

.offer-row h2 {
	margin-bottom: 7px;
}
.offer-row hr {
	margin-top: 25px !important;
}
body .fifty-fifty.dark2 h5 {
	font-family: var(--BarConM);
	font-weight: normal;
    margin-bottom: 4px;
    line-height: 26px;
	font-size: 20px;
}
body .bakery .wpb_row.subpage-services-slider {
	padding: 60px 0;
}
body .subpage-locations-slider h2,
body .subpage-services-slider h2 {
	/*font-family: var(--DCVDemiBold);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;*/
}
.subpage-hero .form-intro p {
	margin-bottom: 18px !important;
    font-family: var(--RHDBold);
    font-size: 24px;
    padding: 0px 20px;
/*     background: -webkit-linear-gradient(45deg, #ee2737, #ff7f41 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
	color: var(--light1);
}
/*.subpage-hero ul.gform_fields li.form-disclaimer {
	display: none;
}*/
.subpage-hero ul.gform_fields li.form-disclaimer p {
	text-align: left !important;
}
/*.subpage-hero .alt-form-disclaimer p {
	font-family: var(--RHDMed);
    margin: 10px auto 0 auto;
    color: var(--light1);
    line-height: 16px;
    max-width: 450px;
    font-size: 10px;
    width: 80%;
}*/

/* /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(--DCVDemiBold);
	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 (min-width: 980px) {
	.bakery .wpb_row.subpage-hero.location-subpage-hero {
	    padding-right: 1%;
	    padding-left: 1%;
	}
}

@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 {
    font-weight: normal;
    margin-bottom: 8px;
}
.bakery .wpb_row.fw-text-row {
	padding: 60px 0;
}
@media (min-width: 980px) {
	.bakery .wpb_row.fw-text-row.more-padding {
		padding: 70px 0;
	}
}

body:not(.home) .bakery .fifty-fifty h3:not(.vid-desc) {
    font-family: var(--DCVBold);
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 41px;
    font-size: 36px;
}
body:not(.home) .bakery .fifty-fifty.h3-on-top h3,
body:not(.home) .bakery .top-blurb.h3-on-top h3 {
	margin-bottom: 12px;
}
body:not(.home) .bakery .wpb_row.light1 h2 {
	margin-bottom: 8px;
}
.fw-text-row h2 {
	margin-bottom: 18px;
}
body #content .bakery .wpb_row.fw-text-row a.btn-bt {
	margin-top: 14px;
}

@media (min-width: 980px) {
	body .wpb_row.fifty-fifty .wpb_column.inline-img {
		justify-content: flex-start;
	}
	body .wpb_row.fifty-fifty .inline-img .vc_column-inner {
		max-width: unset !important;
		margin: 0 !important;
		width: 86%;
	}
}

body:not(.home) .bakery .fifty-fifty h3.vid-desc {
    font-family: var(--RHDBold);
    letter-spacing: 2.67px;
    margin-bottom: 0px;
    line-height: 44px;
    font-size: 32px;
    margin-top: 0;
}

body .wpb_row.fifty-fifty.dark1 h5 {
    font-family: var(--RHDSB);
    color: var(--light1);
    font-weight: normal;
    margin-bottom: 6px;
    margin-top: 20px;
}
body .location-nap-col h2 {
	font-family: var(--DCVDemiBold);
    margin-bottom: 12px;
    line-height: 40px;
    font-size: 32px;
}
body .location-nap-col h3 {
	font-family: var(--RHDBlack);
	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%;
}

@media (max-width: 480px) {
	body .bakery .bottom-cta.default-bottom-cta {
		background: url(/wp-content/uploads/2023/12/bottom-cta-new-mobile.jpg) !important;
		background-position: center top !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
	}
}

/* /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); }
.col-bg-dark4 { background-color: var(--dark4); }

/* /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 {
/* 		justify-content: space-around; */
	}
	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(--DCVBold);
	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(--DCVDemiBold);
    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(--dark2);
}

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(--DCVDemiBold);
	text-decoration: none;
    color: var(--light1);
}
body #content div#pagination a:hover {
	transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
.right-pag {
    text-align: right;
}

/* /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(--DCVDemiBold);
	font-weight: normal;
	margin-bottom: 10px;
}
.single .single-post-content h2 {
	margin: 16px 0 1px 0;
    line-height: 36px;
    font-size: 28px;
}
.single .single-post-content h3 {
	margin: 16px 0 1px 0;
	line-height: 32px;
    font-size: 24px;
}
.single .single-post-content h4 {
    margin: 16px 0 1px 0;
    line-height: 30px;
    font-size: 22px;
}
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(--DCVBold);
	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(--DCVDemiBold);
	margin-bottom: 14px;
	line-height: 35px;
	font-size: 20px;
}
body .wpb_row.rate-us h2 {
	font-family: var(--DCVDemiBold);
	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-family: var(--DCVDemiBold);
    text-transform: none;
    font-weight: normal;
    font-size: 28px;
}
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(--RHDReg);
	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(--RHDReg);
	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;
    font-family: var(--DCVDemiBold);
    text-shadow: 1px 1px 3px #222;
    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(--DCVDemiBold);
	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(--DCVDemiBold);
	margin-bottom: 5px;
	line-height: 38px;
	font-size: 32px;
}
body#pp-page #content h3 {
	font-family: var(--DCVDemiBold);
	margin-bottom: 5px;
	line-height: 30px;
	font-size: 24px;
}
body#pp-page #content h4 {
	font-family: var(--DCVDemiBold);
	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 */

/* pergola page */

body #content .bakery .struxture-block h2,
body #content .bakery .struxture-block h3,
body #content .bakery .struxture-block p {
	margin-bottom: 0;
}

.vc_row.wpb_row.offer-row.first-one.accent2 {
    background-color: var(--dark4);
}

.vc_row.wpb_row.dark1.careers-form-row.flex-form.location-form-row .gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background) {
    background-color: var(--accent2);
	color: var(--light1);
}
.vc_row.wpb_row.dark1.careers-form-row.flex-form.location-form-row .gform_footer input[type="submit"]:hover {
    background-color: var(--uihover);
}

.row.copyright ul.social li a i {
	background-color: var(--accent1);
}

.row.copyright ul.social li a:hover i {
	background-color: var(--accent1_75);
}

footer#footer a:not(.ab-item):not(.btn-bt):hover {
	color: var(--dark2);
}

.default-header .container {
    max-width: 100%;
}
.default-header h1 {
	text-align: center;
}

body#blog-page .blog {
    background-color: var(--accent2);
}

body#careers-page #content ul.gform_fields li.gfield.file-upload input {
    background: transparent !important;
    font-size: 17px;
}

/* /pergola page */

/* Bios */

.team-row .container {
	position: relative;
	justify-content: center;
	max-width: unset;
	width: 90%;
}

@media (min-width: 1025px) {
    #teamBios .carousel-container {
    	justify-content: center;
    	flex-wrap: wrap;
		width: 90%;
    	column-gap: 2%;
    	display: flex;
    	row-gap: 18px;
    }
}

.carousel-container {
    margin: 0 auto;
}

.bio-container {
	position: relative;
/* 	width: 23%; */
	width: 19%;
}
.bio-card.front {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
    height: 485px;
	z-index: 0;
}
body .bio-card.front h4 {
	transition: all 0.3s ease-in-out;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	color: var(--light1);
	text-align: center;
	position: absolute;
	font-size: 24px;
	font-weight: 100;
	bottom: 37px;
	right: 0;
	left: 0;
}
.bio-card.back {
	transition: all 0.3s ease-in-out;
    background: var(--dark2);
	padding: 20px 14px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	height: 0%;
	left: 0;
	top: 0;
}

body .bio-card.back h4 {
    font-size: 22px;
    font-weight: 100;
}

@media (min-width: 1025px) {
	.bio-container:hover > .bio-card.back {
		transition: all 0.3s ease-in-out;
		overflow: scroll;
		height: 100%;
		opacity: 1;
/* 		z-index: 1; */
	}
	.bio-navbar {
	    display: none;
	}
}

@media (max-width: 1024px) {
	.bio-container .bio-card.back {
		transition: unset;
		overflow: scroll;
		display: none;
		height: 100%;
		opacity: 1;
	}
    .bio-container {
        margin-right: 12px;
    }
    .slick-navbar.bio-navbar {
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        column-gap: 24px;
        display: flex;
    }
    .slick-navbar.bio-navbar button {
        background: transparent !important;
        text-decoration: none;
        padding: 0 !important;
        border: none;
    }
    .slick-navbar button:focus {
        outline: none;
        border: none;
    }
    .slick-navbar.bio-navbar button i {
        transition: all 0.3s ease-in-out;
        font-size: 54px;
        line-height: 1;
        color: #E42534;
    }
    .slick-navbar.bio-navbar button i:before {
        margin: 0 !important;
        font-size: 54px;
        line-height: 1;
        height: auto;
        width: auto;
    }
    .slick-navbar.bio-navbar button i:hover {
        transition: all 0.3s ease-in-out;
        color: var(--dark3);
    }
}

body .bio-card.back h4 {
	font-size: 22px;
}
body #content .bio-card.back p,
body #content .bio-card.back a,
body #content .bio-card.back li {
	line-height: 1.5;
    font-size: 15px;
}
.bio-card.back h4,
body #content .bio-card.back p,
body #content .bio-card.back li,
body #content .bio-card.back a {
    color: var(--light1);
}
body #content .bio-card.back a:hover {
    color: var(--dark3);
}

@media (max-width: 1280px) {
	.bio-container {
		width: 32%;
	}
}

@media (max-width: 1024px) { .bio-card.front { height: 840px; }}
@media (max-width: 979px)  { .bio-card.front { height: 800px; }}
@media (max-width: 768px)  { .bio-card.front { height: 620px; }}
@media (max-width: 480px)  { .bio-card.front { height: 770px; }}
@media (max-width: 440px)  { .bio-card.front { height: 700px; }}
@media (max-width: 414px)  { .bio-card.front { height: 660px; }}
@media (max-width: 375px)  { .bio-card.front { height: 595px; }}

@media (max-width: 430px) {
    .team-row .vc_column_container,
	 .vc_column_container{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* /Bios */

/* Global Search Results page */

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

@media (max-width: 480px) {
	body.search .default-header {
	    background-image: url(/wp-content/uploads/2023/11/header-default-mobile.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(--RHDReg);
    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(--dark3);
    padding: 40px 0px;
}
.search-results .some-content.num-of-results {
    background: var(--accent1);
    padding: 24px 0;
}
.search-result-count p {
    font-family: var(--RHDReg);
    color: var(--light1);
}
.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,
body.search-results a.more-link {
    transition: all 0.3s ease-in-out;
/*    background: var(--accent2);*/
    text-transform: uppercase;
    text-decoration: none;
    color: var(--dark1);
    text-align: center;
    min-width: 140px;
    font-size: 14px;
    display: block;
    padding: 0;
}
body.search-results a.prev.page-numbers span,
body.search-results a.next.page-numbers span {
    text-transform: uppercase;
    font-size: 16px;

}
body.search-results a.page-numbers:not(.prev):not(.next),
body.search-results .nav-links span.page-numbers.current {
    min-width: unset !important;
    padding: 0 !important;
}
span.page-numbers.current,
body.search-results .entry-content a.more-link {
    color: var(--light1) !important;
    background: var(--accent1);
}
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;
    transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    font-family: var(--RHDBold);
    background: none;
}
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(--accent2) !important;
}
body.search-results span.page-numbers.current {
    text-decoration: none !important;
    color: var(--accent1) !important;
    font-family: var(--RHDBold);
    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 {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent3);
    font-family: var(--RHDBold);
    padding: 21.5px 1% !important;
    background: var(--light1);
    color: var(--dark2);
    letter-spacing: 3px;
    box-shadow: none;
    line-height: 1;
}
body #content a.more-link:hover {
    transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    border: 2px solid var(--light1);
    background: transparent;
}
body.search-results a.more-link,
body.single .nav-links a .meta-nav {
    margin-right: unset !important;
    margin-left: unset !important;
    max-width: 232px !important;
}
body.search-results .nav-links a:hover {
	color: var(--light1) !important;
}
body.search-results a.more-link:hover {
    color: var(--light1) !important;
    background: var(--accent2);
}
body .nav-links a:hover .meta-nav,
body .left-pag a:hover,
body .right-pag a:hover {
    transition: all 0.3s ease-in-out;
    color: var(--light3) !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 li {
    margin-bottom: 12px;
}
.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: 3px 4px 12px rgba(0, 0, 0, 0.25);;
    border-radius: 16px;
    padding: 20px 18px;
}
body #content aside#secondary li a:hover {
    color: var(--accent5);
}
.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;
    }
}

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

/* RESPONSIVE */

/* hide intrusive fixed GTM cookie button */
/* @media (min-width: 1px) {
	iframe#illow-banner-widget {
	    display: none !important;
	}
} */

@media (max-width: 1440px) {
	body, body p, body li, body span {
		line-height: 28px;
		font-size: 16px;
	}
}

@media (max-width: 1200px) {
	/*body .hero-promo h2 {
	    line-height: 28px;
	    font-size: 28px;
	}*/
	body footer .footer-col-1 a.btn-bt.alternate {
	    min-width: 200px;
	}
}

@media (max-width: 1100px) {
	div.top-widget .widget h4 {
	    font-size: 16px;
	    line-height: 1;
	}
	a.icon-btn span.icon-btn-text {
	    font-size: 16px;
    	padding: 0 19px;
    }
}

@media (max-width: 979px) {
	/*footer .container {
		max-width: 600px;
	}*/
	footer div[class*='footer-col-'] {
		justify-content: center;
		padding: 0 !important;
		align-items: center;
		display: flex;
	}
	footer div[class*='footer-col-'] div.sidebar {
		text-align: center;
		width: 100%;
	}
	footer p.footer-button,
	footer p.footer-phone {
		justify-content: center;
		display: flex;
	}
	footer .footer-col-1 p.footer-button {
    	margin-top: 5px !important;
	}
	footer .widget {
	    margin-bottom: 24px !important;
	}
	div.top-widget .widget h4 {
	    font-size: 18px;
	    line-height: 1;
	}
	a.icon-btn span.icon-btn-text {
	    font-size: 18px;
	}
	.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: 0;
	}
	.hero-promo .wpb_column:nth-child(3) {
		border-bottom: 2px solid var(--light1);
		padding-top: 0;
	}
	body .home-hero .hero-promo {
		padding: 0px 0px 2px 0px !important;
		background: var(--dark1);
	}
	body #content .hero-promo .promo-heading {
		background-color: var(--dark1) !important;
    	padding: 20px 0 0 0;
	}
	body .hero-promo .promo-description {
	    padding: 0px 0 36px 0;
	}
	body .hero-promo .promo-description p:not(:last-child) {
	    margin-bottom: 12px;
	}
	.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:not(.has-inline-image) .wpb_column:not(.image-col) {
	    padding: 40px 0;
	}
	.bottom-cta .wpb_wrapper {
	    text-align: center;
	}
	body:not(.home) 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;
	}
	body#contact-page .fifty-fifty.location-form-row.contact-form-row.flex-form .form-col {
		margin-bottom: 32px;
	}
}

@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 .bakery .home-hero .hero-promo h2 {
		text-shadow: none;
	}
	.pb0-mobile {
		padding-bottom: 0 !important;
	}
	.fw-text-row h3 {
	    line-height: 28px;
	    font-size: 24px;
	}
	.top-blurb h2 {
	    line-height: 36px;
	    font-size: 32px;
	}
	.fifty-fifty a.btn-bt {
	    margin-top: 12px;
	}
	span.vc_tta-title-text {
		line-height: 22px;
		font-size: 18px;
	}
	.bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	    left: 4% !important;
	}
	body.home .wpb_row:not(.home-hero):not(.hero-text):not(.hero-promo):not(.bottom-cta) h2,
	body .wpb_row.top-cta h2,
	body:not(.home) .fifty-fifty h2 {
	    line-height: 33px !important;
	    font-size: 28px !important;
	}
	body:not(.home) .fifty-fifty:not(.has-inline-image) .wpb_column.inline-img {
		padding-top: 0 !important;
	}
	body:not(.home) .fifty-fifty:not(.has-inline-image) .wpb_column:not(.image-col),
	body .bakery .wpb_row.fw-text-row,
	body .bakery .wpb_row.top-blurb,
	body .bakery .wpb_row.deals,
	body .bakery .wpb_row.accordion,
	body .bakery .wpb_row.partners {
	    padding: 32px 0;
	}
	body .bakery .wpb_row.partners .wpb_content_element:not(.mb0) {
		margin-bottom: 24px !important;
	}
	.fw-text-row.quality-products {
		padding-top: 32px !important;
	}
	.wpb_row.accordion .vc_tta-container {
		margin-bottom: 0 !important;
	}
	section.vc_section.testimonials {
    	padding-bottom: 50px !important;
		padding-top: 80px !important;
	}
	body:not(.home) .bakery .fifty-fifty h3.vid-desc {
	    letter-spacing: 0px;
	    line-height: 24px;
	    margin-top: -20px;
	    font-size: 18px;
	}
	.top-blurb h3 {
	    letter-spacing: 2px;
	    line-height: 24px;
	    margin-top: 12px;
	    font-size: 18px;
	}
	body .testimonials h4 {
	    line-height: 20px;
	    font-size: 20px;
	    top: -26px;
	}
	body .bottom-cta h6 {
	    line-height: 22px;
	    font-size: 17px;
	}
	body:not(.single) .blog .wrap div#primary {
	    padding: 0;
	}
	body,
	body p,
	body li,
	body span {
	    line-height: 20px;
	    font-size: 15px;
	}
	.careers-form-row .wpb_content_element {
	    margin-bottom: 16px;
	}
	.form-disclaimer p {
	    line-height: 16px !important;
	    font-size: 10px !important;
	}
	.form-col p {
		line-height: 28px;
		font-size: 22px;
	}
	.deals .wpb_video_widget:not(.mb0),
	.video-row-3-col .wpb_video_widget:not(.mb0) {
		margin-bottom: 16px;
	}
	body footer#footer .widget p,
	body footer#footer .widget a:not(.ab-item):not(.btn-bt):not(.icon-btn),
	body footer#footer .widget ul li,
	body footer#footer .widget ul li a {
	    line-height: 20px;
	    font-size: 12px;
	}
	body .row.copyright {
		padding-bottom: 16px;
	}
	p#copyright-p {
	    line-height: 20px;
	    max-width: 327px;
	    font-size: 12px;
    	margin: 0 auto;
	}
	.row.copyright .copyright-content.span6.right {
	    margin-top: 0px;
	}
	body h2 {
	    line-height: 34px;
	    font-size: 30px;
	}
	body .bakery .wpb_row.subpage-services-slider {
	    padding: 24px 0 12px 0;
	}
	body .bakery #servicesSlider h2 {
		margin-bottom: 12px;
	}
	.top-widget {
	    height: 40px;
	}
	.top-widget .container {
	    width: calc(100% - 4px);
	}
	ul.social.top-widget-socials,
	ul.social.top-widget-socials li {
	    height: 36px;
	}
	ul.social.top-widget-socials li a {
	    text-decoration: none;
	    line-height: unset;
	    font-size: unset;
	    display: flex;
	    height: 36px;
	}
	ul.social.top-widget-socials li a i {
	    line-height: 20px;
	    font-size: 20px;
	    padding: 0 4px;
	    height: 36px;
	}
	.top-widget p.twa-phone a.icon-btn {
		height: 36px;
	}
	a.icon-btn:not(.icon-btn-footer):not(.top-cta-btn) i.icon-btn-icon {
	    background: transparent;
	    padding: 0 4px;
	    display: flex;
	    height: 36px;
	}
	a.icon-btn:not(.icon-btn-footer):not(.top-cta-btn) i::before {
	    color: var(--accent2);
	    font-size: 20px;
	}
	a.icon-btn:not(.icon-btn-footer):not(.top-cta-btn) i.icon-btn-icon:hover {
		background: transparent;
	}
	a.icon-btn:not(.icon-btn-footer):not(.top-cta-btn) i.icon-btn-icon:hover::before {
		color: var(--accent1);
	}
	a.icon-btn.top-cta-btn span.icon-btn-text {
	    font-size: 21px;
	    padding: 0 20px;
	}
	a.icon-btn.icon-btn-footer {
		font-size: 42px;
	}
	a.icon-btn.icon-btn-footer i {
		height: 60px;
		width: 60px;
	}
	body a.btn-bt.default,
	body a.btn-bt.alternate,
	body .bakery .gform_footer input[type="submit"] {
	    letter-spacing: 0px;
	}
	.bakery .team-outer .container {
    	max-width: 330px;
	}
	.bakery .team-inner .wpb_column {
		width: 100%;
	}
	header .top-header {
	    height: 60px;
	}
	header .top-header .container {
	    width: 95%;
	}
	.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: 90px !important;
		margin-top: -20px;
	}
	body .top-header a.btn-bt.default {
	    padding: 12px 2% !important;
	    min-width: 93px !important;
	    font-size: 16px !important;
	    letter-spacing: normal;
	}
	#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;
	}
	.footer-col-4 p.footer-button {
	    margin-top: 15px;
	}
	body footer p.footer-phone {
		margin-bottom: 0;
		margin-top: 0;
	}
	body footer a.btn-bt.default {
	    min-width: 287px !important;
/*	    width: 100%;*/
	}
	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 .hero-promo .wpb_text_column .wpb_wrapper {
	    width: 90%;
	}
	body .home-hero h1 span {
	    line-height: 42px;
	    font-size: 36px;
	}
	body .hero-promo h2 {
	    line-height: 32px;
	    font-size: 28px;
	}
	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;
	}
	body:not(.home) .bakery .fifty-fifty h3:not(.vid-desc) {
		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;
	}
}