.archive-description, .author-box {
    margin-bottom: 0;
}

/* TAXONOMY FEATURES */
.taxonomy_features {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px;
}
.taxonomy_features h1 {
	margin: 20px 0 40px 15px;
	text-align: left;
}
.taxonomy_features .tax_post {
	float: left;
	width: 33%;
	padding: 0 15px;
	text-align: left;
}
.taxonomy_features .byline, 
.taxonomy_features .comments {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.taxonomy_features .byline i, 
.taxonomy_features .comments i {
	margin-right: 6px;
}
.taxonomy_features .comments a {
	color: #666;
	text-decoration: none;
}
.taxonomy_features .comments a:hover {
	text-decoration: underline;
}
.taxonomy_features .tax_post img {
	width: 400px;
	height: 350px;
	object-fit: cover;
	cursor: pointer;
}
.taxonomy_features h3 {
	margin: 15px 0 15px 0;
	padding-right: 10px;
}
.taxonomy_features h3 a {
	color: #000;
	text-decoration: none;
}
.taxonomy_features h3 a:hover {
	text-decoration: underline;
}
.taxonomy_features .excerpt {
	margin: 10px 0 0 0;
}
.taxonomy_features p {
	padding-right: 10px;
}
.hard_rule {
	margin: 0 50px;
	border-top: 5px solid #000;
}

/* RESPONSIVE */
@media only screen and (max-width: 800px) {
	.taxonomy_features {
		margin: 20px;
		padding: 0
	}
}
@media only screen and (max-width: 600px) {
	.taxonomy_features {
		text-align: center;
	}
	.taxonomy_features .tax_post {
		width: 100%;
		padding: 0 0 15px 0;
		text-align: center;
	}
}