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

/* 
* Gravityforms contact and quote forms
*/

/* Main elements */
.gfield_label {
    font-size: 17px !important;
}

.gform-field-label.gform-field-label--type-sub {
    font-size: 15px !important;
}

input:focus, input:active, textarea:focus, textarea:active {
    border: 1px solid #337d58 !important;
    box-shadow: 0px 0px 5px 0px #337d58 !important;
}

/* Change checkbox color */
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    color: #337d58 !important;
}
/* Change radio color */
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    background-color: #337d58 !important;
}

/* Submit button */

#gform_submit_button_1, #gform_submit_button_2 {
    background-color: #337d58;
    border: 2px solid transparent;
    border-radius: 0px;
    color: #FFFFFF!important;
    font-size: 17px;
    padding: .3em 1em!important;
    transition: all 300ms ease 0ms;
}

#gform_submit_button_1:hover, #gform_submit_button_2:hover {
    cursor: pointer;
    border-radius: 50px;
}