.showonprint
{
	display: none;
}

@media print
{    
	#mobile-menu-modal,
	#search-modal,
	#floating,
	#header,
	#single_hero,
	#footer,
	#post_sidebar,
	.authors,
	.related-posts,
	.youtube,
	.podcast
	
	{
		display: none !important;
	}
	.showonprint{
		display: block!important;
	}
	img.showonprint {
		height: 50px;
		width: 162px;
		display: block!important;

		
	}
}