/*
	Theme Name: SudStop Car Wash
	Theme URI: http://neighbrly.com/
	Author: Neighbrly
	Author URI: http://neighbrly.com/
	Description: Customize theme for SudStop Car Wash
	Template: car-wash-parent
	Version: 1.0
*/

:root {
	--color-primary: #0275d9;
	--color-secondary: #df0022;
	--color-gradient-start: #0275d9;
	--color-gradient-stop: #122048;
	--color-bright:#df0022;
	--color-ltblue: #e2eeff;
	--color-gray: #787f83;
	--color-ltgray: #c7cbce;
}

body {
    color: #0b0b0b;
	font-size: 16px;
}

.sunray {
	width: 100%;
	position: absolute;
	z-index: 2;
	opacity: .4;	
}

body.single .sunray {
	z-index: 3 !important;
}

.home .sunray {
	z-index: 3;	
}

#content {
    background-image: url(images/bg.png);
	padding-bottom: 100px;
}

.clip-svg {
	background-position: -830% -20% !important;
}

.text-secondary {
	color: var(--color-secondary) !important;
}

.text-primary {
	color: var(--color-primary) !important;
}

.text-ltblue {
	color: var(--color-ltblue) !important;
}

.text-dkblue {
	color: var(--color-gradient-stop) !important;
}

.text-green {
	color: var(--color-gray) !important;	
}

.bg-primary {
	background-color: var(--color-primary) !important;
}

.bg-dark {
	background-color: var(--color-gradient-stop) !important;
}

.bg-secondary {
	background-color: var(--color-secondary) !important;
}

.bg-grey {
	background-color: var(--color-gray) !important;
}

.bg-ltgray {
	background-color: var(--color-ltblue) !important;
}

.bg-ltblue {
	background-color: var(--color-ltblue) !important;
}

.text-black {
	color: #151515;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
    color: #151515;
	text-transform: capitalize;
}

.d-none {
	display: none;
}

.yellowtail, h4, .h4, h5, .h5, h6 .h6 {
	font-family: 'Yellowtail', cursive;
	font-size: 30px;
}

.poppins {
	font-family: 'Poppins', 'sans-serif';
}

.text-transform-inherit {
	text-transform: inherit;
}

.bg-ebony-clay {
    background: #151515 !important;
}

.main-nav > li > a {
	color: var(--color-gradient-stop) !important;
}

.main-nav > li.is-active > a, 
.main-nav > li.current-menu-item > a, 
.main-nav > li:hover > a, 
.main-nav > li > a:hover {
    color: var(--color-secondary) !important;
}

.main-nav .children, .nav-item-children {
	top: 70%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.notification-bar {
	border-bottom: 1px solid var(--color-gradient-stop);
}

.notification-bar a {
	color: var(--color-gradient-stop);
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1199px) {
	[data-mobile-nav-style=modern]:before {
    	background-image: -webkit-gradient(linear, right bottom, left top, from(var(--color-gradient-stop)), to(var(--color-gradient-start))) !important;
		background-image: linear-gradient(to top left, var(--color-gradient-stop) 0%, var(--color-gradient-start) 100%) !important;
    }
	
	.collapse.in .nav-item-children {
		display: block !important;
		opacity: 1 !important;
	}
	
	[data-mobile-nav-style=modern] .navbar-collapse-clone {
		top: 10vh;
	}
	
	[data-mobile-nav-style=modern] .navbar-collapse-clone .nav-trigger {
		top: 10px;
	}
	body.blog #content {
    	padding-top: 0px;
    }
    
    .community-intro {
	    text-align: center;
	    padding-right: 0px;
	    margin-bottom: 40px;
    }
    
    .community-intro h6,
    .community-intro h2,
    .community-intro p {
		padding-right: 0px !important;
		margin-right: 0px !important;   
	}
	
	#testimonials .carousel-item {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	
	#testimonials {
		margin-bottom: 100px;
	}
	
	.notification-bar {
		font-size: 14px !important;
	}
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child,
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
	    left: -30%;
	}
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child {
		top: -200px;
	}
	
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
		margin-top: -200px;
	}

}

@media screen and (max-width: 1450px) {
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child,
	.lqd-parallax-team-members .liquid-img-group-container:last-child {
	    left: -50%;
	}
	
	
	.lqd-parallax-team-members .liquid-img-group-container:first-child {
		top: -100px;
	}

}

@media screen and (max-width: 992px) {

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

	.titlebar-inner {
		padding-bottom: 75px !important;
	}
}

.stock.out-of-stock {
	visibility: hidden;	
}

