@media print {
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
	}
	
	a[href]:after {
		content: none !important;
	}
	
	#mobilemenu,
	#header,
	#footer,
	#back-top,
	.widget_nav_menu,
	form{
		display:none;
	}
	
	
	#home-banner{
		display:none;
	}
	
	.page-template-template-sale h1,
	.page-template-template-rent h1,
	.single-property  h1,
	.advanced-search{
		display:none;
	}
	
	.prop-list{
		margin-bottom: 20pt;
	}
	.prop-list .item{
		margin-bottom: 10pt;
	}
	.prop-list .item .image-wrapper,
	.prop-list .item .contact-agent,
	.prop-list .item .prop-features,
	.prop-list .item .link{
		display:none;
	}
	
	.single-property .banner-wrapper,
	.single-property .prop-features{
		display:none;
	}
	
	
}