/* 
 Theme Name:     Skyline Indie Film Fest
 Author:         Web Strategies
 Author URI:     https://webstrategies.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*Keri - gravity forms submission button*/
body .gform_wrapper .gform_footer input[type=submit] {
    height: 40px !important;
    color: white !important;
    background: #006893 !important;
    border: none !important;
    border-radius: 2px !important;
    min-width: 100px !important; 
	font-weight: 700 !important;
}

/*Keri - gravity forms submission button on hover*/
body .gform_wrapper .gform_footer input:hover[type=submit] {
 background: #fff !important;
    color: #006893 !important;
	border: #006893 solid 1px !important;
}