/*
 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
*/

/* =Theme customization starts here
------------------------------------------------------- */

.gform_required_legend {
	display: none;
}

body .gform_wrapper .gform_footer input[type=submit] {
    background: #004845 !important;
	padding: 12px 25px !important;
	font-weight: bold !important;
}

body .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: none !important;
	border-color: transparent !important;
}

.gform_confirmation_message {
    background: #004845 !important;
    color: white !important;
    padding: 25px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}