    /* Theme Name: VDS
 * Description: VDS Child Theme for twentytwentyone
 * Template: twentytwentyone
 * Author(s): VDS Developers
 * Version: 1.0
 *
*/
.bakery .wpb_text_column p:not(:last-child) {
    margin-bottom: 14px;
}
.menu-scroll-down {
    display: none !important;
}
@media (min-width: 980px) {
    .has-header-image.twentyseventeen-front-page .site-branding,
    .has-header-video.twentyseventeen-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        position: relative !important;
        display: inline !important;
    }
}
/* Accessibility */
.sub-menu .menu-item-has-children:focus-within .sub-menu {left: 100%;}
#site-navigation-right #top-menu > li:focus-within > ul,
#site-navigation #top-menu > li:focus-within > ul {
    left: 0;
}
/* End Accessibility */
/* General Styles */
body {background-color: transparent !important;}
html.js_active {margin-top: 0 !important;}
.vc_grid-item {z-index: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.bakery ul:not(.social) {padding-left: 32px;}
.bakery ul.social {padding-left: 0px;}
.black {color: #000;}
.white {color: #FFF;}
.bakery .vc_row {display: flex;}
nav#site-navigation-right ul li a,
nav#site-navigation ul li a {
    width: auto;
}
.bakery .vc_row[data-vc-stretch-content="true"] .container {
    max-width: none;
    width: 100%;
}
@media (min-width: 980px) {
    .mb0-desktop {
        margin-bottom: 0 !important;
    }
}
/* END General Styles */
/* Admin Bar */
    @media (min-width: 980px) { .admin-bar { margin-top: 32px; } } /* Fix admin bar overlap */
    @media (max-width: 979px) { .admin-bar { margin-top: 0px; } #wpadminbar { display: none; } } /* Hide the Admin Bar */
    div#wpadminbar { margin-top: 0; }
/* END Admin Bar */
/* Show/Hide Matrix */
    /* LARGE DESKTOP */
        @media (min-width: 1441px) { .display-large-desktop { display: none !important; } } /* 1441 & Above */
        @media (max-width: 1440px) { .hide-large-desktop { display: none !important; } } /* 1440 & Below */
    /* END LARGE DESKTOP */
    /* DESKTOP */
        @media (min-width: 1025px) { .display-desktop { display: none !important; } } /* 1025 & Above */
        @media (max-width: 1024px) { .hide-desktop { display: none !important; } } /* 1024 & Below */
    /* END DESKTOP */
    /* SMALL DESKTOP */
        @media (min-width: 980px) { .display-small-desktop { display: none !important; } } /* 980 & Above */
        @media (max-width: 979px) { .hide-small-desktop { display: none !important; } } /* 979 & Below */
    /* END SMALL DESKTOP */
    /* TABLET */
        @media (min-width: 769px) { .display-tablet { display: none !important; } } /* 769 & Above */
        @media (max-width: 768px) { .hide-tablet { display: none !important; } } /* 768 & Below */
    /* END TABLET */
    /* MOBILE */
        @media (min-width: 481px) { .display-mobile { display: none !important; } } /* 481 & Above */
        @media (max-width: 480px) { .hide-mobile { display: none !important; } } /* 480 & Below */
    /* END MOBILE */
/* END Show/Hide Matrix */
/* Top Nav */
.top-widget {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.top-widget .container {
    justify-content: center;
    align-items: center;
    display: flex;
}
.top-widget .widget ul li,
.top-widget .widget ol li {
    padding: 0;
}
ul#sidebar {
    margin-bottom: 0;
}
header .top-widget p {
    margin: 0;
}
.top-widget a,
.top-widget .span6.right a {
    box-shadow: none !important;
    text-shadow: none;
}
.top-widget a {
    transition: 0.3s ease-in-out;
}
.top-widget a:hover,
.top-widget a i:hover {
    transition: 0.3s ease-in-out;
    box-shadow: none;
}
.top-widget .widget {
    padding-bottom: 0;
}
p.twa-phone {
    text-align: right;
}
.top-widget ul.social {
    text-align: left;
    padding-left: 0;
    margin: 0;
}
ul.social {
    list-style: none;
}
ul.social li {
    margin-right: 10px;
    display: inline;
    font-size: 20px;
}
ul.social li:last-child {
    margin-right: 0;
}
@media (max-width: 979px) {
    .top-widget .span6.left,
    .top-widget .span6.right {
        width: 50%;
        padding: 0;
    }
}
/* End Top Nav */
/* Header */
body .site-branding a:hover,
body .site-branding a:focus {
    opacity: 1;
}
body .main-navigation ul li.menu-item-has-children.focus:before,
body .main-navigation ul li.menu-item-has-children:hover:before,
body .main-navigation ul li.menu-item-has-children.focus:after,
body .main-navigation ul li.menu-item-has-children:hover:after,
body .main-navigation ul li.page_item_has_children.focus:before,
body .main-navigation ul li.page_item_has_children:hover:before,
body .main-navigation ul li.page_item_has_children.focus:after,
body .main-navigation ul li.page_item_has_children:hover:after {
    display: none;
}
body .navigation-top ul ul {
    border: none;
}
.navigation-top.site-navigation-fixed {
    display: none;
}
.custom-logo-link img {
    max-height: 100px;
}
#top-menu:not(.mobile-menu) li:last-child {
    margin-right: 10px;
}
ul#top-menu ul.sub-menu li:last-child {
    margin-right: 0;
}
ul#top-menu.mobile-menu ul.sub-menu {
    padding: 0 0 0 16px;
    list-style: none;
}
/*#top-menu ul.sub-menu li {
    padding: 12px 16px;
}*/
/*.toggled-on ul#top-menu button.dropdown-toggle {
    top: 30px; /* mobile toggle */
/*}*/
/*.toggled-on ul#top-menu li a {*/
    /*width: fit-content;  fixes fullwidth link */
