.label-left .nf-field-label{
	width: 20% !important;
}
.label-left .nf-field-element{
	width: 80% !important;
}
.label-left .nf-field-label label{
	font-family: 'Arial', sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 14px !important;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea{
	padding: 0 15px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    background-color: #ffffff !important;
	margin-bottom: 0 !important;
}	
.label-left .nf-after-field{
	padding-bottom: 15px !important;	
}

.field-wprap input[type="submit"], .field-wrap input[type="button"], .field-wrap button{
padding:8px !important;
padding-left:16px !important;
padding-right:16px !important;
background-color:#13C0DF !important;
color:#fff;
border:none !important;
}

.field-wprap input[type="submit"]:hover, .field-wrap input[type="button"]:hover, .field-wrap button:hover{
background: #13C0DF url(/wp-content/themes/velocity/img/tiles/light20.png) repeat !important; color: #fff !important;
}

hr.ninja-forms-field{
	display: none;
}
	
@media screen and (min-width: 768px) and (max-width: 980px){
	.label-left .nf-field-label{
		width: 100% !important;
		text-align: left !important;
	}
	.label-left .nf-field-element{
		width: 100% !important;
	}	
}

@media screen and (max-width: 500px){
	.label-left .nf-field-label{
		width: 100% !important;
		text-align: left !important;
	}
	.label-left .nf-field-element{
		width: 100% !important;
	}	
}