/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
#Action_bar .paoc-popup.popupaoc-link,
.get-free-quote-button{
	background: #6dab3c;
	padding: 2px 15px 3px 15px;
	border-radius: 5px;
	margin-left: 10px;
	margin-top: 4px;
	display: inline-block;
	color: white;
}
#Action_bar .paoc-popup.popupaoc-link:hover {
	background: #00427b;
	color: #6dab3c;
}
.top-banner-section form {
	background-color: rgba(0,0,0,0.65);
	padding: 10px 20px;
	border-radius: 10px;
}
.top-banner-section .lead-form-new{

}
.top-banner-section .lead-form-new span.wpcf7-form-control-wrap {
    margin-right: 24px;
}
.top-banner-section .lead-form-new span.wpcf7-form-control-wrap input {
    line-height: inherit;
    border: 0;
    border-radius: 5px;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 12px;
	font-size: 20px;
	font-style: italic;
}
.top-banner-section .lead-form-new input[type="submit"] {
    margin-right: 0;
    height: 50px !important;
    margin-top: 11px;
    border-radius: 5px;
	padding: 11px 0;
	text-align: center;
	width: 100%;
}
.top-banner-section .lead-form-new input[type="text"], .lead-form-new input[type="email"] {
	color: #3e3e3e !important;
}
.top-banner-section .lead-form-new input::placeholder {
    color: #8a8a8a !important;
    opacity: 1; /* Firefox */
}
.top-banner-section .lead-form-new select {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 50px;
	border-radius: 5px !important;
	border: none;
}
.wpb_wrapper .wpcf7-form {
	display: block;
	width: auto;
}
.wpcf7-form-control-wrap .wpcf7-hidden{
	display: none;
}
.wpcf7-form .popup-form .field{
	margin-bottom: 25px;
}
.wpcf7-form .popup-form i{
	margin-top: -5px;
}
/*.wpcf7-form .popup-form i::after {*/
	/*content: '';*/
	/*width: 1px;*/
	/*height: 16px;*/
	/*background: #adadad;*/
	/*position: absolute;*/
	/*right: -10px;*/
/*}*/
.popup-form.bottom .field {
	position: relative;
	width: 85% !important;
	margin: 0 auto;
}
.popup-form.bottom .field input.wpcf7-submit{
	background-color: #6dab3c !important;
}
.popup-form.bottom .field input.wpcf7-submit {
	background-color: #6dab3c !important;
	width: 100% !important;
	font-weight: normal !important;
	font-size: 20px !important;
}
.popup-form.bottom .field i{
	color: white !important;
	margin-top: 0 !important;
	z-index: 99;
}
footer .lead-form-new span.wpcf7-form-control-wrap {
	/*width: 47% !important;*/
	/*position: relative !important;*/
	/*display: inline-block !important;*/
	margin-bottom: 15px !important;
	margin-right: 15px !important;
}
footer .lead-form-new span.wpcf7-form-control-wrap input{
	border-radius: 5px;
}
footer .lead-form-new.style1 input[type="submit"] {
	width: 47%;
}
footer .lead-form-new.style2 input[type="submit"] {
	/*width: 96.5%;*/
}
footer .lead-form-new span.wpcf7-form-control-wrap select{
	position: relative;
	-webkit-appearance:menulist;
}
footer .one-second p{
	font-size: 13px;
	color: #dbdbdb;
}
footer .contact-info li{
	margin-bottom: 15px;
}
footer .contact-info li i{
	margin-right: 10px;
}
@media only screen and (max-width: 768px){
	.top-banner-section h1{
		margin-top: -65px;
	}
	.lead-form-new{
	display: block;
	}
	.lead-form-new input[type="submit"] {
		width: 100%;
	}

}
@media only screen and (max-width: 991px){
	.top-banner-section .lead-form-new {
		display: flex;
		flex-direction: column;
	}
	.wpb_wrapper .wpcf7-form {
		margin-bottom: 15px;
	}
}