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

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

:root {
	/* color scheme vars */
	--accent1: #7C764C;          /* Grey Brown */
	
	--accent2: #3C6780;          /* Denim */

	--light1: #FFFFFF;           /* white */
	--light1_90: rgba(255,255,255,0.90); /* light1 @ 90% opacity */
	--light1_70: rgba(255,255,255,0.70); /* light1 @ 70% opacity */
	--light1_50: #FFFFFF80;      /* light1 @ 50% opacity */
	--light2: #F5F5F5;           /* White Smoke */
	--light3: #EAEAEA;           /* Green White */

	--dark1: #5C5C5C;            /* Carbon Grey */
	--dark1_75: #5c5c5cBF;	     /* dark1 @ 75% opacity */
	--dark2: #222222;            /* Dark Jungle Green */
	--dark3: #000000;            /* black */

	--uihover_ac1: #b0ad94;        /* accent1 opacity */
	--uihover_ac2: #8aa4b3;        /* accent2 opacity */

	/*--bluetextshadow: 2px 2px 0 var(--accent1);*/ /* blue text shadow (home h1) */

	/* font family vars */
	--BU: 'bodoni-urw', serif;
	--AN: 'aaux-next', 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 h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: var(--BU);
	color: var(--dark3);
}

body h2 {
	text-transform: uppercase;
}

body h3 {
	text-transform: uppercase;
	color: var(--dark3);
}

body, body p, body li, body span, body form label, .gform_footer input[type="submit"], button, span.vc_tta-title-text {
	font-family: var(--AN);
	font-weight: 500;
}
body, body p, body li, body span {
	color: var(--dark3);
}

.text-center {
	text-align: center;
}


/* General */
@media (max-width: 480px) {
	body .form-field.wpmtst-submit label,
	body .form-field.wpmtst-submit label input,
	.bakery a.btn-bt {
		width: 100%;
	}
	body .bakery.review-us input#wpmtst_submit_testimonial {
		letter-spacing: 1px;
		padding: 10px 16px;
	}
}

body input#wpmtst_submit_testimonial {
	text-transform: uppercase !important;
    font-family: var(--MontSB);
	text-decoration: none;
    display: inline-block;
    text-transform: none;
    letter-spacing: 3px;
    border-radius: 0px;
    text-align: center;
    padding: 14px 28px;
    line-height: 26px;
    font-size: 16px;
	border: none;
}
body input#wpmtst_submit_testimonial:hover {
	border: none;
}
body input#wpmtst_submit_testimonial,
body .gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background) {
	transition: all 0.3s ease-in-out;
    background-color: var(--accent2);
    color: #fff;
    font-size: 16px;
}
body input#wpmtst_submit_testimonial:hover,
body .gform_footer input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    background-color: var(--uihover_ac2);
	font-size: 16px;
}
body #content .wpb_row.dark1 a:not(.btn-bt) {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--light1);
}
body #content .wpb_row.dark1 a:not(.btn-bt):hover {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--accent2);
}
body #content a.unstyled-link {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: var(--dark3);
}
body #content a.unstyled-link:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
body .tt-none { text-transform: none; }
a.btn-bt, body input#wpmtst_submit_testimonial { min-width: 200px; }

.wpb_row.dark1 h2, .wpb_row.dark1 h3, .wpb_row.dark1 h4, .wpb_row.dark1 h5, .wpb_row.dark1 h6,
.wpb_row.dark2 h2, .wpb_row.dark2 h3, .wpb_row.dark2 h4, .wpb_row.dark2 h5, .wpb_row.dark2 h6,
.wpb_row.dark3 h2, .wpb_row.dark3 h3, .wpb_row.dark3 h4, .wpb_row.dark3 h5, .wpb_row.dark3 h6, body #content .wpb_row.dark3 a:not(.btn-bt),
.wpb_row.dark1 p,  .wpb_row.dark2 p,  .wpb_row.dark3 p,
.wpb_row.dark1 ul li,  .wpb_row.dark2 ul li,  .wpb_row.dark3 ul li {
	color: var(--light1);
}
body #content a:not(.btn-bt) {
	font-weight: 700;
    transition: all 0.3s ease-in-out;
    color: #000000;
	text-decoration: underline;
}
body #content a:hover {
	color: var(--accent1);
	text-decoration: none;
}
body h1 {
    text-transform: uppercase;
	text-align: center;
	color: var(--light1);
	text-shadow: 0 0 24px var(--dark3);
}
body .wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
    margin-bottom: 20px;
	line-height: 1.2;
}
body .wpb_row:not(.fifty-fifty) h3 {
    margin-bottom: 20px;
}
body .wpb_row:not(.fifty-fifty):not(.cta-row):not(.bottom-cta) .vc_col-sm-12 a.btn-bt {
	margin-top: 14px;
}
body .bakery .vc_section {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
body .top-header.top-bottom-header {
	background-color: var(--dark2);
	display: flex;
}
body .top-header.top-bottom-header .logo {
    padding: 20px 0px;
}
body .site-branding {
    margin-top: 0;
}
body .top-header.top-bottom-header .navigation-top {
	background-color: var(--light2);
	max-width: none;
}
body .top-header.top-bottom-header .nav-and-button {
    border-top: none;
    margin: 0 auto;
}

@media (min-width: 980px) {
	/* removes the desktop subnav dropdown icon */
	body nav#site-navigation.hide-small-desktop li.menu-item-has-children a {
    	padding-right: 0;
	}
	body nav#site-navigation.hide-small-desktop li.menu-item-has-children a::after {
		display: none;
	}
	/* /removes the desktop subnav dropdown icon */
	/* this moves the top level nav items down slightly - they were exact center, but visually don't look like it. */
	body nav#site-navigation.hide-small-desktop ul:not(.sub-menu) li a {
		position: relative;
		top: 2px;
	}
	body nav#site-navigation.hide-small-desktop ul.sub-menu li a {
		top: 0;
	}
	/* /this moves the top level nav items down slightly - they were exact center, but visually don't look like it. */
}

