.logo-impressao { display:none !important; }
@media print {
	#wrapper,
	.page-header,
	aside.sidebar,
	.single-related-posts,
	.bloco-newsletter,
	.box-acaopostagem,
	.bloco-compartilhamento,
	.rdstation-popup,
	.footer {
		display:none !important;
	}
	.logo-impressao { display:block !important;float:right; }
}