/*
Theme Name: Crew Child
description: Client Theme - Crew
Template: crew-parent
Version: 1.0.0
Text Domain: crew-child
Author: BCW
*/

.logo img {width: auto; height: 150px;}
.feature-box span.ql-heading {color:var(--color-1);}

#bottom-feature, #contact-section {position: relative; z-index: 1;}
#bottom-feature:before, #contact-section:before {position: absolute; top:0;left:0; width:100%;height: 100%; content: ""; background:rgba(3, 60, 159, .5); z-index:-1;}
.jumbotron-sm {background:rgba(3, 60, 159, .7);}
#fbfeed {    width: 500px; max-width: 100%;
    margin: 30px auto 50px auto;}
    .brands-section {
	background-color: var(--color-4);
	margin:-30px 0 30px 0;
}
.brands {margin-top:30px;}



#quoteform label {
	display: none;
}
#quoteform form textarea, #quoteform form input {
	position: relative;
	font-family: 'Alegreya', serif;
	font-weight: bold;
	border-radius: 0;
	background: transparent;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid #ccc;
	color: #fff;
}
#quoteform textarea {
	max-height: 75px !important;
	height: 75px !important;
}
#quoteform .gform_button {
	width: 100%;
	border: none;
	border-radius: 0;
	background: var(--color-1);
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	font-family: 'Alegreya', serif;
}
#quoteform .gform_button:hover, #quoteform .gform_button:active {
	background-color: #fff;
	color: #000;
}
#quoteform h2 {background:none;}
.ginput_container_radio {margin-top:0 !important;}
#field_3_5 label {display: inline-block !important; color:#fff;}
.gchoice {width: 50px !important; text-align: center; float: left;}
.gchoice input {width: 40% !important;margin: 0 auto !important;display: block !important;}