@media (max-width: 979px) {
	body .top-header {
	    height: 120px;
	}
	body .top-bottom-header .container {
	    justify-content: space-between;
	    flex-direction: row;
	    width: 95%;
	}
	body .top-header .logo {
		width: auto;
	}
	body .top-header .logo a img {
		max-height: 48px;
		height: 48px;
		max-width: none;
		width: auto;
	}
	body .top-header.top-bottom-header .navigation-top {
	    background-color: unset;
    	margin: unset;
    	width: auto;
	}
	body .top-header.top-bottom-header .nav-and-button {
	    padding: 0;
	}
	nav#mobile-site-navigation {
	    position: absolute;
	    z-index: 99999;
	    top: 160px;
	}
}

@media (min-width: 481px) {
	.no-bb {
		border-bottom: none !important;
	}
}

@media (max-width: 480px) {
	body .top-widget .span6.left {
	    width: 100%;
	}
	body .top-widget .span6.right {
	    display: none;
	}
	body .top-header .logo .site-branding a img {
	    height: 80px;
	}
	.no-bb-mobile {
		border-bottom: none !important;
	}
	body .top-header .logo a img {
    	max-height: 40px;
	}
}

body .top-header.top-bottom-header nav.hide-small-desktop #top-menu li {
    padding: 18px;
}
ul#left-menu li a, ul#right-menu li a, nav ul#top-menu li a {
	font-family: var(--BU);
	font-size: 16px;
	font-weight: 700;
}

body .top-header.top-bottom-header #top-menu:not(.mobile-menu) li:last-child {
    margin-right: 0;
}
nav#site-navigation ul.sub-menu {
    background: var(--light3);
}
.top-widget .textwidget {
    align-items: center;
    display: flex;
}
/* buttons extend */
body a.btn-bt {
	font-family: var(--AN);
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
footer a.btn-bt.default, body #content a.btn-bt.default {
	
}
footer a.btn-bt.default:hover, body #content a.btn-bt.default:hover {
	background: var(--uihover_ac1);
	box-shadow: 1px 2px 48px rgba(0, 0, 0, 0.24);
}
footer a.btn-bt.alternate, body #content a.btn-bt.alternate {
	color: var(--light1);
}
footer a.btn-bt.alternate:hover, body #content a.btn-bt.alternate:hover {
	color: var(--light1);
	background-color: var(--uihover_ac2);
	box-shadow: 1px 2px 48px rgba(0, 0, 0, 0.24);
}
body button#primary-mobile-menu svg {
	color: #fff;
}

/* back to top */
body a.topbutton i.icon-up-circled2:before {
    transition: all 0.3s ease-in-out;
    background-color: var(--dark3);
    color: var(--light1);
    border-radius: 50px;
}
body a.topbutton:hover i.icon-up-circled2:before {
    transition: all 0.3s ease-in-out;
    background-color: var(--accent1);
    color: var(--light1);
}
/* /back to top */

/* top widget phone icon button */
.top-widget {
	background-color: var(--dark3);
}
.top-widget p.twa-phone {
    margin-right: 12px;
    text-align: left;
}
.top-widget p.twa-phone a.icon-btn {
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 60px;
}
a.icon-btn i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
    background: var(--accent2);
    align-items: center;
    padding: 0 4.21px;
    display: flex;
    height: 100%;
}
a.icon-btn:hover i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
	background: var(--uihover_ac2);
}
a.icon-btn i::before {
    transition: all 0.3s ease-in-out;
    color: var(--dark3);
    font-size: 36px;
}
a.icon-btn:hover i::before {
    transition: all 0.3s ease-in-out;
    color: var(--light1);
}

a.icon-btn span.icon-btn-text {
    transition: all 0.3s ease-in-out;
    letter-spacing: 3.2px;
    align-items: center;
    padding: 0 0 0 8px;
    font-size: 16px;
	font-weight: 700;
    display: flex;
    height: 100%;
    color: #FFF;
}
a.icon-btn:hover .icon-btn-text {
	color: var(--accent1);
}
/* /top widget phone icon button */

/* top widget contact button */
a.twa-btn.btn-bt.alternate {
	background: var(--accent2);
	color: var(--light1);
	min-height: 60px;
}
body .icon-btn i.icon-btn-icon:hover,
a.twa-btn.btn-bt.alternate:hover {
	background: var(--uihover_ac2);
}
/* /top widget contact button */

/* global floating elements */
a.topbutton {
    bottom: 140px;
    right: 17px;
}
.grecaptcha-badge {
    bottom: 64px !important;
}
/* /global floating elements */

/* square socials */
.top-widget .span6.right .textwidget {
    justify-content: flex-end;
}
ul.social.top-widget-socials {
    flex-direction: row;
    align-items: center;
    line-height: unset;
    font-size: unset;
    display: flex;
    height: 40px;
    padding: 0;
}
ul.social.top-widget-socials li {
    line-height: unset;
    margin-right: 3px;
    font-size: unset;
    height: 40px;
}
ul.social.top-widget-socials li a {
    text-decoration: none;
    line-height: unset;
    font-size: unset;
    display: flex;
    height: 40px;
}
body .row.copyright ul.social.top-widget-socials li a i {
    background: var(--accent2);
    justify-content: center;
    align-items: center;
    color: var(--dark3);
    padding: 0 3.21px;
    line-height: 24px;
    font-size: 24px;
    display: flex;
    height: 40px;
}
body .row.copyright ul.social.top-widget-socials li a i:hover {
    transition: all 0.3s ease-in-out;
    background: var(--accent1);
    color: var(--light1);
}
/* /square socials */

/* footer */
body footer#footer {
    padding: 60px 0;
	background-color: #222222;
}

footer#footer h5 {
	margin-bottom: 20px;
	color: #fff;
}
.vc_col-sm-3.span3.footer-col-1 img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media(min-width: 980px) {
	
	h5.address-icon,
	h5.phone-icon,
	h5.hours-icon,
	h5.mail-icon {
		position: relative;
		padding-left: 43px;
	}
	h5.address-icon:before,
	h5.phone-icon:before,
	h5.hours-icon:before,
	h5.mail-icon:before{
		background: var(--accent2);
		justify-content: center;
		font-family: 'Fontello';
		color: var(--dark2);
		align-items: center;
		position: absolute;
		padding-left: 2px;
		font-size: 20px;
		display: flex;
		height: 30px;
		width: 30px;
		top: -5.5px;
		left: 0;
	}
	h5.address-icon:before { content: '\e81d'; } /* icon-location */
	h5.phone-icon:before   { content: '\e823'; } /* icon-phone */
	h5.hours-icon:before   { content: '\e83e'; } /* icon-clock */
	h5.mail-icon:before   { content: '\f0e0'; } /* icon-clock */
}