.home .ld-masked-image {
	z-index: 5;
}

.lqd-parallax-team-members .liquid-img-group-container:last-child {
    left: -25% !important;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
    left: -30% !important;
}

.lqd-parallax-team-members .liquid-img-group-container:first-child {
	top: -175px;
}

.header-join {
	max-width: 520px !important;	
}

.header-join:before {
	content: "";
	background-color: var(--color-primary) !important;
	border-bottom-left-radius: 40px; /* Adjust radius as needed */
	width: 280px;
	position: absolute;
	height: 145px;
	top: 0;
	right: 0px;
}

@media screen and (max-width: 1450px) {
	
	.header-button-text span {
		font-size: 14px !important;
	}
	
	.header-button a span {
		padding: .75em .75em !important;
	}
	
	.logo-wrap {
		padding-right: 15px !important;
	}
	
	.main-nav > li > a {
		font-size: 13px !important;
		font-weight: bold;
	}
	
	.header-join:before {
		width: 450px;
	}
	
}

@media screen and (max-width: 1290px) {
	
	.header-button-text span {
		font-size: 13px !important;
	}
	
	.header-button a span {
		padding: .5em .5em !important;
	}
	
	.logo-wrap {
		padding-right: 0px !important;
	}
	
	.main-nav > li > a {
		font-size: 12px !important;
		font-weight: bold;
	}
	
	.header-join:before {
		width: 400px;
	}
	
}

.main-header .is-stuck {
	background: #ffffff40 !important;	
}

.is-stuck .header-join:before {
	height: 114px;
}

.is-stuck .header-join .header-module {
	margin-top: 0px;
}

.header-join .header-module {
	margin-top: -40px;
}

.header-join .icon-circle {
	background: #fff;
	padding: 6px;
	height: 90px;
	width: 90px;
	border-radius: 50px;
}

.header-join .icon-circle i {
	padding-top: 20%;
}

.main-nav > li > a {
	font-size: 15px;
	font-weight: bold;
}

.navbar-header img {
	max-width: 230px;
}

@media screen and (max-width: 1199px) {
	
	[data-mobile-header-scheme=gray] .main-header .navbar-header {
		background-color: #ffffff00;
	}
	
	.header-join:before {
		height: 65px;
		width: 100%;	
	}
	
	.navbar-header img.mobile-logo-default {
		max-width: 120px;
		padding-top: 10px;
	}
	
	.home #content {
		top: -138px !important;
	}
	
	.final-cta {
		margin-top: 200px;
	}
	
	.main-header .navbar-brand {
		padding: 0px !important;
	}
	
	.state-column {
		
	}
	
	.is-stuck .navbar-brand .logo-sticky {
		max-width: 120px;
		padding-top: 20px;
	}
	
	.is-stuck .header-join:before {
		height: 85px;
	}
	
}

.mainbar-wrap.is-stuck .logo-wrap {
    flex-basis: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    max-width: none;
}

.mainbar-wrap.is-stuck .btn {
	background-color: var(--color-secondary) !important;
	color: #fff !important;
	border-color: var(--color-secondary) !important;
}

