body{background-color: #ffffff}

.wp-block-latest-posts__post-author{font-size: 1.6rem}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	display: inline-block;
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
	display: inline-block;
}

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #ffffff;
}

.opacity-80{
	opacity: 0;
}

	body:not(.singular) main > article:first-of-type {
		padding: 0;
	}

.is-style-wide{display: none}

.image-filters-enabled .site-header.featured-image .site-featured-image:after {
    background: #883831;
    opacity: .9;
    z-index: 3;
}

.site-header{padding: 0 0 2em 0}
.site-header.featured-image .site-featured-image .entry-header .entry-title:before {
    background: #fff;
	display: none;
}

.entry-header H1{text-align: center;}

@media only screen and (min-width: 768px){
	.site-header.featured-image {
		min-height: 70vh;
		margin-bottom: 3rem;
	}
	
	.entry .entry-content, .entry .entry-summary {
    max-width: 64%;
    margin: 0 17%;
    padding: 0 60px;
	}
}