/*

Theme Name: Web 2.O

Description: Twenty TwentyOne Child Theme For 2018 templates

Template: twentytwentyone

*/

/***********************************
GENERAL STYLES
************************************/
/*
    CSS variable declaration example
    -----
        :root{
            --{variable-name}: {value}
        }
    

    CSS variable use example
    -----
        h3{
            color: var(--deep-red);
        }
*/

:root{
    --black: #000000;               /* black */
    --charcoal: #2F4553;            /* Dark 1 */
    --dark-electric-blue: #416075;  /* Dark 2 */
    --deep-red: #B10000;            /* Accent 1 */
    --maximum-red: #DA2027;         /* Accent 2 */          
    --gainsboro: #E0E5E9;           /* Light 1 */
    --almost-white: #FAFBFB;        /* Light 2 */
    --white: #ffffff;               /* white */
    --red-gradient: linear-gradient(-83deg, #F16B77 0%, #ED3340 49%, #B12024 100%);
    --header-font-family: 'museo-sans', sans-serif;
    --body-font-family: 'Lato', sans-serif;
    --red-hover: #EE4753;           
    --blue-hover: #71949F;
}

/* global blog post styles - CL */

body .blog.single #primary ul,
body .blog.single #primary ol {
	margin-bottom: 24px;
}
body .blog.single #primary ul li:not(:last-child),
body .blog.single #primary ol li:not(:last-child) {
	margin-bottom: 12px;
}
body .blog.single #primary ul li ul,
body .blog.single #primary ol li ol {
	margin-top: 12px;
}
body .blog.single #primary a:not(.gradient-button):not(.nolightbox) {
	transition: all 0.3s ease-in-out;
	color: var(--maximum-red);
	position: relative;
}
body .blog.single #primary a:not(.gradient-button):not(.nolightbox):hover {
	transition: all 0.3s ease-in-out;
	color: var(--red-hover);
}
body .blog.single #primary a:not(.gradient-button):not(.nolightbox)::before {
	transition: all 0.3s ease-in-out;
	background: var(--maximum-red);
	position: absolute;
	height: 1.5px;
	bottom: 16px;
	content: "";
	opacity: 0;
	width: 0%;
	right: 0;
	left: 0;
}
body .blog.single #primary a:not(.gradient-button):not(.nolightbox):hover::before {
	transition: all 0.3s ease-in-out;
	background: var(--red-hover);
	bottom: -3px;
	width: 100%;
	opacity: 1;
}

/* END global blog post styles - CL */

iframe#illow-banner-widget {
	margin-bottom: 50px !important;
    right: 10px !important;
    left: auto !important;
}

.topbutton {
    right: 15px;
    bottom: 180px;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--header-font-family);
    font-weight: 900;
    font-style: normal;
}
h1{
    font-size: 60px;
    letter-spacing: 1.2px;
    line-height: 70px;
    text-shadow: 0 0 24px var(--white);
}
h2{
    font-size: 42px;
    letter-spacing: 1.5px;
    line-height: 50px;
    margin-bottom:15px;
}
h3{
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 46px;
}
h4{
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 32px;
}
h5{
    font-size: 42px;
    line-height: 40px;
}
h6{
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 40px;
}

.bakery .page-header-row{
    height:550px;
}
.bakery .page-header-row h1{
    font-size:50px;
    line-height:58px;
    text-shadow:1px 1px 10px #fff;
    margin-bottom:10px;
}
.bakery .page-header-row h3{
    font-size: 30px;
    line-height:40px;
    margin-bottom:30px;
    text-shadow:1px 1px 10px #fff;
}
.bakery .page-header-row a{
    width:320px
}

.red{
    color:  var(--maximum-red);
}
ol.white li,
.white {
    color: var(--white);
}
.blue{
    color:  var(--dark-electric-blue);
}

.bolder{
    font-weight: 900;
}
.uppercase{
    text-transform: uppercase;
}

.x-large-h{
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 70px;
    text-shadow: 0 0 4px var(--white);
}

.image-bg{
    background-position: center;
    background-repeat: no-repeat;
}
.blue-bg{
    background-color: var(--dark-electric-blue);
}

.x-large-p{
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
}
.large-p{
    font-size: 20px;
    line-height: 26px;
}

.x-small-p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 17px;
}

body p, 
body a, 
body span, 
body li, 
body div
{
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    letter-spacing: 0.75px;
    line-height: 22px;
}

html body a{
    text-decoration:none;
}
.bakery .intro-row{
    padding:40px 0 40px 0;
}
.bakery .gmb-cats p{
    font-size:18px;
    line-height:26px
}



/* buttons */
.button{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    display: inline-block;
    box-sizing: content-box;
}

    /*white*/
       body .button.white-button{
            border:3px solid var(--white);
            padding:8px 25px;
            color: var(--white);
        }
       body .button.white-button:hover{
            border-color: var(--charcoal);
            background-color: var(--dark-electric-blue);
        }
    
    /*red*/
        .button.red-button{
            border:3px solid var(--maximum-red);
            padding:8px 25px;
            color: var(--maximum-red)
        }
        .button.red-button:hover{
            color: var(--red-hover) !important;
            border-color: var(--red-hover);
        }
    
    /*blue*/
        .button.blue-button{
            border:3px solid var(--dark-electric-blue);
            padding:8px 25px;
            color: var(--dark-electric-blue);
        }
        .button.blue-button:hover{
            color: var(--blue-hover) !important;
            border-color: var(--blue-hover);
        }
    
    /*gradient*/
        .button.gradient-button{
            padding:11px 25px;
            background-color: var(--red-hover);
            background-image: var(--red-gradient);
            color: var(--white);
        }
        .button.gradient-button:hover{
            background-image: unset;
        }
        
    /*bluebg*/
        .button.bluebg-button{
            color: var(--white);
            padding:8px 25px;
            border:3px solid var(--dark-electric-blue);
            background-color: var(--dark-electric-blue);
        }
        .button.bluebg-button:hover{
            color: var(--white) !important;
            border:3px solid var(--charcoal);
            background-color: var(--charcoal);
        }



/* top widget area */
.sbs-above-nav{
    display: flex;
    align-items: center;
}

.sbs-above-nav h6{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: var(--white);
    letter-spacing: 6px;
    text-align: center;
    line-height: 20px;
    display:flex;
    align-items:center;
}
.top-widget .button.white-button{
    padding:5px 20px;
}
header .top-widget p, header .top-widget span{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--white);
    letter-spacing: 4px;
    margin-left:10px;
}
.sbs-above-nav h6 img{
    margin-right:20px;
    height:32px;
}
.sbs-above-nav h6 span{
    font-weight: 700;
}

.st-grey-bg{
    background-color:rgba(250, 250, 250,.9);
    padding-top:40px;
    padding-bottom:50px;
}
.st-grey-bg .wpb_wrapper{
    max-width:90%; margin:0 auto
}
.st-grey-bg p{
    font-weight:bold;
}
.sbs-buttons{
    margin-top:40px;
    display: flex;
    align-items: center;
    max-width:90%;
}
.sbs-buttons a:first-of-type{
    margin-right:40px
}

/* header */
header#header{
    box-shadow: 0px 10px 10px var(--gainsboro);
    z-index: 1;
    position: relative;
}
.primary-navigation > div > .menu-wrapper{
    align-items:center;
}
#top-menu .header-call-button a {
    color: var(--white) !important;
    background-color: var(--maximum-red);
    padding: 11px 25px !important;
    border-radius: 4px;
    font-weight: 500;
}
nav#site-navigation ul li a{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
    letter-spacing: 1px;
    text-align: left;
}

/* footer */
footer#footer{    
    padding: 0;
}
footer#footer .row .container{
    align-items:center;
    height:100%;
}
footer#footer .footer-left a img.foot-logo{
    max-height: 65px;
	width:auto;
}
footer#footer .footer-left a img:not(.foot-logo) {
    max-height: 150px;
	width:auto;
}
footer#footer .footer-left .sbs-footer img{
    max-height: 40px;
	width:auto;
}
footer#footer h6{
    font-family:var(--header-font-family);
    font-size:36px;
}
footer#footer .footer-right ul li a:not(.ab-item):not(.btn-bt){
    font-size:14px;
}

.row.copyright{
    height:auto;
    padding:0;
    display:flex;
}
.copyright-text #copyright-p, 
.copyright-text #copyright-p a, 
.copyright-text .copyright-links,
.copyright-text .copyright-links a{
    font-size:12px !important
}
footer img{
    max-width:100%;
}
footer .sbs-footer {
    display:flex;   
    align-items: center;
}
footer .sbs-footer .left{
    margin-right:20px
}
footer .sbs-footer .right{
    margin-left:20px
}
footer .footer-left .sbs-footer{
    justify-content: center;
    margin-top:30px;
}
footer .footer-right .sbs-footer{
    margin-top:25px;
}
footer a [class^="icon-"], 
footer a [class*=" icon-"]{
    font-size:26px;
}
footer a [class^="icon-"]:before, 
footer a [class*=" icon-"]:before{
    margin:0;
}
footer .social.top-widget-socials{
    padding:0;
}
footer .button.white-button{
    font-size:16px;
    padding:8px 25px;
}
footer .footer-right ul{
    list-style-type:none;
    padding-left:0;
}
footer .footer-right ul li{
    display: inline;
    margin:0 5px;
}
footer .footer-right ul li:first-child{
    margin-left:0;
}
footer .footer-right ul li:last-child{
    margin-right:0;
}
footer .footer-right ul li a{
    font-size:16px;
    font-weight:700;
    font-family:'Lato', sans-serif;
    letter-spacing:1px;
}
footer#footer h6{
    color: var(--white);
    font-size: 36px;
    font-weight:900;
    font-family: 'Lato', sans-serif;
    letter-spacing:2px;
    margin-bottom:15px
}
body footer#footer a.button:hover{
    color:#fff !important;
}
@media (min-width:980px){
    footer .vc_col-sm-8 .sbs-footer .right {
        margin-left: 20px;
        display: flex;
        align-items: center;
    }

    footer .vc_col-sm-8 .sbs-footer .right img{
        margin-left:25px;
        margin-top:0;
    }
}
footer .vc_col-sm-8 .sbs-footer .right>a{
	display:flex;
}
.vc_col-sm-8 .sbs-footer .right img{
    margin-top:20px;
}
.copyright-text #copyright-p,
.copyright-text #copyright-p a,
.copyright-text .copyright-links{
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
}

.testimonials-container.strong-view.unstyled .wpmtst-testimonial-inner,
.testimonials-container.strong-view.unstyled .wpmtst-testimonial.t-slide{
    border:none;
}
.testimonials-container.strong-view.unstyled .wpmtst-testimonial-field{
    text-align:left;
    font-weight:900;
    letter-spacing: normal;
    font-size:18px;
    margin-top:30px;
}
.testimonials-container.strong-view.unstyled .wpmtst-testimonial-content p{
    margin-top:20px;
    font-size:18px;
    line-height:28px;
    font-weight:500;
}
.testimonials-container.strong-view.unstyled .wpmtst-testimonial-heading{
    font-size:28px;
    line-height:30px;
    display:flex;
}
.testimonials-container.strong-view.unstyled .icon-quote-left{
    color: #FCE4E9;
    font-size: 36px;
    margin-right: 5px;
}


/* HOMEPAGE */
.home .vc_row.red-box-row{
    margin-bottom:20px;
}
.bakery .homepage-header-row.vc_row {
    align-items:unset;
}
.homepage-header-row {
    height:550px;
}
.homepage-header-row h1{
    margin-top:60px;
    font-size: 46px;
    line-height: 56px;
    margin-bottom:20px;
}

.homepage-header-row h1,
.homepage-header-row h3{
    text-shadow:0px 0px 10px #fff;
}
.homepage-header-row h3{
    font-size:28px;
    line-height:32px;
    margin-bottom:40px;
}
.homepage-header-row #custom_search_form input{
    width: 100%;
    border: 1px solid var(--dark-electric-blue);
    border-radius: 5px;
    height: 40px;
    box-shadow: 2px 2px 10px #fff;
    max-width:500px
}
.homepage-header-row #custom_search_form input::placeholder{
    text-align:left
}
.service-tiles h4, 
.service-tiles p{
    text-align:center;
}
.service-tiles img{
    max-height:85px
}
.service-tiles h4{
    font-size:18px;
    letter-spacing:1px;
    line-height:24px;
    height:48px;
    font-weight:900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px;
}
.service-tiles .the-tile{
    padding:10px 30px;
}
.award-winning-row h2, 
.award-winning-row p{
    text-align: center;
}
.award-winning-row h2{
    margin-bottom:10px;
}
.award-winning-row .container{
    padding:40px 0;
}
.location-reach-row .container{
    padding: 60px 0 30px;
}