.btn-solid {
	color: #fff;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.btn-secondary,
.btn-secondary.btn-bordered {
	background-color: var(--color-secondary) !important;
	border-color: var(--color-primary) !important;
	color: #fff !important;
}

.logo-sticky,
.logo-dark {
	max-height: 80px;
}

.lqd-h-sep-inner {
    background-color: var(--color-secondary) !important;
}

.iconbox-blue {
	background-color: #006e97;
}

.icons-filled-green {
	color: #fff;
}

.iconbox-blue .contents {
	color: #fff;
}

.iconbox-blue2 {
	background-color: #009ad3;
}

.iconbox-blue2 .contents {
	color: #fff;
}

.iconbox-blue3 {
	background-color: var(--color-ltblue);
}

.iconbox-blue3 .contents {
	color: #fff;
}

.lqd-iconbox-stack .iconbox-blue {
    top: 15%;
}

.lqd-iconbox-stack .iconbox-blue2 {
    margin-top: 7vw;
}

.lqd-iconbox-stack .iconbox-blue3 {
    top: 15%;
}

.single-value-stack .iconbox-icon-container svg {
	width: 30%;
}

.pricing-menu .iconbox h3 {
	word-break: break-word;
	overflow-wrap: break-word;
	text-wrap: balance;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.1;
	
}

.blog-single-content a {
	color: var(--color-secondary) !important;
}

.btn-icon-solid .btn-icon {
	background-color: var(--color-secondary) !important;
}

.border-color-primary {
    border-color: var(--color-primary);
}

.star-reviews {
	max-width: 150px;
	margin-left: auto;
	margin-top: -8px;
}

.post-grid {
	border-top: 1px solid #e4e4e4;
}

.main-footer {
	border-top: 1px solid #e4e4e4;
}

.footer-logo {
	max-width: 250px;
}

h4.liquid-lp-title:hover a {
	color: var(--color-secondary) !important;
}

.main-footer .social-icon a {
    color: var(--color-secondary);
}

.main-footer h3.widget-title a {
	letter-spacing: 0.2em !important;
	text-transform: uppercase !important;
	color: #000;
}

.blog-post-excerpt-wrap {
	min-height: 350px;
}

body.child .titlebar:before,
body.child .blog-single-cover.is-in-view .blog-single-media:after,
.titlebar:before, .blog-single-cover.is-in-view .blog-single-media:after {
    opacity: .8 !important;
    visibility: visible !important;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)) !important;
	background: linear-gradient(to right, #ffffff 0%, #ffffff 100%) !important;
	background-color: var(#ffffff) !important;
    z-index: 1;
}

.titlebar.scheme-light .titlebar-inner,
.titlebar.scheme-light .titlebar-inner h1,
.titlebar.scheme-light .titlebar-inner p {
	color: var(--color-gradient-stop) !important;
}

.titlebar.scheme-light .titlebar-inner p {
	font-weight: bold;	
}

.blog-single a {
	color: var(--color-ltblue);
}

.blog-single-cover[data-fullheight=true] {
	height: 57vh;
}

.page-template-page-community .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-contact .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-single-location .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-careers .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-default .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-get-free-wash .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-manage-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-buy-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-cancel-membership .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-update-cc .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-get-free-wash-ppc .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-buy-membership-test .mainbar-wrap.is-stuck .main-nav > li > a,
.woocommerce .mainbar-wrap.is-stuck .main-nav > li > a,
.page-template-page-locations .mainbar-wrap.is-stuck .main-nav > li > a,
.category .mainbar-wrap .main-nav > li > a,
.single .mainbar-wrap .main-nav > li > a {
	color: inherit;
}

.page-template-page-community .mainbar-wrap .main-nav > li > a,
.page-template-page-contact .mainbar-wrap .main-nav > li > a,
.page-template-page-single-location .mainbar-wrap .main-nav > li > a,
.page-template-page-careers .mainbar-wrap .main-nav > li > a,
.page-template-default .mainbar-wrap .main-nav > li > a,
.page-template-page-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-manage-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-buy-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-buy-membership-test .mainbar-wrap .main-nav > li > a,
.page-template-page-get-free-wash .mainbar-wrap .main-nav > li > a,
.page-template-page-cancel-membership .mainbar-wrap .main-nav > li > a,
.page-template-page-update-cc .mainbar-wrap .main-nav > li > a,
.page-template-page-get-free-wash-ppc .mainbar-wrap .main-nav > li > a,
.woocommerce .mainbar-wrap .main-nav > li > a,
.page-template-page-locations .mainbar-wrap .main-nav > li > a,
.category .mainbar-wrap .main-nav > li > a,
.single .mainbar-wrap .main-nav > li > a {
	color: #fff;
}

.cta-blue-overlay {
	background-size: cover;	
}

.cta-blue-overlay:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
    background: -webkit-gradient(linear, left top, right top, from(#0275d9b0), to(#122048b0)) !important;
    background: linear-gradient(to right, #0275d9b0 0%, #122048b0 100%) !important;
    background-color: #0275d9b0 !important;
    z-index: 1;	
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(grayscale.svg); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.state-column {
	position: relative;
	overflow: hidden; /* Ensure the overlay does not overflow the state column dimensions */
}

.state-block {
	display: block;
	position: relative;
	text-decoration: none; /* Remove underline from links */
}

.state-block img {
	width: 100%; /* Ensure the image covers the full width of its container */
	height: auto; /* Maintain aspect ratio */
}

.state-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* Adjust padding, background, etc., as needed */
}

h3.state-name {
	margin: 0; /* Remove default margins */
	background: rgba(2, 117, 217, 0.3);
	color: #fff !important;
	width: 100%
}

.custom-shape-divider-top-1707893362 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1707893362 svg {
	position: relative;
	display: block;
	width: calc(184% + 1.3px);
	height: 147px;
}

.custom-shape-divider-top-1707893362 .shape-fill {
	fill: #FFFFFF;
}

.custom-shape-divider-top-1707893362 .shape-fill.grey {
	fill: #f4f5f8;
}

.custom-shape-divider-top-1707893362 .shape-fill.ltblue {
	fill: #ecf7fd;
}

.custom-shape-divider-top-1707893362 .shape-fill.primary {
	fill: var(--color-primary) !important;
}

.custom-shape-divider-top-1707893362 .shape-fill.secondary {
	fill: var(--color-secondary) !important;
}

.custom-shape-divider-bottom-1707893386 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1707893386 svg {
	position: relative;
	display: block;
	width: calc(184% + 1.3px);
	height: 147px;
}

.custom-shape-divider-bottom-1707893386 .shape-fill {
	fill: #FFFFFF;
}

.custom-shape-divider-bottom-1707893386 .shape-fill.grey {
	fill: #f4f5f8;
}

.custom-shape-divider-bottom-1707893386 .shape-fill.ltblue {
	fill: #ecf7fd;
}

.washes-carousel .wash-container .single-wash .rocket-border {
	width: 100%;
}

.washes-carousel .wash-container .single-wash .rocket-border {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
}

.washes-carousel .wash-container .single-wash .rocket-border:before {
	width: 87%;
}
.washes-carousel .wash-container .single-wash .rocket-border:before {
	background-color: #fff;
	content: "";
	height: 1px;
	width: 80%;
}

.washes-carousel .wash-container .single-wash .rocket-border:after {
	content: "";
	font-family: "eclipse-icons";
	font-size: .8rem;
}

.bg-gradient-secondary-lr {
    background: -webkit-gradient(linear, left top, right top, from(#005e83b0), to(#009bd4b0)) !important;
    background: linear-gradient(to right, #005e83b0 0%, #009bd4b0 100%) !important;
}

.location-promise {
	z-index: 2;
	position: relative;
}

.iconbox-filled-hover.iconbox-light-onhover:hover h3,
.iconbox-filled-hover.iconbox-light-onhover h3 {
    color: #151515 !important;
}

.iconbox-filled-hover.iconbox-light-onhover:hover,
.iconbox-filled-hover.iconbox-light-onhover {
    color: #151515 !important;
}

.iconbox-filled-hover.iconbox-light-onhover:hover .iconbox-icon-container,
.iconbox-filled-hover.iconbox-light-onhover .iconbox-icon-container {
    color: var(--color-bright) !important;
}


.iconbox-filled-hover.iconbox-dark-onhover:hover h3,
.iconbox-filled-hover.iconbox-dark-onhover:hover h2,
.iconbox-filled-hover.iconbox-dark-onhover:hover small,
.iconbox-filled-hover.iconbox-dark-onhover:hover p,
.iconbox-filled-hover.iconbox-dark-onhover:hover ul {
	color: #ffffff !important;
}

.iconbox-filled-hover.iconbox-dark-onhover:hover,
.iconbox-filled-hover.iconbox-dark-onhover {
	color: #ffffff !important;
}

.iconbox-filled-hover.iconbox-dark-onhover:hover .iconbox-icon-container,
.iconbox-filled-hover.iconbox-dark-onhover .iconbox-icon-container {
	color: var(--color-gradient-stop) !important;
}

.iconbox-filled-hover.iconbox-dark-onhover:before {
	background: var(--color-gradient-stop) !important;
}

.home-value-stack .iconbox p {
	font-size: 14px;
}

.map-icon small {
	color: #000;
}

.final-cta {
	z-index: 1;
}

.ld-tm-circ-inner .ld-tm-bg {
    opacity: 0.4;
}

.ld-tm-circ-middle .ld-tm-bg {
    opacity: 0.3;
}

.ld-tm-circ-outer .ld-tm-bg {
    opacity: 0.2;
}

body.home .ld-tm-circ .ld-tm-avatar figure {
	box-shadow: none;		
}

body.home .ld-tm-circ .ld-tm-avatar img,
 {
	border-radius: 0px;
	width: 100px;
}

body.home .iconbox .iconbox-icon-container > svg,
body.page-template-page-membership .iconbox .iconbox-icon-container > svg {
	box-shadow: none;	
	width: 70px;
}

.home .ld-masked-image {
	z-index: 5;
}

.home-hero {
	position: relative;
	overflow: hidden;
}

.home-hero::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: #ffffff !important;
	opacity: 0.3 !important; /* Adjust opacity to taste */
	z-index: 1 !important; /* Ensure this is above the video but below the content */
}

#wrap .hero-inner::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: #ffffff !important;
	opacity: 0.3 !important; /* Adjust opacity to taste */
	z-index: 1 !important; /* Ensure this is above the video but below the content */
}

.home-hero video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0; /* Ensure video stays behind content and overlay */
}

.home-hero .video-overlay,
.titlebar .video-overlay,
.blog-single-cover .video-overlay,
.overlay-section .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.599); /* Adjust the alpha value (0.5) to make the overlay lighter or darker */
	z-index: 0; /* Ensures the overlay is above the video but below the content */
}

.home-hero .container {
	z-index: 1; /* Ensures the content is above the overlay */
	position: relative; /* Needed for z-index to take effect */
}

.titlebar-inner p, .titlebar-inner .titlebar-scroll-link {
	opacity: 1;
}

.titlebar.scheme-light .titlebar-inner {
	z-index: 3;
}

/*
.container, .row, .lqd-column {
	position: relative;
	z-index: 2;
}
*/

.video-container {
	display: none;
	position: relative;
	padding-top: 56.25%; /* 16:9 aspect ratio */
}

.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.iconbox.icons-filled-secondary .iconbox-icon-container svg path {
	fill: var(--color-secondary) !important;
}

.iconbox.icons-filled-black-hover .iconbox-icon-container svg path {
	fill: #000;
}

.iconbox.icons-filled-black-hover:hover .iconbox-icon-container svg path {
	fill: #fff;
}

.iconbox.icons-filled-white .iconbox-icon-container svg path {
	fill: #fff;
}

.iconbox-circle.bg-circle-primary .iconbox-icon-container {
	background: var(--color-ltblue);
}

.home-community .ld-media-bg {
	background-color: rgba(0, 0, 0, 0.1);
}

.liquid-lp-sp-block.liquid-lp-sp-instagram:before {
    opacity: 0.8;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color-gradient-start)), to(var(--color-gradient-stop)));
    background-image: linear-gradient(to right, var(var(--color-gradient-start)) 0%, var(var(--color-gradient-stop)) 100%);
}

