/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/
@media print {
	size: letter landscape;
	@page { margin: 0.5cm; }
	
	.header_container,
	.footer_container,
	.slideshow_container,
	.custom_slider,
	.custom_imagebox,
	.socialWrapper,
	.rssLink,
	.content-left,
	.listings .search-container,
	.left-nav.tabs.vertical,
	.sharedPagerContainer,
	.sharedBackButton,
	.mapTabs,
	.eventsFormContainer,
	.eventPagerTop,
	.couponFilterContainer,
	.couponsTop,
	.couponsBottom,
	.couponDetailContainer .topButtons,
	.gMapContainer,
	.search_results .searchBox,
	.search_results .search_results_filters,
	.search_results .search_results_above,
	.search_results .search_results_pagination,
	.blogContainer .footer,
	.blogContainer .blogSearchForm,
	.blogContainer .pagingButtons,
	.blogContainer .postActions,
	.blogContainer .downloadDocument,
	.blogContainer .postComments,
	.blogContainer img,
	.mediaGallery .slick-prev, 
	.mediaGallery .slick-next {display: none!important;}

	.couponContainer ul.offersul li,
	.listings ul.listingul li { width: 50%;}
	.shared-detail .detailPanes > .tabs-content{padding-left: 0; margin-left: 0;}
	.large-block-grid-3 > li:nth-of-type(3n+1) {clear: none;}
	.large-block-grid-3 > li:nth-of-type(2n+1) {clear: both;}

	.shared-layout .item .detail-c1 {display: none;}
	.large-block-grid-3 > li {width: 100%;}


	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

}