/*}*/
/* 2021 Nav */
@media only screen and (min-width: 482px) {
    nav#site-navigation-right.primary-navigation > div > .menu-wrapper > li > .sub-menu li,
    nav#site-navigation.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
        background: transparent;
    }
}
nav.primary-navigation ul.menu-wrapper .current-menu-item > a:first-child,
nav.primary-navigation ul.menu-wrapper .current_page_item > a:first-child {
    text-decoration: none;
}
nav#site-navigation-right.hide-small-desktop button.sub-menu-toggle,
nav#site-navigation.hide-small-desktop button.sub-menu-toggle {
    display: none !important;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children a,
nav#site-navigation.hide-small-desktop li.menu-item-has-children a {
    padding-right: 16px;
    position: relative;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children a::after,
nav#site-navigation.hide-small-desktop li.menu-item-has-children a::after {
    font-family: 'fontello';
    position: absolute;
    font-weight: 700;
    content: '\f107';
    font-size: 16px;
    right: 0;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children li a,
nav#site-navigation.hide-small-desktop li.menu-item-has-children li a {
    padding-right: 0;
}
nav#site-navigation-right.hide-small-desktop li.menu-item-has-children li a::after,
nav#site-navigation.hide-small-desktop li.menu-item-has-children li a::after {
    content: none;
}
.mobile-menu .sub-menu-toggle span {
    display: none;
}
nav#mobile-site-navigation ul#top-menu {
    padding: 16px 32px 24px 32px;
    list-style: none;
    display: none;
}
nav#mobile-site-navigation.toggled-on ul#top-menu {
    display: block;
}
nav#mobile-site-navigation li button[aria-expanded="false"] span.icon-minus,
button#primary-mobile-menu[aria-expanded="false"] span.close {
    display: none;
}
nav#mobile-site-navigation li button[aria-expanded="true"] span.icon-plus,
button#primary-mobile-menu[aria-expanded="true"] span.open {
    display: none;
}
button#primary-mobile-menu {
    background: transparent;
    padding: 0;
    border: 0;
}
nav#mobile-site-navigation {
    width: 100%;
}
nav#mobile-site-navigation ul.sub-menu {
    display: none;
}
button.sub-menu-toggle {
    background: transparent !important;
}
.mobile-menu .sub-menu.sub-toggled-on {
    display: block !important;
}
nav#site-navigation-right.hide-small-desktop ul.sub-menu::before,
nav#site-navigation-right.hide-small-desktop ul.sub-menu::after,
nav#site-navigation.hide-small-desktop ul.sub-menu::before,
nav#site-navigation.hide-small-desktop ul.sub-menu::after {
    display: none !important;
}
ul#top-menu.mobile-menu li {
    position: relative;
    padding: 16px 0;
}
ul#top-menu.mobile-menu li:not(.current-menu-item) a {
    text-decoration: none;
}
.mobile-menu li.menu-item-has-children button.sub-menu-toggle {
    transition: all 0.3s ease-in-out;
    position: absolute;
    line-height: 0;
    border: none;
    height: 36px;
    width: 36px;
    padding: 0;
    top: 11px;
    right: 0;
}
.mobile-menu li.menu-item-has-children button.sub-menu-toggle:hover,
.mobile-menu li.menu-item-has-children button.sub-menu-toggle.toggled {
    transition: all 0.3s ease-in-out;
    background: #4d4d4d !important;
    color: #FFF !important;
}
.mobile-menu .sub-menu-toggle::after {
    transition: all 0.3s ease-in-out;
    font-family: 'fontello';
    font-weight: 700;
    font-size: 28px;
}
.mobile-menu button.sub-menu-toggle:not(.toggled)::after {
    content: '\f107'; /* icon-anfle-down */
}
.mobile-menu button.sub-menu-toggle.toggled::after {
    content: '\f106'; /* icon-anfle-up */
}
ul#top-menu.mobile-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (min-width: 980px) {
    body.primary-navigation-open .primary-navigation > .primary-menu-container {
        position: relative;
    }
}
/* END Header */
/* WP Bakery (Visual Composer) */
.bakery {
    clear: both;
}
body.page #content.below-header {
    padding: 0;
}
body.page .site-footer {
    margin: 0;
}
.bakery div.vc_row {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    display: flex;
}
.bakery div.vc_row:before,
.bakery div.vc_row:after,
.bakery div.vc_row .vc_column-inner:before,
.bakery div.vc_row .vc_column-inner .wpb_wrapper:before {
    content: none;
}
@media (min-width: 980px) {
    .bakery .container {
        display: flex;
    }
}
.bakery div.vc_column-inner {
    padding-right: 0;
    padding-left: 0;
}
.bakery div.vc_column-inner .wpb_wrapper p:last-child {
    margin-bottom: 0;
}

