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

    /* custom vars */
    --accent2_25: #FAC8CD40;
    --accent2_40: #FAC8CD66;
    --dark3_25: #00000040;
    --light1_25: #FFFFFF40;
    --light1_50: #FFFFFFD9;
    --light1_65: #FFFFFFA6;

	/* font family vars */
    --NunitoReg: 'Nunito-Sans-Regular', sans-serif;
    --NunitoBold: 'Nunito-Sans-Bold', sans-serif;
    --AllRound: 'All-Round-Gothic', 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-weight: normal;
    color: var(--dark2);
}
body p, body ul li {
    color: var(--dark3);
}
ul#left-menu li a, ul#right-menu li a,
nav ul#top-menu li a {
    color: var(--light1);
}
.primary-navigation a:hover {
    color: var(--accent2) !important;
}
.vc_separator .vc_sep_holder .vc_sep_line {
    border-color: var(--accent1) !important;
}
header nav ul.sub-menu {
    background: var(--dark3);
}
hr.line {
    border: none !important;
    margin: 18px 0;
    height: 1px;
    width: 100%;
}
hr.line.accent1 {
    background-color: var(--accent1);
}

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

/* General */

nav.hide-small-desktop li:not(:hover) ul.sub-menu { display: none; } /* this fixes the subnav flash on page load */
div#wpadminbar { z-index: 9999999999999; }

/* subnav indicator icon for 3rd-level+ desktop subnavs */
nav#site-navigation.hide-small-desktop ul.sub-menu li.menu-item-has-children > a::after {
    font-family: 'fontello';
    position: absolute;
    font-weight: 700;
    content: '\f105';
    font-size: 16px;
    right: 12px;
}

@media (min-width: 980px) {
    ul.sub-menu li.menu-item-has-children ul.sub-menu {
        display: none;
    }
    ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
        position: absolute;
        display: block;
        left: 200px;
        top: 0px;
    }
    nav#site-navigation.hide-small-desktop li.menu-item-has-children a {
        z-index: 9999999;
    }
    .wpb_column.vertical-align .vc_column-inner {
        align-items: center;
        display: flex;
    }
    .wpb_column.vertical-align .vc_column-inner .wpb_wrapper {
        width: 100%;
    }
}

body.page-template-default {
    margin-top: 0px;
}
section.vc_section {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
section.vc_section {
    padding: 60px 0;
}
section.vc_section .wpb_row {
    padding: 0;
}
.bakery .vc_inner {
    padding: 0;
}

@media (max-width: 480px) {
    section.vc_section {
        padding: 30px 0;
    }
    .bakery section .wpb_row {
        padding: 0 !important;
    }
    .bakery .vc_row:not(.vc_inner) {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .bakery .vc_row.promo-grid {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

/* Top Anchor + Recaptcha */

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

/* END Top Anchor + Recaptcha */

.top-widget .widget a:link {
    color: var(--accent2);
}
.top-bottom-header .header-button {
    display: flex;
}
.top-bottom-header .header-button .btn-default {
    font-size: 12px;
}
body h4, body h5 {
    margin-bottom: 15px;
    font-weight: 500;
}
.services-we-offer h4 {
    line-height: 36px;
    font-weight: 500;
    font-size: 36px;
}
body h3 {
    margin-bottom: 20px;
}
.mobile-phone-only {
    display: none !important;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 979px) {
    .mobile-only {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .top-header {
        height: 70px;
    }
    .top-bottom-header .logo {
        padding: 10px !important;
    }
    body p, body ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .mobile-phone-only {
        display: block !important;
    }
}

/* Header */

header .top-bottom-header .header-button {
    margin-left: 12px;
}

@media (min-width: 980px) {
    header#header {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, #000000 100%);
        content-visibility: visible;
        z-index: 99999999;
        position: fixed;
        width: 100%;
        top: 0px;
    }
    header .top-widget,
    header .logo,
    header .logo img,
    header.scrolling nav li.show-on-scroll {
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }
    header.scrolling .top-widget,
    header.scrolling .logo,
    header.scrolling .logo img,
    header:not(.scrolling) nav li.show-on-scroll {
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        opacity: 0;
        height: 0;
    }
    header.scrolling .top-header {
        transition: all 0.3s ease-in-out;
        padding: 2px 0;
        height: auto;
    }
}

@media (max-width: 979px) {
    header#header {
        background: var(--dark3);
    }
    header .top-bottom-header .container {
        flex-direction: unset !important;
        width: 95%;
    }
    header .top-bottom-header .logo {
        width: auto;
    }
    header .top-bottom-header .navigation-top {
        justify-content: flex-end;
        max-width: 100%;
        display: flex;
    }
    button#primary-mobile-menu {
        color: var(--light1);
    }
    header .top-header {
        height: 100px;
    }
    header button#primary-mobile-menu:hover {
        color: var(--accent2);
    }
    header .top-bottom-header .main-navigation.display-small-desktop {
        position: absolute;
        top: 140px;
    }
    header .mobile-menu li.menu-item-has-children button.sub-menu-toggle,
    header .mobile-menu li.page-item-has-children button.sub-menu-toggle {
        background: var(--accent2) !important;
    }
    header .mobile-menu li.menu-item-has-children button.sub-menu-toggle:hover,
    header .mobile-menu li.menu-item-has-children button.sub-menu-toggle.toggled,
    header .mobile-menu li.page-item-has-children button.sub-menu-toggle:hover,
    header .mobile-menu li.page-item-has-children button.sub-menu-toggle.toggled {
        background: var(--accent2_40) !important;
    }
    header button.sub-menu-toggle::after {
        color: var(--dark3);
    }
}

header .top-widget,
header .top-header {
    background: unset;
}

@media (min-width: 980px) {
    body.admin-bar header#header,
    body.admin-bar:not(.single) div#content {
        margin-top: 32px;

    }
    body.admin-bar.single {
        margin-top: 0px;
    }
}

