/*
* Description: Custom CSS Additions Go Here
* Template: twentytwentyone
* Version: 1.0
* Author: Cody Larkin, VDS
*/

html {scroll-behavior: smooth;}

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

:root {
	/* color scheme vars */
	--accent1: #2CDED4;            /* Turquoise - accent1 */
	--accent1_40: #2CDED466;       /* accent1 @ 40% */

	--accent2: #20C2FF;            /* cyan blue - accent2 */
	--accent2_40: #20C2FF66;       /* accent2 @ 40% */

	--light1: #FFFFFF;             /* white - light1 */
	--light1_50: #FFFFFF80;        /* white @ 50% opacity */

	--light2: #979797;			   /* mid gray - light2  */

	--dark1: #262862;              /* dark blue blue */
	--dark2: #343234;              /* charcoal */
	--dark3: #000000;              /* black  */

	--uihover: #EFA03666;          /* goldenrod (accent2) UI opacity */

	/* font family vars */
	--DunbarMed: 'DunbarTall-Medium', sans-serif;;
	--MontReg: 'Montserrat-Regular', sans-serif;
	--MontB: 'Montserrat-Bold', sans-serif;;
}

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

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

body button#primary-mobile-menu span {
	transition: all 0.3s ease-in-out;
	color: var(--light1);
}
body button#primary-mobile-menu:hover span {
	transition: all 0.3s ease-in-out;
    color: var(--accent2);
}
body p, body li, body span:not(.display-name):not(.vc_tta-title-text):not(.single-post-publish-date):not(.single-post-author) {
	font-family: var(--MontReg);
	color: var(--dark1);
}
body h1 {
	text-shadow: 1px 1px 8px var(--dark3);
	color: var(--light1);
}
h2, h3, h4, h5, h6 {
	color: var(--dark1);
}
div.accent1 h2,
div.accent1 h3,
div.accent1 h4,
div.accent1 h5,
div.accent1 h6,
body #content div.accent1 a:not(.btn-bt),
div.accent1 p,
div.accent1 li,
div.accent1 span,
.wpb_row.accent1 h2,
.wpb_row.accent1 h3,
.wpb_row.accent1 h4,
.wpb_row.accent1 h5,
.wpb_row.accent1 h6,
body #content .accent1 a:not(.btn-bt),
.wpb_row.accent1 p,
.wpb_row.accent1 li,
.wpb_row.accent1 span,
.wpb_row.dark1 h2,
.wpb_row.dark1 h3,
.wpb_row.dark1 h4,
.wpb_row.dark1 h5,
.wpb_row.dark1 h6,
body #content .dark1 a:not(.btn-bt),
body .wpb_row.dark1 p,
body .wpb_row.dark1 li,
.wpb_row.dark1 span,
.wpb_row.dark2 h2,
.wpb_row.dark2 h3,
.wpb_row.dark2 h4,
.wpb_row.dark2 h5,
.wpb_row.dark2 h6,
body #content .dark2 a:not(.btn-bt),
.wpb_row.dark2 p,
.wpb_row.dark2 li,
.wpb_row.dark2 span,
.wpb_row.dark3 h2,
.wpb_row.dark3 h3,
.wpb_row.dark3 h4,
.wpb_row.dark3 h5,
.wpb_row.dark3 h6,
body #content .dark3 a:not(.btn-bt),
.wpb_row.dark3 p,
.wpb_row.dark3 li,
.wpb_row.dark3 span {
	color: var(--light1);
}
.wpb_row.accent1 hr,
.wpb_row.dark1 hr,
.wpb_row.dark2 hr,
.wpb_row.dark3 hr {
	border-color: var(--light1);
}
.wpb_row.light1 h2,
.wpb_row.light1 h3,
.wpb_row.light1 h4,
.wpb_row.light1 h5,
.wpb_row.light1 h6 {
	color: var(--dark1);
}
body #content .light1 a:not(.btn-bt),
.wpb_row.light1 p,
.wpb_row.light1 li,
.wpb_row.light1 span {
	color: var(--dark3);
}

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

/* 	Top CTA */
.vc_custom_1726590590238 {
    background-position: 0px -187px !important;
}

/* Top Anchor + Recaptcha */

a.topbutton {
    background-color: var(--accent1);
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--light1);
    text-decoration: none;
    border-radius: 7px;
    bottom: 148px;
    right: 10px;
}
a.topbutton:hover {
	border-color: var(--accent2);
}
a.topbutton i.icon-angle-up {
	justify-content: center;
	align-items: center;
	display: flex;
}
a.topbutton i.icon-angle-up:before {
	transition: all 0.3s ease-in-out;
    margin: 0 !important;
    color: var(--light1);
    position: relative;
    font-size: 48px;
    line-height: 1;
    top: -4.5px;
}
a.topbutton:hover i:before {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
div.grecaptcha-badge {
    bottom: 70px !important;
}

/* END Top Anchor + Recaptcha */

/* Buttons */

body.search-results a.more-link {
	text-transform: uppercase;
	font-family: "Barlow", sans-serif;
	text-decoration: none;
    letter-spacing: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 18px 28px;
	margin-top: 12px;
    min-width: 200px;
    font-size: 14px;
    line-height: 1;
	display: block;
}
body.search-results a.more-link,
body #content .gform_footer input[type="submit"],
body .header-button a.btn-bt,
body #content a.btn-bt {
    letter-spacing: 2px;
    border-radius: 2px;
    padding: 18px 28px;
    min-width: 200px;
    font-size: 14px;
    line-height: 1;

}
body.search-results #content a.more-link,
body #content .gform_footer input[type="submit"],
body .header-button a.btn-bt,
body #content a.btn-bt.default {
	transition: all 0.3s ease-in-out;
    border: 3px solid var(--accent2);
    background: transparent;
    color: var(--light1);
}
body.search-results #content a.more-link:hover,
body #content .gform_footer input[type="submit"]:hover,
body .header-button a.btn-bt:hover,
body #content a.btn-bt.default:hover {
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-in-out;
    background: var(--accent2_40);
}
body #content a.btn-bt.alternate {
	transition: all 0.3s ease-in-out;
	border: 3px solid var(--accent1);
	background: transparent;
	color: var(--dark3);
}
body #content a.btn-bt.alternate:hover {
	box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.24);
	transition: all 0.3s ease-in-out;
	background: var(--accent1_40);
}