@media (max-width: 979px) {
	.bakery .vc_column-inner  div.vc_row {
		display: block;
	}
}
/* End WP Bakery (Visual Composer) */
/*  FROM SITE-CUSTOM.CSS FILE  */   /*  FROM SITE-CUSTOM.CSS FILE  *//*  FROM SITE-CUSTOM.CSS FILE  */  /*  FROM SITE-CUSTOM.CSS FILE  */
/* Buttons */
a.btn-bt.default,
a.btn-bt.alternate {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 14px 28px;
    font-weight: 500;
}
/* END Buttons */
/* Blog */
.blog #primary {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.post-thumbnail img {
    width: 100%;
}
.blog #content .blog,
.single #content .blog.single {
    padding: 32px 0;
}
.blog #content .wrap,
.single #content .wrap {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.blog #primary article {
    margin-bottom: 1.5em;
    padding-bottom: 0;
}
#primary .post-image-wrap {
    margin-bottom: 16px;
}
#primary .post-image-and-text {
    margin-bottom: 14px;
}
#primary .post-text-wrap h2 {
    margin-bottom: 7px;
}
.blog #primary article a.archive-post-image-link {
    transition: all 0.3s ease-in-out;
}
.blog #primary article a.archive-post-image-link:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.70;
}
h2.archive-post-title {
    font-size: inherit;
    line-height: 1.4;
}
.single #content,
.blog #content {
    padding: 0;
}
h1.single-blog-h1 {
    margin-bottom: 0;
}
p.single-blog-date {
    margin-bottom: 5px;
}
div.single-blog-image {
    margin-bottom: 18px;
}
@media (min-width: 980px) {
    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        float: left;
    }
}
/* Blog Sidebar */
aside#secondary {
    background: #efefef;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 12px;
}
aside#secondary .widget {
    margin-bottom: 0.8em;
}
aside form.search-form label,
aside#secondary h2.widget-title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 16px;
}
aside .widget nav {
    margin-top: 0.5em;
}
aside .widget nav ul {
    list-style: none;
    padding: 0;
}
aside#secondary .search-form .search-field {
    padding: 4px 0px 4px 8px;
    border: 2px solid #000;
    font-weight: 500;
    font-size: 16px;
    width: 80%;
    margin: 0;
}
aside#secondary button.search-submit {
    text-transform: uppercase;
    border: none;
    padding: 0;
    width: 20%;
    margin: 0;
}
button.search-submit i.icon-search::before {
    transform: rotate(272deg);
    font-weight: 600;
    font-size: 20px;
}
.single h1.single-post-title {
    line-height: 1.3;
    font-weight: 700;
    font-size: 36px;
}
.single-post-feat-img-wrap,
.single-post-title-wrap {
    margin-bottom: 0.7em;
}
.single-post-content-wrap {
    margin-bottom: 1.5em;
}
.single nav.navigation.post-navigation {
    background: #efefef;
    max-width: none;
    padding: 12px;
    width: 100%;
    margin: 0;
}
@media (max-width: 979px) {
    aside#secondary .search-form {
        max-width: none;
        margin: 0;
    }
    .single nav.navigation.post-navigation {
        margin-bottom: 1.5em;
    }
    .nav-links {
        text-align: center;
    }
}
/* End Blog */
/* Single Blog */
.span8.content {
    float: left;
    width: 75% ;
}
.span4.sidebar {
    padding-left: 15px;
    float: right;
    width: 24%;
}
.blog img.attachment-post-thumbnail,
.single img.attachment-post-thumbnail {
    height: auto;
    width: 100%;
}
.single div#comments,
.single footer.entry-footer {
    display: none;
}
/* End Single Blog */
/* Contact Forms */
/*.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="color"],
.wpcf7 input[type="email"],
.wpcf7 input[type="range"],
.wpcf7 input[type="month"],
.wpcf7 input[type="date"],
.wpcf7 input[type="text"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #4A4A4A;
    background: #FFFFFF;
    border-radius: 4px;
    letter-spacing: 0;
    line-height: 24px;
    font-size: 16px;
    color: #4A4A4A;
    height: 40px;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit.btn-bt.default {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #338c89;
    padding: 22px 100px;
    border-radius: 50px;
    font-weight: 400;
    color: #fff;
}
.wpcf7 select {
    margin-bottom: 30px;
    width: 100%;
}
.wpcf7 textarea {
    height: 150px;
}*/
/* END Contact Forms */
/* Header Styles */     /* Header Styles */     /* Header Styles */     /* Header Styles */
/* Logo Left + Nav Right */
header.site-header {
    background-color: transparent;
    max-width: none;
    row-gap: unset;
    padding: 0;
    z-index: 1;
}
.left-right-header {
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
    }
.left-right-header .container {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.left-right-header ul#top-menu li {
    padding: 38px 10px; /* Work with the top/bottom padding to make it fill out to the top/bottom edge of the .top-header */
}
.left-right-header ul#top-menu li ul.sub-menu li {
    padding: 0;
}
ul#top-menu li a {
    padding: 0;
}
body .left-right-header .site-branding {
    padding: 0;
    top: 0px; /* this will need adjusting based on header height + logo size! */
}
body .left-right-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 86%;
}
.left-right-header .nav-and-button {
    justify-content: right;
    align-items: center;
    display: flex;
    float: right;
	width: 100%;
}
@media (min-width: 980px) {
    .top-header.left-right-header nav {
        padding-right: 15px;
        float: left;
		display: flex;
    	justify-content: center;
    	width: 100%;
    }
	
	.top-widget .span6.right {
		display: none;
	}
	
	.top-widget .span6.left {
		width: 100%;
	}
	
	.phone-and-socials {
    	display: flex;
    	justify-content: flex-end;
		align-items: center;
	}
	
	p.twa-phone {
    	display: inline-flex;
    	justify-content: center;
	}
	
}
.left-right-header .header-button .btn-default {
    text-decoration: none;
    position: relative;
    top: 0px;
}
body .left-right-header .logo {
    float: left;
    width: auto;
}
body .left-right-header .logo .site-branding {
    display: flex !important;
    margin-bottom: 0;
    margin-top: 0;
}
.left-right-header button#primary-mobile-menu:hover,
.left-right-header button#primary-mobile-menu:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.left-right-header button#primary-mobile-menu:focus {
    outline: none;
}

div.header-button a.btn-bt.default.btn-default {
	width: 200px;
}

