/*
	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; }
	
	.sidebar_container,
	.header_container,
	.footer_container,
	.slideshow_container,
	.contentRender_name_plugins_collections_template_custom_imageboxmap,
	.custom_slider.featured_events,
	.custom_slider.highlights,
	.custom_slider,
	.iBox,
	.addthis_button_compact,
	.rssLink,
	.blogPost img,
	.blogPost .footer,
	.blogPost .postActions,
	.blogPost .shareButtons,
	.blogContainer .postSqueeze .primaryImg,
	.blogContainer .blogPost:after, .blogContainer .blogPost:before,
	.eventsFormContainer,
	.filterOptions,
	.eventOverview .event-gallery,
	.gMapContainer,
	.back-btn,
	.listingLayout.themedButton,
	.detailGallery.mediaGallery,
	.listing-detail .detailPanes .tabs,
	.mapTabs,
	#listingSearch,
	.searchTools.emptyButton,
	.listingContainerFoot,
	.couponDetailContainer .trip-link,
	.couponDetailContainer .slider,
	.couponDetailContainer .offer-listings,
	.widget-bottom-arrow,
	.addthis_sharing_toolbox,
	.couponFilterContainer,
	.discoveriesWrapper{display: none!important;}

	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

}