header .top-bottom-header .logo {
    padding: 0;
}
header .top-bottom-header .nav-and-button {
    border: unset;
}
header .top-bottom-header nav.hide-small-desktop #top-menu li {
    padding: 30px 10px;
}

/* /Header */

/* Buttons */

/* global */
a.btn-bt,
body #content .bottom-cta .gform_footer input[type="submit"],
body #content .contact-form-row-location .gform_footer input[type="submit"],
body #content div#pagination .left-pag a,
body #content div#pagination .right-pag a {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--accent2);
    color: var(--dark3) !important;
    padding: 12px 24px !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    min-width: 200px;
}
a.btn-bt:hover,
body #content .bottom-cta .gform_footer input[type="submit"]:hover,
body #content .contact-form-row-location .gform_footer input[type="submit"]:hover,
body #content div#pagination .left-pag a:hover,
body #content div#pagination .right-pag a:hover {
    box-shadow: 1px 1px 8px var(--dark3_25) !important;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    text-shadow: none;
}
/* default */
body #content a.btn-bt.default,
.header-button a.btn-bt,
body #content .small-cta a.btn-bt,
body #content .bottom-cta a.btn-bt,
body #content .big-hero a.btn-bt,
body #content div#pagination .left-pag a,
body #content div#pagination .right-pag a,
body #content .contact-form-row-location .gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background),
body #content .bottom-cta .gform_footer input[type="submit"]:not(:hover):not(:active):not(.has-background),
body #content .default-header a.btn-bt,
body #content .home-post-grid a.btn-bt {
    background: var(--accent2);
}
body #content a.btn-bt.default:hover,
.header-button a.btn-bt:hover,
body #content .small-cta a.btn-bt:hover,
body #content .bottom-cta a.btn-bt:hover,
body #content .big-hero a.btn-bt:hover,
body #content div#pagination .left-pag a:hover,
body #content div#pagination .right-pag a:hover,
body #content .contact-form-row-location .gform_footer input[type="submit"]:not(:active):not(.has-background):hover,
body #content .bottom-cta .gform_footer input[type="submit"]:not(:active):not(.has-background):hover,
body #content .default-header a.btn-bt:hover,
body #content .home-post-grid a.btn-bt:hover {
    color: var(--light1) !important;
    background: var(--light1_25);
}
/* alternate */
body #content a.btn-bt.alternate,
body.single #content .navigation .nav-links .nav-next a,
body.single #content .navigation .nav-links .nav-previous a {
    background: var(--light1_25);
}
body #content a.btn-bt.alternate:hover,
body.single #content .navigation .nav-links .nav-next a:hover,
body.single #content .navigation .nav-links .nav-previous a:hover {
    background: var(--accent2);

}

/* special */
body #content .bottom-cta .gform_footer input[type="submit"],
body #content .bakery .contact-form-row-location .gform_footer input[type="submit"]:not(:active):not(.has-background):hover,
.header-button a.btn-bt {
    color: var(--dark3) !important;
}
body #content .bottom-cta .gform_footer input[type="submit"]:hover,
.header-button a.btn-bt:hover {
    color: var(--light1) !important;
}
body .header-button a.btn-bt {
    padding: 6px 28px !important;
}

/* Home Page */

.big-hero h1,
.big-hero h2,
.big-hero h3,
.big-hero h4,
.big-hero p,
.services-offered h4,
.bottom-cta h2,
.bottom-cta h3,
.bottom-cta h4,
.bottom-cta h5,
.bottom-cta p,
.services-we-offer h4,
.small-cta h2,
.small-cta h3,
.small-cta h4,
.small-cta h5 {
    color: var(--light1);
    text-shadow: 1px 1px 8px var(--dark3);
}
.big-hero h1 {
    margin-bottom: 20px;
}
.big-hero h3 {
    margin-bottom: 30px;
}
.big-hero a.btn-bt {
    margin: 0;
}
.big-hero .container {
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
    top: 80px;
}
.bakery .big-hero {
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 754px;
}

/* Promo Grid - WP Carousel */
.wpcpro-wrapper .wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet:not(.wpcp-number-pagination) {
    margin: 0;
}
.wpb_row.promo-grid .container {
    max-width: unset;
    width: 100%;
}
.wpb_row.promo-grid.more-services .container {
    max-width: 1430px;
}
span.swiper-pagination-bullet:last-child {
    margin-bottom: 3px !important;
}

@media (min-width: 1200px) {
    .wpcp-swiper-dots {
        display: none !important;
    }
}

.wpcp-single-content {
    padding: 0 !important;
}
.wpcp-single-content h2 {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    line-height: 40px;
    text-align: left;
    font-size: 50px;
    height: 100%;
    width: 100%;
}
body #content .wpcp-single-content h2 a {
    color: var(--light1);
}
.wpcp-single-content h2 a {
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    padding: 32px 30px;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
}
.wpb_row.promo-grid .wpcp-single-item::after {
    background-color: var(--accent2_40);
    transition: all 0.3s ease-in-out;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
    opacity: 0;
    left: 0;
    top: 0;
}
.wpb_row.promo-grid .wpcp-single-item:hover::after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

@media (min-width: 1201px) {
    .bakery .wpb_row.home-promos.promo-grid.more-services {
        padding-bottom: 80px !important;
    }
}

@media (max-width: 1200px) {
    .bakery .wpb_row.home-promos.promo-grid {
        padding-bottom: 80px !important;
    }
    .wpcp-swiper-dots {
        margin-top: 20px !important;
    }
    .bakery .wpb_row.same-bg-under-carousel {
        padding-bottom: 54px !important;
        padding-top: 0px !important;
    }
}