.hp-client-success-row .container{
    padding:60px 0 70px;
}
.hp-client-success-row .container{
    display:flex;
    align-items:center;
    justify-content:center;
}
.hp-client-success-row .vc_col-sm-4{
    padding:0 30px;
}
.hp-client-success-row .icon-quote-left{
    color: #FCE4E9;
    font-size: 32px;
    margin-right:5px;
}
.hp-client-success-row h2{
    letter-spacing:-1px;
}
.hp-client-success-row h4{
    letter-spacing:0px;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
    display: flex;
}
.hp-client-success-row p:not(.x-large-p):not(.rev-author) {
    font-style:italic;
}
.hp-client-success-row p:not(.x-large-p):not(.rev-author) a{
    font-style: normal;
}
.hp-client-success-row .vc_col-sm-4:first-of-type p.x-large-p{
    padding:20px 0;
}
.red-box-row .vc_col-sm-4{
    padding:0 20px;
}
.red-box-row .red-box{
    height:375px;
    border:8px solid var(--deep-red);
    display: flex;
    align-items:center;
    justify-content:center;
    text-align: center;
}
.red-box-row .red-box .text-container{
    height:175px;
    padding:0 15px;
}
.red-box-row .red-box h2{
    line-height:42px;
    margin-bottom:5px;
}
.red-box-row .red-box p.red{
    font-weight:700;
}
.grow-your-business-row .container{
    padding:60px 0 30px;
}
.grow-your-business-row h2{
    line-height:60px;
    letter-spacing:1px;
    margin-bottom:20px
}

/* SERVICES INDEX */
.bakery .service-index-row.vc_row{
    padding:0;
}
.bakery .service-index-row .wpb_content_element{
    margin-bottom:0;
}
.bakery .service-index-row h5{
    text-align:left;
    margin-bottom:30px
}
.bakery .service-index-row h4{
    letter-spacing:0;
    margin-bottom:20px;
}
.bakery .service-index-row .wpb_text_column p:not(:last-child){
    margin-bottom:30px;
}
.bakery .service-index-row .container .wpb_column,
.bakery .service-index-row .container .wpb_column .vc_column-inner{
    height:100%;
}
.bakery .service-index-row .container{
    height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:100%;
    width:100%;
}
.bakery .service-index-row .text-left,
.bakery .service-index-row .text-right{
    padding:60px;
}
.bakery .service-index-row .text-left .vc_column-inner,
.bakery .service-index-row .text-right .vc_column-inner{
    display: flex;
    align-items: center;
}
    



/* services single */

.service-lists-header{
    display:flex;
/*     justify-content: center; */
    align-items:center;
    margin-bottom: 10px;
}
.service-lists-header p{
   margin-bottom:0 !important;
}
.service-lists-header h3{
    font-weight:900;
}
.service-lists-header img{
    margin:0;
    height:100px;
    width:auto;
    margin-right:30px;
}

.service-lists-row .wpb_text_column{
    margin-bottom:80px;
}
ul.blue-shadow-service-list{
    list-style-type:none;
    background-color:var(--dark-electric-blue);
    box-shadow: 10px 10px 0 var(--charcoal);
    padding-left:0 !important;
    margin-top:40px
}
ul.blue-shadow-service-list li{
    color:var(--white);
    border-bottom:2px solid var(--white);
    padding:15px 0 15px 80px;
}
ul.blue-shadow-service-list li li{
    list-style-type:none;
    border-bottom:none;
    padding:5px
}
ul.blue-shadow-service-list li a{
    color:var(--white);
}
ul.blue-shadow-service-list li:last-child{
    border-bottom:none;
}


.service-intro .container{
	text-align:center;
}
.service-intro h5{
    margin-bottom:15px;
}

.bakery .vc_row.service-boxes-header {
    padding-top:60px;
    padding-bottom:10px
}
.service-boxes-header .wpb_text_column .wpb_wrapper{
    display: flex;
    justify-content:center;
    align-items: center;
}
.service-boxes-header .sbh-number{
    font-size:85px;
    font-weight:900;
    margin-right:20px;
    font-family: var(--header-font-family);
}
.service-boxes-header .sbh-text{
    margin-left:20px;
	width:100%;
}
.service-boxes-header .sbh-text h4{
    letter-spacing:1.5px;
	text-transform:uppercase;
}

.service-shadow-boxes .ssbox .wpb_wrapper{
    background-color:var(--dark-electric-blue);
    padding:30px;
    box-shadow: 10px 10px 0 var(--charcoal);
}
.service-shadow-boxes .ssbox .large-p{
    font-size:18px;
    letter-spacing:1px;
}

.red-cta-row{
    background-color:var(--deep-red);
}
.red-cta-row .container{
    padding:10px 0;
}

.red-cta-row .wpb_text_column .wpb_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.red-cta-row .cta-text{
    margin-right:10px;
}
.red-cta-row .cta-button{
    margin-left:10px;
}

.blue-cta-row{
    background-color:var(--dark-electric-blue)
}
.blue-cta-row .container {
    padding: 10px 0;
}
.blue-cta-row .cta-text {
    margin-right: 10px;
}
.vc_row.blue-cta-row h5 {
    font-size: 32px;
    text-align: center;
}
.vc_row.blue-cta-row .cta-button{
    min-width:200px;
    margin-left:10px;
}
.blue-cta-row .wpb_text_column .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.expected-results-row .container{
    padding:20px 0;
}
.expected-results-row .checkboxes .wpb_text_column .wpb_wrapper{
    display:flex;
    padding:20px;
    align-items:center;
}
.expected-results-row .checkboxes .cb-img{
    margin-right:10px;
}
.expected-results-row .cb-img img{
    width: 65px;
    max-width: 65px;
    max-width: 65px;

}
.expected-results-row .checkboxes .cb-text{
    margin-left:20px;
    margin-right:20px;
}
.expected-results-row .checkboxes .large-p{
    letter-spacing: 0px;
}

.service-learn-more-row{
    background-color:var(--dark-electric-blue)
}
.service-learn-more-row .reason-half .wpb_text_column {
    padding:20px 0;
}
.service-learn-more-row .reason-half .lmr-number{
    font-size: 75px;
    font-weight: 900;
    margin-right: 20px;
    letter-spacing:-4px;
    font-family: var(--header-font-family);
}
.service-learn-more-row .reason-half .wpb_text_column .wpb_wrapper{
    background-color:#fff;
    padding:20px;
    display:flex;
    align-items:center;
    box-shadow: 10px 10px 0 var(--charcoal);
}
.service-learn-more-row .video-half p{
    font-weight:900;
    font-family: var(--header-font-family);
    letter-spacing:1px;
    font-size:18px;
}
.service-learn-more-row .video-half p.white{
    padding-top:20px;
}
.service-learn-more-row .lmr-text h4{
	text-transform:uppercase;
}
.looking-for-solutions-row{
    background-color:var(--gainsboro);
}

.looking-for-solutions-row .container{
    max-width:980px;
    align-items:center;
    padding:10px 0;
}
.looking-for-solutions-row h3{
    font-weight:900;
    text-align:center;
}
.looking-for-solutions-row img{
    max-height:45px;
    width:auto;
}
.looking-for-solutions-row #custom_search_form input{
    width:100%;
    border:1px solid var(--dark-electric-blue);
    border-radius:5px;
    height:40px;
    box-shadow:2px 2px 5px #666
}
.looking-for-solutions-row #custom_search_form input::placeholder{
    color:#999;
    font-size:14px;
}
.experience-results-row .container{
    padding:20px 0;
}
.experience-results-row .white-box-row .white-box p.white{
	text-transform:uppercase;
}

.white-box-row .white-box img{
    height:60px;
    width:auto;
}
.white-box-row .white-box .big-number{
    font-size:38px;
    line-height:50px;
    margin-bottom:20px;
    letter-spacing:0px
}
.white-box-row .white-box p.white{
    font-weight:900;
    font-family: var(--header-font-family);
    letter-spacing:1px;
    font-size:18px
}
.white-box-row .white-box .vc_column-inner{
    padding:10px;
}

.white-box-row .white-box .vc_column-inner .wpb_text_column{
    border:3px solid #fff;
    padding:40px 0;
}

/* LOCATIONS */
.location-trust-row .brands-row,
.location-trust-row .awards-row{
    max-width:980px;
    margin:0 auto !important;
}
.location-trust-row .brands-row img:not(.trust-brand){
    height:auto;
    width:125px;
}
.location-trust-row .brands-row img.trust-brand{
    max-height:40px;
    width:auto   
}
.intro-row h4{
    padding-bottom:20px;
}
.location-trust-row .awards-row img{
    max-height:100px;
    width:auto;
}

.ready-to-compete-row h2{
    padding-bottom:40px;
}
.ready-to-compete-row .container{
    padding:60px 0 70px
}

.location-team .container{
    padding:40px 0;
    align-items:center;
}
.location-team h2{
    margin-bottom:40px;
}
.location-team a{
    margin-top:40px;
}
.location-contact-blurb-row h4{
    letter-spacing: 0px;
    font-weight: 700;
    line-height:32px;
}
.location-contact-blurb-row .container{
    padding:20px 0;
    align-items:center;
}
.location-contact-blurb-row h4{
    margin-bottom:40px;
}
.location-contact-blurb-row a{
    margin-top:40px
}
.location-contact-blurb-row img {
    max-width:70%;
    margin:0 auto
}
.vc_row.red-cta-row h5{
    font-size:32px;
    text-align:center;
}
.vc_row.red-cta-row .cta-button{
    min-width: 200px
}
.service-shadow-boxes .ssbox .ssbox-img-title {
    display: flex;
    align-items: center;
    margin-bottom:30px;
    min-height:40px;

}
.service-shadow-boxes .ssbox .ssbox-img-title p{
    margin-bottom:0 !important;
}
.service-shadow-boxes .ssbox .ssbox-img-title h6{
    font-size:16px;
    letter-spacing:1px;
    line-height:20px;
    width:80%;
}
.service-shadow-boxes .ssbox .ssbox-img-title img{
    max-height:40px;
    max-width:40px;
    height:auto;
    margin-right:20px;   
}

.service-shadow-boxes .vc_col-sm-12 .ssbox p.white:not(.large-p){
    min-height:unset;
}
.service-shadow-boxes .vc_col-sm-6 .ssbox p.white:not(.large-p){
    /*min-height: 150px;*/
}

.service-shadow-boxes .ssbox p.white:not(.large-p) {
    /*min-height:275px;*/
}
.service-shadow-boxes .ssbox {
    padding:10px;
}
.service-boxes-header .container,
.service-shadow-boxes .container{
    max-width:1200px;
	width: 96%;
}


.bakery .nap-map-row{
    padding:0
}
.nap-map-row .container{
    max-width:100%;
    width:100%;
}
.nap-map-row .nap-side{
    padding:40px;
}
.nap-map-row .nap-side h4{
    margin-bottom:5px
}
.nap-map-row .nap-side .bolder a{
    font-weight:700;
}
.nap-map-row .nap-side .bolder {
    margin-bottom:25px !important;
}

.nap-map-row .map-side *{
    height:100%
}
.nap-map-row .map-side iframe{
    border:none;
    flex-grow: 1;
}

.location-page-header-row {
    height:550px;
}
.location-page-header-row *{
    text-align:center;
}
.location-page-header-row h1{
    line-height: 60px;
    margin-bottom:20px
}
.location-page-header-row h1 span{
    font-size: 28px;
    line-height:30px;
    letter-spacing:0px;
    color: var(--maximum-red);
	text-transform:uppercase;
}
.location-page-header-row h1,
.location-page-header-row h1 span,
.location-page-header-row h3{
    text-shadow:0px 0px 10px #fff;
}
.location-page-header-row h3{
    font-size:28px;
    line-height:32px;
    margin-bottom:40px;
}
.location-page-header-row #custom_search_form input{
    width: 100%;
    border: 1px solid var(--dark-electric-blue);
    border-radius: 5px;
    height: 40px;
    box-shadow: 2px 2px 10px #fff;
    max-width:500px
}
.location-page-header-row #custom_search_form input::placeholder{
    text-align:left
}

    
/* Location Index */
.deb-cta{
    background-color:var(--dark-electric-blue)
}
.deb-cta .container{
    padding:10px 0
}

