jQuery(document).ready(function($){

	/*$('.wpcf7-file').wrap('<div class="file-wrap"</div>');
	$('.file-wrap').before('<div id="file-info"></div>');

	$('.wpcf7-file').change(function(){
		$(this).prev().html($(this).val());
	});*/

})