/* Logo WP Carousel */
#wpcpro-wrapper-3345:not(.wpcpro-thumbnail-slider) .wpcp-swiper-wrapper {
    margin-bottom: 0 !important;
}

button.owl-dot {
    background-color: transparent !important;
}
button.owl-dot:focus {
    outline: none;
}
.sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_slide_link_icon:hover,
.sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_popup_zoom_icon:hover,
.sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_popup_video_icon:hover {
    background-color: rgba(255,255,255,0.29) !important;
    margin-top: 20px;
    margin: 0 auto;
    width: 100%;
}
.owl-carousel {
    z-index: 0 !important;
}
.vc_separator.wpb_content_element {
    margin: 20px 0px;
}

/* Services offered */

.services-we-offer .owl-item.active div.sa_hover_container {
    padding-bottom: 20px !important;
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

/* Meet Our Team  Home */

.single-our-team-images .vc_col-sm-4 {
    padding: 10px;
    float: left;
    width: 33%;
}
.single-our-team-row .container {
    align-items: center;
}

/* Middle CTA */

.middle-cta .container {
    max-width: 100%;
}
.middle-cta {
    height: 600px;
}
.middle-cta-text-bg {
    background-color: var(--light1_50);
    padding: 40px 40px !important;
}
.bakery .middle-cta.img-top-mobile {
    background-blend-mode: unset;
}

@media (max-width: 480px) {
    .bakery .middle-cta.img-top-mobile {
        background-position: top center !important;
        background-size: contain !important;
        padding: 236px 0 36px 0;
    }
    /*.middle-cta.home {
        background-image: none !important;
        background-color: var(--accent2);
        padding: 20px 0px;
    }*/
    .middle-cta.home.men {
        background-image: none !important;
        background-color: var(--light2);
        padding: 20px 0px;
    }
    .mobile-phone-only.home img {
        width: 100%;
    }
    .middle-cta.specials {
        background-image: none !important;
        background-color: var(--dark3);
        padding: 20px 0px;
    }
}

@media (max-width: 430px) {
    .bakery .middle-cta.img-top-mobile {
        padding-top: 220px !important;
    }
}

@media (max-width: 414px) {
    .bakery .middle-cta.img-top-mobile {
        padding-top: 210px !important;
    }
}

@media (max-width: 375px) {
    .bakery .middle-cta.img-top-mobile {
        padding-top: 192px !important;
    }
}

/* Best Seller Images */

.best-images img {
    max-width: 100px;
}

/* Testimonials Row */

.testimonials-row {
    height: 600px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none !important;
}
.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-weight: 800;
    font-size: 16px;
}

/* NAP Row */

.wpb_gmaps_widget .wpb_wrapper {
    background-color: unset !important;
    padding: 0 !important;
}
.map-col .vc_column-inner,
.map-col .vc_column-inner .wpb_wrapper,
.map-col .wpb_gmaps_widget,
.map-col .wpb_map_wraper  {
    height: 100% !important;
}

/* Recent Post */

h2.feat-post-title.tt-none {
    line-height: 30px;
    font-size: 26px;
}
.featured-post hr.accent1 {
    border-color: 1px solid var(--accent1);
    color: var(--accent1);
    margin: 8px 0 10px 0;
}
body #content h2.feat-post-title.tt-none a {
    text-decoration: none;
    color: var(--dark3);
}
body #content h2.feat-post-title.tt-none a:hover {
    color: var(--accent1);
}
p.feat-post-date-author {
    margin-bottom: 0px !important;
    font-size: 12px;
}
p.feat-post-content {
    font-size: 14px;
    line-height: 24px;
}
.home-post-grid .container {
    max-width: 100%;
}
a.archive-post-image-link {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out !important;
    background-size: cover;
    position: relative;
    display: flex;
    height: 345px;
    width: 100%;
}
a.archive-post-image-link:before {
    background-color: var(--accent2_40);
    transition: all 0.3s ease-in-out;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
}
a.archive-post-image-link:hover:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;

}
body #content .featu-post.read-more a.btn-bt.default:hover {
    color: var(--dark3) !important;
}

/* Bottom CTA */

.bottom-cta {
    height: 475px;
}
.bottom-cta h2 {
    margin-bottom: 20px;
}

/* Responsive Home Page Rows */

@media (min-width: 1200px) {
    .services-we-offer .owl-carousel .owl-item:nth-child(2),
    .services-we-offer .owl-carousel .owl-item:nth-child(3) {
        padding: 0px 20px !important;
    }
    .services-we-offer .owl-carousel .owl-item:nth-child(1) {
        padding-right: 20px !important;
    }
    .services-we-offer .owl-carousel .owl-item:nth-child(4) {
        padding-left: 20px !important;
    }
    .services-we-offer .owl-carousel .owl-item:nth-child(5) {
        padding-left: 40px !important;
    }
    body #content .services-we-offer .owl-dots {
        display: none !important;
    }
}

body #content .services-we-offer.show-dots .owl-dots {
    display: block !important;
}

@media (max-width: 1199px) {
    .services-we-offer .owl-carousel .owl-item {
        padding: 0px 20px !important;
    }
}

@media (min-width: 980px) {
    .vertical-align {
        align-items: center;
        display: flex;
    }
    .feat-post-left {
        float: left;
        width: 50%;
    }
    .feat-post-right {
        padding-left: 40px;
        float: left;
        width: 50%;
    }
    .flex.vertical-align:nth-child(2) {
        padding-left: 40px;
    }
    .featured-post {
        justify-content: space-evenly;
        align-items: center;
        display: flex;
    }
    .flex.vertical-align {
        align-items: center;
        display: flex;
    }
    body #content .row-padding-top {
        padding-top: 80px !important;
    }
    body #content .row-padding-bottom {
        padding-bottom: 80px !important;
    }
    body #content .row-padding-both {
        padding-bottom: 80px !important;
        padding-top: 80px !important;
    }
    .bakery .home-image-collage .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 1%;
    }
    .bakery .home-image-collage .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
        padding-left: 1%;
    }
}

