.category-blog .content-sidebar-wrap,
.single.single-post .content-sidebar-wrap {
	width: 100%;
}
.category-blog .sidebar-secondary,
.single.single-post .sidebar-secondary {
	display: none;
}
.category-blog .archive-description {
	display: none;
}
.post .entry-title {
	text-align: left;
}
.post .entry-header {
    position: static;
}
.post p.entry-meta {
    text-align: left;
}
.featured-content.featuredpost article {
	position: relative;
}
.featured-content.featuredpost .entry-header {
	position: static;
}
.featured-content.featuredpost article > a {
	width: 100%;
}
.featured-content.featuredpost article > a img {
	width: 100%;
	height: auto;
}
.featured-content.featuredpost .more-link {
	position: absolute;
	bottom: 10px;
	left: 0;
}
.taxonomy-archive-description {
	display: none;
}
@media (min-width: 480px) {
	.featured-content.featuredpost article {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	.featured-content.featuredpost article:nth-child(3n) {
		margin-right: 0;
	}
}