@media (max-width: 979px) {
	div.header-button {
		display: none;
	}
}

@media (max-width: 480px) {
	body #content a.btn-bt {
		max-width: 220px !important;
	    min-width: unset;
	    font-size: 18px;
	}

	.copyright-text.span6.left {
    width: 61% !important;
    margin: 0px auto;
}
}

/* END Buttons */

/* Header, Top Widget & Top Header */

@media (min-width: 980px) {
	header#header {
	    position: absolute;
	    width: 100%;
	    /*top: 0;*/
	}
	header .top-header {
	    background-image: linear-gradient(0deg, rgba(44,41,43,0.00) 0%, #2C292B 100%);
	    background-color: transparent;
	}
}

@media (max-width: 979px) {
	header .top-header {
		background-color: var(--dark2);
	}
}

/* 	Top CTA Right and Left */
header .top-widget {
	display: block;
}

.span6.right {
    float: right;
    width: 100% !important;
    display: flex;
    justify-content: end;
}

.span6.left {
    float: left;
    width: 50% !important;
}

.top-cta {
    color: #fff;
    border: 0px solid red;
    height: 40px;
	display: flex;
    align-items: center;
    column-gap: 10px;
}

.top-cta a {
    color: #fff !important;
	text-decoration: none;
}

.copyright-text.span6.left {
    width: 50%;
}

header nav.primary-navigation a:link,
header nav.primary-navigation a:visited {
	color: var(--light1);
}
header nav.primary-navigation ul#top-menu li a:hover,
header nav.primary-navigation ul#top-menu li a:focus,
header nav.primary-navigation ul#top-menu li a:focus-within {
	color: var(--accent2);
}
header .left-right-header nav ul#top-menu li {
    padding: 12px 14px;
}
nav.primary-navigation ul.sub-menu {
    background: var(--dark1);
}

/* END Header, Top Widget & Top Header */

/* Footer & Copyright */

footer#footer {
    background: var(--dark2);
}
footer#footer h2,
footer#footer p,
footer#footer a,
footer#footer li,
footer#footer span {
	color: var(--light1);
}
footer .widget-title,
footer h2 {
    border-bottom: 1px solid var(--light1);
    padding-bottom: 24px;
    margin-bottom: 16px;
    max-width: 150px;
    width: 100%;
}
footer#footer a,
.copyright a {
	text-decoration: none;
}
footer#footer p.footer-directions a {
	text-decoration: underline;
}
footer div.textwidget,
footer .widget-content nav {
	margin-top: 0;
}
p.footer-address,
p.footer-directions,
p.footer-phone {
	line-height: 1.9;
}
footer p.footer-address {
	margin-bottom: 0;
}
footer p.footer-directions {
	margin-bottom: 32px;
}
p.footer-hours {
	line-height: 2;
}
footer .footer-col-4 img {
    height: 220px;
    width: auto;
}
div.row.copyright {
	background: var(--dark3);
}
p#copyright-p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
body ul.social li {
    margin-right: 0px;
    font-size: unset;
}
.row.copyright ul.social li a i {
	font-size:  24px;
}

/* END Footer & Copyright */

/* Accordions */

body .bakery .wpb_row.accordion .vc_tta-panel:not(.vc_active) {
    margin-bottom: 12px;
}
body .bakery .wpb_row.accordion .vc_tta-panel-title a {
    justify-content: flex-start;
    padding-left: 54px;
}
body span.vc_tta-title-text {
	transition: all 0.3s ease-in-out;
	coloR: var(--dark3);
}
body #content .accordion div.vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover span.vc_tta-title-text {
	transition: all 0.3s ease-in-out;
	coloR: var(--accent1);
}
body #content .bakery div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
	transition: all 0.3s ease-in-out;
	coloR: var(--dark3);
}
body #content .accordion div.vc_tta-panel-heading {
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease-in-out;
	border-top: 4px solid #5A5B5D;
	background: var(--light1);
	font-family: Montserrat;
	letter-spacing: 3px;
	border-right: none;
	border-left: none;
	border-radius: 0;
	font-weight: 700;
	font-size: 18px;
	color: #000;

}
body #content .accordion div.vc_tta-panel .vc_tta-panel-heading:hover,
body #content .accordion div.vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-top: 4px solid var(--accent2);
	transition: all 0.3s ease-in-out;
    background-color: transparent;
}
body #content .bakery .wpb_row.accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-bottom: 1px solid var(--accent2);
	background: transparent;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	top: 24%;
}
body .bakery .wpb_row.accordion .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	top: 23%;
}
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
body .bakery .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	font-size: 25px;
	color: #5A5B5D;
}
body #content .wpb_row.accordion div.vc_tta-panel:not(.vc_active):hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	color: var(--accent2);
}

/* END Accordions */

/* Tabs */

