/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* Gravity Forms basic styling */
#et-boc .wtfy-form .gform_fields {
	row-gap: 20px;
}

#et-boc .wtfy-form input[type="submit"],
#et-boc .wtfy-form button,
#et-boc .wtfy-form .gform_next_button {
	background-color: #ffffff !important;
	color: #000000 !important;
}

#et-boc .wtfy-form .gform_next_button {
	border: 1px solid #000000 !important;
	color: #000000 !important;
}

#et-boc .wtfy-form input,
#et-boc .wtfy-form select,
#et-boc .wtfy-form textarea {
	border: 1px solid #ffffff !important;
	border-radius: 5px !important;
}

#et-boc .wtfy-form input:focus,
#et-boc .wtfy-form select:focus,
#et-boc .wtfy-form button:focus,
#et-boc .wtfy-form textarea:focus {
	border-color: #0a0a0a !important;
	box-shadow: 0 0 0 3px #e6e6e6 !important;
	outline: none !important;
}

#et-boc .gform_drop_area:before {
	color: #000000;
}

/* Error validation message */
#et-boc .gform_validation_errors {
	margin-bottom: 18px;
	padding: 20px 24px;
	outline: none !important;
}

#et-boc .gform_submission_error {
	padding-bottom: 0;
}

.wtfy-form .gform-loader {
	border-top: 3px solid #0a0a0a;
	border-right: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	border-left: 3px solid #e6e6e6;
}

.grecaptcha-badge { 
	visibility: hidden !important;
}