/* 
 Theme Name:   Agrra.org Divi Child Theme
 Theme URI:    
 Description:  Child theme with customizations for Gravityforms and other tools built in
 Author:       Website Administrator AGRRA
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* - Modifications to buttons on a global level for Gravity Forms - JB 11-2022 */
.gform-button {
	color: #ffffff;
	border-width: 0px;
	border-radius: 8px;
	padding: 8px 15px;
	font-family: 'Proxima Nova Regular',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #fb7f51;
}

.gform-button:hover {
	background-color: #f94f11;
}
/* For some reason there's both a - and _ class for these buttons? */
.gform_button {
	color: #ffffff;
	border-width: 0px;
	border-radius: 8px;
	padding: 8px 15px;
	font-family: 'Proxima Nova Regular',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #fb7f51;
}

.gform_button:hover {
	background-color: #f94f11;
}

/* - End Modifications to buttons */