body .bakery .wpb_row.tabs .vc_tta-panels-container {
    padding: 0;
}
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
    justify-content: space-between;
    max-width: 1200px;
    width: 95%;
}
body #content .tabs li.vc_tta-tab.vc_active a,
body #content .tabs li.vc_tta-tab.vc_active a:hover,
body #content .tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading,
body #content .tabs div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
	background: var(--accent2);
}
body #content .tabs li.vc_tta-tab.vc_active a span.vc_tta-title-text {
	color: var(--dark3);
}
body #content li.vc_tta-tab a,
body #content div.vc_tta-panel-heading {
	background: transparent;
}
body #content li.vc_tta-tab a:hover,
body #content div.vc_tta-panel-heading:hover {
	background: var(--accent2_40);
}
body .bakery .wpb_row.tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
	border: 2px solid var(--accent2);
	border-radius: 2px;
	position: initial;
}
body #content .tabs li.vc_tta-tab a span.vc_tta-title-text {
	color: var(--light1);
}
body #content .tabs .menu-row h3 {
    padding-bottom: 12px;
    margin-bottom: 18px;
    position: relative;
    font-size: 24px;
}
.tabs .menu-row h3::after {
    background-color: var(--light2);
    position: absolute;
    max-width: 275px;
    margin: 0 auto;
    content: "";
    height: 2px;
    width: 70%;
    bottom: 0;
    right: 0;
    left: 0;
}
body #content .tabs .menu-row h5 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
}

@media (max-width: 979px) {
	body .bakery .tabs.wpb_row {
		padding-bottom: 40px !important;
	}
	.bakery .tabs .menu-row.vc_inner {
		padding-top: 0;
	}
}

/* END Tabs */

/* Homepage */

.bakery .home-banner.wpb_row {
	padding: 0;
}
.bakery .home-banner.wpb_row .container {
	position: relative;
	max-width: unset;
	width: 100%;
    top: -50px;
}
.home-banner img {
    max-width: 400px;
    height: auto;
}

@media (min-width: 1441px) {
	.home-banner {
		height: 900px;
	}
}

@media (max-width: 1440px) {
	.home-banner {
		height: 780px;
	}
}

.bakery .cta-row.wpb_row {
	padding: 24px 0;
}

@media (min-width: 980px) and (max-width: 1440px) {
	.cta-row h2 {
		font-size: 2.2vw;
	}
}

@media (min-width: 1441px) {
	.cta-row h2 {
		font-size: 1.6vw;
	}
}

@media (min-width: 980px) {
	.bakery .cta-row .wpb_text_column .wpb_wrapper {
	    justify-content: center;
	    align-items: center;
	    display: flex;
	}
	.cta-row h2 {
	    margin-right: 28px;
	}
	.featured-posts {
	    justify-content: space-between;
	    align-items: flex-start;
	    display: flex;
	}
	.feat-post {
		width: 32%;
	}
}

@media (max-width: 979px) {
	.bakery .home-banner.wpb_row .container {
		top: 0;
	}
	.cta-row h2 {
	    margin-bottom: 18px;
	    text-align: center;
	    line-height: 30px;
	    font-size: 24px;
	}
	.cta-row p {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.cta-row h2 {
	    line-height: 28px;
	    font-size: 22px;
	}
}

.blurb-row h3 {
    margin-bottom: 0;
}
.blurb-row hr.line {
    border-width: 2px;
    margin: 35px auto;
    max-width: 620px;
}
.cta-row i.icon-download {
    color: var(--accent2);
    font-size: 14px;
}
.featured-posts-row .container {
	max-width: unset;
	width: 96%;
}
.featured-posts-row h3 {
	margin-bottom: 35px;
}
.feat-post-left {
    margin-bottom: 28px;
}
.featured-posts-row a.archive-post-image-link {
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
}
.featured-posts-row a.archive-post-image-link:hover {
	background-color: var(--accent2_40);
	transition: all 0.3s ease-in-out;
}
.featured-posts-row p.feat-post-date-author {
    margin-bottom: 10px !important;
    font-family: var(--MontB);
    text-transform: uppercase;
    color: var(--accent1);
    font-size: 14px;
    line-height: 1;
}
.featured-posts-row h3.feat-post-title.tt-none {
	margin-bottom: 16px;
    line-height: 1.3;
    font-size: 20px;
}
.featured-posts-row .featured-posts hr.line.fw-line {
    border-color: var(--light2);
    margin-bottom: 16px;
    border-width: 2px;
}
.featured-posts-row p.feat-post-content {
    margin-bottom: 20px !important;
    font-size: 14px;
}
.featured-posts-row .feat-post-read-more a {
	text-transform: uppercase;
}
.testimonials-row hr.line {
    border-color: var(--light2);
    border-width: 2px;
    margin: 35px auto;
    max-width: 300px;
}
.testimonial-content {
    text-align: center;
}
.testimonial-content p {
    font-size: 14px;
}
body #content .bakery .testimonials-row .strong-view.nav-position-outside .wpmslider-controls {
	margin: 24px 0;
	padding: 0;
}
body #content .bakery .testimonials-row .strong-view.controls-style-buttons:not(.rtl) a {
	transition: all 0.3s ease-in-out;
	background:  var(--accent1);
	justify-content: center;
	align-items: center;
	display: flex;
    margin: 0 7px;
	height: 32px;
	width: 32px;
}
body #content .bakery .testimonials-row .strong-view.controls-style-buttons:not(.rtl) a:before {
    background: var(--light1);
    height: 20px;
	width: 20px;
    right: 0;
    left: 0;
    top: 0;
}
body #content .bakery .testimonials-row .strong-view.controls-style-buttons:not(.rtl) a:hover {
	transition: all 0.3s ease-in-out;
	background: var(--accent2_40);
}
.bakery .gallery-row .container {
	max-width: 94%;
	margin: 0 auto;
}
.bakery .gallery-row .sa_hover_fullslide {
    width: 94% !important;
}
.bottom-cta h2 {
	color: var(--light1);
    line-height: 72px;
	font-size: 52px;
}