@media (max-width: 979px) {
    .left-right-header .header-button {
        margin-right: 10px;
    }
    body .left-right-header button#primary-mobile-menu {
        margin-top: 0px;
    }
    .left-right-header .header-button .btn-default {
        top: 0px;
    }
    .left-right-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
    .js .left-right-header .main-navigation.toggled-on > div > ul {
        display: block !important;
        padding: 10px 30px;
    }
    .left-right-header .main-navigation.toggled-on ul.top-menu {
        display: block !important;
    }
    .main-navigation ul ul.toggled-on {
        background: transparent;
    }
    a.btn-bt.default,
    a.btn-bt.alternate {
        padding: 10px 16px;
    }
	.left-right-header .container {
    	display: block;
	}
	.header-button, .top-widget {
    	display: none;
	}
	
	body .left-right-header .logo .site-branding {
    	justify-content: center;
	}
	
	body .left-right-header .logo {
    	float: none;
    	width: 100%;
	}
	
	.left-right-header .nav-and-button {
    	justify-content: space-between;
    	align-items: center;
    	display: flex;
    	float: none;
    	width: 100%;
	}
	
	body .left-right-header .navigation-top {
    	float: none;
    	width: 100%;
	}
	
	.top-header {
    	height: 150px !important;
	}
}
/* 2021 Mods */
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu {
    padding-top: 0;
    border: none;
}
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li a {
    padding: 10px 16px !important;
}
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li:first-child a {
    padding-top: 16px !important;
}
.top-header.left-right-header nav.hide-small-desktop ul.sub-menu li:last-child a {
    padding-bottom: 16px !important;
}
/* End Logo Left + Nav Right */
/* Logo Top + Nav Bottom */
.top-bottom-header .site-branding {
    padding: 0;
}
.top-bottom-header .logo {
    justify-content: center;
    padding: 24px 0px;
    display: flex;
    width: 100%;
}
.top-bottom-header .navigation-top {
    background: transparent;
    position: relative;
    max-width: 980px;
    border-bottom: 0;
    margin: 0 auto;
    border-top: 0;
    width: 100%;
}
.top-bottom-header .nav-and-button {
    border-top: 2px solid #f15d67;
    justify-content: center;
    align-items: center;
    display: flex;
}
.top-bottom-header .header-button {float: left;}
.top-bottom-header .navigation-top nav {float: left;}
.top-bottom-header .header-button .btn-default {
    text-decoration: none;
    /*position: relative;*/
    /*top: 12px;*/
}
/*.js .top-bottom-header .main-navigation.toggled-on > div > ul {*/
    /*display: block !important;*/
    /*background: rgba(0, 0, 0, 0.94);*/
    /*padding: 10px 30px;*/
/*}*/
@media (max-width: 979px) {
    body .top-bottom-header button#primary-mobile-menu {margin: 0px 0px 0px 0px;}
    .top-bottom-header .header-button .btn-default {top: 0px;}
    .top-bottom-header button#primary-mobile-menu .icon {margin-right: 0;}
    .top-bottom-header .header-button {margin-right: 25px;}
    .top-bottom-header .nav-and-button {padding: 15px 0px;}
    .top-bottom-header .navigation-top {max-width: 300px;}
    .top-bottom-header nav#site-navigation {
        position: absolute;
        width: 100%;
        left: 0;
    }
}
/* 2021 Mods */
.top-header.top-bottom-header {
    width: 100%;
}
.top-bottom-header .container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.top-bottom-header nav#site-navigation {
    position: unset;
    margin: 0;
}
.top-bottom-header nav.hide-small-desktop #top-menu li {
    padding: 39px 10px;
}
.top-bottom-mobile-nav ul#top-menu {
    position: relative;
}
.top-header.top-bottom-header nav.hide-small-desktop ul.sub-menu {
    padding-top: 0;
    border: none;
}
.top-header.top-bottom-header nav.hide-small-desktop #top-menu li ul.sub-menu li {
    padding: 0;
}
.top-header.top-bottom-header nav.hide-small-desktop ul.sub-menu li a {
    padding: 10px 16px !important;
}
.top-header.top-bottom-header nav.hide-small-desktop ul.sub-menu li:first-child a {
    padding-top: 16px !important;
}
.top-header.top-bottom-header nav.hide-small-desktop ul.sub-menu li:last-child a {
    padding-bottom: 16px !important;
}
@media only screen and (min-width: 482px) {
    header .top-bottom-header.primary-navigation {
        margin-left: 0;
    }
    .top-bottom-header nav#site-navigation .primary-menu-container {
        margin-right: 0;
        margin-left: 0;
    }
}
/* End Logo Top + Nav Bottom */
/* Logo Left + Hamburger Right */
body .hamburger-header .site-branding {
    padding: 0;
    top: 0; /* this will need adjusting based on header height + logo size! */
}
body .hamburger-header .navigation-top {
    background: transparent;
    position: relative;
    border-bottom: 0;
    border-top: 0;
    float: right;
    width: 86%;
}
.hamburger-header .nav-and-button {
    float: right;
}
.top-header.hamburger-header nav {
    float: left;
}
.hamburger-header .header-button {
    margin-right: 25px;
    float: left;
}
.hamburger-header .header-button .btn-default {
    text-decoration: none;
}
body .hamburger-header .logo {
    float: left;
    width: 14%;
}
@media (min-width: 1px) {
    /*.hamburger-header button#primary-mobile-menu .icon {
         margin-right: 0;
         top: 0;
    }*/
    .hamburger-header button#primary-mobile-menu:hover,
    .hamburger-header button#primary-mobile-menu:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .hamburger-header button#primary-mobile-menu:focus {
        outline: none;
    }
}
/* 2021 Mods */
.top-header.hamburger-header {
    display: flex;
    width: 100%;
}
.top-header.hamburger-header .container {
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    display: flex;
    width: 95%;
}
/* End Logo Left + Hamburger Right */
/* Nav Left + Logo Middle + Nav Right */
@media (min-width: 980px) {
    .nav-left-logo-mid-nav-right .container {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
    .nav-left-logo-mid-nav-right .left-menu,
    .nav-left-logo-mid-nav-right .right-menu {
        width: 42.5%;
    }
    .nav-left-logo-mid-nav-right .logo {
        width: 15%;
    }
    .nav-left-logo-mid-nav-right ul#right-menu,
    .nav-left-logo-mid-nav-right ul#left-menu {
        align-items: center;
        display: flex;
    }
    .nav-left-logo-mid-nav-right ul#left-menu {
        justify-content: flex-start;
    }
    .nav-left-logo-mid-nav-right ul#right-menu {
        justify-content: flex-end;
    }
}
/* 2021 Mods */
.top-header.nav-left-logo-mid-nav-right {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.top-header.nav-left-logo-mid-nav-right nav ul.menu-wrapper > li {
    padding: 28px 10px;
}
.top-header.nav-left-logo-mid-nav-right nav ul.menu-wraper > li a {
    padding: 0;
}
.top-header.nav-left-logo-mid-nav-right nav.hide-small-desktop ul.sub-menu {
    padding-top: 0;
}
#site-navigation-right li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
#site-navigation-right ul.sub-menu {
    left: unset;
    right: 0;
}
/*#site-navigation-right ul.sub-menu li {
    text-align: right;
}*/
.top-header.nav-left-logo-mid-nav-right nav.hide-small-desktop ul.sub-menu li a {
    padding: 10px 16px !important;
}
.top-header.nav-left-logo-mid-nav-right nav.hide-small-desktop ul.sub-menu li:first-child a {
    padding-top: 16px !important;
}
.top-header.nav-left-logo-mid-nav-right nav.hide-small-desktop ul.sub-menu li:last-child a {
    padding-bottom: 16px !important;
}
@media (min-width: 980px) {
    .top-header.nav-left-logo-mid-nav-right .logo .site-branding a img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}
