/*
* 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 - CORAL GABLES */
	--accent1: #D5F7EF;          /* CG - MINT green */
	--accent1_65: #D5F7EFA6;     /* accent1 @ 65% opacity */
	--accent2: #FAD6D7;          /* CG - Pink */
	--accent3: #69AE9D;          /* CG - DK Green */
	
	/* color scheme vars - WEST PALM BEACH */
	--accent4: #E8E9D9;          /* PB - BEIGE */
	--accent4_65: #E8E9D9A6;     /* accent4 @ 65% opacity */
	--accent5: #E2CCC1;          /* PB - TAN */
	--accent6: #CF7B78;          /* PB - Brick Red */

	--light1: #FFFFFF;           /* white */
	--light1_75: #FFFFFFBF;      /* light1 @ 75% opacity */
	--light1_50: #FFFFFF80;      /* light1 @ 50% opacity */
	--light2: #F2F2F2;           /* lighter grey */
	--light3: #F8FDFC;           /* LIGHT GREEN */
	--light4: #FDF7F7;           /* LIGHT PINK */
	--light5: #F8F5F3;           /* LIGHT TAN */
	--light6: #F2EBE7;           /* MID TAN */
	
	--dark1: #000000;            /* dark grey */
	--dark1_75: #000000BF;	     /* dark1 @ 75% opacity */
	--dark2: #000000;            /* black */
	--dark3: #000000;            /* black */

	--uihover: #00000066;        /* cyan (accent2) opacity */

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

	/* font family vars */
	--IBMReg: 'IBMPlexSans-Regular', sans-serif;
	--MontM: 'Montserrat-Medium', sans-serif;
	--MontSB: 'Montserrat-SemiBold', 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  */

div#wpadminbar {
    z-index: 9999999999999;
}
.fa-chevron-right::before, .fa-chevron-left::before {
	font-family: 'FontAwesome';
}
body h1.single-post-title {
    color: #FFF !important;
}


/* General */
@media (min-width: 980px) {
		header#header {
        position: fixed;
        width: 100%;
		z-index: 99999999;
	}
	div#content, .single #content {
    	padding-top: 180px !important;
	}
}

@media (max-width: 480px) {
	body .form-field.wpmtst-submit label,
	body .form-field.wpmtst-submit label input {
		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: var(--dark3);
    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);
    color: var(--dark3);
    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,
.wpb_row.dark1 p,  .wpb_row.dark2 p,  .wpb_row.dark3 p {
	color: var(--light1);
}
body h1 {
    text-transform: uppercase;
	color: var(--light1);
}
body .wpb_row:not(.fifty-fifty):not(.cta-row) h2 {
    margin-bottom: 20px;
}
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 .logo {
    padding: 10px 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: 100px;
	}
	body .top-bottom-header .container {
	    justify-content: space-between;
	    flex-direction: row;
	    width: 95%;
	}
	body .top-header .logo {
		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: 140px;
	}
	body .top-widget .span6.left {
	    width: 100%;
	}
}

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

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

body .top-header.top-bottom-header nav.hide-small-desktop #top-menu li {
    padding: 13px 18px;
}
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;
}

/* 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 p.twa-phone {
    margin-right: 12px;
    text-align: left;
}
.top-widget p.twa-phone a.icon-btn {
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 40px;
}
a.icon-btn i.icon-btn-icon {
	transition: all 0.3s ease-in-out;
    background: var(--light2);
    align-items: center;
    padding: 0 3.21px;
    display: flex;
    height: 100%;
	border: solid 1px #000;
}
a.icon-btn:hover i.icon-btaccent1n-icon {
	transition: all 0.3s ease-in-out;
	background: var(--light1);
}
a.icon-btn i::before {
    transition: all 0.3s ease-in-out;
    color: var(--dark3);
    font-size: 24px;
}
a.icon-btn:hover i::before {
    transition: all 0.3s ease-in-out;
    color: var(--uihover);
}
a.icon-btn span.icon-btn-text {
    transition: all 0.3s ease-in-out;
    font-family: var(--MontB);
    letter-spacing: 1px;
    align-items: center;
    padding: 0 0 0 8px;
    font-size: 16px;
    display: flex;
    height: 100%;
    color: #FFF;
}
/* /top widget phone icon button */