@media (max-width: 979px) {
    .big-hero {
        background-position: bottom center;
        height: 500px;
    }
    body #content a.btn-bt.default,
    body #content a.btn-bt.alternate {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    .single-our-team-images {
        padding-top: 30px;
    }
    .middle-cta h2,
    .middle-cta p,
    .middle-cta h4 {
        text-align: center;
    }
    .feat-post-right {
        padding: 30px 0px;
    }
    a.btn-bt.alternate.post-btn {
        margin: 0 !important;
    }
    p.feat-post-content {
        margin: 10px 0px !important;
    }
    p.feat-post-date-author {
        margin-top: 5px;
    }
    .single-our-team-images .vc_col-sm-4 {
        padding: 5px;
    }
    .vc_row.wpb_row.home-post-grid {
        padding-bottom: 10px;
    }
    .wpb_text_column.wpb_content_element.box-shadow a.btn-bt {
        margin: 0px !important;
    }
    .middle-cta.no-text {
        height: 400px;
    }
}

@media (max-width: 480px) {
    body h1 {
        line-height: 40px;
        font-size: 40px;
    }
    body h2 {
        line-height: 30px;
        font-size: 30px;
    }
    body h3 {
        line-height: 22px;
        font-size: 22px;
    }
    .bakery .big-hero {
        height: 400px;
    }
    .big-hero .container {
        top: unset;
    }
    .big-hero.home {
        background-image: url('/wp-content/uploads/2023/03/Hero-mobile.jpg') !important;
    }
    .vc_separator.wpb_content_element {
        margin: 12px 0px;
    }
    .middle-cta-text-bg {
        padding: 20px 30px !important;
    }
    .middle-cta,
    .testimonials-row,
    .bottom-cta  {
        height: 100%;
    }
    .testimonials-row .wpb_text_column {
        padding: 30px 20px 5px !important;
    }
    .testimonials-row h3 {
        margin-bottom: 0px;
    }
    .services-we-offer h3 {
        max-width: 310px;
        margin: 0 auto;
    }
    .wpmtst-testimonial-field.testimonial-field.testimonial-name {
        font-size: 14px;
    }
    body #content a.btn-bt.default,
    body #content a.btn-bt.alternate {
        width: 100%;
    }
    .middle-cta.no-text {
        height: 300px;
    }
    body h4 {
        line-height: 23px;
        font-size: 23px;
    }
}

/* End HOME PAGE */

/* Location Page */

.services-carousel h2 {
    color: var(--light1);
    margin-bottom: 35px;
}
body #content .services-carousel h3 a:not(:hover) {
    color: var(--light1);
}
.bakery .services-carousel .container {
    max-width: 1440px !important;
    width: 90% !important;
}

/* /Location Page */

/* Footer and Copyright */

.row.copyright {
    background: var(--light1);
}
.row.copyright .container {
    border-top: 1px solid var(--accent1);
    padding: 10px 0px 0px 0px;
}
.copyright p,
.copyright a,
.site-footer p,
.site-footer a {
    color: var(--dark3);
}
p.footer-phone,
.site-footer p.footer-phone a {
    text-decoration: none;
    color: var(--accent1);
    font-size: 22px;
}
.site-footer p {
    margin-bottom: 15px;
}
p.footer-logo img {
    max-width: 250px;
}
.site-footer h2.widget-title {
    border-bottom: 1px solid var(--accent1);
    margin-bottom: -10px;
    line-height: 54px;
    font-weight: 400;
    font-size: 26px;
}
footer ul.social li a i {
    color: var(--dark3);
}
.widget a:link,
.widget a:visited,
.widget a:active {
    text-decoration: none;
}
.row.copyright p,
.row.copyright a,
p.disclaimer {
    line-height: 17px;
    font-size: 12px;
}
.copyright-content.span6.right p {
    text-align: right;
}

@media (min-width: 980px) {
    ul#menu-footer {
        column-count: 2;
    }
    .site-footer .container {
        justify-content: space-between;
        column-gap: 25px;
    }
}

@media (max-width: 979px) {
    footer .row .container {
        text-align: center;
    }
    p.footer-email,
    p.footer-phone,
    p.footer-address {
        display: block !important;
    }
    footer#footer.site-footer {
        padding-bottom: 0px;
        padding-top: 15px;
    }
    footer a.btn-bt.alternate,
    footer a.btn-bt.default {
        width: 50%;
    }
}

@media (max-width: 480px) {
    footer a.btn-bt.alternate,
    footer a.btn-bt.default {
        width: 100%;
    }
}

/* END Footer and Copyright */

/* Procedures Page */

.procedures .wpb_text_column.box-shadow {
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.25);
    padding: 30px !important;
}

/* Fifty Fifty */

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

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

.fifty-fifty.image-left.inline-image .wpb_column:nth-child(1) .vc_column-inner,
.fifty-fifty.image-right.inline-image .wpb_column:nth-child(2) .vc_column-inner {
    padding-top: 0;
}
.fifty-fifty h3 {
    margin-bottom: 24px;
}
.fifty-fifty a.btn-bt {
    margin-top: 12px;
}

@media (max-width: 979px) {
    .fifty-fifty.flip-mobile .container {
        flex-direction: column-reverse;
        display: flex;
    }
    .fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) {
        justify-content: flex-start;
    }
    .fifty-fifty.image-right h3,
    .fifty-fifty.image-right h2,
    .fifty-fifty.image-right p {
        justify-content: flex-start;
        text-align: left !important;
    }
    .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1),
    .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        min-height: unset;
    }
    .fifty-fifty.image-right .wpb_column:not(.vc_col-has-fill):nth-child(1) .vc_column-inner,
    .fifty-fifty.image-left .wpb_column:not(.vc_col-has-fill):nth-child(2) .vc_column-inner {
        max-width: unset;
    }

    .fifty-fifty.image-right:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(1), .fifty-fifty.image-left:not(.inline-image) .wpb_column:not(.vc_col-has-fill):nth-child(2) {
        padding: 0px;
    }
}

