

/*--------------------------------------------------------------
	Posts general
--------------------------------------------------------------*/

.archive article h2,
.archive article h2:visited,
.archive article h2:focus,
.archive article h2:hover,
.archive article h2:active,
.archive article h2:focus {
	transition: all .2s;
}

.archive article h2 {
	margin-bottom: 0;
}

.archive article:first-of-type .section {
	padding-top: 80px;
}

.post-title,
.post-meta,
.post-content {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}