/*
Theme Name: Mister Ben’s Auto Spa Express
description: Mister Ben’s Auto Spa Express - Layout 6
Template: layout-6
Version: 1.0.0
Text Domain: mister-bens-auto-spa-express
Author: BCW
*/
.logo img {
	max-width: 230px !important;
}
.nav-toggler {
	display: none;
}
.about-feature {
	text-align: center;
	padding: 30px 0;
}
.about-feature h2 {
	padding-bottom: 20px;
}
.about-feature-blocks {
	justify-content: center;
}
.about-feature-box {
	background: rgba(43, 173, 227, .4);
	padding: 30px;
	margin: 0 20px 20px;
	max-width: min(400px, 100%);
}
.about-feature-box h3 {
	color: var(--color-1);
}
p {
	color: #fff !important;
}
input, textarea {
	background: #fff !important;
}
#gform_1 input#gform_submit_button_1 {
	background: var(--color-2) !important;
	color: var(--color-1) !important;
}
#gform_1 input#gform_submit_button_1:hover {
	background: var(--color-4) !important;
}
.email {
	margin-bottom: 0;
}
.social-icons a,
.social-footer span {
	font-size: 22px;
}
.hours p {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.about-feature-box {
		margin: 0 0 20px;
	}
}