@media (max-width: 979px) {
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 35px;
        height: 800px;
    }
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-bottom: 35px;
        height: 400px;
    }
}

@media (max-width: 480px) {
    .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner {
        height: 500px;
    }
    .fifty-fifty.image-right:not(.inline-image) .vc_col-has-fill .vc_column-inner {
        height: 200px;
    }
    .procedures .wpb_text_column.box-shadow {
        padding: 20px !important;
    }
    .fifty-fifty h3, .procedures h3 {
        margin-bottom: 10px;
    }
}

/* Fifty Fifty */

/* END of Procedures Page */

/* Sub Pages Top Banner */

.default-header h1 {
    text-shadow: 1px 1px 8px var(--dark3);
    color: var(--light1);
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 980px) {
    .default-header .container {
        margin-top: 350px;
        /*height: 100%;*/
    }
}

@media (max-width: 979px) {
    .default-header {
        height: 400px;
    }
}

/* End Sub Pages Top Banner */

/* Contact Form */

body #content .gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
}
.bottom-cta.g-form {
    height: 100%;
}
.contact-form-row-location .container,
.bottom-cta.g-form .container {
    /*max-width: 100%;*/
    max-width: 768px;
    width: 90%;
}
body .gform_wrapper {
    background: transparent;
    /*max-width: 50%;*/
    margin: 0 auto;
}
.gform_wrapper h4 {
    color: var(--light1);
    text-align: center;
}

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

body .gform_wrapper label.gfield_label {
    margin: 0 0 6px 0 !important;
    font-family: var(--NunitoReg);
    text-transform: uppercase;
    color: var(--light1);
    padding-left: 7px;
    font-size: 12px;
}
.wpb_row.light2 .gform_wrapper label.gfield_label {
    color: var(--dark3);
}
body .gform_wrapper span.gfield_required {
    display: none;
}
body .gform_wrapper .ginput_container {
    margin-top: 0 !important;
}
body .gform_wrapper input:not(.gform_button),
body .gform_wrapper textarea,
body .gform_wrapper select {
    border-bottom: 2px solid var(--dark2);
    border-right: 2px solid var(--dark2);
    border-left: 2px solid var(--dark2);
    border-top: 2px solid var(--dark2);
    padding: 5px 12px 5px 8px !important;
    transition: all 0.2s ease-in-out;
    font-size: 14px !important;
    background: var(--light1);
    margin: 0 !important;
    color: var(--dark3);
    border-radius: 2px;
}
body .gform_wrapper input:not(.gform_button)::placeholder,
body .gform_wrapper textarea::placeholder,
body .gform_wrapper select::placeholder {
    transition: all 0.2s ease-in-out;
    color: var(--dark3);
}
body .gform_wrapper input:not(.gform_button):hover::placeholder,
body .gform_wrapper textarea:hover::placeholder,
body .gform_wrapper select:hover::placeholder,
body .gform_wrapper input:not(.gform_button):focus::placeholder,
body .gform_wrapper textarea:focus::placeholder,
body .gform_wrapper select:focus::placeholder {
    transition: all 0.2s ease-in-out;
    color: var(--dark3);
}
body .gform_wrapper input:not(.gform_button):hover,
body .gform_wrapper textarea:hover,
body .gform_wrapper select:hover,
body .gform_wrapper input:not(.gform_button):focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
    transition: all 0.2s ease-in-out;
    border-color: var(--accent2);
    color: var(--dark3);
}
body #content .gform_footer {
    padding: 0;
}
body #content .gform_footer input[type="submit"] {
    width: 100%;
    margin: 0;
}
.ginput_container.ginput_container_select:after {
    font-family: 'fontello';
    color: var(--dark3);
    position: absolute;
    font-weight: 700;
    content: '\f107';
    margin-top: 2px;
    font-size: 18px;
    right: 1.75%;
}

@media (max-width: 979px) {
    body .gform_wrapper {
        max-width: unset;
    }
    .ginput_container.ginput_container_select:after {
        right: 1%;
    }
}

@media (max-width: 480px) {
    .ginput_container.ginput_container_select:after {
        right: 2%;
    }
    .ginput_container.ginput_container_select:after {
        margin-top: 6px;
    }
}

/* Steps  Row*/

@media (min-width: 980px) {
    .steps-row  .wpb_column.vc_column_container.vc_col-sm-4 {
        padding: 0px 2.5%;
    }
}

/* disclaimers text */

p.disclaimers {
    margin-bottom: 0 !important;
    line-height: 18px;
    margin-top: 16px;
    font-size: 14px;
}

/* Before and After Gallery */

.bafg-twentytwenty-container {
    margin: 0 auto;
}

@media (min-width: 980px) {
    .before-after-gallery-row .wpb_column.vc_column_container.vc_col-sm-4 {
        padding: 0px 10px;
    }
}

@media (min-width: 481px) {
.bafg-twentytwenty-container {
    max-width: 400px !important;
    height: 283px !important;
    }
}

/* About Us */

.wpb_text_column.box-shadow {
    box-shadow: 1px 1px 35px rgb(0 0 0 / 25%);
    padding: 30px !important;
}
.procedures-grid-about div.img {
    width: 460px;
}
.small-cta {
    height: 350px;
}
.small-cta h2 {
    margin-bottom: 20px;
}

@media (min-width: 980px) {
    .procedures-grid-about {
        align-items: center;
        display: flex;
    }
}

@media (max-width: 979px) {
    .procedures-grid-about {
        text-align: center;
        display: block;
    }
    .procedures-grid-about div.img {
        width: auto;
    }
}