.locations .nap-map-row .nap-side {
    padding-left:60px !important;
}
.nap-map-row img{
    padding-bottom:20px;
    width:150px
}
.nap-map-row h2{
    font-size:36px
}
.nap-map-row h4{
    font-size:20px;
    padding-bottom:10px
}
.nap-map-row .button-container{
    padding-top:20px
}
.location-accordion-container .container{
    width:100%;
}
.location-accordion-container .vc_tta-panel-heading h4{
    max-width:1080px !important;
    width:90%;
    margin:0 auto !important;
}
.location-accordion-container .vc_tta-panel-heading h4 span{
    color:var(--maximum-red) !important;
    font-weight:900;
    font-family:var(--header-font-family);
    font-size: 36px;
    line-height:56px;
}
.location-accordion-container .vc_tta-panel-heading{
    background-color:var(--almost-white) !important;
    border:none !important;
}
.location-accordion-container .vc_tta-controls-icon{
    font-size: 20px !important;
    left:unset !important;
    right:0 !important;
    background-color:var(--maximum-red);
    color:#fff !important;
    height: 30px !important;
    width: 30px !important;
    border-radius:15px;
}

.location-accordion-container .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color: #fff !important;
    width: 50%;
    margin: 0 auto;
}
.location-accordion-container .vc_tta-panel-heading .vc_tta-controls-icon::after{
    border-color: #fff !important;
    height:50%;
    transform:translate(-50%,50%) !important;
}
.location-accordion-container .vc_tta.vc_general .vc_tta-panel-title>a{
    padding:14px 20px 14px 10px !important;
}
.location-accordion-container .vc_tta-panel-body{
    max-width:900px;
    margin:0 auto;
    width:90%;
}
.location-accordion-container .nap-block{
    padding:10px;
}
.location-accordion-container .nap-block .tiny-p{
    font-weight:900;
    font-size:10px;
    line-height:16px !important;
    padding-left:5px;
    font-family:var(--header-font-family);
    margin-bottom:0px !important;
    letter-spacing:0px
}
.location-accordion-container .nap-block img{
    max-height: 40px;
    width:auto;
}
.location-accordion-container .nap-block h4{
    letter-spacing:.5px;
    font-size:22px;
}
.location-accordion-container .accordion-nap a,
.location-accordion-container .accordion-phone a,
.location-accordion-container .accordion-phone{
    letter-spacing:0px
}
.location-accordion-container .accordion-nap{
    margin-bottom:0 !important;
    height:65px;
    display: table-cell;
    vertical-align: middle;
}

.location-accordion-container .accordion-link a{
    letter-spacing:0px;
    font-weight:700;
    font-family:var(--header-font-family);
    display: flex;
    align-items: center;
}
.location-accordion-container .accordion-link img{
    max-width:30px;
    height:auto;
    margin-left:5px;
}
.location-accordion-container{
    padding-top:0px !important;
}
.intro-row h4.differenth4{
    font-size:20px;
    line-height:20px;
    padding:20px 0;
    letter-spacing:0px;
}
.bakery .vc_row.service-page-header-row{
    height: 550px;
    background-position: right center !important;
    display: block;
}
.vc_row.service-page-header-row h1{
    padding-top:40px;
    padding-bottom:40px;
}
.vc_row.service-page-header-row a{
    min-width:275px;
}
.bakery .vc_row.extra-content-row,
.bakery .vc_row.bsb-header-row{
    padding:40px 0;
}

.small-accordion-row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
    background-color:transparent;
    border:none;
    padding:40px 20px;
}
.small-accordion-row .vc_tta.vc_general .vc_tta-panels{
    max-width:980px;
    margin:0 auto;
}
.small-accordion-row .vc_tta-title-text{
    font-weight:700;
}
.small-accordion-row .vc_tta-panel{
    margin-bottom:20px;
}
.small-accordion-row .vc_tta-panel-heading{
    border-radius:25px !important;
    background-color:var(--gainsboro) !important;
}
.small-accordion-row .vc_tta-panel .vc_tta-panel-title a{
    padding-left:60px !important;
}
.small-accordion-row .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.small-accordion-row .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color:#fff !important;
}
.small-accordion-row .vc_tta-panel-heading .vc_tta-controls-icon::before{
    width: 50%;
    margin: 0 auto;
}
.small-accordion-row .vc_tta-panel-heading .vc_tta-controls-icon::after{
    height: 50%;
    transform: translate(-50%,50%) !important;
}
.small-accordion-row .vc_tta-controls-icon {
    background-color: var(--maximum-red);
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 15px;
    left:10px !important;
}
.slide-anything-html-block{
    margin-top:40px
}

/* blog page */
.blog-page-header-row {
    height:240px;
}
.blog-page-header-row *{
    text-align:center;
}
.blog-page-header-row h2,
.blog-page-header-row h1{
    line-height: 60px;
    margin-bottom:0px
}
.single-post .vc_col-sm-12{
    width:100%;
}
.single-post .blog-page-header-row{
    background-image: url(https://vds.vmgagencysites.com/wp-content/uploads/2021/08/blog-hero-scaled.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom:60px;
}
.blog-page-header-row h2 span,
.blog-page-header-row h1 span{
    font-size: 28px;
    line-height:30px;
    display:block;
    margin-bottom:10px;
    letter-spacing:0px;
    color: var(--maximum-red);
}
.blog-page-header-row h2{
    font-size: 60px;
    letter-spacing: 1.2px;
}
.blog-page-header-row h2,
.blog-page-header-row h2 span,
.blog-page-header-row h1,
.blog-page-header-row h1 span{
    text-shadow:0px 0px 10px #fff;
}
.blog #content .blog, 
.single #content .blog.single{
    padding:0 !important;
}
.blog #content .blog .blog-page-header-row br, 
.single .blog-page-header-row br{
    display:none;
}
.service-shadow-boxes .service-lists-row .wpb_text_column{
    margin-bottom:10px;
}

/* blog */
.the-featured-post .container{
    width:100%;
    padding:20px 0;
}
.the-featured-post .featured_post_container{
    display: flex;
    align-items: center;
	justify-content:center;
}
.the-featured-post .featured_post_container .fp-banner{
    background-color: var(--maximum-red);
}
.the-featured-post .featured_post_container .fp-banner h4{
    color:#fff;
    font-weight:500;
    letter-spacing: 1px;
    font-size:20px;
	padding:5px !important;
    line-height:26px;
    text-align:center;
}
.the-featured-post .featured_post_container .featured-image-side {

} 
.the-featured-post .featured_post_container .featured-image-side{
    padding-left:0;
    padding-right:10px;
	max-width:960px;
}
.the-featured-post .featured_post_container .featured-content-side{
    padding-right:3%;
    padding-left:20px;
	max-width: 480px;
}
.the-featured-post .featured_post_container .fp-category-list{
    color:var(--maximum-red);
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
}
.the-featured-post .featured_post_container h2,
.the-featured-post .featured_post_container h2 a{
    font-size:22px;
    line-height:27px;
    font-family:var(--header-font-family);
    font-weight:900;
    padding:10px 0;
}
.the-featured-post .featured_post_container .fp-tag-list img{
    width:20px;
    margin-left:5px;
    margin-right:10px;
    float:left;
}

.the-featured-post .featured_post_container .fp-tag-list{
    font-size:14px;
    color:var(--charcoal);
    margin-bottom:5px;
}
.the-featured-post .featured_post_container .fp-author img{
    margin-right:10px;
}
.the-featured-post .featured_post_container .fp-author{
    font-weight:700;
    margin-bottom:15px
}
.the-featured-post .featured_post_container .fp-excerpt .moretag{
    display: block;
    margin-top:20px;
    font-weight:700;
    letter-spacing:1px
}
.blog-section-header .container{
    width:100%;
    background-color:var(--almost-white);
    padding:20px 0;
}
.blog-section-header h2{
    margin-bottom:0;
}
.blog-section-header .wpb_text_column .wpb_wrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.blog-posts-section .bp_post_container .bp-single-post{
    padding:10px 20px;
}
.blog-posts-section .bp_post_container .bp-image-top{
    height:165px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
}
.blog-posts-section .bp_post_container h2, 
.blog-posts-section .bp_post_container h2 a {
    font-size: 22px;
    line-height: 27px;
    font-family: var(--header-font-family);
    font-weight: 900;
    padding: 5px 0;
}
.blog-posts-section .bp_post_container .bp-tag-list img {
    width: 20px;
    margin-left: 5px;
    margin-right: 10px;
    float: left;
}
.blog-posts-section .bp_post_container .bp-tag-list {
    font-size: 14px;
    color: var(--charcoal);
    margin-bottom: 5px;
}
.blog-posts-section .bp_post_container .bp-author {
    padding-top:5px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-posts-section .bp_post_container .bp-excerpt .moretag {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.category-list-container{
    display:none;
}
#content .bakery .category-list-container ul:not(.social){
	max-width:800px;
	margin:0 auto !important;
    padding-left:0 !important;
    list-style-type:none;
	text-align:center;
    display: flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
    margin-top:40px;
}
#content .bakery .category-list-container ul li{
	padding:10px 0;
}
.category-list-container ul li a{
    color:#fff;
    padding:20px;
    font-weight:700
}
.category-list-container ul li a:hover{
    color:var(--maximum-red);
}
.copyright .container{
    padding:5px;
}
.blog-section-header-container h4{
    letter-spacing:1.5px;
}
/* single blog */
.blog.single .wrap aside#secondary{
    background-color:transparent;
}
#secondary .widget_post div.wpimg{
    width:80px;
    height:80px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
#secondary .widget_post .vc_col-sm-3{
    width:80px;
}
#secondary .widget_post .vc_col-sm-9{

}
#secondary .widget_post {
    display:flex;
    margin-bottom:20px;
    align-items:center;
    gap:25px;
}
#secondary .textwidget #custom_search_form div{ 
    text-align:center;
    padding-top:10px;
}
#secondary .textwidget #custom_search_form input{
    width: 100%;
    border: 1px solid var(--dark-electric-blue);
    border-radius: 5px;
    height: 40px;
    box-shadow: 2px 2px 10px #ccc;
    max-width: 500px;
    margin:0 auto;
}
#secondary .es-form-header{
    padding:0 40px
}
#secondary .es-form-header h3{
    color:var(--maximum-red);
    font-size:30px;
    margin-bottom:5px;
    font-weight:800;
    text-align:center;
}
#secondary .es-field-wrap{
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:0;
    text-align:center;
}
#secondary .es-form-header h6{
    color:var(--maximum-red);
    letter-spacing:0;
    font-size:18px;
    font-weight:100;
    line-height:22px;
    text-align:center;
}
#secondary input.es_txt_email::placeholder{
    font-size:16px;
    font-family:var(--body-font-family);
    color:#999;
}
#secondary input.es_txt_email{
    width: 100%;
    border: 1px solid var(--dark-electric-blue);
    border-radius: 5px;
    height: 36px;
    box-shadow: 2px 2px 10px #ccc;
    max-width: 500px;
    margin:0 auto;
}
#secondary .es-form-container{
    background-color:var(--gainsboro);
    padding:20px 40px 30px;
}
#secondary .emaillist .es_subscription_form_submit{
    font-family: var(--body-font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2.25px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    display: block;
    padding:11px 25px;
    background-color: var(--red-hover);
    background-image: var(--red-gradient);
    color: var(--white);
    border:none;
    text-transform: uppercase;
    width:100%;
    max-width:500px;
    margin:0 auto;
}
#secondary .emaillist .es_subscription_form_submit:hover{
    background-image: unset;
}

