
/* Set page size to A4 */
@page {
	size: 8.5in 11in;
	margin: 2cm;
}

/* Printable web page styling */
@media print {
	.print-logo {
		display: flex !important;
		justify-content: center;
	}
	
	/* Print Page header footer removal */
	
	/*#header:first{display: block}*/
	#header, #Footer, .request-demo, .single .cta-buttons {
		display: none;
	}
	
	.main-content, p {
		page-break-inside: auto;
	}
	
	body {
		color: #000;
	}
	
	#page-header-wrap, #page-header-wrap .hentry {
		height: 300px !important;
	}
	
	#submenu {
		display: none;
	}
	
	.post-area .filter-bar {
		display: none;
	}
	
	header#top .span_9 {
		display: none;
	}
	
	nav ul.buttons, .nectar-post-social-wrapper, .nectar-social-sharing-fixed, .blog_next_prev_buttons, .related-post-wrap, .comments-section, .post-tags, #slide-out-widget-area-bg, #footer-outer, #to-top, #was-this-helpful, #related, #sidebar, #author-bio {
		display: none;
	}
	
	#header-space, #header-outer {
		display: none;
	}
	
	/*#header-outer*/
	.inner-wrap a, .inner-wrap h1, span, .subtitle {
		color: black !important;
	}
	
	/*Media Masonry to list view*/
	.media {
		display: none;
	}
	
	.masonry-blog-item {
		width: 100% !important;
		text-align: left;
	}
	
	.masonry-blog-item .post-content {
		max-height: 200px !important;
	}
	
	.link-inner, .link-inner p {
		text-align: left !important;
	}
	
	.aligncenter {
		margin: 0px;
	}
}
