#header-grid .row.row--wrapper::after,
#header-grid .row.row--wrapper::before,
.hfg-grid.nv-footer-content.hfg-grid-bottom.row--wrapper.row::after,
.hfg-grid.nv-footer-content.hfg-grid-bottom.row--wrapper.row::before {
	content: unset !important;
}

.void-post-grid .entry-title a {
	color: #eba91f !important;
	hyphens: auto !important;
}

.kompmw {
	max-width:150px !important;
}

body {
	background-color: #fff7f7 !important;
}

body.single-post pre {
	background-color: #edb53c;
	font-family: Muli, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.entry-meta {
	color: #0366d6 !important;
}

#wpfront-scroll-top-container {
	display: none !important;
}

.void-post-grid {
	display: grid;
	grid-template-columns: auto 1fr !important;
	gap: 2rem;
}

.void-post-grid.void-list .post-info {
	min-height: unset !important;
}

@media (max-width: 690px) {
	.void-post-grid {
		grid-template-columns: 1fr !important;
	}
}

.void-post-grid.void-list .post-img {
	float: unset !important;
	margin: 0 !important;
}

.blog-excerpt > p {
	display: inline;
}

.read-more > a {
	font-size: 16px;
	color: #0366d6;
}