body footer#footer p,
body footer#footer a:not(.btn-bt) {
	color: #ffffff;
	line-height: 1.71;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
}

@media (max-width: 979px) {
	body footer#footer {
	    text-align: center;
	    padding: 32px 0;
	}
	.vc_col-sm-3.span3.footer-col-1 {
	    margin-bottom: 24px;
	}
	.vc_col-sm-3.span3.footer-col-2,
	.vc_col-sm-3.span3.footer-col-3 {
	    margin-bottom: 10px;
		}
	.vc_col-sm-3.span3.footer-col-4 {
		margin-bottom: 0;
	}
	.vc_col-sm-3.span3.footer-col-1 img {
		
	}
}
@media (max-width: 480px) {
	footer#footer h5 {
		margin-bottom: 10px;
		color: #fff;
	}
	.vc_col-sm-3.span3.footer-col-1 img {
		width: 100%;
		max-width: 300px;
	}
}
/* /footer */

/* copyright */
.row.copyright {
    padding: 0;
	background-color: var(--dark3);
}

@media (min-width: 1251px) {
	.copyright-text.span6.left-three-column {
	    padding-left: 2.5%;
	}
}

body p#copyright-p {
    font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.43px;
}
body .menu-copyright-menu-container ul#menu-copyright-menu {
}
body .menu-copyright-menu-container ul#menu-copyright-menu {
	justify-content: space-between;
	margin: 0 auto !important;
	max-width: 800px;
    padding: 0;
}
body .menu-copyright-menu-container ul#menu-copyright-menu li a {
	font-size: 16px;
	letter-spacing: 3.2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

@media (max-width: 1250px) {
	body .row.copyright {
		padding:  28px 0;
	}
	.copyright .container {
	    flex-direction: column;
	    max-width: 95%;
	}
	.row.copyright .span6,
	.row.copyright .copyright-content.span6.right-three-column {
	    justify-content: center;
	    float: none !important;
	    width: 100% !important;
	    align-items: center;
		display: flex;
	}
	.row.copyright .span6.left-three-column {
	    margin-bottom: 14px;
	}
	.row.copyright .span6.middle-three-column {
	    margin-bottom: 24px;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu {
	    flex-direction: column;
	    max-width: unset;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu li {
	    line-height: 28px;
	    padding: 0;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu li a {
	    font-size: 16px;
	}
}
@media (max-width: 480px) {
	body .row.copyright {
		padding: 15px 0;
	}
	body p#copyright-p {
		font-size: 9px;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu li a {
		font-size: 12px;
		letter-spacing: 1.75px;
	}
	body .menu-copyright-menu-container ul#menu-copyright-menu li {
		line-height: 20px;
	}
}
/* /copyright */

/* testimonial carousel */
.bakery .testimonials-opacity .container {
	background-color: rgba(255, 255, 255, 0.90);
	padding: 0px 2% 40px 2%;
	border-radius: 0px;
}
body .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	padding: 0;
}
body .testimonials h4 {
	background-color: var(--dark3); /* black */
	color: var(--light1); /* white */
	position: relative;
	line-height: 18px;
	border-radius: 0;
	max-width: 790px;
	padding: 18px 1%;
	font-size: 28px;
	letter-spacing: 2.25px;
	line-height: 1.29;
	text-transform: uppercase;
	margin: 0 auto;
	top: -27px;
}
body .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
    margin-bottom: 20px !important;
    letter-spacing: 0.5px;
    text-transform: none;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
body .wpmtst-testimonial-content.testimonial-content {
    max-width: 550px;
    margin: 0 auto;
}
body .wpmtst-testimonial-content.testimonial-content p {
    text-align: center;
    font-style: italic;
    font-size: 18px;
	line-height: 1.8;
}
body .wpmtst-testimonial-field.testimonial-field {
	text-align: center;
	font-weight: 700;
    margin-top: 5px;
	font-size: 18px;
}

@media (min-width: 980px) {
	.testimonials-opacity p em {
	    max-width: 370px;
	    display: block;
	}
}
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	transition: all 0.3s ease-in-out;
	background: var(--accent1);
	font-size: 40px;
	height: 50px;
	width: 50px;
}
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	left: -24px;
}
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:hover:before,
body .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:hover:before {
	transition: all 0.3s ease-in-out;
	background: var(--accent2);
}

/* /testimonial carousel */

/* home hero */
.home-hero {
	height: 675px;
}
.home-hero h1 {
	margin-bottom: 24px;
}
/* /home hero */

/* home promos */
.bakery div.vc_row.home-promos {
	align-items: flex-start;
	gap: 10px;
}
.home-promos .wpb_text_column .wpb_wrapper {
	min-height: auto;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
}
.home-promos .wpb_text_column .wpb_wrapper p:last-child {
	margin-top: auto;
}
.home-promos img {
    max-height: 85px;
    width: auto;
}
.home-promos h3 {
	margin-bottom: 12px;
	margin-top: 25px;
}
.bakery .home-promos .wpb_text_column p:not(:first-child):not(:last-child) {
	margin-bottom: 20px;
	font-size: 14px;
}
@media (min-width: 980px) {
	.home-promos .wpb_column:nth-child(1) {
		margin-right: 1%;
		width: 32%;
	}
	.home-promos .wpb_column:nth-child(2) {
		margin: 0 0.5%;
		width: 32%;
	}
	.home-promos .wpb_column:nth-child(3) {
		margin-left: 1%;
		width: 32%;
	}
	.home-promos .wpb_column .wpb_content_element .wpb_wrapper {
		max-width: 320px;
		margin: 0 auto;
	}
	.home-promos.how-it-work .wpb_text_column .wpb_wrapper {
		min-height: 200px;
	}
}
/* /home promos */

/* fullwidth blurb */
.fw-blurb h2 {
	margin-bottom: 14px;
}
/* /fullwidth blurb */

/* cta row */
.bakery .cta-row {
    padding: 25px 0;
}
.bakery .cta-row .container .wpb_content_element .wpb_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
.bakery .cta-row h2 {
	margin-right: 32px;
}