/* top widget contact button */
body input#wpmtst_submit_testimonial,
a.twa-btn.btn-bt.alternate {
	background: var(--light2);
	color: var(--dark1);
}
body input#wpmtst_submit_testimonial:hover,
a.twa-btn.btn-bt.alternate:hover {
	background: var(--light1);
	color: var(--uihover);
}
/* /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;
}
body .top-widget ul.social.top-widget-socials {
	margin-right: 3px;
}
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 .top-widget ul.social.top-widget-socials li a i,
body .row.copyright ul.social.top-widget-socials li a i {
    background: var(--light2);
    justify-content: center;
    align-items: center;
    color: var(--dark3);
    padding: 0 3.21px;
    line-height: 24px;
    font-size: 24px;
    display: flex;
    height: 40px;
	border: solid 1px #000;
}
body .top-widget ul.social.top-widget-socials li a i:hover,
body .row.copyright ul.social.top-widget-socials li a i:hover {
    transition: all 0.3s ease-in-out;
    background: var(--light1);
    color: var(--uihover);
}
/* /square socials */

/* footer */
body footer#footer {
    padding: 60px 0;
}

@media(min-width: 980px) {
	footer#footer h5 {
		margin-bottom: 20px;
	}
	h5.address-icon,
	h5.phone-icon,
	h5.hours-icon {
		position: relative;
		padding-left: 43px;
	}
	h5.address-icon:before,
	h5.phone-icon:before,
	h5.hours-icon:before {
		background: var(--dark1);
		justify-content: center;
		font-family: 'Fontello';
		color: var(--light1);
		align-items: center;
		position: absolute;
		padding-left: 0px;
		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 */
}

body footer#footer p,
body footer#footer a {
	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;
	}
}
/* /footer */

/* copyright */
.row.copyright {
    padding: 0;
}

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

body p#copyright-p {
    font-size: 12px;
}
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: 500px;
    padding: 0;
}
body .menu-copyright-menu-container ul#menu-copyright-menu li a {
    text-transform: uppercase;
    font-family: var(--MontM);
    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;
	}
}
/* /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;
}
.testimonials h4 {
	font-family: var(--MontSB); /* Montserrat-SemiBold */
	background-color: var(--dark3); /* black */
	color: var(--light1); /* white */
	position: relative;
	line-height: 18px;
	border-radius: 0;
	max-width: 550px;
	padding: 18px 1%;
	font-size: 18px;
	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: 14px;
}
body .wpmtst-testimonial-field.testimonial-field {
	text-align: center;
	font-weight: 700;
    margin-top: 20px;
	font-size: 14px;
}

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

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

@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: 100%;
	}
	.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 */

/* 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;
}
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: 5px;
    margin-left: 7px;
    font-size: 12px;
}
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 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(--accent2);
}

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;
}
div.gfield textarea {
	border: 3px solid var(--dark3) !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: 600px;
}
body .bottom-cta h5 {
	color: var(--light1);
    letter-spacing: 8px;
	margin-bottom: 24px;
    font-weight: normal;
    line-height: 62px;
	font-size: 48px;
}
/* /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: 32px;
	max-width: 185px;
}
.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(--dark3);
}
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;
    font-family: var(--MontSB);
    justify-content: center;
	text-decoration: none;
	letter-spacing: 3px;
    align-items: center;
	position: absolute;
	color: transparent;
    font-size: 18px;
    display: flex;
	height: 100%;
    width: 100%;
}
body #content a.card-link:hover span.card-hover-text {
	background-color: var(--light1_75);
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}

@media (max-width: 979px) {
	.bakery div.vc_row.promo-cards {
	    flex-wrap: wrap;
	    display: flex;
	}
	.bakery .promo-cards .vc_col-sm-3 {
	    width: 47%;
	}
}

@media (max-width: 480px) {
	.bakery .promo-cards .vc_col-sm-3 {
	    max-width: 360px;
	    margin: 0 auto;
	    width: 100%;
	}
	.promo-cards .wpb_content_element h3 {
		max-width: 230px;
	}
}
/* /promo cards */

