/*
	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; }
	
	.footer_container,
	.sidebar_container .sidenav,
	.header-section .section-main-nav,
	.top .logo,
	.blogWidget,
	.contentRender_name_plugins_collections_template_custom_header_slideshow_homepage,
	.sidebar_container { display:none !important; }


	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}
}
