@media print {
	.night-switch-menu, .mobile-menu {
		display: none !important;
	}

	.site-primary {
		margin-top: 20px;
	}

	.post.single .entry-header .entry-title {
		margin-top: 10px;
	}

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

	.entry-content img {
		width: 80%;
		margin: 0 auto;
	}

	.related-posts, .comments-area, .post-sidebar-mobile, #zm-n-l, #footer, .author-box, .entry-footer, #header, #sidebar {
		display: none !important;
	}

	.maincont {
		max-width: 100%;
	}

	.entry-thumb {
		text-align: center;
	}

	main {
		padding-bottom: 0 !important;
	}

	.print-only {
		display: block !important;
	}

	#site-logo {
		width: 200px !important; 
	}

	.uk-width-1-4\@m {
		display: none !important;
	}

	#onesignal-bell-container {
		display: none !important;
	}

	#onesignal-slidedown-container {
		display: none !important;
	}
	
	#cookies-information {
		display: none !important;
	}
}
