
/*
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
*/
.gform-theme--foundation .gform_fields {
	row-gap: 10px !important;
}

.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield textarea.small {
	background: transparent;
	border: 2px solid black;
	border-radius: 0;
	color: black;
}

#gform_submit_button_1, #gform_submit_button_2 {
	background: #c81d25 !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}

/* label#label_2_12_1{
	color: white;
} */
label#label_2_12_1 a {
	color: white;
	font-style: italic;
}

.gform-theme--foundation .ginput_container_checkbox .gfield_checkbox .gchoice label.gform-field-label a {
	font-style: italic;
}

body .gform_wrapper .top_label label.gfield_label, body .gform_wrapper .top_label label.gfield_label {
	font-size: 12px;
	margin-top: 5px;
}

.hero-section .gform-theme--framework .hero-page-form .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #000;
	font-size: 11px;
}

.gform-theme--framework .hero-page-form .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #fff;
	font-size: 11px;
}

.hero-section .gform-theme--framework .hero-page-form .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #000;
}

.gform-theme--framework .hero-page-form .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #fff;
}