.liquid-lp-sp-block.liquid-lp-sp-instagram h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.wash-code {
	border: 6px dashed var(--color-ltblue);
	min-height: 0px;
}

.gform_wrapper .gform_page_footer input.button {
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2.8em;
    border: 1px solid var(--color-ltblue);
    background-color: var(--color-ltblue);
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--color-secondary) !important;
    text-transform: uppercase;
    border-radius: 50em;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
}

.inputs-grey input[type=text],
.inputs-grey input[type=password],
.inputs-grey input[type=url],
.inputs-grey input[type=tel],
.inputs-grey input[type=file],
.inputs-grey input[type=email],
.inputs-grey textarea,
.inputs-grey select,
.inputs-grey .ui-selectmenu-button {
	background: #f4f5f8 !important;
	color: #000;
}

.gfield-choice-input {
	margin-bottom: 0px !important;
}

input[type="file"] {
  line-height: 50px;
}

legend {
	border-bottom: none;
}

.contact-form input[type=submit], .contact-form button[type=submit] {
	background: var(--color-secondary) !important;
	color: #fff !important;
	text-transform: uppercase;
	padding: 1.15em 2.1em !important;
	border: none;
	height: inherit !important;
	font-weight: 600;
	font-size: 12px !important;
	letter-spacing: 1px;
}

