@media print { 
	.skip-link,
	.site-title .screen-reader-text,
	.site-header .page-title,
	.site-header .menu-toggle,
	.site-header .main-navigation,
	.site-header .right,
	.site-search,
	.site-footer,
	.secondary-navigation,
	.icon,
	svg.icon,
	.slick-arrow,
	.slick-dots,
	.share,
	.tab-nav,
	.video-bg,
	#video {
		display: none !important;
	}

	.sr .reveal { 
		visibility: visible !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.slide {
		opacity: 1 !important;
		position: static !important;
	}

	.site-title {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.icon-logo {
		width: 200px;
	}

	.site-content {
		margin: 0 5%;
	}

	.page-title {
		display: block;
		text-align: center;
		font-size: 30pt;
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
	.page-subtitle {
		text-align: center;
	}

	.single .entry-header {
		margin-bottom: 30px;
	}
}