body.edition {
	font-family: 'ET Text', sans-serif;
}

header.premium {
	display: block;
	height: 40px;
	max-width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}

body.edition header.premium .logo img {
	width: 162px;
	position: relative;
	top: 9px;
}

header.premium .align_center {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

header.premium .logo {
	width: 162px;
}

header.premium #login_wrapper iframe {
	width: 270px;
}

body.edition header.premium #login_wrapper .ep_user {
	font-family: 'Roboto', sans-serif;
	max-width: 100px;
}

header.premium .align_center .navi {
	line-height: 20px;
	max-width: calc(100% - 450px);
	margin-top: 10px;
	width: 100%;
}

header.premium .align_center .navi .menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

header.premium .navi ul.menu>li {
	display: inline-block;
	min-width: 125px;
	width: 22%;
	text-align: right;
}

header.premium li.has_dropdown>a:after {
	content: "";
	position: relative;
	top: 14px;
	left: 5px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #262626;
}

header.premium li.has_dropdown:hover ul.dropdown {
	display: block;
}

ul.dropdown {
	width: 165px;
	text-align: left;
	background: #ffffff;
	position: relative;
	top: 9px;
	padding: 10px 10px;
	display: none;
	z-index: 10;
	margin-left: 65px;
}

ul.dropdown.infographic {
	margin-left: 32px;
}

header.premium .navi ul.menu>li a {
	color: #262626;
	font-size: 17px;
}

header.premium .navi ul.menu>li a:hover {
	color: #0085E7;
}

header.premium .navi ul.menu>li .current {
	color: #0085E7;
}

header.premium .navi ul.dropdown li {
	list-style-type: none;
	padding-bottom: 15px;
}

header.premium .navi ul.dropdown li a {
	color: #271b11
}

header.premium .navi ul.dropdown li a:hover {
	color: #0085E7;
}

header.premium .subs_login {
	display: inline-block;
}

header.premium .subs_login .anonymous {
	display: none;
}

header.premium .subs_login .beta {
	display: inline-block;
	font-size: 16px;
	line-height: 27px;
	border: 1px solid #f8d5b7;
	border-radius: 4px;
	color: #f8d5b7;
	padding: 0 18px;
	position: absolute;
	top: 8px;
	right: 20px;
}

header.premium .subs_login .subscribe {
	background: #f8d5b7;
	border-radius: 3px;
	width: 114px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	top: -1px;
}

header.premium .subs_login .subscribe a, header.premium .subs_login .subscribe a:visited {
	color: #000;
}

header.premium .subs_login .login a, header.premium .subs_login .login a:visited
	{
	font-size: 16px;
	color: #f8d5b7;
	padding-left: 18px;
}

header.premium .subs_login .after_login {
	color: #f8d5b7;
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 30px;
	position: relative;
}

#user_wrapper .user_name:after {
	top: 20px;
	border-color: #f8d5b7 transparent transparent transparent;
}

#user_wrapper ul {
	top: 47px;
	right: 0;
	background: #fff;
}

#user_wrapper ul a {
	color: #271b11;
}

.mag {
	display: flex;
	flex-direction: column;
	text-align: left;
	color: #4E452B;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #82775B;
}
.mag img {
	max-width: 100%;
	display: block;
}

.mag .date {
	color: #82775B;
	font-size: 16px;
	font-weight: 500;
}

.mag .txt {
	padding: 10px;
	display: flex;
	flex-direction: column;
	overflow-wrap: anywhere;
	background-color: #fff;
	height: 145px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

.mag .bdr {
	border-top: 1px solid #82775B;
}

.eet_video_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 10px;
	left: 10px;
	background-image: url(/assets/themes/eet/images/EET_Play_Button_big.svg);
	background-size: cover;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 56px 0 94px;
	clear: both;
}

.pagination .page-numbers {
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}

.edition-footer {
	display: block;
	background-color: #4E3423;
	font-family: 'Roboto', sans-serif;
}

.edition-footer a,
.edition-footer a:visited {
	color: #ECE4C8;
	text-decoration: none;
}

.edition-footer .align-center {
	max-width: 1260px;
	margin: 0 auto;
	text-align: center;
}

.edition-footer .align-center .content {
	width: 100%;
	padding: 5%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 10%;
}

.edition-footer .content .logo img {
	max-width: 242px;
}

.edition-footer .section .content .menu {
	width: 70%;
	color: #ECE4C8;
}

.edition-footer .content .menu .row {
	padding-bottom: 25px;
}

.edition-footer .content .heading {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}

.edition-footer .content .items {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 25%;
}

.edition-footer .content .items .col {
	width: 26%;
}

.edition-footer .content .item {
	font-size: 20px;
	text-align: left;
	font-weight: 325;
}

.edition-footer .align-center .sep-line {
	width: 100%;
	border-top: 1px solid #ECE4C8;
	text-align: center;
}

.edition-footer .align-center .eet-logo img {
	max-width: 315px;
	padding-top: 4vw;
	padding-bottom: 2vw;
}

.edition-footer .copy-right {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0em;
	color: #ECE4C8;
	padding-bottom: 4vw;
}

@media screen and ( max-width: 1028px ) {
	header.premium .logo {
		display: none;
	}
	header.premium .align_center .navi {
		max-width: 600px;
	}
	.main_container .slick-prev,
	.main_container .slick-next {
		display: none !important;
	}
}