/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: SAS Server Team
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 2.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */




/* bulleted-texts */
.bulleted-texts li {
	list-style-type: inherit !important;
}
/* bulleted-texts */

/* FORM */
.gform_wrapper input {
    border-radius: 6px!important;
}
.gform_wrapper input[type=submit] {
	box-shadow: 0px 0px 0px 4px rgba(0, 157, 219, 0.15)!important;
}

/* /FORM */

/* FONT */
@media (min-width:1280px) and (max-width:1366px){
    h1.et_pb_module_heading {
        font-size: 55px !important;
        line-height: 60px !important;
    }
}
@media (min-width:1367px) and (max-width:1440px){
	h1.et_pb_module_heading {
    	font-size: 62px !important;
		line-height: 65px !important;
	}
}
/* /FONT */