@media (max-width: 979px) {
	.bakery .cta-row .container .wpb_content_element .wpb_wrapper {
	    flex-direction: column;
	    text-align: center;
	}
	.bakery .cta-row h2 {
		margin-bottom: 16px;
		margin-right: 0;
	}
	.bakery .cta-row p {
		width: 100%;
	}
}
/* cta row */

/* fifty fifty */
.bakery .fifty-fifty {
	padding: 0;
}
.bakery .fifty-fifty .container {
	justify-content: center;
	max-width: none;
	display: flex;
	width: 100%;
}
.fifty-fifty .image-col .vc_column-inner {
	background-position: center top !important;
	height: 100%;
	padding: 0;
}
.bakery .fifty-fifty .text-col {
	padding: 0;
}
.fifty-fifty .text-col .vc_column-inner {
	padding: 60px 0;
    max-width: 550px;
    margin: 0 auto;
    width: 95%;
}
.fifty-fifty h2 {
	margin-bottom: 12px;
}
.fifty-fifty h3 {
	margin-bottom: 16px;
}
.fifty-fifty h4 {
	margin-bottom: 10px;
	font-weight: normal;
}
.fifty-fifty a.btn-bt {
    margin-top: 12px;
}
/* this is for the inner row side=by-side image collage */
body .fifty-fifty .text-col .vc_column-inner .vc_column-inner {
    width: 100%;
    padding: 0;
    margin: 0 ;
}

/* this is for the row that contains map */
body .fifty-fifty.row-map .wpb_wrapper {
	height: 100%;
}
body .fifty-fifty.row-map .wpb_gmaps_widget {
	margin-bottom: 0;
	height: 100%;
}
body .fifty-fifty.row-map .wpb_gmaps_widget .wpb_map_wraper {
	height: 100%;
}

body .fifty-fifty.row-map .wpb_gmaps_widget .wpb_map_wraper iframe {
	height: 100%;
}

@media (max-width: 979px) {
	body .fifty-fifty.row-map .image-col {
		height: 400px;
	}
}


@media (min-width: 980px) {
	body .fifty-fifty .text-col .vc_column-inner .wpb_row.vc_inner .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
		padding-right: 2%;
	}
	body .fifty-fifty .text-col .vc_column-inner .wpb_row.vc_inner .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
		padding-left: 2%;
	}
}

@media (min-width: 980px) {
	.bakery .fifty-fifty .text-col.vc_col-sm-6:not(.vc_col-has-fill):nth-child(2),
	.bakery .fifty-fifty .text-col.vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    padding: 0;
	}
}

@media (max-width: 979px) {
	.fifty-fifty .container {
		flex-direction: column;
	}
	.fifty-fifty.reverse .container {
		flex-direction: column-reverse;
	}
	.fifty-fifty .image-col {
	    height: 650px;
	}
	.fifty-fifty .text-col .vc_column-inner {
	    padding: 40px 0;
	    max-width: unset;
	    width: 90%;
	}
	.fifty-fifty .fake-collage img {
	    width: 100%;
	}
	.fifty-fifty .fake-collage .wpb_row.vc_inner {
	    justify-content: space-between;
	    display: flex;
	}
	.fifty-fifty .fake-collage .wpb_row.vc_inner .wpb_column {
	    max-width: 48.7%;
	}
	body:not(#single-location):not(.home) .bakery:not(.locations) .fifty-fifty.light1 .text-col:not(:last-child):not(.contact-nap-col) .vc_column-inner {
		padding-bottom: 0;
	}
	.bakery.our-team .fifty-fifty.light1 .text-col:last-child .vc_column-inner {
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	body #content .fifty-fifty .text-col h2 {
	    letter-spacing: 0px;
	    line-height: 28px;
	    font-size: 22px;
	}
	body #content .fifty-fifty .text-col h3 {
	    letter-spacing: 0px;
	    line-height: 27px;
	    font-size: 21px;
	}
}
/* /fifty fifty */

/* faq page */
body.faq .vc_tta-container:not(:last-child) {
	margin-bottom: 40px;
}
body.faq .vc_tta-container h2 {
	text-align: center;
}
body.faq #content .vc_tta-panel-heading {
	background-color: var(--light2);
	border-radius: 4px !important;
	border: none;
}
body.faq #content .vc_tta-panel-heading a {
	text-decoration: none;
	padding-left: 50px;
}
body.faq span.vc_tta-title-text {
	font-family: var(--AN);
	color: var(--dark3);
	letter-spacing: 3px;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
body.faq #content div.vc_tta-panel.vc_active span.vc_tta-title-text {
	color: #fff;
}
body.faq #content .wpb_row.accordion .vc_tta .vc_tta-panel:hover .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	color: #fff;
}
body.faq #content div.vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: var(--uihover_ac2);
	box-shadow: 1px 2px 48px rgba(0, 0, 0, 0.24);
}

@media (max-width: 979px) {
	body.faq span.vc_tta-title-text {
		letter-spacing: normal;
		font-size: 16px;
		line-height: 1.2;
	}
	body.faq #content .wpb_row.accordion .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
		left: 10px;
	}
}