body .gform_wrapper {
    padding: 20px 32px 32px 32px;
    background: var(--dark1);
    max-width: 50%;
    margin: 0 auto;
}

.gform_wrapper h4 {
	color: var(--light1);
	text-align: center;
}

@media  (min-width: 1px) {
	body .gform_wrapper li.gfield {
	    padding-right: 0 !important;
	    margin-top: 0 !important;
	    margin-bottom: 14px;
	}
}

body .gform_wrapper label.gfield_label {
    margin: 0 0 6px 0 !important;
    font-family: var(--MontReg);
    text-transform: uppercase;
    color: var(--light1);
    padding-left: 7px;
    font-size: 12px;
}
body .gform_wrapper span.gfield_required {
	display: none;
}
body .gform_wrapper .ginput_container {
	margin-top: 0 !important;
}
body .gform_wrapper input:not(.gform_button),
body .gform_wrapper textarea,
body .gform_wrapper select {
    border-bottom: 2px solid var(--light1);
    border-right: 2px solid var(--accent1);
    border-left: 2px solid var(--accent1);
    border-top: 2px solid var(--accent1);
    padding: 5px 12px 5px 8px !important;
	transition: all 0.2s ease-in-out;
    font-size: 14px !important;
    background: transparent;
    margin: 0 !important;
    color: var(--light1);
    border-radius: 2px;
}
body .gform_wrapper input:not(.gform_button)::placeholder,
body .gform_wrapper textarea::placeholder,
body .gform_wrapper select::placeholder {
	transition: all 0.2s ease-in-out;
	color: var(--light1);
}
body .gform_wrapper input:not(.gform_button):hover::placeholder,
body .gform_wrapper textarea:hover::placeholder,
body .gform_wrapper select:hover::placeholder,
body .gform_wrapper input:not(.gform_button):focus::placeholder,
body .gform_wrapper textarea:focus::placeholder,
body .gform_wrapper select:focus::placeholder {
	transition: all 0.2s ease-in-out;
	color: var(--accent2);
}
body .gform_wrapper input:not(.gform_button):hover,
body .gform_wrapper textarea:hover,
body .gform_wrapper select:hover,
body .gform_wrapper input:not(.gform_button):focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
	transition: all 0.2s ease-in-out;
	border-color: var(--accent2);
	color: var(--accent2);
}
body #content .gform_footer {
	padding: 0;
}
body #content .gform_footer input[type="submit"] {
	width: 100%;
	margin: 0;
}

@media (max-width: 768px) {
	body .gform_wrapper {
	    max-width: unset;
	}
}

/* END Homepage */

/* Fifty Fifty */

.bakery .fifty-fifty.wpb_row:not(.inline-image) {
	padding: 0;
}

.fifty-fifty:not(.inline-image) .container {
    max-width: unset;
    width: 100%;
}
.fifty-fifty.inline-image .container {
    max-width: unset;
    width: 90%;
}
.fifty-fifty .vc_column-inner {
	height: 100%;
}
.fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
.fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
	align-items: center;
	min-height: 500px;
	padding: 60px 5%;
	display: flex;
}
.fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) {
	justify-content: flex-end;
}
.fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) {
	justify-content: flex-start;
}
.fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) .vc_column-inner,
.fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) .vc_column-inner {
	align-items: center;
	max-width: 550px;
	display: flex;
}
.fifty-fifty.image-left.blend .wpb_column:nth-child(1) .vc_column-inner {
	background-position: top right !important;
}
.fifty-fifty.image-right.blend .wpb_column:nth-child(2) .vc_column-inner {
	background-position: top left !important;
}

@media (min-width: 980px) {
	.fifty-fifty.image-right.inline-image .wpb_column:nth-child(1),
	.fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) {
		padding: 0 3.5% 0 0;
	}
	.fifty-fifty.image-left.inline-image .wpb_column:nth-child(2),
	.fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) {
		padding: 0 0 0 3.5%;
	}
}

.fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) .vc_column-inner,
.fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) .vc_column-inner {
	padding-top: 0;
}

.fifty-fifty h3 {
    margin-bottom: 24px;
}
.fifty-fifty a.btn-bt {
    margin-top: 12px;
}

@media (max-width: 979px) {
	.other-services .vc_inner .vc_col-sm-3,
	.other-services .vc_inner .vc_col-sm-4 {
    	width: 100% !important;
	}
	.bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
	.bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
	    height: 685px;
	}
	.bakery .contained-fw-bottom-background-row {
	    padding-bottom: 240px !important;
		padding-top:  40px !important;
	}
	.fifty-fifty.flip-mobile .container {
		flex-direction: column-reverse;
		display: flex;
	}
	.fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) {
		justify-content: flex-start;
	}
	.fifty-fifty.image-right h3,
	.fifty-fifty.image-right h2,
	.fifty-fifty.image-right p {
		justify-content: flex-start;
		text-align: left !important;
	}
	.fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
	.fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
		min-height: unset;
	}
	.fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) .vc_column-inner,
	.fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) .vc_column-inner {
		max-width: unset;
	}
}

@media (max-width: 979px) {
	.fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
	.fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 663px; }
}

@media (max-width: 768px) {
	.fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
	.fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 515px; }
}

@media (max-width: 480px) {
	.fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
	.fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 319px; }
}

