/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2024 | 02:10:54 */
.nf-field-label , .nf-form-content label, .nf-field-label .nf-label-span{
	color:#11151c;
	font-family: itc-avant-garde-gothic-pro;
font-size: 19px!important;
font-style: normal;
font-weight: 500!important;
line-height: 24px!important;
}

.nf-field-element label{
	color:#11151c;
	font-weight: 300!important;
}

.nf-form-fields-required{
	display:none;
}

.nf-field-element input{
	border-radius: 5px!important;
	border: 2px solid #000!important;
	height: 60px;!important;
	background:transparent!important;
	color:#11151c!important;
}

.nf-form-content textarea {
	border-radius: 5px!important;
	border: 2px solid #000!important;
background:transparent!important;
	color:#11151c!important;
}

.listradio-wrap .nf-field-element label:after{
	border: 2px solid #000!important;
background:transparent!important;
	width:30px;
	height:30px;
}



.nf-form-content input[type=submit]{
	cursor:pointer;
}
.nf-form-content input[type=submit]:hover{
	color:#eee2df!important;
	background-color:#e3000f!important;
	border: 2px solid #e3000f!important;
}