/* locations promo */

body #content .bakery .locations-promo h3 {
	font-family: var(--MontSB);
	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: 14px;
}
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) {
    font-family: var(--MontSB);
    letter-spacing: 1px;
    line-height: 28px;
	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(--dark1);
}
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);
}

.post-text-wrap, .post-read-more-wrap { 
    text-align: center;                                                                     
}

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

@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;
	}
	body #content aside#secondary {
    	width: 100%;
    	margin-top: 40px;
    	padding: 40px;
	}
}

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

@media (max-width: 480px) {
	body #content aside#secondary {
    	padding: 20px;
	}
}

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

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

p.single-post-meta, body #content span.single-post-author a {
    color: var(--light1);
}

@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 .nav-previous a, body #content .nav-next a{
	background-color: var(--accent2);
	color: var(--dark1);
    padding: 15px 20px;
	    min-width: 150px;
    display: block;
    text-align: center;
}
body #content .nav-previous a:hover,
body #content .nav-next a:hover{
    transition: all 0.3s ease-in-out;
    background: var(--accent1);
    color: var(--dark1);
	text-decoration: none;
}

body #content a.all-blogs-link {
	padding: 15px 28px;
    min-width: 130px;
    max-width: 90px;
}
body.single h1.single-post-title {
    line-height: 36px;
    font-size: 32px;
}
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;
}

@media (max-width: 480px) {
	body.single h1.single-post-title {
    	line-height: 28px;
    	font-size: 18px;
    	margin: 15px 0px;
	}
	.single-intro {
    	padding: 30px 0 20px 0;
	}
	
}

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

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

/* 404 */

body.error404 #content .copyright a {
	transition: all 0.3s ease-in-out;
	color: var(--light1);
}
body.error404 footer#footer a {
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}
body.error404 footer#footer a:hover,
body.error404 #content .copyright a:hover {
	transition: all 0.3s ease-in-out;
	color: var(--accent2);
}

/* /404 */

/* MOBILE BACKGROUND IMAGES */
@media (max-width: 480px) {
	.bakery .hero-home-row .wpb_column {
	    height: auto;
	}
	.bakery .hero-home-row .wpb_column.hero-left .vc_column-inner {
		background-image: url(/wp-content/uploads/2025/08/MobileHeroTop-Coral-Gables-spa-interior.jpg) !important;
		height: 145px;
	}
	.bakery .hero-home-row .wpb_column.hero-right .vc_column-inner {
		background-image: url(/wp-content/uploads/2025/08/MobileHeroBottom-W-Palm-Beach-spa-interior.jpg) !important;
		height: 145px;
	}
}

/* Shop Page */

.shop-row .container {
	max-width: 1920px;
	width: 95%;
}
.shop-row .swp-storefront {
	max-width: unset;
}

/* END Shop Page */

/* Home Products Carousel */

.bakery .home-products .container {
	max-width: 1920px;
	width: 90%;
}
.solo-consultation-row .swp-items-wrapper,
.home-products .swp-items-wrapper {
	max-width: unset;
}
.home-products .swp-carousel .slick-prev {
    left: -69px;
}
.home-products .swp-carousel .slick-next {
    right: -69px;
}
.home-products .swp-carousel .slick-next,
.home-products .swp-carousel .slick-prev {
	border-radius: 0 !important;
}
.solo-consultation-row .wps-thumbnails-wrapper.swp-thumbnails-wrapper,
.home-products .wps-thumbnails-wrapper.swp-thumbnails-wrapper {
	display: none;
}
.solo-consultation-row .swp-component.wps-component.wps-component-products-title,
.home-products .swp-component.wps-component.wps-component-products-title {
    text-align: center;
}
.solo-consultation-row .swp-product-pricing.wps-component-products-pricing,
.home-products .swp-product-pricing.wps-component-products-pricing {
    justify-content: center;
    align-items: center;
    display: flex;
}
.solo-consultation-row div.swp-product-image-feat-wrapper,
.home-products div.swp-product-image-feat-wrapper {
    background: unset;
    border: none;
    padding: 0;
}
.solo-consultation-row .swp-buy-button-wrapper,
.home-products .swp-buy-button-wrapper {
	display: none;
}
.solo-consultation-row .swp-component-products-images,
.home-products .swp-component-products-images {
	margin-bottom: 35px;
}
.solo-consultation-row a.swp-link.wps-products-link:hover h2,
.home-products a.swp-link.wps-products-link:hover h2 {
	transition: all 0.3s ease-in-out;
	color: #CF7B78 !important;
}
.solo-consultation-row h2.swp-product-title.wps-products-title,
.home-products h2.swp-product-title.wps-products-title {
	transition: all 0.3s ease-in-out;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 22px;
}
.solo-consultation-row .swp-price.swp-price,
.home-products .swp-price.swp-price {
	font-family: 'graphie', sans-serif !important;
	transition: all 0.3s ease-in-out;
	font-weight: 400 !important;
    line-height: 26px;
    font-size: 18px;
}

