/*
	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,
	footer,
	.breadcrumb-container,
	.homepage-slideshow,
	.discover,
	.featured-tiles,
	.featured-grid .item.featured img,
	.featured-footer:before,
	.custom_slider,
	.custom_imagebox,
	.custom_featured_offers,
	.custom_featured,
	.custom_featured_grid,
	.play-btn,
	.social-links,
	.rssLink,
	.leftColumn,
	.searchToolsContainer,
	.sharedPagerContainer,
	.sharedBackButton,
	.shared-filter,
	.shared-sort,	
	.listing-foot,
	.listing-detail .detailPanes .tabs,
	.listing-detail #tab-social,
	.mapTabs,
	.showGMap,
	.eventsFormContainer,
	.event-foot,
	.couponFilterContainer,
	.couponsTop,
	.offer-foot,
	.couponDetailContainer .topButtons,
	.gMapContainer,
	.search_results .resultForm,
	.search_results .search_results_filters,
	.search_results .search_results_above,
	.search_results .search_results_pagination,
	.widget_left_container iframe,
	.widget_right_container iframe,
	.blogContainer .blogSearchForm,
	.blogContainer .pagingButtons,
	.blogContainer .postActions,
	.blogContainer .downloadDocument,
	.blogContainer .postComments,
	.nearby,
	.showMoreContainer,
	.no-print {display: none!important;}

	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

}