/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



#cf7md-form .cf7md-item .cf7md-help-text,#cf7md-form .mdc-textfield__label,#cf7md-form .cf7md-file .cf7md-label,#cf7md-form label, #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text{
	color: #fff;
}
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after{
	background-color: #fff;
}
#cf7md-form .mdc-textfield--multiline .mdc-textfield__input,#cf7md-form .mdc-radio__outer-circle{
		border-color: #fff;
	
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected],#cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-accept-label{
	color: #fff !important
}
@media only screen and (min-width: 1025px){
	.fixed-bg-row .row-bg{
	  background-attachment: fixed !important;
    }
	#cf7md-form .mdc-layout-grid{
		display: block;
	}
	#cf7md-form .cf7md-item{
		display: inline-block;
		vertical-align: top;
		max-width: 47%;
	}
	#cf7md-form .cf7md-item:nth-child(odd){
		margin-right: 4%
	}
	#cf7md-form .cf7md-item.cf7md-textarea,#cf7md-form .cf7md-item.cf7md-submit,#cf7md-form .cf7md-item.cf7md-select,#cf7md-form  .cf7md-item.cf7md-radio{
		max-width: 100%;
		margin-right: 0px;
		display: block;
	}
	#cf7md-form .cf7md-item.cf7md-textarea textarea{
		height: 100px !important
	}
}
@media only screen and (max-width: 1024px){
	.fixed-bg-row .row-bg{
	  height: 150px
    }
	.fixed-bg-row{
		padding-bottom: 0px !important
	}
}