/* form */
body .gform_legacy_markup_wrapper {
    margin-bottom: 0;
    margin-top: 0;
}
body #content .gform_legacy_markup_wrapper ul.top_label div.ginput_container {
	margin-top: 0;
	border-radius: 4px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield {
	margin: 0 0 12px 0;
	border: none;
	width: 100%;
	padding: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield label.gfield_label {
    color: var(--light1);
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield input:not(.gform_button),
body .gform_legacy_markup_wrapper ul.top_label li.gfield select {
    padding: 0px 20px !important;
    height: 55px;
    border: none;
    width: 100%;
    margin: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield input:placeholder {
	font-size: 20px;
	opacity: 0.44;
	color: var(--dark3);
	border-radius: 4px;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield textarea {
    padding: 12px 20px;
    height: 110px;
    border: none;
    width: 100%;
    margin: 0;
}
body .gform_legacy_markup_wrapper ul.top_label li.gfield input:not(.gform_button):focus,
body .gform_legacy_markup_wrapper ul.top_label li.gfield select:focus,
body .gform_legacy_markup_wrapper ul.top_label li.gfield textarea:focus {
	background-color: var(--uihover_ac2);
}

body .gform_legacy_markup_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
body .gform_legacy_markup_wrapper .gform_footer input.gform_button.button {
	width: 100%;
	margin: 0;
}
body .gform_legacy_markup_wrapper .gfield_required {
    color: #fff;
    margin-left: 4px;
}

body .gform_legacy_markup_wrapper .validation_message {
	color: #fff;
}

body .gform_legacy_markup_wrapper .gfield_description {
	line-height: 1.2;
	padding: 10px;
}
body .gform_legacy_markup_wrapper h2.gform_submission_error {
	line-height: 1.2;
}

@media only screen and (min-width: 641px) {
	body .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    	max-width: 100% !important;
	}
}

/* /form */

/* featured blog */
@media (min-width: 980px) {
	.bakery .vc_row.feat-blog {
	    padding-bottom: 70px;
	    padding-top: 80px;
	}
}

img.feat-post-img {
    margin-bottom: 32px;
}
.featured-post h2 {
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0;
    line-height: 40px;
}
.featured-post p.posted-on {
    margin-bottom: 24px !important;
    font-family: var(--MontB);
    text-align: center;
    font-size: 12px;
}
.featured-post div.feat-post-content {
	margin-bottom: 36px;
}
.featured-post .feat-post-content p {
    text-align: center;
}
.featured-post p.read-more {
	text-align: center;
}
/* /featured blog */

/* partner logos */
.bakery .wpb_row.partners {
	padding: 60px 0;
}
.bakery .wpb_row.partners h3 {
	margin-bottom: 40px;
}
/* /partner logos */

/* bottom cta */
.bakery .bottom-cta {
	height: 815px;
}
body .bottom-cta h5 {
	color: var(--light1);
    letter-spacing: 10px;
	margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.25;
	font-size: 64px;
	text-transform: uppercase;
	text-shadow: 0 0 12px var(--dark3);
}
/* /bottom cta */

/* promo cards */
.bakery div.vc_row.promo-cards {
	justify-content: space-between;
}
.bakery .promo-cards .vc_col-sm-3 {
    width: 23.5%;
}
.promo-cards .wpb_content_element.dark1,
.promo-cards .wpb_content_element.accent2 {
	justify-content: center;
	align-items: center;
	min-height: 250px;
	padding: 0 24px;
	display: flex;
}
.promo-cards .wpb_content_element h3 {
	letter-spacing: 1.5px;
	text-transform: none;
	line-height: 1.3;
	max-width: 230px;
}
.promo-cards .wpb_content_element.dark1 {
    background: var(--dark1);
}
.promo-cards .wpb_content_element.dark1 h3 {
    color: var(--light1);
}
.promo-cards .wpb_content_element.accent2 {
    background: var(--accent2);
}
.promo-cards .wpb_content_element.accent2 h3 {
    color: var(--light1);
}
a.card-link {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 176.94px;
	display: flex;
}
a.card-link img {
	position: absolute;
}
body #content a.card-link span.card-hover-text {
	transition: all 0.3s ease-in-out;
    justify-content: center;
	text-decoration: none;
	letter-spacing: 5px;
    align-items: center;
	position: absolute;
	color: transparent;
	text-transform: uppercase;
    font-size: 25px;
	font-weight: 700;
    display: flex;
	height: 100%;
    width: 100%;
}
body #content a.card-link:hover span.card-hover-text {
	background-color: var(--light1_70);
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}

@media (max-width: 1200px) {
	.promo-cards .wpb_content_element h3 {
		font-size: 26px;
	}
}
@media (max-width: 979px) {
	.bakery div.vc_row.promo-cards {
	    flex-wrap: wrap;
	    display: flex;
	}
	.bakery .promo-cards .vc_col-sm-3 {
	    width: 47%;
	}
	.promo-cards .wpb_content_element h3 {
		max-width: 230px;
		font-size: 21px;
		letter-spacing: 3.5px;
		line-height: 1.43;
	}
}

@media (max-width: 480px) {
	.bakery .promo-cards .vc_col-sm-3 {
	    max-width: 360px;
	    margin: 0 auto;
	    width: 100%;
	}
	.promo-cards .wpb_content_element.dark1,
	.promo-cards .wpb_content_element.accent2 {
		min-height: 180px;
	}
	
}
/* /promo cards */

/* locations promo */

body #content .bakery .locations-promo h3 {
	margin-top: 16px;
}

@media (min-width: 980px) {
	.bakery .locations-promo.vc_inner {
		justify-content: space-between;
		display: flex;
	}
	.locations-promo.vc_inner .wpb_column {
		max-width: 300px;
	}
}

/* /locations promo */

/* testimonials page */
body .bakery.testimonials .fifty-fifty h4 {
	top: 0;
}
.wpb_row.testimonials-wall .strong-content.strong-normal.columns-1 {
    margin: 0;
}
.wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:first-child) {
	margin-top: 40px;
}
.wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:last-child) {
	border-bottom: 2px solid var(--accent1);
	padding-bottom: 40px;
	margin-bottom: 0;
}
body #content .wpb_row.testimonials-wall .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
    margin-bottom: 14px !important;
    letter-spacing: 2.50px;
    text-transform: none;
    line-height: 32px;
    text-align: left;
    font-size: 24px;
    order: 2;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-content.testimonial-content p {
    font-style: normal;
    line-height: 26px;
    text-align: left;
    font-size: 18px;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-content.testimonial-content {
    max-width: unset;
    margin: 0;
    order: 3;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-field.testimonial-field {
    text-align: left;
    order: 4;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-field.testimonial-field:not(.testimonial-rating) {
    letter-spacing: 1px;
    line-height: 1.2;
	font-size: 18px;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-field.testimonial-field.testimonial-rating {
    margin-bottom: 12px;
	margin-top: 0;
	order: 1;
}
body #content .wpb_row.testimonials-wall .wpmtst-testimonial-inner.testimonial-inner {
    display: flex !important;
    flex-direction: column;
}
body .strong-rating span.star:before {
    background: var(--accent2);
    color: var(--accent2);
}
p.five-stars i {
	color: var(--accent2);
}

@media (min-width: 980px) {
	.bakery .testimonials-wall {
	    padding: 70px 0;
	}
}

@media (max-width: 979px) {
	body #content .wpb_row.fw-blurb:not(.special-row):not(.ty-blurb) h3 {
		margin-bottom: 0;
	}
}
/* /testimonials page */

/* single location */
@media (min-width: 980px) {
	body #content .single-location-promo-outer h3 {
	    line-height: 30px;
	    font-size: 22px;
	}
}
/* /single location */

/* products index */
@media (min-width: 980px) {
	body#products-page .fifty-fifty .text-col .vc_column-inner {
	    padding: 80px 0;
	}
}