@media (max-width: 414px) {
	.fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
	.fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 274px; }
}

@media (max-width: 375px) {
	.fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
	.fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 247px; }
}

@media (max-width: 360px) {
	.fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner,
	.fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner { height: 237px; }
}

/* Fifty Fifty */

/* Promo Row */

.promo-row .wpb_column {
	height: 300px;
}
.promo-row .wpb_column .vc_column-inner {
	justify-content: center;
	align-items: center;
	display: flex;
}
.promo-row h2 {
	text-shadow: 1px 1px 8px var(--dark3);
	color: var(--light1);
    margin-bottom: 7px;
    line-height: 56px;
	font-size: 48px;
}
.icon-promos img {
	height: 80px;
	width: auto;
}
body .icon-promos h4 {
	letter-spacing: 3px;
	margin-bottom: 7px;
	font-size: 20px;
}
.icon-promos a.btn-bt {
	margin-top: 5px;
}

/* END Promo Row */

/* Subpage Global */

body:not(.home) .default-header {
	padding-top: 100px; /* height of the header - doing some faux vertical align since we have an overlapping header */
}
body:not(.home) .default-header h1 {
	text-align: center;
}

@media (max-width: 1440px) {
	body:not(.home) .default-header {
	    height: 264px; /* above 1440, the theme options subpage banner height setting will take over */
	}
}

body .wpb_row.subpage-banner.large {
	padding-bottom: 100px;
	padding-top: 100px;
}

@media (min-width: 1441px) {
	body .subpage-banner.large {
		height: 776px;
	}
}

@media (max-width: 1440px) {
	body .subpage-banner.large {
		height: 582px;
	}
}

/* END Subpage Global */

/* Single Service */

.reasons-row h4 {
	letter-spacing: 3px;
	font-size: 20px;
}
.reasons-row hr {
	border-width: 2px;
	margin: 20px 0;
}
.bakery .contained-fw-bottom-background-row {
	background-position: center bottom !important;
}
h3.faux-hr {
    border-bottom: 2px solid var(--light2);
    padding: 0 12px 25px 12px;
    width: fit-content;
    margin: 0 auto;
}
.other-services .container {
    max-width: unset;
    width: 96%;
}

@media (min-width: 980px) {
	.other-services .container .vc_inner {
		justify-content: space-between;
	    align-items: flex-start;
	    display: flex;
	}
}

.other-services .vc_inner .vc_col-sm-3 {
	width: 23.5%;
}
.other-services .vc_inner .vc_col-sm-4 {
	width: 32%;
}
.other-services .vc_inner .wpb_column .wpb_text_column {
	justify-content: center;
    align-items: center;
	display: flex;
}
.other-services .vc_inner .vc_col-sm-3 .wpb_text_column {
	height: 244px;
}
.other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
	height: 250px;
}
.other-services .vc_inner h3 {
	text-shadow: 1px 1px 8px var(--dark3);
	color: var(--light1);
	margin-bottom: 16px;
}
.other-services:not(.multi-row) .vc_inner {
	padding-bottom: 32px;
}
.other-services .vc_inner {
	padding-bottom: 0;
	padding-top: 32px;
}
.other-services .mt32px {
	margin-top: 32px;
}
body:not(.home) .vc_col-sm-12 h3,
body:not(.home):not(.search-results) .vc_col-sm-12 h4 {
    margin-bottom: 12px;
}
body:not(.home) .vc_col-sm-12 h5 {
    margin-bottom: 10px;
}

/* END Single Service */

/* Products Index (Non-Woocommerce) */

body:not(.home) .manual-products-grid .vc_inner h3 {
	text-shadow: 1px 1px 8px var(--dark3);
	margin-bottom: 2px;
}
body:not(.home) .manual-products-grid .vc_inner h4 {
	text-shadow: 1px 1px 8px var(--dark3);
	margin-bottom: 7px;
}
.light1.manual-products-grid .vc_inner h4 {
	color: var(--light1);
	letter-spacing: 3px;
	font-size: 22px;
}

@media (max-width: 979px) {
	.wpb_row.thirds.inline-image .wpb_content_element,
	.bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column,
	.wpb_row.other-services.multi-row.manual-products-grid .wpb_content_element {
		margin-bottom: 20px;
	}
}
	
/* END Products Index (Non-Woocommerce) */

/* Single Product (Non-Woocommerce) */

.prod-desc-row h3 {
	margin-bottom: 8px;
}
.prod-desc-row h4 {
	letter-spacing: 3px;
	font-size: 20px;
	margin: 0;
}
.prod-desc-row hr {
	margin: 16px 0 20px 0;
	border-width: 2px;
}

@media (min-width: 980px) {
	.product-gallery .container {
		justify-content: space-between;
		align-items: center;
		display: flex;
	}
	.product-gallery .vc_col-sm-4 {
	    width: 30%;
	}
	.product-gallery .vc_col-sm-3 {
	    width: 21%;
	}
}

/* END Single Product (Non-Woocommerce) */

/* Gallery Page */

.bottom-cta.no-form {
	height: 520px;
}
body .bottom-cta.no-form h2 {
	margin-bottom: 28px;
}
body .bottom-cta.no-form p {
	font-family: var(--MontB);
	color: var(--light1);
}
body #content .bottom-cta.no-form p a:not(.btn-bt) {
	color: var(--light1);
}
body #content .bottom-cta.no-form p a:not(.btn-bt):hover {
	color: var(--accent2);
}
body .bottom-cta.no-form a.btn-bt {
	margin-top: 18px;
}

/* END Gallery Page */

/* Contact */

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

