/*
Custom Styles for Gravity Forms
*/

.gform_wrapper .gform-custom .top_label .gfield_label {
	margin-bottom: 10px !important;
}

.gform-custom input::placeholder {
	color: #d2d2d2;
	font-style: italic;
	font-size: 14px;
}

.gform_wrapper .gform-custom .gfield_description {
	font-size: 14px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.gform_wrapper .gform-custom .gsection {
	border-bottom: none;
	display: hidden;
}

.gform_wrapper .gform-custom .gsection h3 {
	margin-bottom: 0px;
}

.gform_wrapper .gform-custom .button {
	background-color: #941114 !important;
	padding: 15px 30px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: 24px !important;
}

.gform_wrapper .gform-custom .button:hover {
	background-color: #7a1619 !important;
}