/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#gform_1 input, #gform_1 textarea {
	color: rgb(238,238,238); 
	background-color: rgb(38,38,38); 
}

#gform_1 .gfield_label {
	color: rgb(238,238,238); 
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#gform_1 legend.gfield_label {
	border-bottom: none;
}

.gform_required_legend {
	color: rgb(238,238,238); 
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}


#gform_1 input[type="submit"] {
	padding: 0.7em 2em;
}