.fifty-fifty .nap-col .vc_column-inner > .wpb_wrapper {
	width: 100%;
}
.wpb_row.accent1 .nap-col hr {
	border-color: var(--light2);
	border-width: 2px;
	margin: 20px 0;

}
.nap-col h5 {
    letter-spacing: 1.5px;
	margin-bottom: 8px;
    line-height: 26px;
	font-size: 18px;
}
body .nap-col p {
    line-height: 1.8;
}
body .nap-col p:not(:last-child) {
    margin-bottom: 20px !important;
}
body .nap-col a.shrtcde-lnk {
	text-decoration: none;
}
body #content .accent1 .vc_col-sm-6.nap-col a:not(.btn-bt):hover {
	color: var(--accent2);
}

/* END Contact */

/* Our Team */

.staff-row h4,
.staff-fifty h4 {
	margin-bottom: 10px;
}
.staff-row h5,
.staff-fifty h5 {
    letter-spacing: 3px;
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 18px;
}
.staff-fifty hr {
	border-color: var(--light2);
	margin-bottom: 32px;
	border-width: 2px;
}

.staff-row.thirds .container {
	max-width: unset;
	width: 92%;
}

@media (min-width: 980px) {
	.staff-row.thirds .container {
		justify-content: space-between;
		align-items: flex-start;
		display: flex;
	}
	.staff-row.thirds .vc_col-sm-4 {
	    width: 31%;
	}
}

/* END Our Team */

/* Reviews */

.reviews-wall .testimonial {
    padding: 60px 0 60px 0px;
}
.reviews-wall .testimonial:nth-child(odd) {
	background: var(--light1);
}
.reviews-wall .testimonial:nth-child(even) {
	background: var(--accent1);
}
.reviews-wall .testimonial .testimonial-inner {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
body #content .reviews-wall .testimonial:nth-child(even) .testimonial-inner h3,
body #content .reviews-wall .testimonial:nth-child(even) .testimonial-inner p {
	color: var(--light1);
}
body #content .reviews-wall .testimonial h3 {
	border-bottom: 2px solid var(--light2);
	padding: 0 12px 28px 12px;
	margin: 0 auto 24px auto;
	width: fit-content;
}

/* END Reviews */

/* Deals Page */

.feat-special h3  {
	margin-bottom: 10px;
}
.feat-special h4  {
	margin-bottom: 12px;
	font-size: 20px;
}
.feat-special hr.line.fw-line {
    border-color: var(--light2);
    margin-bottom: 16px;
    border-width: 2px;
}
.feat-special h5,
.fw-special h5 {
	letter-spacing: 2px;
	font-size: 18px;
}
.fw-special h5 {
	margin-bottom: 16px;
}
.fw-special h3 {
    margin-bottom: 12px;
}
.fw-special h4 {
    font-size: 22px;
}
.fw-special hr.line {
	border-color: var(--light2);
    border-width: 2px;
    margin: 25px auto;
    max-width: 300px;
}
.fw-special a.btn-bt {
    margin-top: 12px;
}
.bakery .fw-special .wpb_text_column p:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 980px) {
	body .horizontal-gform .gform_wrapper {
	    background: unset;
	    max-width: 75%;
	    padding: 0;
	}
	.horizontal-gform form,
	.horizontal-gform .gform_fields {
	    justify-content: space-between;
	    display: flex !important;
	    align-items: flex-end;
	}
	.horizontal-gform form .gform_body {
		width: 65.5% !important;
	}
	.horizontal-gform form .gform_footer {
	    width: 32.5% !important;
	}
	.horizontal-gform form .gform_fields li {
		margin-bottom: 0;
		width: 48.5%;
	}
	.horizontal-gform input:not(.gform_button) {
		background: var(--dark1) !important;
	}
}

/* END Deals Page */

/* Blog Index */

body#blog-page .default-header {
	padding-bottom: 100px;
}

@media (min-width: 1441px) {
	body#blog-page .default-header {
	    height: 776px;
	}
}

@media (max-width: 1440px) {
	body#blog-page .default-header {
	    height: 582px;
	}
}

body#blog-page .blog .wrap {
    max-width: unset;
    width: 96%;
}
#primary .post-image-wrap {
    margin-bottom: 20px;
}
.post-image-wrap a.archive-post-image-link {
    transition: all 0.3s ease-in-out;
    background-blend-mode: overlay;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 250px;
    width: 100%;
}
.post-image-wrap a.archive-post-image-link:hover {
    background-color: var(--accent2_40);
    transition: all 0.3s ease-in-out;
}
p.archive-date {
    margin-bottom: 10px !important;
    font-family: var(--MontB);
    text-transform: uppercase;
    color: var(--accent1);
    font-size: 14px;
    line-height: 1;
}
#primary .post-text-wrap h2.archive-post-title {
    margin-bottom: 16px;
    line-height: 1.3;
    font-size: 20px;
}
#primary .post-text-wrap h2.archive-post-title a {
	text-decoration: none;
}
#primary hr.line.fw-line {
    border-color: var(--light2);
    margin-bottom: 16px;
    border-width: 2px;
}
#primary p.archive-post-excerpt {
    margin-bottom: 20px !important;
    font-size: 14px;
}
body#blog-page div#pagination {
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    display: flex;
    width: 100%;
}
body.single .navigation .nav-links a.btn-bt,
body #content a.all-blogs-link,
body #content .left-pag a.btn-bt.default,
body #content .right-pag a.btn-bt.default {
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	color: var(--dark3);
	padding: 13px 28px;
	width: fit-content;
	display: flex;
}
body.single .navigation .nav-links a.btn-bt i,
body #content a.all-blogs-link i,
body #content .left-pag a.btn-bt.default i,
body #content .right-pag a.btn-bt.default i {
	color: var(--accent2);
	font-size: 24px;
	margin: 0;
}
body.single .navigation .nav-links a.btn-bt i::before,
body #content a.all-blogs-link i::before,
body #content .left-pag a.btn-bt.default i:before,
body #content .right-pag a.btn-bt.default i:before {
	margin: 0 !important;
}

