/*GRAVITY FORMS OVERRIDES*/
body .gform_wrapper {
	--gf-font-size-secondary: 18px !important;
}
body .gform_wrapper .gform_required_legend {
	display: none;
}
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
	font-family: 'Romy-Regular';
	font-size: 50px;
	margin-bottom: 0;
	line-height: 1.1;
}
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
		font-size: 20px;	
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice input:checked+label, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox input[type=checkbox]:checked+label {
	font-weight: 800;
	color: #A70E37;
	background-color: rgba(255, 255, 0, 0.3);
}
body .gform_wrapper .gform_body .gfield_label {
	font-size: 22px;
	font-weight: 600;
	color: #A70E37;
}
body .gform_wrapper .gform_body input, body .gform_wrapper .gform_body select, body .gform_wrapper .gform_body textarea {
	font-size: 18px;
}
body .gform_wrapper .gform_body span label, body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
	font-size: 16px;
	text-transform: uppercase;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	font-size: 22px;
	color: red;
}
body .gform_wrapper .gform_footer {
	margin-top:20px !important;
	margin-bottom:30px !important;		
}
body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #0d5d32 !important;
	border-radius: 5px !important;
	font-family: 'BPreplayRegular' !important;
	font-weight: bold !important;
	font-size: 18px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	transition-property:background-color !important;
		transition-duration:.2s !important;
		padding: 12px 20px !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #E33330 !important;
	transition-timing-function: ease-out !important;
}