/* END Home Products Carousel */

/* Collections (Categories) page */

.collections-row .swp-collection-description.wps-collections-description {
    display: none;
}

/* END Collections (Categories) page */

/* ShopWP Styles */

button.swp-btn-quantity {
    background: var(--accent2) !important;
    transition: all 0.3s ease-in-out;
}
button.swp-btn-quantity:hover {
    background: var(--accent1) !important;
    transition: all 0.3s ease-in-out;
}
button.swp-btn.swp-btn-add-to-cart {
	background: var(--accent2) !important;
	transition: all 0.3s ease-in-out;
    border: solid 1px #000;
}
button.swp-btn.swp-btn-add-to-cart span {
	font-family: 'futura-pt', sans-serif !important;
	color: var(--dark3) !important;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
}
button.swp-btn.swp-btn-add-to-cart:hover {
	background: var(--accent1) !important;
	transition: all 0.3s ease-in-out;
	color: var(--dark3);
}
button.swp-cart-close-button.wps-btn-close.swp-modal-close-trigger-wrapper {
	transition: all 0.3s ease-in-out;
    padding: 8px 8px 11px 8px;
    background: var(--dark3);
}
button.swp-cart-close-button.wps-btn-close.swp-modal-close-trigger-wrapper span {
	transition: all 0.3s ease-in-out;
    color: var(--light1);
}
a.swp-cart-lineitem-remove.wps-cart-lineitem-remove:hover {
	color: var(--dark3) !important;
	opacity: 0.5;
}
a.swp-btn.swp-btn-checkout.wps-btn-checkout.css-17gpiog-buttonCSS-checkoutButtonCSS-CartCheckoutButton {
	font-family: 'futura-pt', sans-serif !important;
	transition: all 0.3s ease-in-out;
    font-size: 21px !important;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 500;
}
.swp-btn.swp-button-pagination {
	background: var(--dark3) !important;
    transition: all 0.3s ease-in-out;
}
.swp-btn.swp-button-pagination span {
    transition: all 0.3s ease-in-out;
    font-family: 'futura-pt', sans-serif !important;
	transition: all 0.3s ease-in-out;
    color: var(--light1) !important;
    font-size: 21px !important;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    font-weight: 500;
}
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart {
    background: var(--dark3) !important;
    transition: all 0.3s ease-in-out;
}
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart:hover {

}
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart span {
	transition: all 0.3s ease-in-out;
	color: var(--light1) !important;
	opacity: 1 !important;
}
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart:hover span {
	transition: all 0.3s ease-in-out;
	color: var(--accent2) !important;
	opacity: 1 !important;
}
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart svg,
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart svg g,
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart svg g path {
	transition: all 0.3s ease-in-out;
	fill: var(--light1) !important;
	opacity: 1 !important;
}
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart:hover svg,
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart:hover svg g,
button.swp-cart-icon.swp-cart-icon-fixed.wps-btn-cart:hover svg g path {
	transition: all 0.3s ease-in-out;
	fill: var(--accent2) !important;
	opacity: 1 !important;
}
button.szh-menu-button {
    background-color: var(--accent2) !important;
    border: 1px solid var(--dark3) !important;
    color: var(--dark3) !important;
}
h2.swp-product-title.wps-products-title {
    font-size: 20px;
}
button.swp-product-variant-button {
	transition: all 0.3s ease-in-out !important;
    background-color: var(--light1) !important;
	border: 1px solid var(--dark3) !important;
    color: var(--dark3) !important;
    min-width: 45px !important;
    font-size: 12px !important;
    padding: 5px !important;
}
button.swp-product-variant-button:hover,
button.swp-product-variant-button[data-is-variant-selected="true"] {
	transition: all 0.3s ease-in-out !important;
	background-color: var(--dark3) !important;
    color: var(--light1) !important;
}
.swp-variants button:focus {
	outline: unset !important;
}
p.swp-clear-selections {
    position: relative !important;
	margin-bottom: 0 !important;
    display: none !important;
    top: 0 !important;
    font-size: 12px;
}
label.swp-variant-label,
label.swp-variant-label span {
    align-items: center;
    flex-wrap: unset;
    font-size: 12px;
}
div.swp-product-image-feat-wrapper img.swp-mw100.swp-product-image.wps-product-image {
    margin: 0 auto;
    height: 366px;
    width: auto;
}
div.swp-product-image-feat-wrapper {
    border: 3px solid var(--dark3);
    background: var(--light1);
    padding: 16px 14px;
}
ul.swp-items.wps-items.wps-items-list {
	padding-left: 0 !important;
}