@media (max-width: 979px) {
    .top-header.nav-left-logo-mid-nav-right .container {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
}
@media only screen and (min-width: 482px) {
    .top-header.nav-left-logo-mid-nav-right .site-branding {
        margin-right: 0;
        margin-top: 0;
    }
    /*.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
        display: none;
    }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        left: 0;
        margin: 0;
        min-width: max-content;
        position: absolute;
        top: 100%;
        padding-top: 3px;
        transition: all 0.5s ease;
        z-index: 88888;
    }*/
}
/* End Nav Left + Logo Middle + Nav Right */
/* END Header Styles */     /* END Header Styles */     /* END Header Styles */     /* END Header Styles */
/* Top Banners */
.home .default-header {
    text-align: center;
}
.default-header {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    justify-content: center ;
    align-items: center;
    display: flex;
    width: 100%;
}
.default-header .container {
    justify-content: center;
    align-items: center;
    display: flex;
}
body:not(.home) .row.default-header h1 {
    margin-bottom: 0;
}
/* END Top Banners */
/* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */   /* FROM STRUCTURE.CSS FILE */
/* Parallax */
@media (min-width:979px) {
    .add-parallax {
        background-attachment: fixed !important;
    }
}
/* END Parallax */
/* Menu Pages */
/* Note that this is ONLY for pages built using the Menu page template and ACF tabs builder */
#menu-page .vds-builder .wrapper {max-width: 1440px;margin: 0 auto;clear: both;width: 90%;}
#menu-page .vds-builder .wrapper::after {display: table;content: "";clear: both;}
#menu-page .row.tabs-template {padding-bottom: 60px;padding-top: 45px;}
#menu-page .menu-section-title {padding:50px 0;margin: 0;}
#menu-page .tabs {justify-content: center;display: flex;}
#menu-page .tabs .tab-link {width: 215px;}
#menu-page .item-description {width: 60%}
#menu-page .menu-cta {padding: 94px 0;}
#menu-page .item-price {width: 15%;}
#menu-page table {margin-bottom: 0;}
#menu-page .item-name {width: 25%;}
#menu-page td {padding: 7px;}
/* Active Tab */
#menu-page .tab-link.current {}
/* Hover State */
#menu-page .tab-link:hover {}
/* Tab Width and centering */
#menu-page .tab-content {}
/* Natural tab state */
#menu-page .tab-link {}
@media (max-width: 979px) {
    #menu-page table,#menu-page thead,#menu-page tbody,#menu-page th,#menu-page td,#menu-page tr {display: block;}
    #menu-page  .menu-wrapper td:nth-child(3) {text-align: right;margin-top: 10px;flex: 50%;order: 2;}
    #menu-page .menu-wrapper td:nth-child(1) {margin-top: 10px;flex: 50%;order: 1;}
    #menu-page  .menu-wrapper td:nth-child(2) {margin: 10px 0;order: 3;}
    #menu-page .menu-wrapper tr {display: flex;flex-wrap: wrap;}
    #menu-page .menu-wrapper td {width: 100%;padding: 0;}
    #menu-page .tabs {flex-direction: column;}
    #menu-page .tabs .tab-link {width: 100%;}
}
/* END Menu Pages */
/* Widgets */
div.widget ul li,
div.widget ol li {
    border-bottom: none;
    border-top: none;
}
/* END Widgets */
/* Span Structure */
@media (min-width: 980px) {
    .bakery .vc_col-sm-6:not(.vc_col-has-fill):nth-child(1) {
        padding-right: 2.5%;
    }
    .bakery .vc_col-sm-6:not(.vc_col-has-fill):nth-child(2) {
        padding-left: 2.5%;
    }
}
.span6 {
    float: left;
    width: 50%;
}
.span6.left {
    float: left;
    width: 50%;
}
.span6.right {
    float: right;
    width: 50%;
}
.span3 {
    float: left;
    width: 25%;
}
/* END Span Structure */
/* Footer */
footer#footer {
    max-width: none;
    padding: 40px 0;
    display: flex;
}
footer#footer .row {
    width: 100%;
    padding: 0;
    margin: 0;
}
@media (min-width: 980px) {
    footer .row .container {
        display: flex;
    }
}
footer#footer a:hover,
footer .widget a {
    box-shadow: none;
}
footer#footer.site-footer {
    border-top: none;
    margin-top: 0;
}
@media (min-width: 980px) {
    footer .widget-content.widget {
        margin-bottom: 0;
    }
}
footer .widget {
    margin-bottom: 15px;
    padding: 0;
}
footer .widget a img {
    box-shadow: none;
}
footer .widget h5 {
    margin-bottom: 5px;
}
footer ul.social li a {
    transition: 0.3s ease-in-out;
}
footer ul.social li a:hover {
    transition: 0.3s ease-in-out;
}
p.footer-email,
p.footer-phone,
p.footer-address {
    margin-bottom: 10px;
    display: flex;
}
p.footer-button {
    margin-top: 30px;
    display: flex;
}
i.footer-icon {
    padding-right: 4px;
    font-size: 18px;
}
/* END Footer */
/* Copyright Row */
@media (min-width: 980px) {
    .copyright .container {
        justify-content: center;
        align-items: center;
        display: flex;
    }
}
.copyright {
    padding: 10px 0;
}
.copyright-text p {
    float: left;
}
.copyright-text.centered {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.copyright-text.centered p {
    text-align: center;
    margin: 0;
}
.copyright ul.social {
    line-height: 21px;
}
.copyright ul.social li a i {
    font-size: 16px;
}
.copyright-text.span6.left p {
    margin-bottom: 0;
}
.copyright-links {
    padding-left: 5px;
}
.copyright-links a {
    color: black;
}
@media (max-width: 979px) {
    .copyright {
        padding: 16px 0;
    }
    .copyright .span6 {
        float: none !important;
        width: 100% !important;
    }
    div.row.copyright .span6 p,
    div.row.copyright .span6 ul {
        text-align: center;
        float: none;
    }
    .copyright-text:not(.centered) {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .copyright-content.span6.right {
        margin-top: 8px;
    }
	
	p.footer-button {
    	margin-top: 10px;
	}
}
/* END Copyright Row */
/* Responsive */
@media (max-width: 979px) {
    body footer#footer a {
        box-shadow: none;
    }
    ul#top-menu {
        border: none;
    }
    body button#primary-mobile-menu:focus {
        outline: none;
    }
    .top-widget .span6.left,
    .top-widget .span6.right {
        width: 50%;
    }
    .top-widget .span6.right {
        float: right;
    }
    .span3 {
        padding: 0 30px;
        width: 100%;
        float: left;
    }
    button#primary-mobile-menu span {
        justify-content: center;
        align-items: center;
        display: flex;
    }
	
	
}
@media (max-width: 480px) {
    .top-header .logo .site-branding a {
        line-height: 0;
        height: unset;
    }
    .top-header .logo .site-branding a img {
        height: 100%;
    }
    a.btn-bt.default,
    a.btn-bt.alternate {
        letter-spacing: 1px;
    }
}
/* END Responsive */
/* Arrow Up */
.topbutton {
     height:50px;
     width:50px;
     position:fixed;
     right:5px;
     bottom:80px;
     Z-index:1;
     display:none;
}
a.topbutton i.icon-up-circled2 {
    font-size: 45px;
    color: #3eaadf;
    background-color: transparent;
}
/* Copyright Three Column */
.menu-copyright-menu-container ul#menu-copyright-menu {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px !important;
    padding: 10px 0px;
}
ul#menu-copyright-menu li {
    padding: 0px 7px;
}
@media (min-width: 980px) {
    .copyright-content.span6.middle-three-column {
        width: 60%;
    }
    .copyright-text.span6.left-three-column, .copyright-content.span6.right-three-column {
        width: 20%;
    }
    .copyright-content.span6.right-three-column {
        display: flex;
        justify-content: flex-end;
    }
}
@media (max-width: 979px) {
    .copyright-content.span6.middle-three-column {
        width: 100%;
    }
    .copyright-text.span6.left-three-column, .copyright-content.span6.right-three-column {
        width: 100%;
    }
    ul.social.top-widget-socials {
        margin: 0px;
        padding: 0px;
    }
}