/* Who We Are */

@media (min-width: 980px) {
    .our-staff-row .wpb_column.vc_column_container.vc_col-sm-4 {
        padding: 0px 40px;
    }
}

.our-staff-row h2 {
    line-height: 46px;
    font-size: 26px;
}
.our-staff-row h3 {
    letter-spacing: 2px;
    line-height: 28px;
    font-size: 18px;
}

/* Blog */

body.blog #content div.blog {
    padding-top: 0;
}
body.blog #content .wrap {
    max-width: 100% !important;
    width: 100%;
}
body.blog #primary article.blog-post-row:nth-child(odd) {
    background: var(--light2);
}
body.blog #primary article.blog-post-row {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 60px 0;
    display: flex;
}
body.blog .post-image-wrap img {
    width: 100%;
}
body.blog #primary a.archive-post-image-link {
    height: unset;
}
body #content a.archive-post-title-link {
    text-decoration: none;
    color: var(--dark3);
}
body.blog #content div#pagination {
    background: var(--dark2);
    justify-content: center;
    padding: 32px 0;
    display: flex;
    width: 100%;
}
body.blog #content div#pagination .container {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    display: flex;
    width: 90%;
}
body #content div#pagination .left-pag a,
body #content div#pagination .right-pag a {
    font-family: var(--NunitoBold);
    text-decoration: none;
    text-align: center;
    padding: 15px 28px;
    text-shadow: none;
    font-size: 16px;
}
.post-read-more-wrap {
    margin-top: 20px;
}
.blog p.feat-post-date-author {
    margin-top: 0;
}
.single-pagination {
    max-width: 100%;
    margin: 0 auto;
    width: 90%;
}
body.blog #primary .post-image-and-text {
    margin-bottom: 0;
}
body.blog #primary .post-image-and-text {
    max-width: 1440px;
    width: 90%;
}

@media (min-width: 980px) {
    body.blog #primary .post-image-and-text {
        column-gap: 60px;
        display: flex;
    }
    body.blog .post-image-wrap,
    body.blog .post-text-wrap {
        width: 50%;
    }
    body.blog #content .blog {
        padding: 0 !important;
    }
    body.blog #primary .post-image-wrap {
        margin-bottom: 0;
    }
    body.blog .post-text-wrap {
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
}

@media (max-width: 979px) {
    body #content a.btn-bt.alternate.archive-btn {
        margin: 0px;
    }
    body.blog #primary .post-image-and-text {
        margin-bottom: 16px;
    }
}

/* Single Post */

body.single #content .wrap {
    max-width: 100% !important;
    width: 100% !important;
}
.single-post-feat-img-wrap {
    width: 100%;
}
.single-post-feat-img-wrap img {
    height: auto;
    width: 100%;
}
.single-intro {
    background: var(--accent3);
    padding: 230px 0 40px 0;
    width: 100%;
}
.single-intro .container {
    justify-content: center;
    align-items: center;
    column-gap: 2.5%;
    max-width: unset;
    margin: 0 auto;
    display: flex;
    width: 90%;
}
body.single aside#secondary {
    background: var(--dark2);
    padding: 24px 20px;
}
aside#secondary h2.widget-title {
    color: var(--light1);
}
body.single #content aside#secondary ul li a {
    color: var(--light1);
}
body.single #content aside#secondary ul li a:hover {
    color: var(--light1_50);
}
body.single #content aside#secondary ul li {
    margin-bottom: 16px;
}
body.single #content aside#secondary ul li,
body.single #content aside#secondary ul li a {
    line-height: 1.2;
}
body.single #content aside#secondary .widget {
    margin-bottom: 24px;
}
body.single #content aside#secondary .widget ul {
    margin-top: 0;
}
body.single #content .navigation .nav-links .nav-next a,
body.single #content .navigation .nav-links .nav-previous a {
    font-family: var(--NunitoBold);
    text-transform: uppercase;
    justify-content: center;
    text-decoration: none;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding: 15px 28px;
    text-shadow: none;
    font-size: 16px;
    line-height: 1;
    display: flex;
}
body #content .single nav.navigation.post-navigation {
    background: transparent;
    max-width: none;
    padding: 0px;
    width: 100%;
    margin: 0;
}
body #content .navigation .nav-links .nav-previous {
    max-width: 100%;
}
.blog-beef .container {
    padding: 40px 0px;
    max-width: 100%;
    margin: 0 auto;
    width: 90%;
}
body #content .single h1.single-post-title {
    line-height: 62px;
    font-size: 52px;
}
span.single-post-author i.icon-user,
span.single-post-publish-date i.icon-calendar {
    color: var(--dark3);
}
body.single p.single-post-meta {
    margin: 16px 0;
}
body #content span.single-post-author a {
    color: var(--dark3)
}
a.all-blogs-link.btn-bt {
    min-width: unset;
}
.single h2,
.single h3 {
    margin: 15px 0px;
}
.single #content .blog.single {
    padding-bottom: 0px !important;
}
body.single .single-post-content-wrap {
    margin-bottom: 0px !important;
    padding: 60px 0;
    width: 100%;
}
body.single .single-post-content {
    max-width: 1440px;
    margin: 0 auto;
    width: 90%;
}
body.single #content .blog.single {
    padding: 0 0 60px 0;
}
aside#secondary h2.widget-title {
    font-size: 24px;
}
div#single-pagination {
    background: var(--dark2);
    padding: 75px 0 60px 0;
    width: 100%;
}
div#single-pagination .container {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    width: 90%;
}
div.single-pagination-link {
    font-size: 0;
}
div.single-pagination-link a {
    position: relative;
}
div.single-pagination-link.previous a {
    padding-left: 20px;
}
div.single-pagination-link.next a {
    padding-right: 20px;
}
div.single-pagination-link a:before {
    font-family: 'fontello';
    color: var(--accent2);
    position: absolute;
    font-size: 12px;
    top: 6px;
}
div.single-pagination-link a:after {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    font-weight: bold;
    font-size: 12px;
    top: -24px;
}
div.single-pagination-link.previous a:before {
    content: "\e82d";
    left: 0;
}
div.single-pagination-link.next a:before {
    content: "\e82e";
    right: 0;
}
div.single-pagination-link.previous a:after {
    content: "Previous Post:";
    left: 0;
}
div.single-pagination-link.next a:after {
    content: "Next Post:";
    right: 0;
}
div.single-pagination-link.next {
    text-align: right;
}
div.single-pagination-link span {
    text-transform: uppercase;
    color: var(--light1);
    font-size: 12px;
}
div.single-pagination-link i {
    font-size: 20px;
}
body #content .single-pagination-link a {
    font-family: var(--NunitoBold);
    text-decoration: none;
    color: var(--light1);
    font-size: 18px;
}
body #content .single-pagination-link a:hover {
    color: var(--accent2);
}