#secondary .textwidget h4{
    font-size:22px;
    letter-spacing:2px;
    font-weight:900;
    color:var(--dark-electric-blue);
}
#secondary .textwidget hr{
    border-color:var(--maximum-red);
    border-width:3px;
    margin-top:10px;
    margin-bottom:20px;
}
#secondary .widget_post h3,
#secondary .widget_post h3 a{
    font-family:var(--header-font-family);
    color:var(--maximum-red);
    font-size:16px;
    font-weight:900;
    letter-spacing:0px;
    line-height:18px;
}
#secondary .widget_post h3{
    margin-bottom:5px;
}
#secondary .widget_post p{
    font-size:14px;
    letter-spacing:0px;
}
.blog.single .wrap{
    gap:30px
}
#primary .single-post-title-wrap{
    margin-bottom:0;
}
#primary h1.single-post-title{
    color:var(--maximum-red);
    font-weight:900;
    font-size:42px;
    line-height:50px;

}
#primary .sbpc-banner{
    background-color:var(--maximum-red);
}
#primary .feat-img{
	width:100%;
}
#primary .sbpc-banner h4{
    color:var(--white);
    text-transform: uppercase;
    letter-spacing:0px;
    font-weight:100;
    font-size:20px;
    padding: 5px !important;
	margin-top:0 !important;
    margin-bottom: 5px !important;
    text-align: center;
}
#primary .single-post-meta{
    padding:40px 0 30px;
}
#primary .single-post-author{
    margin-right:20px
}
#primary .single-post-author .icon-user{
    font-size:20px;
}
#primary .single-post-publish-date .icon-calendar{
    color:var(--maximum-red);
    font-size:20px
}
#primary .single-post-meta span,
#primary .single-post-meta span a{
    font-size: 14px;
    font-weight:700;
    letter-spacing:0
}
#primary .essb_links_list li a span{
    color:var(--white);
}
#primary nav.navigation.post-navigation{
    background-color:unset
}
#primary .navigation .nav-links > *{
    min-height:unset;
}
#primary .meta-nav{
    font-weight:900;
    letter-spacing:1px;
    display:flex;
    align-items:center;
}
#primary .meta-nav .prv-left{
    padding-right:10px
}
#primary .meta-nav .nxt-right{
    padding-left:10px;
}
#primary .post-tag-list img {
    width: 20px;
    margin-left: 5px;
    margin-right: 10px;
}
#primary .post-tag-list {
    font-size: 14px;
    color: var(--charcoal);
    margin-bottom: 5px;
    min-height:20px;
    text-align:right;
}
.single #primary div#comments{
    display: block;
}
#primary div#comments .comment-form .form-submit #submit{
    font-family: var(--body-font-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2.25px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    display: block;
    padding:11px 25px;
    background-color: var(--red-hover);
    background-image: var(--red-gradient);
    color: var(--white);
    border:none;
    text-transform: uppercase;
    width:300px;
}
#primary .essb_links.essb_displayed_bottom{
    border-top:3px solid var(--maximum-red);
    padding-top:40px;
    margin-top:40px
}
#primary div#comments{
    margin-top:40px;
    max-width:100%;
}
#primary div#comments .comment-respond h4{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 900;
    color: var(--dark-electric-blue);
    margin-bottom:unset;
}
#primary div#comments .comment-respond hr{
    border-color: var(--maximum-red);
    border-width: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#primary #comments input:not(#submit),
#primary #comments textarea{
    width: 100%;
    border: 1px solid var(--dark-electric-blue);
    border-radius: 5px;
    box-shadow: 2px 2px 10px #ccc;
    margin: 0 auto;
}
#primary #comments input:not(#submit){
    height:40px;
}
#primary #comments label{
    margin-bottom:5px;
    font-size:16px;
}
#primary #comments .comment-form-author,
#primary #comments .comment-form-email,
#primary #comments .comment-form-url{
    margin:0;
    flex-basis:unset;
    flex-grow:1;
    width:30%;
    margin:0 1.6% 40px;
}
#primary #comments .comment-form-author{
    margin-left:0;
}
#primary #comments .comment-form-url{
    margin-right:0
}
#primary .comments-title{
    font-size:30px;
    line-height:36px;
}
#primary .comment-meta{
    margin-bottom:0px;
}
#primary .comment-content{
    margin-top:0px;
}
#primary .comment-author.vcard .fn a,
.comment-meta .comment-author .fn{
    font-size:16px;
    font-weight:900;
    font-family: var(--body-font-family);
}
.blog.single #primary .comment-notes,
.blog.single #primary .comment-notes #email-notes{
    font-size:16px;
    font-family:var(--body-font-family);
}
.blog.single #primary h1,
.blog.single #primary h2,
.blog.single #primary h3,
.blog.single #primary h4,
.blog.single #primary h5, 
.blog.single #primary h6{
    padding-top:10px;
    padding-bottom:5px;
    margin-top:10px;
    margin-bottom:5px;
}
.blog.single #primary p{
    margin-bottom:20px
}

/* case studies */
.cs-page-header-row{
    height:240px;
}
.cs-page-header-row h1 span {
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: var(--maximum-red);
}
.more-case-studies-row.vc_row .container{
    padding:40px 0;
}
.more-case-studies-row.vc_row h4{
    text-align:center;
    padding-bottom:40px;
}
.cs-page-header-row h1, 
.cs-page-header-row h1 span {
    text-shadow: 0px 0px 10px #fff;
}
.cs-page-header-row h1 {
    line-height: 60px;
    font-size:42px;
    margin-bottom: 0px;
}
.cs-page-header-row br{
    display: none;
}
.cs-page-header-row * {
    text-align: center;
}
.case-study-info-row h4{
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 50px;
    text-align: right;
    margin-right: 30px;
}
.case-study-info-row .case-study-banner{
    background-color:var(--maximum-red);
    position:relative;
    right:33%;
    margin-bottom:40px;
}
.cs-idcl span,
.cs-idcl i{
    color:var(--maximum-red);
}
.cs-idcl i{
    margin-right:10px;
    font-size:22px
}
.cs-idcl span{
    font-family:var(--header-font-family);
}
.cs-idcl p{
    margin-bottom:30px !important
}
.cs-idcl img{
    margin: 20px 20px 0 0 !important;
    max-width:90%;
}
.cs-need-row hr.red,
.cs-strategy-row hr.red{
    border-color:var(--maximum-red);
    border-width:2px;
    margin-bottom: 20px
}
.cs-need-row .large-p.bolder,
.cs-strategy-row .large-p.bolder{
    line-height:30px; 
    padding-top: 10px;
}
.cs-need-row .container,
.cs-strategy-row .container{
    padding:20px 0 30px;
}
.cs-single-post .cs-image-top{
    height:150px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    margin-bottom:15px;
}
.cs-single-post .cs-service-list{
    color:var(--maximum-red);
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    margin-bottom:10px;
}
.cs-single-post .cs-title{
    margin-bottom:10px;
}
.cs-single-post .cs-title h2,
.cs-single-post .cs-title h2 a{
    font-size: 22px;
    line-height: 27px;
    font-family: var(--header-font-family);
    font-weight: 900;
}

.cs-single-post .cs-excerpt{
    padding-bottom:15px;
}
.cs-single-post .cs-rm-link a{
    color:var(--maximum-red);
    font-weight:700;
}

/* case studies index */
.case-studies-accordion .container{
    max-width:100%;
    width:100%;
}
.bakery .case-studies-accordion .container .vc_tta-panel-body{
    background-color:#fff !important;
    border-left:none;
    border-right:none;
    padding:40px 0;
    width:90%;
    margin:0 auto;
}

.case-studies-accordion .vc_tta-panel-heading h4 {
    max-width: 1080px !important;
    width: 90%;
    margin: 0 auto !important;
}
.case-studies-accordion .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 14px 20px !important;
}
.case-studies-accordion .vc_tta-panel-heading h4 span {
    color: var(--maximum-red) !important;
    font-weight: 900;
    font-family: var(--header-font-family);
    font-size: 36px;
    line-height: 56px;
}
.case-studies-accordion .vc_tta-controls-icon {
    font-size: 20px !important;
    left: unset !important;
    right: 0 !important;
    background-color: var(--maximum-red);
    color: #fff !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 15px;
}
.case-studies-accordion .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
    width: 50%;
    margin: 0 auto;
}
.case-studies-accordion .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #fff !important;
    height: 50%;
    transform: translate(-50%,50%) !important;
}
.case-studies-accordion .bsbox{
    margin-bottom:25px;
}
.case-studies-accordion .bsbox .wpb_wrapper{
    background-color: var(--dark-electric-blue);
    padding: 20px 30px;
    box-shadow: 10px 10px 0 var(--charcoal);
}

.case-studies-accordion .bsbox .blue-box-img-num-header .percentage-number{
    font-size:42px;
    margin-bottom:0;
    color:var(--white);
    font-weight:900;
    font-family:var(--header-font-family)
}

.case-studies-accordion .bsbox .blue-box-img-num-header{
    display: flex;
    align-items:center;
    gap:25px;
    margin-bottom:15px
}
.case-studies-accordion .bsbox .blue-box-img-num-header p:not(.percentage-number){
    margin-bottom:0;
}
.case-studies-accordion .bsbox .blue-box-img-num-header img{
    max-height: 45px;
    max-width:36px;
}

.case-studies-accordion .bsbox .blue-box-img-num-header h6{
    font-size:18px;
    line-height:20px;
    letter-spacing: 1px;
}

.case-studies-accordion .bsbox .small-p.white{
    font-size:14px;
    line-height:18px;
}
.large-centered-header{
    height:500px;
}
.large-centered-header *{
    text-align:center;
}
.large-centered-header h1,
.large-centered-header h1 span, 
.large-centered-header p{
    text-shadow: 0px 0px 10px #fff;
}
.large-centered-header h1 br{
    display:none;
}
.large-centered-header h1 span {
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: var(--maximum-red);
}
.case-studies-index-intro h2{
    margin-bottom:40px;
}
.case-studies-index-intro .container{
    padding: 40px 0 30px;
    text-align:center;
}
.vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-size: contain;
    background-position:center;
    background-repeat:no-repeat;
    display: inline-block;
    width: 100px; 
    height: 40px;
    content:"";
}
.vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text{
    display:flex;
    align-items:center;
}
#automotive .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/auto-red.png');
}
#education .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/edu-red.png');
}
#legal .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/law-red.png');
}
#medical-dental .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/med-red.png');
}
#night-club .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/night-club-red.png');
}
#restaurants .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/restaurants-red.png');
}
#retail-ecommerce .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/ecomm-red.png');
}
#services .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
    background-image: url('/wp-content/uploads/2021/08/services-red.png');
}
#franchise .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before {
    background-image: url(/wp-content/uploads/2021/10/franchises-red.png);
}
#multi-location .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before {
    background-image: url(/wp-content/uploads/2021/11/multilocation-red.png);
}

.case-studies-accordion .vc_col-sm-6 p.blue.bolder{
    margin-bottom:40px
}
.case-studies-accordion .vc_col-sm-6 a.button{
    margin-top:40px;
}
.grey-friends-partners-row{
    background-color:var(--gainsboro);
}
.grey-friends-partners-row .container{
    display:flex;
    align-items: center;
}
.grey-friends-partners-row h4{
    font-weight:900;
    letter-spacing:normal;
    font-size:30px;
}
.grey-friends-partners-row .image-side p{
    display: flex;
    gap:50px;
    align-items:center;
    justify-content: center;
}
.grey-friends-partners-row .image-side img{
    max-height:50px;
    width:auto;
    max-width:150px
}


/* ABOUT US */

.about-lists-row .about-lists .red-li{
    background-color: var(--maximum-red);
    border-bottom:0;
    padding-left:0px;
}
.about-lists-row .about-lists .red-li img{
    height:40px;
}
.about-lists-row .about-lists .red-li h3{
    color:#fff;
    font-size:18px;
    line-height:20px;
    text-transform:uppercase;
}
.about-lists-row .about-lists li{
    padding-left:40px;
}
.about-lists-row .about-lists .red-li .service-lists-header p{
    width:80px;
}
.the-facts-row .vc_col-sm-3{
    padding:0 15px;
}
.bakery .about-team-row,
.bakery .set-us-apart-row{
    padding:0;
}
.bakery .about-team-row .container,
.bakery .set-us-apart-row .container{
    max-width:100%;
    width:100%;
}
.bakery .set-us-apart-row .vc_col-has-fill .vc_column-inner,
.bakery .about-team-row .vc_col-has-fill .vc_column-inner{
    height:100%;
}

.bakery .set-us-apart-row .vc_col-sm-6:not(.vc_col-has-fill) .vc_column-inner{
    padding:20px 15% 40px 0px;
}
.bakery .about-team-row .vc_col-sm-6:not(.vc_col-has-fill) .vc_column-inner{
    padding:40px 15% 60px 20px;
}
.bakery .set-us-apart-row h2{
    margin-bottom:5px;
    letter-spacing:normal;
}
.bakery .set-us-apart-row h4{
    letter-spacing: normal;
    font-size: 20px;
    padding-bottom:10px;
}
.bakery .set-us-apart-row .sets-apart-list .wpb_wrapper{
    display:flex;
    align-items:center;
    padding-bottom:30px;
}
.set-us-apart-row .sets-apart-list p.white.bolder{
    margin-bottom:0;
    line-height:20px;
}
.set-us-apart-row .sets-apart-list p{
    color:#fff;
    padding-left:30px;
    line-height:20px;
}
.set-us-apart-row .sets-apart-list h2{
    font-size:60px;
}
.shape-future-row h4{
    letter-spacing: normal;
    margin-bottom:20px;
}
.shape-future-row h2{
    margin-bottom:30px
}
.bakery .about-team-row h4{
    letter-spacing:normal;
    line-height:30px;
    margin-bottom:30px;
}
.about-papers-row img{
    height:30px;
    width:auto;
}
@media (max-width:979px){
	.bakery .about-papers-row img{
		height:40px;
		margin-top:15px !important;
		margin-bottom:15px !important;
	}
}
.bakery .grey-friends-partners-row{
    padding:40px 0;
}
.about-lists-row .about-lists .red-li .service-lists-header{
    margin-bottom:0
}