/* Custom Style */

/* Typeography */

body p, body li {
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 28px;
}
ul#top-menu li a {
	font-family: urbane,sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #575756;
    letter-spacing: 1.7px;
    text-align: center;
}
p.twa-phone {
    font-family: urbane,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
}
p.twa-phone span {
    color: #1D71B8 !important;
	padding-right: 20px;
}
p.twa-phone a {
	color: #3eaadf !important;
	letter-spacing: 1px;
	padding-right: 20px;
	font-size: 12px;
	text-decoration: none;
}
p.twa-phone a:hover {
	color: #1D71B8 !important;
}

p.grid {
    text-align: center;
    font-weight: 600;
	line-height: 18px;
}

p.bottom-cta {
    font-weight: 800;
	color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 20px #000000;
}

ul.social.top-widget-socials li a{
		color: #3EAADF;
}
ul.social.top-widget-socials li a:hover{
		color: #1D71B8;
}
.phone-and-socials ul.social.top-widget-socials li a i {
    font-size: 16px;
}
a:hover {
    text-decoration: underline;
    text-decoration-style: solid !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: urbane,sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	color: #575756;
	margin-bottom: 20px;
}


h1.hero, .default-header h1, h5.bottom-cta, h2.white {
	font-weight: 700;
	font-size: 52px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: center;
	line-height: 62px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.50);
	margin-bottom: 0px;
}

h1.hero, h5.bottom-cta  {
	text-align: left;
}

.default-header h1 {
	text-align: center;
}

ul.white li {
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.10px;
    line-height: 22px;
    text-shadow: 0 0 24px #000000;
    padding: 2px 0px;
}

body h2 {
	font-size: 38px;
	color: #575756;
	line-height: 42px;
}

h2.centered {
	text-align: center;
}

h2.white {
color: #FFFFFF;
}

h2.small-white {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 20px #000000;
}

body h3 {
    font-weight: 500;
    font-size: 24px;
    color: #575756;
    letter-spacing: 3px;
    line-height: 38px;
    text-transform: uppercase;
}

h3.grid {
	font-weight: 500;
	font-size: 36px;
	color: #575756;
	letter-spacing: 6px;
	text-align: center;
	text-shadow: 0 0 8px #FFFFFF;
	text-transform: uppercase;
}

h3.light {
	font-weight: 600;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 6px;
	text-align: center;
	line-height: 44px;
	text-transform: uppercase;
}

body h4 {
	font-weight: 500;
	font-size: 28px;
	color: #575756;
	text-align: left;
	line-height: 38px;
}

h4.grid {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
}