@media (min-width: 980px) {
    .single-intro .container > div {
        margin-bottom: 0;
    }
    .single-intro .single-post-title-wrap {
        width: 70%;
    }
    .single-intro .single-post-feat-img-wrap {
        width: 30%;
    }
    /*.single-intro .container > div:nth-child(1) {
        padding-right: 2.5%;
    }*/
}

@media (max-width: 979px) {
    .single-intro .container {
        flex-direction: column-reverse;
    }
    body.single .single-intro {
        padding: 40px 0 28px 0;
    }
    body #content a.all-blogs-link.btn-bt.alternate {
        margin: 15px 0px;
        width: 110px;
        margin: 0;
    }
}

@media (max-width: 480px) {
    body #content .single h1.single-post-title {
        line-height: 44px;
        font-size: 34px;
    }
    body.single .nav-links {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .nav-next {
        margin-top: 0px !important;
        width: 100%;
    }
    body #content .navigation .nav-links .nav-previous {
        width: 100%;
    }
}

/* location index page */

body #content .more-locations {
    align-items: baseline;
}

/* Single location Page */

.our-location  h3 {
    margin-bottom: 0px;
}
.top-cta .container {
    max-width: 100%;
}
.disclaimer-text-row {
    margin-bottom: 0px !important;
    margin-top: 30px;
    max-width: 50%;
    margin: 0 auto;
}

@media (max-width: 979px) {
    .disclaimer-text-row {
        max-width: 100%;
    }
}

/* Tabs & Accordions */

body #content .vc_tta.vc_general .vc_tta-panel-title {
    line-height: 24px;
}
body #content .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 5px 40px;
}
body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading,
body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
    background-color: var(--light3);
}
.bakery .vc_tta-tabs-container {
    background: var(--light3);
}
body #content li.vc_tta-tab.vc_active a span.vc_tta-title-text,
body #content div.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title a span.vc_tta-title-text {
    color: var(--accent1);
}
body #content li.vc_tta-tab:hover a,
body #content div.vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: var(--accent2);
    border-color: var(--accent2);
}
body #content li.vc_tta-tab.vc_active a,
body #content div.vc_tta-panel.vc_active div.vc_tta-panel-heading {
    border-top: 4px solid var(--accent2);
}
body #content li.vc_tta-tab.vc_active a,
body #content li.vc_tta-tab.vc_active a:hover {
    background-color: var(--light1_65);
}
body #content li.vc_tta-tab a,
body #content div.vc_tta-panel-heading {
    border-top: 4px solid var(--accent3);
    background: var(--light1);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
body #content div.vc_tta-panel-heading h4.vc_tta-panel-title a,
body #content li.vc_tta-tab a {
    color: var(--dark3);
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: var(--light1)
}
.tabs-row .container {
    max-width: 100%;
    width: 100%;
}
.tabs-row .vc_tta.vc_general .vc_tta-panel-body {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
body #content .vc_tta-tabs-container {
    padding: 15px 0px;
    margin: 0px;
}
body .vc_inner.tabs-content {
    padding-top: 60px;
}
body #content li.vc_tta-tab {
    min-width: 160px;
}
body #content .vc_tta.vc_general .vc_tta-tab>a {
    padding: 5px 20px;
}
body #content .vc_tta-panel-body {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
hr.green {
    border-color: var(--accent1);
    margin: 15px 0px;
}
.bundles-row ul {
    margin-bottom: 14px;
}
.bundles-row h2 {
    margin-bottom: 6px;
}
.bundles-row a.btn-bt.alternate {
    display: block;
}
body #content .bundles-row {
    align-items: baseline;
}

/* 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 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;
}
#legal-page h3 {
    font-family: var(--NunitoBold);
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 20px;
}
body#legal-page ol li::marker {
    font-family: var(--NunitoBold);
    color: var(--dark3);
    font-size: 20px;
}

/* END Privacy Policy */

/* 404 */

body.error404 .default-header {
    background-image: url(/wp-content/uploads/2023/03/Hero-skincare.jpg);
}

@media (max-width: 480px) {
    body.error404 .default-header {
        background-image: url(/wp-content/uploads/2023/03/Hero-skincare-mobile.jpg);
    }
}

/* END 404 */

/* Search */

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

@media (max-width: 480px) {
    body.search .default-header {
        background-image: url(/wp-content/uploads/2023/03/Hero-skincare-mobile.jpg);
    }
}

section.no-results.not-found {
    display: none;
}
body.search .top-blurb {
    padding: 28px 0 36px;
}
body.search .vc_row.wpb_row.top-cta.search-cta,
body.search .bakery .top-cta.vc_row.accent2 {
    padding: 24px 0;
}
body.search .bakery .top-cta.vc_row.accent2 {
    background: var(--accent2);
}

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

    body.search .top-cta h4 {
        margin-right: 24px;
    }
}