/* END Blog Index */

/* Single Blog */

@media (min-width: 980px) {
	body.single.admin-bar { margin-top: 0;
	}
}

@media (max-width: 979px) {
	html[lang="en-US"] {
		margin-top: 0 !important;
	}
	body.single.admin-bar {
		margin-top: 0;
	}
}

@media (max-width: 782px) {
	html[lang="en-US"] {
		margin-top: 0 !important;
	}
}

body.single #content .wrap {
	max-width: unset;
	width: 100%;
}
body.single #content .blog.single {
    padding-top: 0;
}

.single-intro {
	background: var(--accent1);
	padding: 100px 0 70px 0;
	width: 100%;
}
.single-intro .container {
    align-items: flex-start;
    justify-content: center;
    max-width: unset;
    margin: 0 auto;
    display: flex;
    width: 93%;
}

@media (min-width: 980px) {
	.single-intro .container > div {
		margin-bottom: 0;
		width: 50%;
	}
	.single-intro .container > div:nth-child(1) {
		padding-right: 2.5%;
	}
	.single-intro .container > div:nth-child(2) {
		padding-left: 2.5%;
		padding-top: 24px;
	}
	h1.single-post-title,
	div.single-post-meta-wrap {
	    padding-left: 24px;
	    margin-top: 32px;
	}
}

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

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

body.single .single-post-content-wrap {
    margin-bottom: 0;
}
.blog-beef {
	padding: 40px 0;
	width: 100%;
}
.blog-beef .container,
.single-pagination .container {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}
body.single .single-pagination {
    width: 100%;
}
body.single nav.navigation.post-navigation {
    background: unset;
    max-width: none;
    padding: unset;
    width: 100%;
    margin: 0;
}
body.single .navigation .nav-links > * {
    min-width: unset;
    min-height: unset;
}
body.single #content .navigation .nav-links a.btn-bt {
    text-transform: uppercase;
    font-family: var(--MontB);
    justify-content: center;
    text-decoration: none;
    letter-spacing: 2px;
    flex-direction: row;
    align-items: center;
    color: var(--dark3);
    border-radius: 2px;
    text-align: center;
    padding: 13px 28px;
    font-size: 14px;
    line-height: 1;
    display: flex;
}
body.single .single-post-content-wrap h2 {
	margin-bottom: 18px;
}
body.single .single-post-content-wrap h3 {
	margin-bottom: 16px;
}
body.single .single-post-content-wrap a.btn-bt {
	margin-top: 16px;
}
body.single .single-post-content-wrap p {
	margin-bottom: 16px;
}
body.single .single-post-content-wrap img {
	margin-bottom: 2em;
	margin-top: 2em;
}

/* END Single Blog */

/* Terms, Privacy Policy, ADA, TY */

body#pp-page h5,
body#ada-page h5,
body#tos-page h5,
body#ty-page h5,
body .four-oh-four-page h5 {
	font-size: 20px;
}
body .four-oh-four-page .wpb_text_column a.btn-bt,
body#ty-page .wpb_text_column a.btn-bt {
	margin-top: 14px;
}
body.error404 #content .row.copyright a {
	transition: all 0.3s ease-in-out;
	color: var(--light1) !important;
}
body.error404 #content .row.copyright a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2) !important;
}

/* END Privacy Policy, ADA, TY */

/* Search */

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

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

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

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

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

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

/* END Search */

/* Privacy Policy */

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

/* END Privacy Policy */

/* Responsive */

@media (max-width: 1280px) {
	body:not(.home) h1 {
 	   line-height: 52px;
 	   font-size: 40px;
    }
}

@media (max-width: 1100px) {
	header .left-right-header nav ul#top-menu li {
	    padding: 10px 7px;
	}
	ul#left-menu li a,
	ul#right-menu li a,
	nav ul#top-menu li a {
		font-size: 12px;
	}
}

@media (max-width: 979px) {
	.copyright .span6.right {
		justify-content: center !important;
	}
	body button#primary-mobile-menu svg {
	    transition: all 0.3s ease-in-out;
	    stroke-width: 0.75px !important;
	    stroke-linejoin: miter;
	    stroke: var(--light1);
	    height: 48px;
	    width: auto;
	}
	span.dropdown-icon svg:hover, span.dropdown-icon.close svg {
	    transition: all 0.3s ease-in-out;
	    stroke: var(--accent2) !important;
	    color: var(--accent2);
	}
	body .main-navigation.display-small-desktop ul,
	body .js .top-header .main-navigation > div > ul,
	body header .left-right-mobile-nav > div > ul {
	    background-color: var(--dark1);
	}
	body .remove-padding-mobile {
		padding: 0 !important;
	}
	.bakery .wpb_row.home-banner {
	    padding: 40px 0;
	    height: 520px;
	}
	.home-banner img {
	    max-width: 200px;
	    height: auto;
	}
	body .home-banner h1 {
	    line-height: 52px;
	    max-width: 450px;
	    font-size: 40px;
	    margin: 0 auto;
	}
	body .bottom-cta h2 {
	    line-height: 52px;
	    max-width: 450px;
	    font-size: 40px;
	    margin: 0 auto;
	}
	.featured-posts .feat-post {
	    margin-bottom: 28px;
	}
	footer .widget-content.widget {
	    text-align: center;
	}
	footer .widget-content.widget h2 {
	    margin-right: auto;
	    margin-left: auto;
	}
	footer#footer .span3:not(:last-child) .widget {
	    margin-bottom: 35px;
	}
	footer#footer .span3:last-child .widget {
	    margin-bottom: 0;
	}
	.row.copyright {
	    padding: 24px 0;
	}
	.row.copyright .copyright-content.span6.right {
	    margin-top: 18px;
	}
	.bakery .promo-row .wpb_column {
	    height: 400px;
	}
	body:not(.home) .default-header {
	    padding-top: 0;
		height: 176px;
	}
	body:not(.home) .default-header h1 {
	    text-align: center;
	}
	body:not(.home) h1 {
	    line-height: 42px;
	    font-size: 32px;
	}
	body#blog-page div.default-header {
		padding-bottom: 0;
	    height: 389px;
	}
	body.single .single-intro {
		padding: 40px 0 28px 0;
	}
	body.single .single-post-feat-img-wrap {
		margin-bottom: 35px;
	}
	body.single .single-post-title-wrap {
		margin-bottom: 0px;
	}
	h1.single-post-title {
	    margin: 24px 0;
	}
	body .wpb_row.subpage-banner.large {
	    padding-bottom: 0px;
	    padding-top: 0px;
	    height: 389px;
	}
	body.search .top-cta h4 {
		display: none;
	}
}

