@media print {
	#preheader,
	#masthead,
	.breadcrumbs,
	.post-term-icon,
	.addthis_inline_share_toolbox,
	.entry-content img,
	.entry-content iframe,
	.entry-footer,
	#comments,
	#colophon,
	#postfooter,
	.back-to-top {
		display: none !important;
	}
	.entry-header {
		margin-bottom: 0 !important;
	}
	.entry-header:before {
		content: url('../img/print-logo.png');
		display: block;
		margin-bottom: 30px;
	}
	.block.general_copy {
		margin-top: 0 !important;
	}
}