body.search .default-header h1,
body.search .default-header h1 span {
    color: var(--light1) !important;
    text-transform: uppercase;
    font-size: 28px;
}
body.search #content .top-blurb h2 {
    margin-bottom: 24px;
}
body.search .entry-content,
body.search .entry-content p {
    font-size: 16px;
}
body.search .top-cta .wpb_text_column .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.search .top-cta h4 {
    font-family: var(--NunitoBold);
    color: var(--dark3);
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0;
}
body.search .search-cta form.search-form {
    position: relative;
    width: 450px;
}
body.search .search-cta label {
    display: none;
}
body.search .bakery .search-cta input[type="search"] {
    background: var(--light2);
    border: 2px solid var(--dark3);
    border-radius: 50px;
    color: var(--dark3);
    font-size: 16px;
    height: 44px;
    margin: 0 !important;
    padding: 0 24px;
}
body.search .search-cta button.search-submit {
    background: none !important;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
}
body.search .search-cta button.search-submit i.icon-search {
    background: none !important;
    color: var(--dark1);
}
body.search button.search-submit i.icon-search::before {
    font-size: 20px;
    font-weight: 600;
    transform: rotate(272deg);
}
body.search-results .some-content.num-of-results {
    background: var(--dark2);
    padding: 24px 0;
}
.search-result-count p,
body.search-results .search-result-count.default-max-width p {
    font-family: var(--NunitoBold);
    color: var(--light1);
    text-align: center;
}
body.search-results .some-content {
    background: var(--light3);
    padding: 48px 0;
}
body.search-results .some-content .container {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
body.search-results .search-result-count.default-max-width {
    width: 100%;
    max-width: unset;
}
.search-results-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}
.search-result-card {
    background: var(--light1);
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 24px;
    flex: 1 1 calc(50% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out;
}
.search-result-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.search-result-card h2.entry-title {
    font-size: 28px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--accent1);
}
body #content .search-result-card .entry-title a {
    color: var(--dark3);
    text-decoration: none;
}
body #content .search-result-card .entry-title a:hover {
    color: var(--accent1);
}
body #content .search-result-card .entry-summary {
    font-size: 16px;
    line-height: 30px;
    color: var(--dark3);
}
.search-result-card .read-more {
    display: inline-block;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .search-result-card {
        flex: 1 1 100%;
    }
}

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

.pagination-wrapper {
    text-align: center;
    margin-top: 48px;
}
body #content .pagination-wrapper .page-numbers {
    font-family: var(--NunitoBold);
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: var(--dark3);
    border-radius: 4px;
    border: none;
}
body #content .pagination-wrapper span.page-numbers {
    line-height: unset !important;
}
body #content .pagination-wrapper .page-numbers.current,
body #content .pagination-wrapper .page-numbers:hover {
    color: var(--accent1);
}
body #content .pagination-wrapper .pagination {
    margin: 0 !important;
    padding-top: 18px;
}
.search-result-count.no-results {
    background: var(--light2);
    color: var(--dark3);
    text-align: center;
    padding: 28px 0;
    font-size: 17px;
}

@media (max-width: 979px) {
    body.search a.btn-bt.alternate.read-more {
        margin-top: 16px !important;
    }
}

@media (max-width: 768px) {
    body.search h4.tt-none {
        display: none;
    }
}

@media (max-width: 480px) {
    body.search-results .some-content {
        padding: 30px 0;
    }
    body #content .pagination-wrapper .pagination {
        justify-content: center;
        display: flex;
    }
    body.search .pagination .nav-links {
        flex-wrap: nowrap;
    }
    body.search #content .pagination-wrapper .page-numbers {
        margin-right: 0;
        margin-left: 0;
    }
}

/* END Search */


/* Responsive */

@media (min-width: 980px) {
    .bakery .bundles-row .vc_col-sm-4:not(.vc_col-has-fill):nth-child(2) {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
    .bakery .bundles-row .vc_col-sm-4:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
    .bakery .bundles-row .vc_col-sm-4:not(.vc_col-has-fill):nth-child(3) {
        padding-right: 2.5%;
        padding-left: 2.5%;
    }
    body #content .vc_tta-tabs-container {
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 979px) {
    .bundles-row .wpb_column.vc_column_container.vc_col-sm-4 {
        padding: 0px 20px;
    }
    body #content .vc_tta-panel-heading {
        margin-bottom: 0px;
        padding: 5px 0px;
        margin-top: 0px;
    }
    body #content .vc_tta-container {
        margin-bottom: 0px;
    }
    .read-more a.btn-bt.default {
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    header .header-button {
        display: none !important;
    }
}

@media (max-width: 480px) {
    body #content .vc_tta.vc_general .vc_tta-panel-title,
    span.vc_tta-title-text {
        padding-bottom: 3px;
        line-height: 16px;
    }
    header .top-header .logo .site-branding a img {
        max-height: unset;
        height: 60px;
        width: auto;
    }
    body.blog #primary article.blog-post-row {
        padding: 30px 0;
    }
     body.blog #content div#pagination .left-pag a,
     body.blog #content div#pagination .right-pag a {
        min-width: 160px;
    }
    body #content a.all-blogs-link.btn-bt.alternate {
        width: 120px;
    }
    div#single-pagination .container {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        row-gap: 45px;
    }
    div.single-pagination-link {
        text-align: center !important;
        display: flex;
    }
    div.single-pagination-link a:after {
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
    }
    body.single .single-post-content-wrap {
        padding: 30px 0;
    }
    div#single-pagination {
        padding: 70px 0 50px 0;
    }
    .bakery .fifty-fifty.image-left:not(.inline-image) .vc_col-has-fill .vc_column-inner {
        margin-bottom: 0;
    }
}

/* End Responsive */