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

/********** Gravity Forms Style **********/

/**** Button Styles ****/

body .gform_wrapper .gform_footer input[type=submit] {
    background-color: #458caa;
    border-color: white;
    color: white;

}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #458caa;
    border-color: white;
    color: white;

}

/**** Make Mobile Button Full Width ****/

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	width:auto!important;
}


/********** End Gravity Forms Styles **********/


/**** Reverse Columns on Mobile ****/

@media screen and ( max-width: 980px ) {
.reverse {
display: flex;
flex-direction: column-reverse;
}
}