/* CONTACT US */
.bakery .contact-form-row{
    padding:0;
}
.bakery .contact-form-row .container{
    width:100%;
}
.bakery .contact-form-row .nap-side h2{
    margin-bottom:30px;
}
.bakery .contact-form-row .nap-side h4{
    margin-top:40px;
    margin-bottom:20px
}

.bakery .contact-form-row .nap-info p,
.bakery .contact-form-row .nap-info a{
    font-size:18px;
    font-weight:500;
    line-height:28px
}
.bakery .contact-form-row .form-side h4{
    line-height:30px;
    padding-top:40px;
    max-width:400px;
    margin:0 auto;
}
.bakery .contact-form-row .container{
    align-items: center
}
.bakery .contact-locations-row{
    padding-top:0;
    padding-bottom:0;
}
.contact-locations-row .container{
    width:100%;
}
.contact-locations-row h2{
    padding:30px 0
}


/* partner with us */
.welcome-partnerships-row {
    padding:40px 0 !important;
}
.welcome-partnerships-row h4{
    max-width:700px;
    margin:0 auto;
    line-height:30px;
    margin-bottom:20px;
}
.partner-results.expected-results-row .container{
    padding:0;
}
.bakery .partner-results.expected-results-row{
    padding-top:0;
    padding-bottom:40px;
}
.audits-reports-row .container{
    padding:40px 0;
    align-items:center;
}
.audits-reports-row h4{
    margin-bottom:10px;
}
.audits-reports-row .vc_col-sm-6:last-of-type .wpb_content_element:last-of-type{
    margin-top:40px
}
.white-label-row{
    padding:40px 0 !important;
}


/* IN THE PRESS */
.fp-excerpt > a.moretag.red:nth-of-type(2){
	display:none !Important;
}
.bp-excerpt > a.moretag.red:not(.extra){
    display:none;
}
.mobile-bp-excerpt{
	display:none;
}

.loadmorepress .wpb_wrapper .wpb_wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px
}
.loadmorepress .container{
    padding:10px 0;
}
.location-page-header-row.press-page{
    height:unset;
}
.location-page-header-row.press-page .container{
    padding-top:20px;
    padding-bottom:45px
}



/* Careers */
.careers-bottom-follow-row .container{
    gap:20px
}
.red-bg-column div{
    height:100%;
}
.red-bg-column .red-bg-box li{
    
}

.red-bg-column .red-bg-box li a{
    color:#fff;
}
.red-bg-column .red-bg-box h4{
    letter-spacing: normal
}
.red-bg-column .red-bg-box .wpb_wrapper{
    padding:20px;
    background-color:var(--maximum-red);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.red-bg-column .red-bg-box ul.social li{
    margin-right:0;
}
.red-bg-column .red-bg-box ul.social li a{
    font-size:18px;
}
.company-peeps-row .container{
    gap:40px
}
.company-peeps-row .container h4{
    letter-spacing: normal;
    margin-bottom:10px;
	font-size:20px;
}
.other-hiring-row .container{
    padding:60px 0;
}
.other-hiring-row h2{
    line-height:42px
}
.whats-offered-row h4{
    letter-spacing: normal;
	margin-bottom:10px;
}
.whats-offered-row h2{
    padding-top:20px
}
.team-join-row .container{
    padding:40px 0;
}
.team-join-row h4{
    margin-top:20px;
    letter-spacing: normal;
    text-transform: uppercase;
}
.team-join-row h4 a{
    font-size:inherit;
    font-weight:inherit;
    font-family:inherit;
    color:var(--maximum-red);
    text-decoration:underline
}
.team-join-row h4 a:hover{
	color:#000;
}
.good-company-row .container{
    padding-top:20px;
    padding-bottom:20px
}

.locations-accordion .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
	display:none;
}



/* knowledge base */
.jsBrightTALKEmbedWrapper{
	width:100%; 
	height:100%; 
	position:relative;
	background: #ffffff;
	border:1px solid var(--dark-electric-blue); 
	box-shadow: 5px 5px 0 var(--charcoal);
	padding:20px;
}
.kb-promos-row .container{
    padding:20px 0
}
.kb-promos-row .white-img-title .wpb_wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
	gap:20px;
    max-width: 275px;
    margin: 0 auto;
    padding-bottom:20px;
    height:88px
}
.bakery .kb-promos-row p.white.bolder{
    max-width: 275px;
    margin:0 auto;
    text-align: center;
}
.bakery .kb-promos-row .white-img-title p{
    text-align:center;
    margin-bottom:0
}
.kb-promos-row .white-img-title h3{
    line-height:34px;
	width:200px;
    font-weight:900;
}
.kb-promos-row .white-img-title img{
    height:auto;
    width:65px !important;
}
.kb-title-container h2{
    text-align:center;
    padding-top:40px;
    padding-bottom:40px;
}
.knowledge-base .bakery table,
.knowledge-base .bakery table tr,
.knowledge-base .bakery table td{
    border:none
}
.knowledge-base .bakery table td{
    padding:5px;
}
.knowledge-base .bakery .readmore-link{
    margin-top:25px;
}
.knowledge-base .bakery .readmore-link a{
    font-weight:600;
}
.knowledge-base .bakery .readmore-link a img{
    margin-left:10px;
}
.knowledge-base .bakery table td:nth-child(1){
    width:50px !important;
    text-align:center;
}
.knowledge-base .bakery table td img{
    width:25px;
    height:25px;
}
.featured-webinar-row .container,
.guides-whitepapers-row .container,
.infographics-row .container,
.gmb-listings-row .container,
.brighttalk-webinars-row .container{
    max-width:1080px;
    width:94%;
    margin:0 auto;
    padding-bottom:40px
}

.featured-webinar-row .container .fw-img-info-row,
.guides-whitepapers-row .container .guide-whitepaper-content{
    gap:40px;
}
.knowledge-base .bakery p.red{
    margin-bottom:0;
}
.knowledge-base .bakery table{
    margin-bottom: 15px;
    margin-top:5px;
}
.knowledge-base .gw-excerpt{
    padding:5px 0
}
.infographics-row{
    text-align:center;
}
.infographics-row h4,
.gmb-listings-row h4{
    margin-bottom:20px
}
.infographics-row .container .infographics-content p{
    padding-bottom:20px
}
.infographics-row .container .infographics-list{
    gap:100px
}
.gmb-listings-row {
    text-align:center;
}
.the-featured-post .featured_post_container .featured-image-side img.aligncenter{
    width:100%;
    height:auto;
    padding-left:0
}

/* desktop */
@media (min-width:980px){
	.other-hiring-row .hiring-buttons p{
        display: flex;
        width:100%;
        align-items: center;
        justify-content: center;
        gap:40px;
        margin-top:40px
    }
    .other-hiring-row .hiring-buttons p a{
        text-transform:uppercase;
    }
    .bakery .company-peeps-row{
        padding:0 0 60px;
    }
	.bakery .contact-form-row .container .vc_col-sm-6 .vc_column-inner .wpb_wrapper{
        width:90%;
        margin:0 auto;
    }
    .mobile-show{
        display:none
    }
    .about-lists-row .about-lists{
        margin:0 10px;
    }
    .about-lists-row .about-lists .red-li .demo-icon{
        display:none;
    }
    .sbs-above-nav .left{
        margin-right:20px
    }
    .service-lists-header,
    .service-lists-content p{
        padding:0 20px;
    }
    #primary .sbpc-banner{
        width:auto;
    }
    .blog.single .wrap aside#secondary{
        width:460px;
    }
}

/* mobile */

