@import url(https://fast.fonts.net/cssapi/c5bacbef-9e00-484f-9694-75f1438de6fa.css);
body {
	font-family: 'Neue Helvetica W04';
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Neue Helvetica W04';
}
html {
	height: 100%;
}
body, #page {
	min-height: 100%;
	height: 100%;
}
html, #page {
	display: flex;
	flex-direction: column;
}
header, footer {
	flex: none;
}
#content {
	flex: auto;
}
.site-branding img.custom-logo {
	max-height: 180px;
}
.site-title a {
	font-family: inherit;
}
footer * {
	font-size: 12px !important;
}
.site-info {
	background-color: inherit;
}
.main-navigation {
	margin-bottom: 30px;
}
.main-navigation a {
	font-family: 'Neue Helvetica W04';
	font-weight: 700 !important;
}
#custom-header {
	display: none;
}
header.page-header {
	margin-bottom: 10px;
}
#content .wrapper {
	max-width: 1020px;
}
.entry-title {
	font-family: 'Neue Helvetica W04';
	font-size: 36px;
	font-weight: 500;
	text-transform: none;
}
.single .entry-content h2, h3 {
	margin-bottom: 8px;
	font-size: 24px;
	font-weight: 400;
}
.single .entry-content {
	font-family: 'Neue Helvetica W04';
	font-size: 16px;
	font-weight: 300;
	counter-reset: figure;
}
.single .entry-content p {
	margin: 8px 0;
	text-align: justify;
}
.single .entry-content p:first-child {
	font-weight: 500;
}
.comments-title {
	font-size: 22px;
}
.comment-meta .url, .comment-meta .fn {
	font-size: 16px;
}
figure {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
figcaption {
	font-style: italic;
	text-align: center;
}
.wp-block-image figcaption {
	color: inherit;
	font-size: inherit;
}
.numbered-figure figcaption {
	counter-increment: figure;
}
.numbered-figure figcaption:before {
	content: 'Fig. ' counter(figure) '. ';
	font-weight: 500;
	font-style: italic;
}
#recent-posts article {
	margin-bottom: 1.5em;
}
#recent-posts .entry-content {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
	height: 120px;
	overflow: hidden;
}
#recent-posts .entry-meta {
	display: none;
}
#recent-posts .featured-image {
	text-align: center;
}
#recent-posts .featured-image img {
	width: auto;
	height: 300px;
}
.blog-posts-wrapper .entry-title {
	font-size: 22px;
	line-height: 30px;
	height: 60px;
}
.blog-posts-wrapper article .entry-container {
	padding-top: 30px;
}
.blog-posts-wrapper .entry-content {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	height: 108px;
	text-align: justify;
	overflow: hidden;
	position: relative;
}
.blog-posts-wrapper .entry-content::after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	height: 18px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.blog-posts-wrapper .entry-content p {
	margin: 0;
}
.blog-posts-wrapper .featured-image {
	text-align: center;
}
.blog-posts-wrapper .featured-image img {
	width: auto;
	height: 200px;
}
@media screen and (max-width: 1080px) {
	.hide-narrow {
		display: none !important;
	}
}