/* Author:
Red Hawk Solutions
*/
//This controls the label for the search form
$(function(){
	$('.form-search label, .wpcf7-form label, .block-signup form label').inFieldLabels({
		fadeOpacity: 0.5,
		fadeDuration: 200,
		labelClass: 'infield'
	});
});