@media (max-width:979px){
	    .kb-promos-row .vc_col-sm-4{
        margin-bottom:60px
    }
    .bakery .kb-promos-row p.white.bolder{
        text-align:left;
        max-width:300px;
    }
    .kb-promos-row .white-img-title .wpb_wrapper{
        padding-bottom:10px;
        height:unset;
        max-width:300px;
    }
    .kb-promos-row .white-img-title .wpb_wrapper p{
        margin-bottom:0;
    }
    .knowledge-base .vc_row.vc_inner.vc_row-fluid{
        display:block;
    }

    .knowledge-base .vc_row.vc_inner.vc_row-fluid .vc_col-sm-5,
    .knowledge-base .vc_row.vc_inner.vc_row-fluid .vc_col-sm-4{
        padding-bottom:25px
    }
    .knowledge-base .mobile-button-container{
        text-align:center;
    }
    .kb-title-container h2{
        padding:5px 0 10px;
    }
	.blog-posts-section .bp_post_container .mobile-bp-excerpt .moretag {
		display: block;
		margin-top: 10px;
		font-weight: 700;
		letter-spacing: 1px;
	}
	.mobile-bp-excerpt{
		display:block;
	}
	.mobile-bp-excerpt strong{
		display:block;
	}
	.bp-excerpt{
		display:none;
	}
	.vc_row .mobile-centered-button-container {
		text-align:center
	}
    .service-shadow-boxes .vc_col-sm-6 .ssbox p.white:not(.large-p){
        /*min-height:unset*/
    }

    .other-hiring-row .hiring-buttons p a{
        display:block;
        max-width:200px; 
        margin:20px auto;
    }
    .company-peeps-row img{
        max-width:300px;
        margin:0px auto;
    }
    .company-peeps-row .vc_col-sm-4 {
        margin:0 0 40px 0;
    }
    .company-peeps-row p{
        max-width:400px;
        margin:0 auto;
    }
    .good-company-row .container{
        padding-bottom:0 !important; 
    }
	.careers-bottom-follow-row .wpb_column{
        margin-bottom:20px
    }
    .red-bg-column .red-bg-box .wpb_wrapper{
        height:165px;
        width:330px;
        margin:0 auto;
		text-align:center;
    }
	.location-page-header-row.press-page h1{
        line-height:5px !important
    }
    .location-page-header-row.press-page .container{
        padding-top:20px;
        padding-bottom:25px
    }
    .loadmorepress .wpb_wrapper .wpb_wrapper{
        display:block;
        text-align:center
    }
    .loadmorepress .wpb_wrapper .wpb_wrapper p{
        padding-top:5px;
        padding-bottom:10px
    }
	.mobile-hide-clear{
		display:none;
	}
	.audits-reports-row .vc_col-sm-6:first-of-type {
        margin-bottom: 40px;
    }
	.bakery .contact-form-row .container .wpb_text_column{
        max-width:90%;
        margin:0 auto;
    }
    .bakery .contact-form-row .container .nap-side .wpb_text_column{
        padding:20px;
    }
    .bakery .contact-form-row .container .nap-side *{
        text-align:center;
    }
    .bakery .contact-form-row .container{
        flex-direction: column-reverse;
        display:flex;
    }
    .bakery .contact-locations-row .container{
        width:100%;
    }
    .bakery .simple-page-header-row{
        padding: 50px 0 !important
    }
    .simple-page-header-row h1{
        font-size: 26px;
        line-height: 30px;
    }
    .vc_col-sm-3 ul.blue-shadow-service-list.about-lists{
        margin-top:0;
        margin-bottom:40px
    }
    .about-us .bakery .award-winning-row{
        padding-top:0 !important;
        padding-bottom:0 !important
    }
    .the-facts-row h2,
    .the-facts-row p{
        text-align: center;
    }
    .the-facts-row .vc_col-sm-3 p{
        margin-bottom:30px !important;
    }
    .about-us .bakery .the-facts-row{
        padding-bottom:0px !important
    }
    .about-us .bakery .about-methodology-row h4,
    .about-us .bakery .about-methodology-row p{
        text-align:center;
        margin-bottom:10px;
    }

    .set-us-apart-row .wpb_text_column:not(.sets-apart-list) h2{
        text-align:center;
        padding:10px 20px;
    }
    .bakery .set-us-apart-row h4{
        padding:0 20px;
        padding-bottom:20px;
        text-align:center;
    }
    .bakery .set-us-apart-row .vc_col-sm-6:not(.vc_col-has-fill) .vc_column-inner{
        padding:20px;
    }
    .set-us-apart-row .sets-apart-list h2{
        font-size:40px;
    }
    .bakery .set-us-apart-row .sets-apart-list .wpb_wrapper{
        align-items: flex-start;
    }
    .set-us-apart-row .sets-apart-list p{
        padding-left:10px
    }
    .shape-future-row *{
        text-align:center;
    }
    .shape-future-row{
        padding-top:20px !important
    }
    .shape-future-row .vc_col-sm-6:last-of-type{
        height:300px
    }
    .bakery .shape-future-row{
        background-image:url(/wp-content/uploads/2021/09/cta-background-mobile.jpg) !important;
    }
    .bakery .about-team-row .container{
        display: flex;
        flex-direction: column-reverse;
    }
    .bakery .about-team-row .vc_col-sm-6:not(.vc_col-has-fill) .vc_column-inner{
        padding:40px !important
    }
    .bakery .about-team-row *{
        text-align:center;
    }
    .bakery .part-vmg-row{
        padding:40px !important
    }
    .bakery .part-vmg-row .container{
        width:100%;
    }
    .bakery .part-vmg-row *{
        text-align:center;
    }
    .bakery .part-vmg-row h2{
        margin-bottom:10px !Important;
    }
    .about-papers-row {
        padding:60px 0 !important;
    }
    .about-papers-row .vc_col-sm-2{
        width:33.3%; 
        float:left;
    }
    .about-papers-row .vc_col-sm-2:nth-child(1),
    .about-papers-row .vc_col-sm-2:nth-child(2),
    .about-papers-row .vc_col-sm-2:nth-child(3){
        margin-bottom:20px;
    }
    .about-lists-row .about-lists li:not(.red-li){
        display:none;
    }
    .about-lists-row .about-lists .red-li{
        padding-left:30px;
    }
    .about-lists-row .about-lists .red-li h3{
        width:100%;
        display:flex; 
        align-items:center;
    }
    .about-lists-row .about-lists .red-li h3 .demo-icon{
        margin-left:auto;
        margin-right:20px;
        color: #fff;
        background-color: var(--dark-electric-blue);
        height:32px;
        width:32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 25px
    }
    .about-lists-row .about-lists .red-li h3 .demo-icon:before{
        position:relative;
        top:.5px;
        left:.5px
    }
    .case-studies-accordion .bsbox .wpb_wrapper{
        padding:20px 15px;
    }
    .case-studies-accordion .bsbox .blue-box-img-num-header{
        gap:0px;
    }
    .case-studies-accordion .bsbox .blue-box-img-num-header .percentage-number{
        font-size: 30px;
		margin:0 10px;
    }
    .case-studies-accordion .bsbox .blue-box-img-num-header h6{
        font-size:16px;
    }
    .case-studies-accordion .bsbox .blue-box-img-num-header img{
        max-width:30px;
    }
    .bakery .case-studies-accordion .container .vc_tta-panel-body{
        padding:20px 0;
        overflow:visible;
    }
    .button-holder a.button{
        display: block;
        max-width:260px;
        margin:30px auto 0px!important;
    }
    .grey-friends-partners-row .container{
        flex-direction:column-reverse;
        flex-wrap: wrap;
    }
    .grey-friends-partners-row .vc_col-sm-6{
        width:100%;
    }
    .grey-friends-partners-row .vc_col-sm-6.image-side{
        margin-bottom:30px
    }
    .grey-friends-partners-row .image-side p{
        display:block;
    }
    .grey-friends-partners-row .image-side img{
        display:block;
        margin:0 auto 20px;
    }
    .case-studies-accordion .vc_tta-panels .vc_tta-panel-body .vc_inner .vc_col-sm-6{
        width:100% ;
    }
    .case-studies-accordion .vc_tta-panels .vc_tta-panel-body .vc_inner{
        display:block
    }
    .case-studies-accordion .container{
        width:100% !important;
    }
    .case-studies-accordion .vc_tta-panel-heading h4 span{
        font-size:22px;
        line-height:26px;
    }
    .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before{
        height:30px;
        width:70px
    }
    .case-studies-accordion .vc_tta.vc_general .vc_tta-panel-title>a{
        padding:14px 35px 14px 0 !important;
    }
    .case-studies-accordion .vc_tta-panel-heading h4{
        width:95%
    }
    .case-studies-accordion .bsbox:last-of-type{
        margin-bottom:60px
    }
    .case-studies-container .cs-single-post{
        max-width:360px;
        margin: 0 auto 40px;
    }
    .home h2.x-large-h{
        font-size:34px;
    }
    .location-reach-row .sbs-buttons{
        display:block;
    }
    .location-reach-row .sbs-buttons{
        margin: 40px auto;
    }
    .location-reach-row .sbs-buttons .button{
        max-width:280px;
        display: block;
        margin:0 auto;
    }
    footer#footer .footer-left a img{
        max-height:45px;
    }
    footer .footer-left .sbs-footer{
        margin-top:15px;
    }
    footer#footer.site-footer{
        padding:30px 0 5px;
        height:auto;
    }
    footer#footer .footer-left .sbs-footer img{
        max-height:25px;
    }
    footer#footer h6{
        text-align:center;
        font-size:26px;
    }
    footer#footer .footer-right ul:not(.social) li{
        display:block;
        margin:unset !important;
    }
    footer#footer .footer-right ul:not(.social) li a:not(.ab-item):not(.btn-bt){
        font-size:16px !important;
        margin-bottom:8px;
        display:block;
        text-align:center;
    }
    footer#footer .footer-right .sbs-footer{
        display: block;
    }
    footer#footer .footer-right .sbs-footer .left{
        margin:0;
        text-align: center;
    }
    footer#footer .footer-right .sbs-footer .right{
        margin:0;
        text-align:center;
        margin-top:30px
    }
    
    .copyright .container{
        display:flex;
        align-items:center;
        width:unset;
    }
    .copyright .copyright-text.centered{
        display:block;
        text-align:center;
    }
    .copyright-text p{
        float:unset;
    }
    .copyright-text #copyright-p, 
    .copyright-text .copyright-links{
        display:block;
        line-height:16px;
    }
    .copyright-text .copyright-links a{
        line-height:16px;
    }
    .locations .nap-map-row .nap-side{
        padding:40px !important;
    }
    ul.blue-shadow-service-list li{
        padding:15px 0 15px 40px;
    }
    .bakery .container{
        width:90%;
    }
    .bakery .service-index-row .wpb_column:not(.text-left):not(.text-right){
        height:250px;
    }
    .bakery .service-index-row .container{
        height:auto;
    }
    .bakery .service-index-row .container{
        flex-direction:column;
    }
    .bakery .vc_row.column-reverse .container{
        flex-direction:column-reverse;
        display:flex;
    }
    .service-shadow-boxes .ssbox .wpb_wrapper{
        margin-bottom:30px !important;
    }
    .service-boxes-header .sbh-number{
        font-size:60px;
        margin-right:10px;
    }
    .service-boxes-header .sbh-text{
        margin-left:10px;;
    }
    .service-boxes-header .sbh-text h4{
        font-size:20px;
        line-height:24px;
        margin-bottom:5px;
    }
    .service-intro h5{
        font-size:30px;
        line-height:36px;
        text-align:center;
    }
    .service-intro p{
        text-align:center;
    }
    .red-cta-row .wpb_text_column .wpb_wrapper{
        display: block;
        text-align: center;
    }
    .red-cta-row h5{
        font-size:30px;
        padding-bottom:30px;
    }
    
    .expected-results-row h2{
        font-size:30px;
        line-height:36px;
        text-align:center;
    }
    .expected-results-row p{
        text-align:center;
    }
    .expected-results-row .cb-text p{
        text-align:left !important;
    }
    .expected-results-row .checkboxes .cb-text{
        margin-left:10px;
    }
    .expected-results-row .cb-img{
        margin-right:10px;
    }
    .expected-results-row .cb-img img{
        width:40px;
    }
    .expected-results-row  .large-p{
        font-size:18px;
        line-height:22px;
    }
    
    .experience-results-row .experience-results-intro-subrow{
        padding:0;
    }
    .experience-results-row h2{
        font-size:30px;
        line-height:36px;
    }
    .bakery .experience-results-row .white-box-row{
        display:block;
    }
    .white-box-row .white-box .big-number{
        font-size:38px;
        line-height:50px;
        margin-bottom:10px;
    }
    .white-box-row .white-box p.white{
        font-size:16px;
    }
    .experience-results-row .experience-results-button-subrow{
        padding:0;
    }
    
    .hp-client-success-row .container{
        display: block;
        padding:20px 0
    }
    .hp-client-success-row h2{
        font-size:30px;
        line-height:36px;
        text-align:center;
    }
    .hp-client-success-row .vc_col-sm-4:first-of-type p{
        padding:0 !important;
        text-align:center;
        margin-bottom:20px !important
    }
    .hp-client-success-row .vc_col-sm-4{
        margin-bottom:40px
    }
    .hp-client-success-row h4{
        margin-bottom:0;
        font-size:20px;
    }
    .hp-client-success-row .icon-quote-left{
        font-size:20px;
    }
    
    .service-learn-more-row .wpb_row.vc_inner{
        padding:0 10px
    }
    .service-learn-more-row h2{
        font-size:30px;
        line-height:36px;
        text-align:center;
    }
    .bakery .service-learn-more-row .service-learn-more-halfs{
        display:block;
    }
    .service-learn-more-row .reason-half .lmr-number{
        font-size:40px;
    }
    .service-learn-more-row .reason-half h4{
        font-size:22px;
    }
    .service-learn-more-row .reason-half{
        margin-bottom:20px
    }
    .service-learn-more-row .video-half p.white{
        padding-top:0
    }
    .location-accordion-container .vc_tta.vc_general .vc_tta-panel-title>a{
        padding:14px 0 !important;
    }
    .location-accordion-container .vc_tta-panel-heading h4 a span{
        font-size:30px !important;
    }
    .location-accordion-container .vc_tta-panel-heading h4,
    .location-accordion-container .container{
        width:100% !important;
    }
    .location-accordion-container .container .vc_tta-panel-title{
        padding:0 30px;
    }
    .looking-for-solutions-row h3{
        font-size:26px;
    }
    .service-lists-header h3{
        font-size:24px;
    }
    .service-lists-header img{
        height:60px
    }
    .nap-map-row img{
        margin:0 auto;
        width:200px;
        float:none;
        padding-bottom:20px;
    }
    .nap-map-row *{
        text-align:center;
    }
    .nap-map-row p{
        margin-bottom:0 !important;
    }
    .nap-map-row h4{
        padding-bottom:0;
        margin-bottom:0 !important;
    }
    .nap-map-row h2{
        font-size:26px;
        line-height:32px;
        margin-bottom:10px
    }
    .nap-map-row .container{
        width:100%;
    }
    .nap-map-row .map-side{
        height:300px;
    }
    .red-box-row .vc_col-sm-4{
        margin-bottom:20px
    }
    .red-box-row .red-box{
        height:auto;
        padding:20px;
    }
    .red-box-row .red-box .text-container{
        height:auto;
        padding-bottom:10px;
    }
    .red-box-row .red-box h2{
        font-size:26px;
        line-height:28px;
    }
    .homepage-header-row{
        height:auto;
        padding:40px 0 !important;
    }
    .homepage-header-row h1{
        font-size: 28px;
        line-height: 30px;
        text-align: center;
    }
    .homepage-header-row h1 br{
        display:none;
    }
    .homepage-header-row h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .location-page-header-row{
        height:auto;
        padding:40px 0 !important;
    }
    .location-page-header-row h1{
        font-size: 28px;
        line-height: 30px;
        text-align: center;
    }
    .location-page-header-row h1 br{
        display:none;
    }
    .location-page-header-row h1 span{
        font-size: 18px;
        line-height: 20px;
        padding-bottom:20px;
        display:block;
    }
    .location-page-header-row h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .location-trust-row h2{
        font-size: 26px;
        line-height: 30px;
    }
    .location-trust-row.vc_row .brands-row{
        display: block
    }
    .location-trust-row .brands-row .vc_col-sm-4{
        margin-bottom:40px;
    }
    .location-trust-row .brands-row br{
        display: none;
    }
    .location-trust-row .brands-row img.trust-brand{
        margin-bottom:10px;
        max-height:60px;
    }
    .intro-row h4{
        font-size:26px; 
        line-height:22px
    }
    .location-trust-row .awards-row {
        flex-wrap:wrap;
    }
    .location-trust-row .awards-row .vc_col-sm-2{
        flex: 1 0 33%;
        margin-bottom:40px
    }
    .vc_row.red-cta-row h5{
        padding-bottom:10px;
        font-size:26px;
    }
    .vc_row.red-cta-row .cta-text{
        margin-right:0;
    }
    
    .vc_row.red-cta-row .cta-button{
        margin-left:0;
    }
    .service-tiles p:not(.x-small-p){
        margin-bottom:0 !Important;
    }
    .service-tiles h4{
        height:auto;
        margin-top:10px
    }
    .service-tiles .vc_col-sm-2{
        margin-bottom:20px;
    }
    .ready-to-compete-row h2 br{
        display:none;
    }
    .ready-to-compete-row h2{
        font-size:26px;
        line-height: 30px;
        padding-bottom:20px
    }
    .ready-to-compete-row .container{
        padding:20px 0
    }
    .location-team .container{
        padding:20px 0;
    }
    .location-team h2{
        text-align:center;
        font-size:26px;
        line-height: 30px;
        margin-bottom:5px;
        margin-top:20px;
    }
    .location-team p{
        text-align:center
    }
    .location-team p a{
        margin-top:10px
    }
    .location-contact-blurb-row h4{
        font-size:18px;
        line-height:22px;
        margin-bottom:20px;   
        text-align:center;
        margin-top:20px;
    }
    .location-contact-blurb-row p{
        text-align:center;
    }
    .location-contact-blurb-row p a{
        margin-top:10px;
    }
    
    h4{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 24px;
    }
    .service-shadow-boxes .ssbox p.white,
    .service-shadow-boxes .ssbox p.white:not(.large-p){
        /*min-height:unset;*/
    }
    
    .service-shadow-boxes{
        padding-bottom:0 !important;
        padding-top:0 !important;
    }
    .service-shadow-boxes .ssbox .wpb_wrapper{
        margin-bottom:10px !important
    }
    .location-contact-blurb-row h2{
        font-size:26px;
        line-height: 30px;
        margin-bottom:10px;
        text-align: center;
    }
    .sbh-text p,
    .lmr-text p{
        font-size:14px;
        line-height:18px;
    }
    .vc_row h2 {
        font-size: 30px;
        line-height: 36px;
    }
