@media print {

.site-header {
	position: static;
	}

.wrapper {
	padding:0;
	}

/* ONLY SHOW LOGO */
.site-header .site-header--inner {
	border-bottom:1px solid #ddd;
	padding:10px !important;
	margin-bottom: 30px;
	}

.site-header .logo {
	line-height: 40px;
	}

.site-header .logo img {
	max-width: 180px;
	}

.site-header .site-header--inner>*:not(.logo) {
	display: none;
	}

/* HIDE BODY PARTS */
body.single .site-footer,
.wrapper>*:not(.main),
section.more-articles,
.page-footer,
.single:not(.single-essay) .article-body--top,
.article-content .share-buttons,
.article-content .article-ending,
.article-meta--share-top {
	display: none;
	}

/* hide sidebar (not on essay) */
body.single:not(.single-essay) .article-body aside {
	display: none;
	}
/* only show relevant info on essay */
body.single-essay aside>div:not(:first-child),
.essay-replies {
	display: none;
	}

body.single .article-body .article-body--content,
body.single .article-body .col-9 {
	width:100%;
	}

.single .article-header h1 {
	font-size:2em;
	}

}