body#products-page .fifty-fifty .text-col h3 {
    font-family: var(--MontSB);
}
/* /products index */

/* single product */
.single-product-tiers-outer h3.outer {
    margin-top: 28px;
}

@media (min-width: 980px) {
	.bakery .wpb_row.vc_inner.single-product-tiers {
	    justify-content: space-between;
	    padding-top: 24px;
	    max-width: 800px;
	    display: flex;
	    margin: 0 auto;
	}
	.single-product-tiers .vc_col-sm-4 {
		margin-right: 2.5%;
		width: 33.33%;
	}
	.single-product-tiers .vc_col-sm-4:last-child {
		margin-right: 0;
	}
}

@media (max-width: 979px) {
	body:not(#single-service-page) .bakery .single-product-tiers-outer {
		padding: 0 !important;
	}
	.bakery .vc_row.vc_inner.single-product-tiers {
	    max-width: 300px;
	    margin: 0 auto;
	    width: 90%;
	}
}

@media (max-width: 480px) {
	body#single-product-page .bakery .wpb_row.single-product-tiers-outer {
		padding: 0 !important;
	}
}

.single-product-tiers .wpb_text_column.accent1 {
    background: var(--accent1);
    justify-content: center;
    align-items: center;
    min-height: 140px;
    display: flex;
}
.single-product-tiers .wpb_text_column.accent1 img {
    max-height: 70px;
    width: auto;
}
/* /single product */

/* services index */

@media (min-width: 980px) {
	.bakery .vc_inner.collage-combo {
		justify-content: space-between;
		display: flex;
	}
	.bakery .vc_inner.collage-combo .wpb_column.vc_col-sm-6 {
		padding: 0;
		width: 50%;
	}
	.bakery .vc_inner.collage-combo .wpb_column.vc_col-sm-6:nth-child(1) {
		margin-right: 1.5%;
	}
}

@media (max-width: 979px) {
	.bakery .wpb_row.membership-benefits {
		padding: 0;
	}
}

.bakery .vc_col-sm-6 ul li {
    margin-bottom: 8px;
    line-height: 28px;
}

/* /services index */

/* single service */
@media (max-width: 979px) {
	body#single-service-page .bakery .wpb_row.single-product-tiers-outer {
		padding: 32px 0 0 0 !important;
	}
}
/* /single service */

/* menu page */
@media (min-width: 769px) {
	body#menu-page .bakery .wpb_row.tabs ul.vc_tta-tabs-list {
	    justify-content: space-between;
	    max-width: 671px;
	}
	body#menu-page .bakery .wpb_row.tabs ul.vc_tta-tabs-list li.vc_tta-tab {
	    min-width: 31%;
	}
}

@media (min-width: 768px) {
	.tabs .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	    background-color: transparent;
	}
}

body#menu-page .bakery .wpb_row.tabs .vc_tta-panels-container {
    padding: 0px;
}
body #content .tabs h3 {
    margin-bottom: 14px;
}
hr.accent1 {
	border-bottom: 2px solid var(--accent1);
	margin-bottom: 14px;
}
.menu-flex {
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}
.menu-flex.halves .menu-col {
	width: 49%;
}
.menu-flex.fourths .menu-col {
	width: 24%;
}

@media (min-width: 769px) {
	.menu-flex .menu-col:not(:last-child) {
		margin-right: 1%;
	}
}

body .tabs h4 {
	font-family: var(--MontSB);
	letter-spacing: 2px;
    margin-bottom: 10px;
	font-style: normal;
}
body .tabs .halves h4 {
	margin-bottom: 6px;
}
body .tabs h5 {
	font-family: var(--MontSB);
    letter-spacing: 2px;
    margin-bottom: 5px;
	font-style: normal;
	line-height: 24px;
    margin-top: 10px;
	font-size: 16px;
}

@media (max-width: 979px) {
	.menu-flex {
		flex-wrap: wrap;
	}
	.menu-flex.halves .menu-col {
		width: 49%;
	}
	.menu-flex.fourths .menu-col {
		width: 49%;
	}
	.vc_tta-panel-body,
	.menu-col {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.menu-flex.halves .menu-col {
		width: 100%;
	}
	.menu-flex.fourths .menu-col {
		width: 100%;
	}
	body .tabs .halves h4 {
	    margin-bottom: 10px;
	    margin-top: 30px;
	}
	body .tabs .menu-flex.halves h5 {
	    margin-bottom: 10px;
	    margin-top: 30px;
	}
	body .menu-flex.fourths h5 {
		margin-bottom: 10px;
		margin-top: 30px;
	}
}
/* /menu page */

/* blog archive */

article.blog-post-row:nth-child(1) hr {
    display: none;
}
article.blog-post-row hr {
    margin-bottom: 32px;
}
body#blog-page #content .blog article:last-of-type {
    padding-bottom: 40px;
}
body#blog-page #content .blog .blog-post-row {
    padding: 40px 0 0 0;
}
body#blog-page #content .blog .wrap .blog-post-row {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
body#blog-page #content #primary .post-image-and-text {
    margin-bottom: 22px;
}
body#blog-page #content #primary .post-image-wrap {
    margin-bottom: 48px;
}
body #content h2.archive-post-title {
    text-transform: none;
    letter-spacing: 1px;
}
body #content h2.archive-post-title a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
    color: var(--dark3);
}
body #content h2.archive-post-title a:hover {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
    color: var(--accent1);
}
body#blog-page #content p.archive-post-date {
	font-family: var(--MontB);
	margin-bottom: 10px;
	font-size: 14px;
}
body#blog-page div#pagination {
    background: var(--dark3);
    padding: 25px 5%;
    width: 100%;
}
body#blog-page div#pagination .container {
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    width: 90%;
}
body.paged .left-pag,
body.paged .right-pag {
    text-align: center;
    width: 100%;
}
body#blog-page #content div#pagination a {
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-family: var(--MontM);
	text-decoration: none;
	color: var(--light1);
	letter-spacing: 2px;
}
body#blog-page #content div#pagination a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

