
.archive .avatar {
	display: none;
}

.archive .page-header {
	margin-bottom: 0px;
}

.archive #primary {
	max-width: 100vw;
	width: 100%;
}

.archive .category-sidebar-ad {
	margin-bottom: 10px;
	position: sticky;
	top: 200px;
}

.archive .site-main-wrapper {
	width: 100%;
	display: flex;
	/*flex-wrap: nowrap;*/
	justify-content: center;
}

.archive .site-breadcrumb,
.single-post .site-breadcrumb,
.category .page-subtitle {
	display: none;
}

.archive .site-main {
	max-width: 65vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.archive .site-main .category-mid-ad {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.archive .entry:first-of-type, .blog .entry:first-of-type {
	margin-top: 10px;
}

.archive article.type-post,
.archive article.type-podcast,
.archive.tax-issuem_issue article.type-article {
	display: inline-block;
	width: 30%;
	min-width: 250px;
	margin: 10px;
}

.archive article.type-post .entry-header,
.archive article.type-podcast .entry-header,
.archive.tax-issuem_issue article.type-article .entry-header {
	text-align: left;
	font-size: 0.8rem;
}

.archive article.type-post .cat-links,
.archive article.type-podcast .cat-links,
.archive.tax-issuem_issue article.type-article .cat-links {
	display: block;
	margin-bottom: 5px;
	font-size: 0.7rem;
}

.archive article.type-post .entry-meta,
.archive article.type-podcast .entry-meta,
.archive.tax-issuem_issue article.type-article .entry-meta {
	text-align: left;
	font-size: 0.7rem;
}

.archive article.type-post figure,
.archive article.type-podcast figure,
.archive.tax-issuem_issue article.type-article figure {
	max-width: 100% !important;
	margin-bottom: 5px !important;
}
