// custom gravity forms error message
jQuery(document).ready(
	function() {
		jQuery("#gform_1 .validation_error").html("<p>Oh oh... That's not good. You need to fill in the required fields to contact us.</p>");
	}
);