/*     header#header{
        flex-direction: column-reverse;
    } */
    header#header .left-right-header{
        height:80px
    }
    header#header .top-widget{
        height:90px;
    }
    header#header .sbs-above-nav h6 img{
        height:25px;
        margin-right:10px;
        position:relative;
        top:5px;
    }
	header#header .top-widget{
		
	}
	header#header .top-widget .sbs-above-nav h6,
	header#header .top-widget .sbs-above-nav h6 span{
        font-size:14px;
		line-height:16px !important;
        line-height:5px;
        letter-spacing:3px;
        text-align:left;
    }
    .sbs-above-nav h6{
        position:relative;
        bottom: 5px;
    }
    .sbs-above-nav h6 span{
        margin-left:35px;
    }
    .top-widget .button.white-button {
        padding: 0px 20px;
/*         font-size: 14px; */
		font-size: 0.6em;
		font-weight: 600;
    }
    .top-widget .container{
        display:block;
    }
    header .sbs-above-nav .right{
        text-align:right;
    }
    header .top-widget .container div{
        width:100%;
    }
    header .sbs-above-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    } 
    body .left-right-header button#primary-mobile-menu img{
        height:35px;
		max-width:68px;
    }
    .bakery.home .sa_owl_theme .owl-nav .owl-next {
        right: -4%;
    }
    .bakery.home .sa_owl_theme .owl-nav .owl-prev {
        left: -4%;
    }
        .the-featured-post .featured_post_container{
        display:block;
    }
    .the-featured-post .featured_post_container .featured-image-side img{
        padding:0
    }
    .the-featured-post .featured_post_container .fp-banner{
        width: 100%;
        position: relative;
        top: 0;
    }
    .the-featured-post .featured_post_container .fp-banner h4{
        text-align: center;
        margin-right: 0;
    }
    .the-featured-post .featured_post_container .featured-image-side{
        margin-bottom:10px;
    }
    .blog-posts-section .bp_post_container .bp-image-top{
        margin-bottom:10px
    }
    .blog-posts-section .bp_post_container .bp-single-post{
        margin-bottom:40px
    }
    .bakery .vc_row.blog-posts-section{
        padding-top:0
    }
    .bakery .blog-section-header .container{
        width:100%;

    }
    .blog-section-header .wpb_text_column.blog-section-header-container .wpb_wrapper{
        display: block
    }
    .blog-section-header .wpb_text_column .wpb_wrapper h4{
        text-align: right; 
        font-size: 18px;
        letter-spacing: 1px;
    }
    .single-post .blog-page-header-row{
        margin-bottom: 20px;
    }
    #primary h1.single-post-title{
        font-size:26px;
        line-height:30px;
        text-align:center;
        margin-bottom:20px;
        padding:0 10px;
    }
    .blog.single .wrap aside#secondary {
        padding: 12px 0;
    }
    footer#footer .footer-left a img{
        width:auto;
    }
}

@media (max-width:767px){
    #secondary .widget_post .vc_col-sm-3{
        display:none;
    }
    #primary p.single-post-meta span{
        display:block;
        margin-top:15px;
    }
    #primary .single-post-meta{
        padding:0px 0px 20px;
    }
    .grow-your-business-row h2.x-large-h{
        line-height:38px;
        font-size:32px;
    }
    .grow-your-business-row .st-grey-bg{
        padding-top:20px;
        padding-bottom:20px;
    }
    .grow-your-business-row .container{
        padding:20px 0 20px;
    }
    .bakery .service-index-row h5{
        font-size: 32px;
        line-height:36px;
        margin-bottom:10px
    }
    .services .intro-row h4{
        font-size:20px;
        line-height:26px;
    }
    .bakery .service-index-row h4{
        font-size:20px;
        line-height:26px
    }
    .bakery .service-index-row .text-left, 
    .bakery .service-index-row .text-right{
        padding:40px;
    }
    #primary #comments .comment-form-author,
    #primary #comments .comment-form-email,
    #primary #comments .comment-form-url{
        width:100%;
        margin:0px 0px 20px;
    }

    #primary #comments .comment-form-url{
        margin-bottom:40px;
    }

}
@media (max-width: 479px){
    .top-header .logo a img{
        height:45px !important;
        max-height:45px;
    }
	.about-papers-row .vc_col-sm-2{
		width:100%;
		margin-bottom:20px;
	}
	.about-papers-row.vc_row{
		padding-top:60px !important;
		padding-bottom:60px !important;
	}
}




/* weird mobiles */
@media (max-width:600px){
    .bakery.locations .vc_row.page-header-row{
        background-image:url(/wp-content/uploads/2021/08/locations-hero-mobile.jpg) !important;
    }
    
    .bakery .vc_row.page-header-row{
        display:block;
        height:475px
    }
    .bakery .page-header-row h1{
        font-size:26px;
        line-height:30px;
        text-align:center;
    }
    .bakery .page-header-row h3{
        font-size:18px;
        text-align:center;
        line-height:22px;
        margin-bottom:10px;
    }
    .bakery .page-header-row p{
        margin:0 auto;
        text-align:center;
    }
    .bakery .page-header-row a{
        max-width:280px
    }
}
@media (max-width:900px){
    .location-accordion-container .container{
        width:100%;
    }
    .location-accordion-container .container .vc_tta-panel-title{
        padding:0 40px;
        border:1px solid #eee;
    }
    .location-accordion-container .vc_tta-panel-body .vc_inner{
        display:block;
    }
    .location-accordion-container .vc_tta-panel-body .vc_inner .vc_col-sm-4{
        width:90%;
        max-width:250px;
        margin:0 auto 40px;
    }
    .location-accordion-container .accordion-nap {
        height:auto;
    }
    .location-accordion-container .vc_tta-panel-body .vc_inner .vc_col-sm-4 {
        width: 90%;
        max-width: 250px;
        margin: 0 auto 20px;
    }
    .location-accordion-container .vc_row.vc_inner{
        padding-top:0;
        padding-bottom:0;
    }
    .location-accordion-container .no-space{
        margin:0 !important;
        display:none;
    }
    .bakery .category-list-container ul:not(.social){    
        display: block;
        text-align: center;
        padding-left:0;
        margin-top:25px;
    }
    .blue-cta-row .cta-text{
        margin:0 auto;
    }
    .vc_row.blue-cta-row .cta-button{
        margin:0 auto;
    }
    .category-list-container ul li{    
        margin-bottom:10px;
    }
    .blue-cta-row.category-selector .wpb_content_element:not(.category-list-container) .wpb_wrapper{
        display: block;
        text-align: center;
    }
    .blue-cta-row.category-selector .cta-text{
        margin-bottom:15px;
    }

    
}
@media (max-width:375px){
    .top-widget .button.white-button{
        padding:0px 10px;
    }
    header .top-widget .sbs-above-nav .right{
        max-width:120px;
    }
}
@media (max-width:1100px) and (min-width:980px){
    header .left-right-header ul#top-menu li{
        padding:38px 5px;
    }
    header #top-menu .header-call-button a{
        padding:11px 10px !important;
    }
    .location-reach-row .sbs-buttons{
        max-width:100%;
    }
    .location-reach-row .sbs-buttons .button{
        padding:8px 20px;
    }
}








