@media print {
	body {
	  font-size: 0.875em;
		background-color: #FFF;
	}

	.a_header .logo img {
		padding-bottom: 30px;
	}

	.a_navi, .a_footer, .a_search, .latest-journal, .journal-viewer, .member-login .title-header, .gallery-wrapper,
	#cookie-notice, .cookie-status, .matomo-iframe,
	#respond {
		display: none;
	}

	.post-type-archive-journals .single-item {
		float: left;
	}

	.post-type-archive-journals .even {
	  float: right;
	}

	.single-custom-post-type .single-item-inner {
		width: 100%;
		float: none;
	}

	.a_content .post, .a_content .page, .a_content .attachment {
		margin-bottom: 30px;
	}

	.journal-list .title {
	  width: auto;
	}

	.home .page {
		mix-blend-mode: normal;
	}

	.home .post-content h1 {
	  font-size: 6.8em;
	}
}
