.single-post .post-dates {
	margin: 0 0 16px;
	padding: 0;
	color: #383838;
	font-family: "Maven Pro", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.single-post .post-dates time {
	color: #212121;
}

@media (min-width: 768px) {
	.single-post .post-dates {
		font-size: 18px;
	}
}

@media (min-width: 1000px) {
	.single-post .post-dates {
		margin-bottom: 20px;
	}
}