/* END ShopWP Styles */

/* Virtual Consultation page */

.solo-consultation-row ul.swp-items.wps-items.wps-items-list {
    justify-content: center;
    display: flex;
}

/* END Virtual Consultation page */

img.shop-bio {
	width: 350px;
	height: auto;
}

/* Responsive */

@media (min-width: 980px) {
	body .bakery .fw-blurb.ty-blurb {
		padding: 75px 0;
	}
}

@media (max-width: 979px) {
	.nav-links {
	    text-align: unset !important;
	}
	.wpb_row.fw-blurb.special-row {
		padding-bottom: 40px !important;
		padding-top: 28px !important;
	}
	button#primary-mobile-menu {
	    color: var(--dark3);
	}
	.top-bottom-header .navigation-top {
	    border: none !important;
	}
	.mobile-menu li.menu-item-has-children button.sub-menu-toggle {
	    background: var(--light1) !important;
	}
	.mobile-menu button.sub-menu-toggle:not(.toggled)::after {
	    color: var(--dark3);
	}
	.onethird-twothirds .text-col .vc_column-inner {
    	padding: 60px !important;
	}
	.onethird-twothirds .text-col-sml .vc_column-inner,
	.onethird-twothirds .text-col .vc_column-inner {
		height: auto !important;
	}
	.bakery .fifty-fifty-bottom .text-col .vc_column-inner,
	.bakery .thirds-bottom .text-col .vc_column-inner {
		max-width: unset !important;
		min-height: unset;
	}
	.bakery .onethird-twothirds .container,
	.bakery .fifty-fifty-bottom .container,
	.bakery .vc_row.wpb_row.thirds-bottom .container {
		flex-direction: column;
	}
	.bakery .vc_row.wpb_row.reverse .container {
		flex-direction: column-reverse;
	}
	.bakery .fifty-fifty-bottom .image-col .vc_column-inner,
	.bakery .thirds-bottom .image-col .vc_column-inner {
	    height: 643px;
	}
	.bakery .wpb_row.home-products {
	    padding-bottom: 0 !important;
	}
	.bakery .map-row .txt-col {
		padding: 24px 5% !important;
	}
	.bakery .icon-row {
	    display: flex !important;
	}
	.bakery .shop-row .container {
	    width: 90%;
	}
}

@media (max-width: 768px) {
	body .bakery .cta-row h2 {
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 1;
    }
	.bakery a.btn-bt {
		min-width: 230px;
	}
}

