/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

/* Gform Buttons */
input[type="submit"].gform_button {
    background-color: #112337 !important;
	border-radius: 0 !important;
	font-weight: 600 !important;
}
input[type="submit"].gform_button:hover {
	background-color: #f7c811 !important;
}


.gform_fields {
    row-gap: 15px !important;
}
/* Gform Buttons END */