h4.testimonial {
	font-weight: 600;
	font-size: 36px;
	color: #1D71B8;
	letter-spacing: 3px;
	text-align: left;
	line-height: 42px;
}

h4.light {
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 3px;	
	line-height: 32px;
	text-align: left;
}

h5.white {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
	padding-bottom: 15px;
    padding-top: 20px;
}

h6.bottom-cta {
    color: #ffffff;
    font-size: 52px;
    text-transform: none;
    text-align: center;
    line-height: 58px;
}

@media (max-width: 979px) {
	h1.hero {
    	text-align: center !important;
	}
	
	h2.white {
    	font-size: 38px;
    	line-height: 40px;
	}
}

@media (max-width: 480px) {
	h1.hero, .default-header h1, h5.bottom-cta, h2.white {
    	font-size: 32px;
    	line-height: 38px;
	}
	
	ul.white li {
    	font-size: 16px;
    	line-height: 20px;
    	padding: 2px 0px;
	}
	
	body h2 {
		font-size: 27px;
    	line-height: 30px;
	}
	
	body h3 {
    	font-size: 18px;
    	line-height: 24px;
	}
	
	h6.bottom-cta {
    	font-size: 30px;
    	line-height: 38px;
	}
	
	p.bottom-cta {
    	font-size: 14px;
    	line-height: 16px;
	}
}

/* Header */

header.site-header {
    position: fixed;
	width: 100%;
}

.bakery.home, .default-header {
    margin-top: 140px;
}



@media (max-width: 979px) {
	.navigation-top {
    	background-color: #EDEDED !important;
    	margin-bottom: -25px;
    	padding: 0px 10px;
    	margin-top: 20px;
	}
	
	.top-header .container {
    	width: 100%;
	}

}

/* Footer */

.site-footer .vc_col-sm-4 {
    display: flex;
    justify-content: center;
}

footer#footer .widget-title {
    font-family: urbane,sans-serif;
    line-height: 20px;
}

footer#footer p, footer#footer li:not(.menu-pop) {
    line-height: 20px;
}

footer#footer a:not(.ab-item):not(.btn-bt) {
    text-decoration: none;
}

h2.widget-title span.white {
    padding-left: 5px;
}

.site-footer ul.social.top-widget-socials {
    padding: 0px;
}

.site-footer ul.social.top-widget-socials li a i {
    font-size: 24px;
}

p.footer-button a.btn-bt.alternate {
    width: 100%;
    display: block;
}

.grecaptcha-badge {
    margin-bottom: 150px;
}

@media (max-width: 979px) {
	footer#footer .widget-title {
    	text-align: center;
	}
	
	footer#footer a:not(.ab-item):not(.btn-bt) {
    	text-align: center;
	}
	
	footer#footer p.white {
		width: 300px;
	}
	
	footer#footer {
    	padding: 20px 0px 10px 0px;
	}
}

/* Buttons */

div.header-button a.btn-bt.default.btn-default, a.btn-bt.default, a.btn-bt.alternate, .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 14px !important;
    font-family: urbane,'sans-serif' !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding: 10px 15px !important;
    text-align: center !important;
    line-height: 24px !important;
    text-shadow: 0 1px 2px rgb(255 255 255 / 50%) !important;
    border-radius: 2px !important;
	transition: all 0.3s ease-in-out !important;
	border: none !important;
	display: block;
	text-transform: uppercase;
}

.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_footer input  {
	background-color: #3eaadf !important;
	color: #000000 !important;
	display: block !important;
	width: 100% !important;
}

.gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover {
	background-color: #2473b6 !important;
	color: #ffffff !important;
	border: none !important;
}
.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    text-shadow: none !important;
}

div.header-button a.btn-bt.default.btn-default:hover, a.btn-bt.default:hover, a.btn-bt.alternate:hover, .gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover {
	box-shadow: 1px 2px 48px 0 rgba(0,0,0,0.24)!important;
	text-shadow: 0 1px 2px #000000!important;
}

a.btn-border {
    text-decoration: none;
    border: 2px solid #3EAADF;
    padding: 5px 15px;
    width: 200px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
	font-size: 14px;
    font-family: urbane,'sans-serif';
    font-weight: 700;
    letter-spacing: 1px;
	border-radius: 2px;
}

a.btn-border:hover {
	border: 2px solid #2473B6;
	color: #000000;
	box-shadow: 1px 2px 48px 0 rgba(0,0,0,0.24)!important;
}

/* Home Page */

.home-page-contact-row .g-forms-column .vc_column-inner {
	padding: 30px !important;
}

.home-grid-row .vc_column-inner {
    padding: 30px 40px !important;
	background-color: rgba(225,225,225,0.8);
    background-blend-mode: overlay;
	transition: all 0.3s ease-in-out;
}

.home-grid-row a{
	text-decoration: none;
}

.home-grid-row .vc_column-inner img {
	transition: all 0.3s ease-in-out;
}

.home-grid-row .vc_column-inner:hover {
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
}

