/*
 Theme Name:   Divi Child
 Theme URI:    http://[INSERT URL]/Divi-child/
 Description:  Divi Child Theme
 Author:       The Other Dimension
 Author URI:   http://theotherdimension.com
 Template:     Divi
 Version:      2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper form li, 
.gform_wrapper li,
.gform_wrapper input, 
.gform_wrapper select, 
.gform_wrapper textarea {
	color:#002942!important;
}

.gform_wrapper .gform_footer input[type=submit] {
	float: right;
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 18.57px;
	padding: 12px 28px;
	background-color: #ecac00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: #E18A00 solid 4px;
	font-weight: bold;
}

.gform_wrapper .gfield_description {
	font-size: 0.85em;
}

input.text:focus, 
input.title:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
	border-color: #ecac00 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}