/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.para_pad p{
	padding-bottom:20px
}
.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gform_wrapper .gfield.left_half {
    width: 50%;
    padding-right: 15px;
    float: left;
}

.gform_wrapper .gfield.right_half {
    width: 50%;
    padding-left: 15px;
    float: left;
}
.ginput_container_textarea textarea{
	height: 60px !important;
}
.gform_wrapper ul{
	padding-left:0;
}
.gform_wrapper ul li {
	list-style-type: none;
}
label {
	display: unset;
}
.gform_button.button {
	padding: 15px 65px;

}
#gform_fields_2 {
	display: flex;
	flex-wrap: wrap;
}
.col_33 {
	flex: 0 0 33%;
	max-width: 33%;
	padding: 0 15px;
}

.col_100 {
	flex: 0 0 100%;
	max-width:100%;
	padding: 0 15px;
}

.mobile_only {
	display: none !important;
}
.mobile_only a {
	color: #fff;
	background-color: #9ac93c;
	font-family: "Poppins",sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	border-style: solid;
	border-width: 1px;
	border-color: #9ac93c;
	border-radius: 50px;
	display: inline-block;
	padding: ;
	text-align: center;
	padding: 10px 15px !important;
	margin: 10px 0 5px;
}
.fl-post-grid-more {
	font-size: 16px;
}
.fl-post-grid-post {
	box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.07);
}
.gallery .logo-image {
	object-fit: cover;
}


.form_cust .gform_wrapper ul li.gfield {
    display: flex;
    display: -webkit-flex;
		flex-wrap:wrap;
}
.form_cust .gfield_label {
    width: 10% !important;
    color: rgba(49,49,49,1) !important;
    flex: 0 0 15%;
    max-width: 15%;
}
.form_cust .ginput_container.ginput_container_text, .form_cust .ginput_container.ginput_container_phone, .form_cust .ginput_container.ginput_container_email {
    flex: 0 0 90%;
		max-width: 90%;
}
.form_cust .ginput_container input{
		width: 100%;
    margin: 3px 0;
    height: 40px !important;
    padding: 0 10px !important;
}
.form_cust .ginput_container.ginput_container_textarea {
    flex: 0 0 90%;
		max-width: 90%;
}
.form_cust .ginput_container_textarea textarea {
		width: 100%;
    min-height: 50px;
    height: 80px !important;
    padding: 10px;
}
span.gfield_required {
    display: none;
}
.single strong {
	color: #7e7e7e;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}
a:focus {
	outline: none;
}
#menu-top-menu .current-menu-item a {
	border-bottom: 1px solid #9ac93c;
}
body .form_cust input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	width: auto !important;
	padding: 0 !important;
	height: unset !important;
}
.round_border .fa-facebook-f, .round_border .fa-instagram {
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    width: 35px !important;
    height: 35px !important;
    font-size: 16.666666666666668px !important;
    line-height: 25px !important;
    color: rgba(49,49,49,1) !important;
    border-color: rgba(49,49,49,1) !important;
	padding: 2px 0;
		text-align:center;
}
.round_border a.customize-unpreviewable {
    margin-right: 14px!important;
}
.privacy_foot .fl-rich-text span:hover {
    color: #9aca3c !important;
}
.contact_foot .fl-rich-text a:hover {
    color: #9aca3c;
}
.lets_number .fl-rich-text  a:hover {
    color: #9aca3c !important;
}
.lets_form 
.pp-gf-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 50% !important;
}
.form_commercial .ginput_container_textarea textarea{
		max-width:99%;
	}
 .fl-post-grid-image img:hover {
	transform: scale(1.06);
	transition: all .5s ease 0s;
}
 .fl-post-grid-image img{
transition: all .5s ease 0s;
}
.single-post, .single-post .fl-row-bg-color {
	overflow-x: hidden;
}
textarea.form-control {
	height: 100px;
}
.single a strong {
	text-decoration: underline;
	color:#213575;
}
@media(max-width:1250px){
	#menu-top-menu li{
		font-size:12px;
	}
	.menu#menu-top-menu li a {
	padding-left: 7px;
	padding-right: 7px;
}
}

@media only screen and (max-width: 991px){
	.form_cust .gform_wrapper ul li.gfield{
		flex-direction: column;
	}
	.form_cust .gfield_label{
		width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.form_cust .ginput_container.ginput_container_text, .form_cust .ginput_container.ginput_container_phone, .form_cust .ginput_container.ginput_container_email {
    flex: 0 0 100%;
    max-width: 100%;
	}	
	.form_cust .ginput_container.ginput_container_textarea {
    flex: 0 0 100%;
    max-width: 100%;
	}
		.mobile_only {
	display: block !important;
}
	.col_33 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.mobile_only a:hover {
    background: transparent;
    border: 1px solid #9aca3c;
		border-radius: 50px;
	}
	.form_commercial .ginput_container_textarea textarea {
    max-width: 100%;
}
}




@media only screen and (max-width: 992px){
	.gform_wrapper .gfield.right_half{
		padding-left: 0px;
	}
.fl-button {
	text-align: center;
}
}
@media(max-width:767px){
	.max_width{
		max-width:360px !important;
	}
	.footer_max_width{
		max-width:240px !important;
	}
	.fl-module-fl-post-navigation .nav-links {
	display: flex;
}
	.fl-module-fl-post-navigation .nav-links .nav-next {
	text-align: right;
}
}
@media(max-width:400px){
	.dots_bg  .fl-col-content {
	background: none;
}
		.footer_max_width{
		max-width:400px !important;
	}
}