.home-grid-row .vc_column-inner:hover h4, .home-grid-row .vc_column-inner:hover p {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.home-grid-row .vc_column-inner:hover img {
	filter: brightness(4);
	transition: all 0.3s ease-in-out;
}

.home-grid-row .vc_column-inner:hover a.btn-bt.default {
	color: #ffffff;
    background: #2473b6;
	box-shadow: 1px 2px 48px 0 rgba(0,0,0,0.24)!important;
    text-shadow: 0 1px 2px #000000!important;
}

.home-grid-row .vc_column-inner {
    height: 300px;
}

.middle-cta.add-parallax {
    height: 400px;
	background-position: top left !important;
}

.home-why-choose-perfect-column .vc_column-inner {
	padding: 20px !important;
    height: 280px;
    display: flex;
    align-items: center;
    max-height: 300px;
}

.home-why-choose-perfect-column .vc_column-inner  p {
	font-weight: 700;
	line-height: 20px;
}

.home-why-choose-perfect-column.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill{
    padding-left: 30px;
}

.strong-view-id-1 .wpmtst-testimonial-inner.testimonial-inner {
    padding: 30px;
}

.strong-view-id-1 h3.wpmtst-testimonial-heading.testimonial-heading {
	width: 80%;
    float: right;
    height: 65px;
    display: flex;
    align-items: center;
    color: #2473B6;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.strong-view-id-1 .wpmtst-testimonial-image.testimonial-image {
    width: 20%;
    padding-right: 20px;
}

.strong-view-id-1 .wpmtst-testimonial-image.testimonial-image .maybe-clear {
    padding-top: 30px;
}

.strong-view-id-1 .wpmtst-testimonial-content.testimonial-content p {
	margin-top: 30px;
    padding-bottom: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: italic;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-size: 16px;
    color: #2473B6;
	font-weight: 600;
}

.strong-rating span.star:before {
    color: #2473B6 !important;
    background: #2473B6 !important;
}

.vc_row.wpb_row.bottom-cta {
    height: 500px;
}

.bottom-cta a.btn-bt.default {
    width: 200px;
    margin: 0 auto;
}

@media (min-width: 980px) {
	.home-page-contact-row .container {
    	display: flex;
    	align-items: center;
	}
	
	.home-grid-row.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    	padding-left: 20px;
	}
	
	.bakery .testimonials-row {
    	padding: 30px 0px 50px 0px;
	}
}

@media (max-width: 979px) {
	.home-page-contact-row .container {
    	max-width: 100%;
    	width: 100%;
	}
	
	.home-page-contact-row .title-column-home {
		padding: 30px !important;
	}
	
	.home-page-contact-row .g-forms-column .vc_column-inner {
    	padding: 20px 20px 0px 20px !important;
	}
	
	.home-grid-row.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    	padding-left: 0px;
		padding-bottom: 20px;
	}
	
	.home .middle-cta.add-parallax {
    	height: 100%;
	}
	
	img.aligncenter.size-medium.wp-image-2303 {
    	width: 200px;
	}
	
	.bakery .home-page-contact-row {
    	background-position: top right !important;
    	background-blend-mode: overlay;
    	background-color: rgba(0,0,0,0.5);
	}
	
	.home-why-choose-perfect-column.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    	padding-left: 0px;
    	padding-bottom: 20px;
	}
	
	.home-why-choose-perfect-column.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill:last-child {
		padding-bottom: 0px;
	}
	
	.vc_row.wpb_row.vc_inner.vc_row-fluid.home-why-choose-perfect-blue-rows {
    	padding-bottom: 20px;
	}
	
	.strong-view-id-1 .strong-content.strong-columns.columns-2 {
    	-webkit-column-count: 1;
    	-moz-column-count: 1;
    	column-count: 1;
	}
	
	.strong-view-id-1 .strong-content.strong-columns.columns-2 .wpmtst-testimonial.testimonial {
    	padding-bottom: 20px;
	}
	
	.strong-view-id-1 .strong-content.strong-columns.columns-2 .wpmtst-testimonial.testimonial:last-child {
    	padding-bottom: 0px;
	}	
}

@media (max-width: 480px) {
	.strong-view-id-1 .wpmtst-testimonial-inner.testimonial-inner {
    	padding: 20px 10px;
	}
	
	.strong-view-id-1 h3.wpmtst-testimonial-heading.testimonial-heading {
    	height: 50px;
    	font-size: 18px;
    	line-height: 22px;
		letter-spacing: 1px;
	}
	
	.strong-view-id-1 .wpmtst-testimonial-image.testimonial-image {
    	width: 70px;
	}
	
	.strong-view-id-1 .wpmtst-testimonial-content.testimonial-content p {
    	margin-top: 20px;
	}
	
	.vc_row.wpb_row.bottom-cta {
    	height: 350px;
	}
}

/* Contact Form */

/*body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}*/

.gform_legacy_markup_wrapper input.large, .gform_legacy_markup_wrapper input.medium, .gform_legacy_markup_wrapper input.small, .gform_legacy_markup_wrapper select.large, .gform_legacy_markup_wrapper select.medium, .gform_legacy_markup_wrapper select.small, .gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file])  {
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    padding: 5px 4px !important;
    letter-spacing: normal;
    margin: 0px !important;
	border: 2px solid #000000 !important;
	outline: none !important;
}

.gform_legacy_markup_wrapper input.large:focus, .gform_legacy_markup_wrapper input.medium:focus, .gform_legacy_markup_wrapper input.small:focus, .gform_legacy_markup_wrapper select.large:focus, .gform_legacy_markup_wrapper select.medium:focus, .gform_legacy_markup_wrapper select.small:focus, .gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus, .gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
	border: 2px solid #3EAADF !important;
	color: #3EAADF !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

span#input_1_6_5_container {
    width: 100%;
	padding: 0px;
}

span.gfield_required {
	display: none !important;
}

.gfield {
    margin: 0px !important;
}

label.gfield_label {
    font-size: 15px !important;
    color: #ffffff;
}

/* About Page */

@media (min-width: 980px) {
.fifty-fifty-row .container {
    	display: flex;
    	align-items: center;
	}
}

@media (max-width: 979px) {
	.flip-vertical-mobile .container {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.fifty-fifty-row .text-side {
    	padding-bottom: 30px;
	}
}

@media (min-width: 992px) {	
	.blog .entry-header > :first-child {
		margin-top: 4em !important;
	}	
		.single #content .blog.single {
		padding: 200px 0!important;
	}

	.entry-header > :first-child {
		margin-top: 4em!important;
	}
}

@media (max-width: 991px) {
	.entry-header > :first-child {
		margin-top: 6em!important;
	}
		.blog .entry-header > :first-child {
		margin-top: 6em !important;
	}
}

@media screen and (min-width: 980px) and (max-width: 1104px) {
	ul#top-menu li a {
		font-size: 14px;
	}
	.header ul#top-menu li {
		padding: 38px 5px;
	}
}