


/***  QUERY  ***/

.post-cols .post-link .post-meta {
	margin-top: -0.75em;
}

.post-cols .post-date {
	color: var(--wp--custom--dark--3);
}

.post-cols .post-cats {
	position: absolute;
	top: 30px;
	left: 30px;
}

.post-cols .post-cat {
	display: inline-block;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.5);
	border-radius: var(--wp--custom--radius--sm);
	color: white;
}



/***  SINGLE  ***/

.single-post .main-boxed .container {max-width: 900px;}



/***  POST NAV  ***/

.post-nav {padding-top: var(--wp--custom--spacer--lg);}

.post-nav .cols {align-items: center;}