@media (max-width: 480px) {
	body#blog-page #content .blog .blog-post-row {
	    padding: 28px 0 0 0;
	}
	body#blog-page #content .blog article:last-of-type {
	    padding-bottom: 28px;
	}
	body#blog-page #content #primary .post-image-wrap {
	    margin-bottom: 16px;
	}
	body #content h2.archive-post-title {
	    letter-spacing: 0px;
	    line-height: 30px;
	    font-size: 24px;
	}
	body article.blog-post-row hr {
    	margin-bottom: 22px;
	}
	.post-read-more-wrap a {
	    width: 100%;
	}
}

/* /blog archive */

/* single blog */

.single-post-feat-img-wrap {
    margin-bottom: 28px;
}
body.single.single-post h1,
body.single.single-post #content span.single-post-author a {
	color: var(--dark3);
}
body.single.single-post h1.single-post-title {
    letter-spacing: 1px;
    margin-bottom: 18px;
    line-height: 32px;
    font-size: 24px;
	text-shadow: none;
}
body.single.single-post .single-post-title-wrap {
    margin-bottom: 0;
}
body.single p.single-post-meta {
    margin-bottom: 16px;
}
body.single nav.navigation.post-navigation {
    background: var(--light1);
    align-items: center;
    display: flex;
}
body.single.single-post #content nav.navigation .nav-links {
	width: 100%;
}
body.single.single-post #content nav.navigation.post-navigation p.meta-nav,
body.single.single-post #content nav.navigation .nav-links a {
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	color: var(--accent1);
	letter-spacing: 2px;
}
body.single.single-post #content nav.navigation.post-navigation a:hover p.meta-nav,
body.single.single-post #content nav.navigation .nav-links a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
body.single.single-post #content nav.navigation div.nav-links a p {
	font-family:  var(--IBMReg);
	font-size: 16px;
}
body.single.single-post aside#secondary {
    background: var(--dark3);
}
body.single.single-post aside#secondary .widget-title,
body.single.single-post aside#secondary ul li a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
    color: var(--light1);
}
body.single.single-post aside#secondary ul li {
	padding-bottom: 16px;
	margin-bottom: 16px;
}
body.single.single-post aside#secondary ul li:not(:last-child) {
	border-bottom: 1px solid var(--light1_50);
}
body.single.single-post aside#secondary ul li a:hover {
    transition: all 0.3s ease-in-out;
	color: var(--accent2);
}
body.single.single-post .blog .wrap div#primary {
    justify-content: unset;
    flex-wrap: unset;
    display: block;
}

/* /single blog */

/* contact us */

@media (min-width: 481px) {
	.contact-form-row p {
	    max-width: 550px;
	    margin: 0 auto;
	    width: 100%;
	}
	.bakery.contact-us div#gform_wrapper_1 {
	    max-width: 475px;
	    margin: 0 auto;
	}
}

/* /contact us */

/* specials */

@media (min-width: 980px) {
	.bakery.specials .fifty-fifty .text-col .vc_column-inner {
	    padding: 124px 0;
	}
}

/* /specials */

/* review us */
.bakery.review-us .strong-form label,
.bakery.review-us .strong-form span.after {
    color: var(--light1);
}
.bakery.review-us .strong-form .strong-rating label:before {
    background: var(--accent2);
    color: var(--accent2);
}
/* /review us */

/* privacy policy and ADA */

body#pp-page .wpb_row:not(.fifty-fifty) h3,
body#ada .wpb_row:not(.fifty-fifty) h3 {
    margin-top: 0;
    margin-bottom: 6px;
}
body#pp-page .bakery ul,
body#ada .bakery ul {
	margin-bottom: 35px;
}

/* /privacy policy and ADA */

/* 404 */

body.error404 #content .copyright a {
	transition: all 0.3s ease-in-out;
	color: var(--light1);
	text-decoration: none;
}
body.error404 footer#footer a {
	transition: all 0.3s ease-in-out;
	color: #ffffff;
    line-height: 1.71;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}
body.error404 footer#footer a:hover,
body.error404 #content .copyright a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

/* /404 */
/*Brands List */
.brands-search {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.brands-search input#keyword {
	width: 100%;
    max-width: 600px;
    height: 50px;
    font-size: 20px;
}
.brands-search-result {
	display: grid;
	grid-gap:.5em;	
	grid-template-columns: auto auto auto auto;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 768px) {
	.brands-search-result {
		max-width: 600px;
		grid-template-columns: auto auto auto;
	}
}

@media (max-width: 450px) {
	.brands-search-result {
		grid-template-columns: auto;
	}
	.brand-item {
		text-align: center;
	}
}


/*Single brands */
@media (min-width: 980px) {
  .single.single-brands .wrap div#primary {
      width: 100%;
  }
}
.single.single-brands .default-header {
    height: 270px;
}

.single.single-brands .bottom-cta {
    height: 450px;
}

.single.single-brands #content .wrap {
	padding-top: 40px;
  padding-bottom: 40px;
	max-width: 1100px;
}