body.page-id-4203 .gform_wrapper li.gfield.field_description_below+li.gsection {
	margin-top: 70px !important;
    border-bottom-width: 3px;
}

body.page-id-4203 .gform_page_fields {
    background: #f9f9f9;
    padding: 60px;
}

body.page-id-4203 .gform_page_footer {
	border-top: none;
}

body.page-id-4203 .contact-form-inputs-underlined select, 
body.page-id-4203 .contact-form-inputs-underlined input, 
body.page-id-4203 .contact-form-inputs-underlined textarea, 
body.page-id-4203 .contact-form-inputs-underlined .ui-selectmenu-button {
	border-width: 1px;
}

.about-value-stack .iconbox .iconbox-icon-container > svg,
.iconbox-heading-lg .iconbox-icon-container > svg{
	width: 80px;	
	height: 80px;
}

.iconbox-heading-sm .iconbox-icon-container > svg{
	width: 40px;	
	height: 40px;
}

ul.check li {
	margin: 0 0 8px 0;
	padding: 0px 0 4px 44px;
	position: relative;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}

ul.check {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
}

ul.check li::before {
	content: "\f00c";
	display: inline-block;
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	color: var(--color-primary);
	position: absolute;
	left: 5px;
	top: 0px;
	line-height: 35px;
	border-radius: 100px;
	text-align: center;
}

/*
.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	min-height: 1200px;
}

.wash-code .iframe-wrapper {
	min-height: initial;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
*/