@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) {
	.wpb_row.three-column-text {
    	width: auto !important;
		left: 0 !important;
	}
	body h1 {
	    letter-spacing: 5px;
	    text-align: center;
	    line-height: 48px;
	    font-size: 32px;
	}
	body .hero-home-row h1 {
	    letter-spacing: 1.4px;
	    margin-bottom: 0px;
	    font-size: 28px;
	    line-height: 1;
	}
	.hero-home-row a.btn-bt {
		min-width: 157px !important;
		max-width: 157px !important;
		padding: 13px 1% !important;
	}
	.hero-home-row .vc_column-inner {
		padding-top: 0 !important;
	}
	body .home-hero {
	    height: 372px;
	}
	body .bakery .wpb_row.home-promos-outer {
	    padding: 40px 0 !important;
	}
	body h2 {
	    letter-spacing: 3px;
	    line-height: 38px;
	    font-size: 28px;
	}
	body .bakery .vc_row.vc_inner.home-promos {
	    padding: 24px 0 0 0 !important;
	}
	body .fifty-fifty .image-col {
	    height: 100%;
	}
	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: 0;
		line-height: 28px;
	    padding: 14px 3%;
	    max-width: 100%;
	    font-size: 15px;
	    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: 0px;
	    line-height: 26px;
	    font-size: 18px;
	}
	body .wpmtst-testimonial-content.testimonial-content p {
		line-height: 20px;
		font-size: 14px;
	}
	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: 3px;
	    line-height: 40px;
	    font-size: 30px;
	}
	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;
	}
	.promo-row.fifty-fifty .image-col .vc_column-inner {
	    height: 459px !important;
	}
	body .bakery .promo-row h2 {
	    letter-spacing: 1.4px;
	    line-height: 32px;
	    font-size: 30px;
	}
	.bakery .onethird-twothirds .text-col .vc_column-inner {
        padding: 24px 5% !important;
    }
    .bakery .onethird-twothirds .text-col-sml .vc_column-inner {
    	padding: 0 5% !important;
    }
    body h2 {
        letter-spacing: 1px;
        line-height: 24px;
        font-size: 24px;
    }
    body h4 {
	    letter-spacing: 1.8px;
	    line-height: 22px;
	    font-size: 16px;
	}
	.bakery .fifty-fifty-bottom .image-col .vc_column-inner,
	.bakery .thirds-bottom .image-col .vc_column-inner {
        height: 239px;
    }
    .bakery .fifty-fifty-bottom .text-col .vc_column-inner,
    .bakery .thirds-bottom .text-col .vc_column-inner,
    .bakery .wpb_column.three-col {
		padding: 24px 5%;
	}
	body .bakery .wpb_row.bottom-cta {
        height: 265px;
    }
	body .bottom-cta h2 {
	    margin-bottom: 16px !important;
	    font-size: 30px;
	    line-height: 1;
	}
	.vc_col-sm-3.span3.footer-col-1 {
        margin-bottom: 0px;
    }
    body footer#footer {
        padding: 16px 0;
    }
    div.default-header {
        height: 115px;
    }
    div.default-header h1 {
        letter-spacing: 1px;
        font-size: 27px;
        line-height: 1;
    }
    .fw-blurb a.btn-bt {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	}
	.svcs-hero-lg h1 {
	    letter-spacing: 1.5px;
	    font-size: 30px;
	    line-height: 1;
	}
	.svcs-hero-lg .vc_column-inner {
		padding-top: 0 !important;
	}
	.bakery .svcs-hero-lg .text {
	    padding: 24px 0px !important;
	}
	.bakery .map-row iframe {
	    height: 300px;
	}
	body .bakery .cta-row h2 {
        font-size: 26px;
    }
    body p {
	    line-height: 20px;
	    font-size: 15px;
	}
	body .icon-row h4 {
        letter-spacing: 0px;
        line-height: 21px;
        font-size: 18px;
    }
    .swp-collection-title.swp-collection-title {
	    font-size: 24px !important;
	}
	#legal-page #content .bakery h2 {
	    margin-bottom: 12px;
	    font-size: 24px;
	}
	#legal-page #content .bakery h3 {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
	.solo-consultation-row div.swp-product-image-feat-wrapper img.swp-mw100.swp-product-image.wps-product-image {
	    height: auto;
	}
}

/* Responsive */