/* Service Page Headers */
.bakery .updated-service-page-header-row{
    height:665px;
    background-position:bottom center;
    padding:0;
    background-size: cover;
}
.updated-service-page-header-row div{
    height:100%;
}
.updated-service-page-header-row .vc_col-sm-12 .vc_column-inner{
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.updated-service-page-header-row h1{
    padding-top:75px;
    max-width: 440px;
    font-size: 55px;
    line-height:55px;
    margin-bottom:20px;
}
.updated-service-page-header-row img:not(.mobile-hidden){
    display:none;
}

@media (max-width:979px){
    .bakery .updated-service-page-header-row img.mobile-hidden{
        display:none;
    }
    .bakery .updated-service-page-header-row{
        height:unset;
    }
    .bakery .updated-service-page-header-row p{
        text-align:center;
    }
    .bakery .updated-service-page-header-row h1{
        text-align:center;
        margin:0 auto 10px;
        padding-top:40px;
        font-size:38px;
        line-height:38px;
    }
    
    .bakery .updated-service-page-header-row .vc_col-sm-12 .vc_column-inner{
        background:none !important;
    }
    .bakery .updated-service-page-header-row img{
        display:block;
        max-width:500px;
        width:auto;
        padding-bottom:20px
    }
}    
@media (max-width:600px){
    .bakery .updated-service-page-header-row img{
        max-width: 260px;
    }
}




/* search page */

.search .searchpg .container{
	max-width:980px;
	width:90%;
}
.search .searchpg .searchpg-header{
	background:url(/wp-content/uploads/2021/08/blog-hero-scaled.jpg);
	background-size:cover;
	background-position:center center;
	height: 240px;
	margin-bottom:25px;
}
.search .searchpg .searchpg-header .container{
	justify-content: center;
}
.search .searchpg h1{
	text-transform:uppercase;
	text-align: center;
	font-family: var(--body-font-family);
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.search .searchpg h1 span{
	text-transform:capitalize;
	display:block;
	font-family: var(--header-font-family);
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	letter-spacing: 1.2px;
	line-height: 70px;
	color:inherit;
}

.search .searchpg .searchpg-row h2,
.search .searchpg .searchpg-row h2 a{
	font-size:32px;
	font-family: var(--header-font-family);
	line-height:34px;
}

.search .searchpg .searchpg-readmore{
	margin-top:10px;        
}
.search .searchpg .searchpg-readmore a{
	font-weight: 700;       
}
.search .searchpg .searchpg-row .searchpg-single-post{
	width:100%;
}

.searchpg .pagination{
	margin:20px auto;
	max-width:980px;
	width:90%;

}
.searchpg .pagination .nav-links > *,
.searchpg .pagination .nav-links span{
	font-family:var(--body-font-family);
	font-size:18px;
	margin-top:10px;
}

/* category page */

.category .blog-cat .container{
	max-width:980px;
	width:90%;
}
.category .blog-cat .category-header{
	background:url(https://vds.vmgagencysites.com/wp-content/uploads/2021/08/blog-hero-scaled.jpg);
	background-size:cover;
	background-position:center center;
	height: 240px;
}
.category .blog-cat .category-header .container{
	justify-content: center;
}
.category .blog-cat h1{
	text-transform:uppercase;
	text-align: center;
	font-family: var(--body-font-family);
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: 0px;

}
.category .blog-cat h1 span{
	text-transform:capitalize;
	display:block;
	font-family: var(--header-font-family);
	font-weight: 900;
	font-style: normal;
	font-size: 60px;
	letter-spacing: 1.2px;
	line-height: 70px;
	color:inherit;

}

.category .blog-cat .blog-cat-row .container{
	gap:80px;
}
.category .blog-cat .blog-cat-row .catpage-title{
	margin-top:10px;
}
.category .blog-cat .blog-cat-row h2,
.category .blog-cat .blog-cat-row h2 a{
	font-size:20px;
	font-family: var(--header-font-family);
	line-height:22px;
}
.category .blog-cat .catpage-excerpt .moretag{
	display:none;
}
.category .blog-cat .catpage-image{
	height:250px;
	width:100%;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.category .blog-cat .catpage-readmore{
	margin-top:10px;        
}
.category .blog-cat .catpage-readmore a{
	font-weight: 700;       
}

.blog-cat .pagination{
	margin:20px auto;
	max-width:980px;
	width:90%;
}
.blog-cat .pagination .nav-links > *,
.blog-cat .pagination .nav-links span{
	font-family:var(--body-font-family);
	font-size:18px;
	margin-top:10px;
}

@media (min-width:980px){
	.category .blog-cat .blog-cat-row .catpage-single-post{
		width:50%;
	}
	.category .blog-cat .blog-cat-row .mobile-only{
		display:none;
	}
}
@media (max-width:979px){
	.category .blog-cat .blog-cat-row .catpage-single-post{
		padding:25px 10px;
	}
	.category .blog-cat .blog-cat-row.vc_row{
		padding:0;
	}
	.category .blog-cat .blog-cat-row .catpage-image .mobile-only{
		display:block;
		max-height:225px;
		width:auto;
		margin:0 auto;
	}
	.category .blog-cat .blog-cat-row .catpage-image{
		background-image:unset;
		height:auto;
	}

}


/* every page form */
.grow-your-business-row .gform_wrapper.gravity-theme{
    max-width:450px;
    margin:0 auto;
    background-color: rgba(250, 250, 250,.9);
    padding-top: 20px;
    padding-bottom: 10px;
}
.grow-your-business-row .gform_wrapper.gravity-theme form{
    width:88%;
    margin:0 auto;
}

.grow-your-business-row .gform_wrapper.gravity-theme input[type=submit]{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    display: block;
    width:100%;
    margin:0 auto;
    box-sizing: content-box;
    padding:11px 0;
    background-color: var(--red-hover);
    background-image: var(--red-gradient);
    color: var(--white) !important;
    border:none;
}
.grow-your-business-row .gform_wrapper.gravity-theme input[type=submit]:hover{
    background-image: unset;
    border:none;
}
.grow-your-business-row .gform_wrapper.gravity-theme .gfield_label{
    font-family: var(--body-font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    letter-spacing: 0.75px;
    line-height: 22px;
    margin-bottom:0;
}
.grow-your-business-row .gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 5%;
    grid-row-gap: 10px;
}
.grow-your-business-row .gform_wrapper.gravity-theme input:not(.gform_button),
.grow-your-business-row .gform_wrapper.gravity-theme select,
.grow-your-business-row .gform_wrapper.gravity-theme .chosen-choices{
    border:none !important;
    margin:0;
    border-radius:3px;
    padding:5px !important;
    box-shadow:0px 0px 5px rgba(0,0,0,0.24);
}
.grow-your-business-row .gform_wrapper.gravity-theme select,
.grow-your-business-row .gform_wrapper.gravity-theme .chosen-choices{
    box-shadow:0px 0px 5px rgba(0,0,0,0.74);
}

.grow-your-business-row .gform_wrapper.gravity-theme .gfield_required .gfield_required_text{
    display:none;
}
.grow-your-business-row .gform_wrapper.gravity-theme .gfield_label > .gfield_required:after{
    content:'*';
    font-weight:700;
    font-size:20px;
    line-height:18px;
    padding-left: 0px
}

@media (max-width:979px){
    .grow-your-business-row .gform_wrapper.gravity-theme{
        margin-top:40px
    }
}

.service-tiles h4 a{
    all:inherit;
    cursor:pointer;
}
.service-tiles h4 a:hover{
    color: var(--maximum-red);
}







.bakery .owl-item .sa_hover_container:hover,
.bakery .owl-item .sa_hover_container{
    transition: .5s;
    cursor:pointer;
}
.bakery #homepage_awards_slide01:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0017_stevie-awards-color.png) !important;
}
.bakery #homepage_awards_slide02:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0014_Logo-Inc-5000-color.png) !important;
}
.bakery #homepage_awards_slide03:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0012_Logo-Business-Journal-color.png) !important;
}
.bakery #homepage_awards_slide04:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0011_Entrepreneur_logo-color.png) !important;
}
.bakery #homepage_awards_slide05:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0009_2020-stevie-award-color.png) !important;
}
.bakery #homepage_awards_slide06:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0010_360-logo-img-color.png) !important;
}
.bakery #homepage_awards_slide07:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0013_inc5000-logo-color.png) !important;
}
.bakery #homepage_awards_slide08:hover{
    background-image:url(/wp-content/uploads/2021/08/awards-logos_0001_globee-awards-color.png) !important;
}


.bakery .white .sa_owl_theme .owl-item .sa_hover_container:hover .always_visible .sa_slide_link_icon, 
.bakery .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_slide_link_icon,
.bakery .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons{

    background:none !important;
    

}
.bakery .white .sa_owl_theme .owl-item .sa_hover_container .sa_hover_buttons,
.bakery .white .sa_owl_theme .owl-item .sa_hover_container .sa_hover_buttons a{
    height:100% !important;
    width:100% !important;    
    margin:0;
	outline:none;
}
.bakery .white .sa_owl_theme .owl-item .sa_hover_container .sa_hover_buttons{
    height: 100% !important;
    width: 100% !important;
    top: unset !important;
    left: unset !important;
    margin: 0 !important;
}
.bakery .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_slide_link_icon:hover, 
.bakery .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_popup_zoom_icon:hover, 
.bakery .white .sa_owl_theme .owl-item .sa_hover_container:hover .sa_hover_buttons .sa_popup_video_icon:hover{
    background-color:transparent !important;
}


@media (min-width:979px){
    .sub-menu .sub-menu{
        display:none;
    }
    .sub-menu .menu-item-has-children:hover .sub-menu{
        display: block;
        position: absolute;
        left: 220px;
        top: 0px;
		margin-left:0;
    }
}
@media (max-width:979px){
/*     html nav#mobile-site-navigation ul.sub-menu{
        display: block;   
    } */
    nav#mobile-site-navigation ul#top-menu.mobile-menu li{
		padding: 20px 0px 20px 0px;
    	display: block;
/*     	border-bottom: 2px solid #000000; */
    }
	av#mobile-site-navigation ul#top-menu.mobile-menu li a {
    	margin: 0px 15px;
	}
    nav#mobile-site-navigation ul#top-menu.mobile-menu li a{
        padding:10px 0;
		margin: 0px 15px;
    }
    nav#mobile-site-navigation ul#top-menu ul.sub-menu ul.sub-menu li:last-child{
        padding-bottom:0px;
/* 		border-bottom: none; */
    }
	ul#top-menu.mobile-menu ul.sub-menu li {
    	padding: 5px !important;
	}
	ul#top-menu.mobile-menu ul.sub-menu li a {
    	font-size: 14px;
    	padding: 0px;
    	color: #da2027;
	}
	ul#top-menu.mobile-menu ul.sub-menu button.sub-menu-toggle {
    	top: 1px;
	}
}
@media (max-width: 480px) {
	ul#top-menu.mobile-menu ul.sub-menu li a {
    	font-size: 12px;
	}
}
.home:not(.single-locations) #custom_search_form div:before{
	top:12px;
}
div:not(.single-locations) #custom_search_form div:before { 
    content: "🔍"; 
    position: absolute;
/*     left: 0; */
    top: 9px;
    height: 24px;
    width: 24px;
    margin-left: 15px;
    width: 0;
    overflow: visible;
    display: inline-block;
/*     line-height: 24px; */
    z-index: 1;
}

div:not(.single-locations) #custom_search_form div { 
    position: relative;
/*     line-height: 24px; */
}

div:not(.single-locations) #custom_search_form div > input { 

    padding-left: 40px;
	text-align: left;
}

.sa_slide_link_icon{
	visibility:hidden !important;
}

.footer-left .widget .textwidget{
    text-align:center;
}
.single .infusion-form .infusion-submit .button-resource{
    height:auto !important;
    font-size:20px;
    line-height:26px;
    padding:10px;
    margin-top:20px;
}
.single .infusion-form .infusion-field-container .infusion-field-label-container{
    width:33%;   
}
.single .infusion-form .infusion-field-container .infusion-field-label-container label{
    letter-spacing: 0px;
}
.single .infusion-form table{
    min-width:unset;
}
.single .infusion-form table .bodyContainer{
    width:unset;
}
div:not(.single-locations) #secondary #custom_search_form div:before{
    top:18px
}
@media (max-width:600px){
    #primary .navigation.post-navigation .nav-links{
        display:flex;
        justify-content:space-between !important;
    }
    #primary .navigation.post-navigation .nav-links p.meta-nav{
        margin-bottom:0
    }
    #primary .navigation.post-navigation .nav-links .nav-previous,
    #primary .navigation.post-navigation .nav-links .nav-next{
        margin-top:0;
        margin-bottom:0;
    }
}
header#header .top-widget .sbs-above-nav h6 span{
	font-weight:900;
}
header#header .top-widget .sbs-above-nav h6 span span{
	font-weight: 700;
}
@media (max-width:979px){
    header#header .top-widget .sbs-above-nav h6 {
        display: flex;
        align-items:center;
        position:unset;
        font-size:16px;
        
    }
    header#header .top-widget .sbs-above-nav h6,
    header#header .top-widget .sbs-above-nav h6 img{
        position:unset
    }

    header#header .top-widget .sbs-above-nav h6 span{
        margin-left:0px;
        line-height:18px;
    }
    header#header .top-widget .sbs-above-nav .right{
        max-width:146px;
    }
}

.video-modal-popup-row .container .wpb_column{
	min-height:unset !important;
}


@media (max-width:360px){
	header#header .top-widget .sbs-above-nav h6 span{
		letter-spacing:1px;
	}
}
@media (max-width:480px){
    .vds-homepage-header-row input#s::placeholder{
        font-size:14px;
    }
    .vds-homepage-header-row input#s{
        padding:10px 6px 6px 26px !important;;
    }
    .vds-homepage-header-row div:not(.single-locations) #custom_search_form div:before{
        width:24px !important;
        font-size:10px;

        left:-5px
    }
}


@media (max-width:767px){
	.wpb_wrapper #videoModal .modal-content {
    	width: 90%;
	    padding-bottom: 45%;
	}
	#primary .sbpc-banner h4{
		font-size:16px;
		line-height:20px;
	}
}
.formWrapper {
    max-width: 450px;
    margin: 0 auto;
    background-color: rgba(250,250,250,.9);
    padding: 10px 5px;
    padding-bottom: 10px;
}
@media (max-width:456px){
    .grow-your-business-row iframe{
        height: 710px;
    }
}
/*Profile Author CSS*/
.widget_author_container .pic-and-meta {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.widget_author_container .pic-and-meta img {
    width: 25%;
}
.widget_author_container p.author-profile-text {
    color: var(--maximum-red);
    font-size: 13px;
    font-weight: 600;
}
.widget_author_container .author-meta h5 {
    color: var(--dark-electric-blue);
    font-weight: 600;
    font-size: 20px;
}
.widget_author_container .author-socials i {
    color: var(--maximum-red);
    font-size: 20px;
}
.widget_author_container .author-meta {
    padding: 5px;
}

/* Increase font size to 30px and 36 line height */

/* @media (min-width: 1921px) {
	body p,
	body a,
	body span,
	body ul:not(.chosen-results, .about-lists) > li {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	body div p.x-small-p {
		font-size: 18px;
		line-height: 22px;
	}
	body div p.large-p {
		font-size: 32px;
		line-height: 38px;
	}
	body div p.x-large-p{
		font-size: 34px;
		line-height: 38px;
	}
 	body .cs-single-post .cs-excerpt,
	body div.service-index-row p,
	body div.red-box-row p {
		font-size: 28px;
		line-height: 40px;
	}
	body .set-us-apart-row .sets-apart-list p,
	body div.service-shadow-boxes p,
	body div.reason-half p {
		font-size: 18px;
		line-height: 22px;
	}
	body .set-us-apart-row .sets-apart-list p.white.bolder {
		line-height: 40px;
	}
	.bakery .set-us-apart-row .sets-apart-list .wpb_wrapper {
		padding-bottom: 0;
	} 
} */

body{
    width:100%;
    overflow-x:hidden;
}


@media (min-width: 980px) {
	.vc_col-sm-4.span4.footer-left {
    	width: 33.33333333%;
	}
	.vc_col-sm-8.span8.footer-right {
		width: 66.66666667%;
	}
}
@media screen and (max-width: 980px){
	access-widget-ui.notranslate {
    	--offset-top: 80px !important;
	}
}