@media (max-width: 768px) {
	#content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
	#content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
	    height: 535px;
	}
	body .wpb_row.subpage-banner.large {
	    height: 304px;
	}
	body #content h3 {
	    line-height: 32px;
	    font-size: 22px;
	}
	body #content .fifty-fifty h3 {
	    margin-bottom: 12px;
	}
	body .blurb-row hr.line {
	    margin: 24px auto;
	    max-width: 500px;
	}
	.bakery .blurb-row.wpb_row {
		padding: 40px 0 !important;
	}
	#content .promo-row .wpb_column {
	    height: 313px;
	}
	body#blog-page div.default-header {
	    height: 304px;
	}
	body.single h1.single-post-title {
	    line-height: 1.4;
	    font-size: 32px;
	}
	body .bakery .bottom-cta.no-form {
	    height: 360px;
	}
}

@media (max-width: 480px) {
	.top-widget .span6.left {
		display: none;
	}
	ul#top-menu.mobile-menu li a {
		display: inline-block;
		width: 89%;
	}
	.bottom-cta.no-form {
	    height: auto !important;
	}
	#content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
	#content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
	    height: 330px !important;
	}
	body .wpb_row.subpage-banner.large {
	    height: 188px;
	}
	body#blog-page div.default-header {
	    height: 188px;
	}
	body:not(.home) h1 {
	    line-height: 32px;
	    font-size: 23px;
	}
	body:not(.home) .default-header {
	    height: 160px;
	}
	header .top-header {
	    height: 80px;
	}
	header .top-header .logo .site-branding a img {
	    height: 40px;
	}
	.bakery .wpb_row.home-banner {
	    padding: 40px 0;
	    height: 361px;
	}
	.post-read-more-wrap {
	    justify-content: center;
	    align-items: center;
	    display: flex;
	}
	.home-banner img {
		max-width: 140px;
		height: auto;
	}
	body .home-banner h1 {
	    line-height: 42px;
	    max-width: 300px;
	    font-size: 30px;
	}
	body#blog-page div#pagination {
	    justify-content: center;
	    margin-top: 24px;
	}
	.cta-row h2 {
    	margin-bottom: 22px;
	}
	body #content .bakery .promo-row .wpb_column {
	    height: 194px;
	}
	.promo-row .wpb_column .vc_column-inner {
		padding-top: 0;
	}
	.promo-row h2 {
	    margin-bottom: 0px;
	    line-height: 32px;
	    font-size: 24px;
	}
	body .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
	body .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
		padding: 32px 5%;
	}
	body #content .wpb_row a.btn-bt {
	    margin: 24px auto 0 auto !important;
	    display: block !important;
	    max-width: 360px;
	    width: 100%;
	}
	.bakery .wpb_row.featured-posts-row,
	.bakery .wpb_row.testimonials-row {
	    padding: 40px 0 !important;
	}
	.testimonials-row hr.line {
	    margin: 24px auto;
	    max-width: 225px;
	}
	body #content h3 {
	    line-height: 28px;
	    font-size: 20px;
	}
	body.single h1.single-post-title {
	    line-height: 1.5;
	    font-size: 24px;
	}
	body.single .nav-links {
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	    display: flex;
	}
	body.single .navigation .nav-links > * {
	    margin: 8px 0;
	}
	body .bottom-cta h2 {
	    line-height: 42px;
	    font-size: 30px;
	}
	body h2 {
	    line-height: 30px;
	    font-size: 22px;
	}
	ul#left-menu li a,
	ul#right-menu li a,
	nav ul#top-menu li a {
		letter-spacing: 1px !important;
	}
}

@media (max-width: 360px) {
	body#blog-page div.default-header {
	    height: 139px;
	}
	body #content .bakery .wpb_row.promo-row .wpb_column {
	    height: 170px;
	}
	body .wpb_row.subpage-banner.large {
	    height: 160px;
	}
	body #content .bakery .other-services .vc_inner .vc_col-sm-3 .wpb_text_column,
	body #content .bakery .other-services .vc_inner .vc_col-sm-4 .wpb_text_column {
	    height: 245px !important;
	}
}
 
/* END Responsive */

.dark-list li {
    color: var(--dark1) !important;
}

.dark-list {
	margin-bottom: 10px;
}