body.archive header.premium {
	background: #603b20;
}

main .top-hero {
	width: 100vw;
	position: absolute;
	height: calc(100vw * 9 / 16);
	overflow-y: hidden;
}

main .top-hero img {
	width: 100%;
}

main .content {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 3%;
	font-family: 'ET Text', sans-serif;
}

main .content .cat-logo {
	padding-bottom: 3vw;
}

main .content .cat-logo img {
	max-width: 100%;
}

main .content .cat-info {
	width: 50%;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 1vw;
}

.content .cat-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 60px;
	justify-content: flex-start;
	padding-top: 15vw;
}

.content .cat-list .mag {
	width: 18%;
	max-width: 200px;
}

.main_content .info {
	width: 100%;
	max-width: 380px;
	margin-top: 90px;
	margin-bottom: 150px;
	color: #fff;
	line-height: 1;
}
.info .title {
	font-size: 94px;
	font-family: 'Source Serif', sans-serif;
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	line-height: 87px;
	margin-bottom: 25px;
	color: #fff;
}
.info .desc {
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	line-height: 27px;
}
.other_categories {
	position: fixed;
	right: 0;
	top: 36%;
}
.other_categories .one_category {
	width: 130px;
	height: 66px;
	border: 1px solid #fff;
	margin-bottom: 8px;
	display: table;
}
.one_category .container {
	height: 100%;
	overflow-wrap: break-word;
	padding: 10px 8px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Source Serif', sans-serif;
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 17px;
	line-height: 15px;
}
.one_category .container a {
	color: #000;
}
.main_content .latest_issues {
	margin: auto;
	border-radius: 5px;
	background-color: #ead5c1;
	width: 100%;
	max-width: 1000px;
	padding: 10px 42px 10px 64px;
}
.main_content .latest_issues .section_title_container {
	display: flex;
	margin-top: 10px;
	margin-bottom: 27px;
	width: 96%;
}
.main_content .latest_issues .section_title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: 'Source Serif', sans-serif;
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 19px;
	color: #000;
}
.edition_list {
	display: inline-block;
	width: 100%;
}
.one_issue_container {
	float: left;
	width: 16.6%;
	max-width: 145px;
	border-bottom: 1px dotted #a5734d;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.one_issue {
	margin-right: 22px;
	text-align: left;
	height: 240px;
	max-height: 240px;
	overflow-y: hidden;
	display: inline-table;
	font-size: 0;
}
.one_issue .date_badge {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #6a300f;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	display: inline-block;
	line-height: 15px;
	padding: 1px 6px 0 7px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.one_issue .thumbnail {
	display: inline-block;
	position: relative;
}
.one_issue .thumbnail img {
	max-width: 100%;
	height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.one_issue .title {
	display: block;
	margin-top: 5px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 16px;
	line-height: 19px;
}
.one_issue .title a {
	color: #000;
}
.first_load, .load_more_editions {
	display: inline-block;
}
#editions_load_more {
	display: none;
}
@media screen and (max-width: 1000px){
	.main_content .latest_issues {
		max-width: 1000px;
		padding: 10px 48px 10px 70px;
	}
	.one_issue_container {
		width: 20%;
		max-width: 20%;
	}
}
@media screen and (max-width: 769px){
	.main_content .latest_issues {
		max-width: 100%;
		padding: 10px 20px 10px 42px;
	}
	.one_issue_container {
		width: 24.3%;
		max-width: 24.3%;
		vertical-align: top;
	}
	.one_issue {
		margin-right: 25px;
		display: inline-block;
		height: 233px;
		max-height: 100%;
		vertical-align: super;
	}
	.one_issue .title {
		margin-top: 9px;
	}
}
@media screen and (max-width: 500px){
	.main_content .latest_issues {
		max-width: 100%;
		padding: 10px 20px 10px 42px;
	}
	.one_issue_container {
		width: 50%;
		max-width: 50%;
	}
}