<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 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 **********/

a.et_pb_button:after {
    transition: all 0ms ease 0ms !important;
}
.hvr-shadow{
transition: box-shadow .3s, transform .3s !important;
}

.hvr-shadow:hover{
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px !important;
    transform: translateY(-6px);
}
/**** Reverse Columns on Mobile ****/

@media screen and ( max-width: 980px ) {
.reverse {
display: flex;
flex-direction: column-reverse;
}
}
</pre></body></html>