/*
 Theme Name:   Ionmoon
 Theme URI:    http://ionmoon.nl/
 Description:  Divi Child Theme
 Author:       Ionmoon
 Author URI:   http://ionmoon.nl
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

#gform_submit_button_1 {
	font-size: 18px;
	font-weight: 700;
	font-family: Poppins;
    border-radius: 2px;
	border-color: #ff5000 !important;
    padding: .4em 1em;
    border: 1px solid;
    background-color: #ff5000;
	color: #fff;
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h2.gform_title {
    font-family: Poppins;
	font-weight: 700;
	font-size: 25px!important;
	color: #222;
	}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h3.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
	font-size: 25px!important;
	color: #222;
	
	padding-top: 5vw;
	}
.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description, .gform_wrapper.gravity-theme .gfield_consent_description {
    border: 1px solid rgb(85 85 85);
    border-radius: 6px;
    font-size: 15px;
    margin-top: 1vw;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px -14px;
    width: 100%;
}
legend.gfield_label gform-field-label gfield_label_before_complex .gform_wrapper.gravity-theme .gfield_error legend {
Font-size: 22px;
Color: #222;
Font-weight: 700;
}

#gform_submit_button_2 {
	font-size: 18px;
	font-weight: 700;
	font-family: Poppins;
    border-radius: 2px;
	border-color: #ff5000 !important;
    padding: .4em 1em;
    border: 1px solid;
    background-color: #ff5000;
	color: #fff;
}