/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




.flex-mm2>.vc_column-inner>.wpb_wrapper{
	display: flex;
	align-items: center;
	justify-content: end;
}
.image-logo{
	text-align: left;
}
.page-id-6249 .container-wrap,
.page-id-6242 .container-wrap{
	padding-top: 0!important;
}
.form_background{
	color: #3d3d3d;
}
.call_btn a{
	text-transform: uppercase;
	color: #d3a42e;
	padding-left: 5px;
	font-weight: 600;
}
.form_color #gform_submit_button_9 {
    background: #d3a42e;
}
.page-id-6249 #footer-widgets,
.page-id-6242 #footer-widgets{
	display: none;
}
.gform_footer input[type="submit"] {
	background-color:#d3a42e!important;
}
@media only screen and (max-width: 991px){
	.image-logo{
		text-align: center;
	}
}
@media only screen and (max-width: 767px){
	.flex-mm2>.vc_column-inner>.wpb_wrapper {
	    flex-direction: column;
	}
}

/* LP Form */
#ajax-content-wrap .template-form-lp {
	padding-top: 0;
}

#ajax-content-wrap .template-form-lp .custom-form-lp-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.template-form-lp .custom-lp-info h4 {
	color: #DCA200;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Raleway';
	margin-bottom: 0;
	font-weight: 600;
}
.template-form-lp .custom-lp-info h2 {
	color: #fff;
	font-size: 52px;
	line-height: 62px;
	text-transform: uppercase;
	font-family: 'Raleway';
	font-weight: bold;
}

.template-form-lp .custom-lp-bg .row-bg.using-image.using-bg-color.translate {
	background-size: 100% auto;
	transform: none!important;
}
.template-form-lp .cusotm-lp-line:after {
	content: '';
	width: 100%;
	max-width: 525px;
	height: 2px;
	background: #DCA200;
	display: block;
	margin-top: 25px;
}
.template-form-lp .cusotm-lp-grid {
	width: 100%;
	margin-bottom: 70px;
}
.template-form-lp .cusotm-lp-grid ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.template-form-lp .cusotm-lp-grid ul li {
	width: 40%;
	font-size: 38px;
	line-height: 42px;
	font-family: 'Raleway';
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	margin-right: auto;
}
.template-form-lp .cusotm-lp-grid ul li em {
	font-size: 20px;
	font-family: 'Raleway';
	font-weight: 600;
}
.template-form-lp .custom-info-signature p {
	font-size: 16px;
	color: #fff;
	font-family: 'Raleway';
	font-weight: 600;
}
.template-form-lp .custom-lp-form-info .nectar-split-heading {
	margin-bottom: 0;
}
.template-form-lp .custom-lp-form-info .nectar-split-heading h3 {
	color: #DCA200;
	font-size: 30px;
	line-height: 32px;
}
.template-form-lp .custom-lp-form-info .nectar-split-heading {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Raleway';
}
.template-form-lp .custom-lp-form-info .gform_wrapper {
	padding-top: 25px;
}
.template-form-lp .custom-lp-form-info .gfield_label {
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway';
}
.template-form-lp .custom-lp-form-info .gform_wrapper.gravity-theme .ginput_complex label, .template-form-lp .custom-lp-form-info .gform_wrapper.gravity-theme .ginput_complex legend {
	font-size: 15px;
	font-family: 'Raleway';
	color: #fff;
}
.template-form-lp .custom-lp-form-info .gfield_required.gfield_required_text {
	color: #C02B0A;
	font-size: 13px;
}
.template-form-lp .custom-lp-form-info .gform_wrapper.gravity-theme .gfield-choice-input+label {
	color: #fff;
	font-size: 15px;
	font-family: 'Raleway';
}
.template-form-lp .custom-lp-form-info .gform_wrapper.gravity-theme .ginput_complex input,
.template-form-lp .custom-lp-form-info .gform_wrapper.gravity-theme .gfield input.large {
	background: #C6CACE;
}
@media(max-width: 600px) {
	.template-form-lp .cusotm-lp-grid ul li {
		width: 50%;
	}
	.template-form-lp .cusotm-lp-grid {
		margin-bottom: 30px;
	}
	.template-form-lp .cusotm-lp-grid ul li em {
		font-size: 12px;
	}
	.template-form-lp .cusotm-lp-grid ul li {
		font-size: 20px;
    	line-height: 28px;
	}
	.template-form-lp .custom-lp-info h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.page-template-page-lp #header-outer {
		padding-top: 0;
	}
}