.single.single-brands .default-header {
    background-image: url(/wp-content/uploads/2022/12/shutterstock_1938292597-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.single.single-brands .default-header .container {
	flex-direction: column;
	gap: 20px;
}

.single.single-brands .content-wrapper {
  padding-bottom: 20px;
  display: flex;
  gap: 40px;
}

.single.single-brands .single-post-feat-img-wrap {
  min-width: 250px;
}

.single.single-brands .content-wrapper ul {
    padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.single.single-brands .additional-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.single.single-brands .list-wrapper {
	width: 50%;
	max-width: 420px;
}

ul.brand-list {
	padding: 0;
	list-style: none;
}

ul.brand-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 20px;
}

ul.brand-list li .e-prices {
	width: 260px;
	line-height: 1.2;
	font-size: 20px;
}

ul.brand-list li .e-prices-numbers {
	color: var(--accent1);
	font-size: 30px;
	font-weight: 600;
}

.single.single-brands .list-wrapper .list-note {
	font-size: 14px;
	line-height: 1.2;
	font-style: italic;
}

.model-list {
	width: 100%;
}

.model-list h2 {
	margin-bottom: 20px;
}

.model-list p,
.model-list ul {
	columns: 4;
}

.model-list ul {
	padding-left: 0;
    list-style: none;
    columns: 4;
}


.brand-grid-image {
	margin-bottom: 20px;
}

.brand-grid-image .container {
	justify-content: center;
    align-items: center;
    display: flex;
	max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 979px) {
	.single.single-brands .additional-info {
		justify-content: center;
	}
	.single.single-brands .list-wrapper {
		width: 100%;
	}
	ul.brand-list li .e-prices-numbers {
		font-size: 25px;
	}
}

@media (max-width: 768px) {
	.single.single-brands .content-wrapper {
		flex-direction: column;
		align-items: center;
	}
	ul.brand-list li .e-prices {
		line-height: 1.2;
		font-size: 16px;
		width: 190px;
	}
	ul.brand-list li .e-prices-numbers {
		font-size: 20px;
	}
	ul.brand-list li {
		gap: 10px;
		margin-bottom: 10px;
	}
}

/* end brands */

/* respnsive */

@media (min-width: 980px) {
	body .bakery .fw-blurb.ty-blurb {
		padding: 75px 0;
	}
}
@media (max-width: 1200px) {
	body h1 {
		font-size: 4.5vw;
		line-height: 1.2;
	}
}

@media (max-width: 979px) {
	body h1 {
		font-size: 45px;
	}
	body h2 {
	    font-size: 28px;
		line-height: 1.2;
	}
	a.twa-btn.btn-bt.alternate {
		font-size: 20px;
	}
	
	.nav-links {
	    text-align: unset !important;
	}
	.wpb_row.fw-blurb.special-row {
		padding-bottom: 40px !important;
		padding-top: 28px !important;
	}
	.home-promos .wpb_text_column .wpb_wrapper {
    	min-height: auto;
	}
}
@media (max-width: 641px) {
	body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	    line-height: 26px;
	    min-height: unset;
	}
}
@media (max-width: 480px) {
	body h1 {
	    letter-spacing: 5px;
	    text-align: center;
	    line-height: 1.2;
	    font-size: 30px;
	}
	#homePage .home-hero {
		align-items: flex-start;
	    height: 700px;
		background-image: url('/wp-content/uploads/2022/12/WR-Home-Hero-Mobile-1-e1669995586841.png') !important;
	}
	
	body .bakery .wpb_row.home-promos-outer {
	    padding: 40px 0 !important;
	}
	body h2 {
	    letter-spacing: 3.5px;
	    font-size: 24px;
	}
	body h3 {
		font-size: 21px;
		letter-spacing: 3.5px;
		line-height: 1.2;
	}
	body, body p, body li, body span, a.btn-bt, form label,
	.bakery .vc_col-sm-6 ul li {
		font-size: 15px;
		line-height: 1.3;
	}
	body .bakery .vc_row.vc_inner.home-promos {
	    padding: 24px 0 0 0 !important;
	}
	.bakery .home-promos .wpb_text_column p:not(:first-child):not(:last-child) {
		font-size: 15px;
		line-height: 1.3;
		font-weight: 500
	}
	body .fifty-fifty .image-col {
	    height: 413px;
	}
	body .fifty-fifty .text-col .vc_column-inner {
	    padding: 32px 0;
	    max-width: unset;
	    margin: 0 auto;
	    width: 87%;
	}
	body .fifty-fifty .fake-collage .wpb_row.vc_inner {
		padding-top: 10px !important;
	}
	body .fifty-fifty .fake-collage .wpb_row.vc_inner .vc_column-inner {
		padding-top: 0 !important;
	}
	body .fifty-fifty .text-col.fake-collage .vc_column-inner {
	    padding: 24px 0;
	}
	body .bakery .wpb_row.promo-cards-outer {
	    padding: 30px 0 0 0 !important;
	}
	body .featured-post h2,
	body .featured-post p.posted-on,
	body .featured-post .feat-post-content p {
		text-align: left;
	}
	body .bakery .vc_row.feat-blog {
	    padding-bottom: 40px;
	    padding-top: 24px;
	}
	body .bakery img.feat-post-img {
	    margin-bottom: 16px;
	}
	body .featured-post h2 {
	    margin-bottom: 7px;
	    line-height: 30px;
	    font-size: 24px;
	}
	body .featured-post p.posted-on {
	    margin-bottom: 5px !important;
	    font-size: 14px;
	}
	body .featured-post div.feat-post-content {
	    margin-bottom: 16px;
	}
	body .bakery section.testimonials {
		padding-bottom: 28px !Important;
		padding-top: 136px !important;
	}
	body .bakery .testimonials-opacity .container {
	    padding: 0px 0% 30px 0%;
	}
	body .testimonial-slogan.mb0 {
	    margin-bottom: 45px !important;
	    margin-top: -100px;
	    position: relative;
	}
	body.home .bakery .testimonials h4 {
	    letter-spacing: 1.45px;
		line-height: 1.17;
	    padding: 14px 3%;
	    max-width: 100%;
	    font-size: 18px;
	    width: 100%;
	    top: 0;
	}
	body .strong-view.wpmtst-simple .wpmtst-testimonial-inner {
	    padding: 16px 0 0 0;
	}
	body .wpmslider-controls-direction {
	    display: none !important;
	}
	body .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
	    margin-bottom: 10px !important;
	    letter-spacing: 1.37px;
	    line-height: 1.29;
	   font-size: 17px;
	}
	body .wpmtst-testimonial-content.testimonial-content p {
		line-height: 1.3;
		font-size: 15px;
	}
	body .bakery .wpb_row.partners {
	    padding: 24px 0 30px 0;
	}
	body .bakery .wpb_row.partners h3 {
	    margin-bottom: 16px;
	}
	body .bakery .bottom-cta h5 {
	    letter-spacing: 5px;
	    line-height: 40px;
	    font-size: 30px;
	}
	body .bakery .bottom-cta {
	    height: 372px;
	}
	body .wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:last-child) {
	    padding-bottom: 24px;
	}
	body .wpb_row.testimonials-wall .wpmtst-testimonial.testimonial:not(:first-child) {
	    margin-top: 26px;
	}
	body #content .wpb_row.testimonials-wall .strong-view.wpmtst-simple h3.wpmtst-testimonial-heading.testimonial-heading {
	    letter-spacing: 1px;
	    line-height: 26px;
	    font-size: 20px;
	}
}

.single-brands .model-list p {    columns: 1;
}
/* responsive