body {
	font-family: 'ET Text', sans-serif;
	background: url('/assets/themes/eet/images/editions/wood.jpeg');
	background-size: 100% auto;
}

body a {
	color: inherit;
	text-decoration: none;
}

body a:visited {
	color: inherit;
}

main .align_center {
	padding-top: 20px;
	padding-bottom: 100px;
}

main .align_center {
	padding-top: 20px;
	padding-bottom: 100px;
}

.mid_col .post_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

.main_content .upper_row .author,
.date_font {
	font-family: 'Roboto', sans-serif;
}

.edition .left_col {
	display: inline-block;
	background-color: #fff;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}

.edition .left_col .edition_name {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	height: 108px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.edition .left_col ul {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height: 100vh;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
}

.edition .left_col ul::-webkit-scrollbar, .edition.fold .left_col ul::-webkit-scrollbar {
	display: none;
}

.edition .left_col ul li {
	display: inline-block;
	float: left;
	padding: 0 20px;
}

.edition .left_col ul li.img-wrapper {
	padding: 0;
}

.edition .left_col ul li.img-wrapper img {
	max-width: 200px;
}

.edition .left_col ul li.date {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.800000011920929px;
	text-align: left;
	color: #82775B;
	border: none;
	padding-bottom: 10px;
}

.edition .left_col ul li.edition-name {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #4E452B;
	border: none;
	padding-bottom: 10px;
	margin-bottom: 15px;
	box-shadow: 0 10px 15px -15px #000;
}

.edition .left_col ul li.pdf {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	background-color: #A5734D;
	border: none;
	padding: 10px 0;
	width: 100%;
}

.edition .left_col ul li.label {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.8px;
	text-align: left;
	color: #82775B;
	border: none;
	padding-top: 10px;
}

.edition .left_col .table_of_content {
	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	padding-top: 66px;
	color: #A5734D;
}

.edition .left_col .from_editor {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	padding-top: 66px;
}

.edition .left_col li .index {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 60px;
	line-height: 70px;
}

.edition .left_col li {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #4E452B;
}

.edition .left_col li .title {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	margin-bottom: 20px;
}

.edition .left_col li.current {
	font-weight: bold;
	cursor: default;
}

.edition .left_col ul li.not-current:hover {
	cursor: pointer;
	background-color: #A5734D;
}

.edition .left_col ul li.not-current:hover .index,
.edition .left_col ul li.not-current:hover .title {
	color: #fff;
}

.edition.fold .left_col {
	width: 20%;
	max-width: 200px;
	padding: 0;
	height: 100vh;
}

.edition.fold.show_article {
	min-width: 950px;
}

.edition.fold .left_col .edition_name {
	display: none;
}

.edition.fold .left_col .table_of_content {
	padding-top: 40px;
	height: 180px;
	border-top: none;
	color: #A5734D;
}

.edition .mid_col {
	margin: 0 0 0 2.5%;
	padding: 0;
	justify-content: unset;
}

.edition .mid_col .menu {
	height: 50px;
	text-align: center;
}

.edition .mid_col .menu > a {
	display: none;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.edition .mid_col .menu.init > a {
	display: inline-block;
}

.edition .mid_col .menu > a:visited {
	color: #fff;
}

.edition .mid_col .menu > a:last-child {
	border-right: none;
}

.edition.fold.show_article .mid_col {
	display: inline-block;
	width: 65%;
	max-width: 750px;
	justify-content: unset;
	-webkit-transition: top 1.2s;
	transition: top 1.2s;
	border-top: none;
	overflow-y: scroll;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none;
	height: 100vh;
}

.edition .mid_col .edition_head {
	height: 75px;
	line-height: 75px;
	background-color: rgba(255, 255, 255, .85);
	text-align: center;
}

.mid_col .edition_head .previous {
	display: inline-block;
	float: left;
	width: 95px;
	background-color: #775A44;
	border-radius: 0 10px 10px 0;
	height: 30px;
	line-height: 30px;
	margin-top: 23px;
}

.mid_col .edition_head .edition_name {
	display: inline-block;
	float: left;
	width: 472px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 28px;
	line-height: 30px;
	height: 75px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.mid_col .edition_head .next {
	display: inline-block;
	float: right;
	width: 65px;
	background-color: #69533d;
	border-radius: 10px 0 0 10px;
	height: 30px;
	line-height: 30px;
	margin-top: 23px;
}

.mid_col .edition_head .previous a, .mid_col .edition_head .next a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
}

.edition.fold .mid_col .edition_post {
	padding: 20px;
	overflow-x: hidden;
	background-color: #fff;
	overflow-y: auto;
}

.edition.fold .mid_col .edition_post img {
	width: 100%;
}

.edition.fold .mid_col .edition_post .author_card img {
	width: 44px;
}

.edition_post .upper_row {
	padding: 0;
	width: 100%;
	margin-left: 0;
	border-left: none;
}

.edition_post .upper_row .featured_img {
	font-size: 0;
}

.edition_post .video_fit_container > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.edition_post .featured_caption {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	padding: 5px 0;
	border-bottom: 1px dotted #acacac;
}

.edition_post .author_name a {
	color: #3f6eb9;
	text-decoration: underline;
}

.date_font .publish, .date_font .update {
	font-family: 'Roboto', sans-serif;
}

.main_content .right_float {
	float: right;
	margin-right: 0;
}

.main_content .right_float * {
	display: inline-block;
	float: left;
	position: relative;
	bottom: 0;
}

.main_content .right_float .extra span {
	margin-right: 0;
}

.main_content .right_float a {
	color: #000;
	border-radius: 3px;
	padding: 0;
	display: inline-block;
	font-size: 0;
	line-height: 25px;
}

.main_content .social .text_sizes {
	float: right;
}

.main_content .author_date {
	display: inline-block;
	width: 100%;
}

.left_tools.social.right_float:before {
	content: 'Share';
	font-size: 16px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	float: left;
	margin-right: 16px;
}

.left_tools.social.right_float div {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.main_content .social .show_comments {
	display: none;
}

.left_tools.social.right_float a {
	width: 100%;
	text-align: center;
}

.left_tools.social.right_float .fb>a:before, .left_tools.social.right_float .twitter>a:before, .left_tools.social.right_float .email>a:before {
	line-height: 30px;
}

.main_content .social .font_adjust:before {
	font-family: 'Genericons';
	content: "\f18e";
	font-size: 20px;
	line-height: 1;
	color: #000;
	position: relative;
	top: 4px;
}

.main_content .social .font_adjust:after {
	font-family: 'Genericons';
	content: "\f18f";
	font-size: 17px;
	line-height: 1;
	color: #000;
	position: relative;
	top: 3px;
}

.main_content .right_float li {
	border-bottom: 1px solid transparent;
	list-style: none;
}

.main_content .right_float li:hover {
	display: block;
	width: 90%;
	border-bottom: 1px solid #666;
}

.main_content .right_float a:hover {
	color: #000 !important;
}

.main_content .right_float .icons {
	line-height: 25px;
	display: flex;
	float: left;
	margin-left: 6px;
}

.main_content .date_font .icons>span, .main_content .date_font .icons a {
	vertical-align: top;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	font-size: 0;
}

.main_content .date_font .right_float .more {
	position: relative;
}

.main_content .date_font .right_float .more:hover>ul {
	display: block;
	z-index: 10;
}

.main_content .date_font .right_float .more ul {
	width: 155px;
	position: absolute;
	top: 25px;
	right: 5px;
	padding: 10px 0 0 13px;
	background-color: #eee;
	display: none;
}

.main_content .date_font {
	position: relative;
	padding-bottom: 9px;
}

.main_content .date_font .more>a {
	margin-right: 16px;
	margin-top: 7px;
	font-size: 0;
}

.main_content .date_font .more>a:before {
	font-family: 'Genericons';
	content: "\f18c";
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 12px;
	right: -4px;
}

.main_content .date_font .printer>a {
	margin-right: 5px;
	margin-left: 3px;
	line-height: 37px;
}

.main_content .date_font .printer>a:before {
	font-family: 'Genericons';
	content: "\f18d";
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 9px;
	right: -3px;
}

.main_content .date_font .font-bigger>a {
	line-height: 37px;
}

.main_content .date_font .font-bigger>a:before {
	font-family: 'Genericons';
	content: "\f18e";
	font-size: 20px;
	line-height: 0;
	position: relative;
	top: 15px;
	right: -4px;
}

.main_content .date_font .font-smaller {
	margin: 0;
	width: 20px;
}

.main_content .date_font .font-bigger {
	padding-top: 1px;
	width: 20px;
}

.main_content .social .font-smaller:before {
	top: 9px;
}

.edition_post .post_title h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	padding: 8px 0;
}

.edition_post .sub_title {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 13px;
}

.edition_post .social_email {
	display: none;
}

main .social a:before {
	position: relative;
}

/* load from single.php */
.main_content .author_date_tools {
	display: block;
}
.main_content .upper_row .author {
	width: 100%;
	border-right: none;
}
main .tools.social a:before {
	top: 0;
	width: 30px;
}
main .tools.social {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
	text-align: right;
	bottom: 1px;
	margin-top: 0;
}
.tools.social:before {
	content: 'Share';
	font-family: 'Roboto', sans-serif;
	margin-right: 10px;
	vertical-align: sub;
	float: left;
}
#share_now {
	border-bottom: none;
	display: inline-block;
	padding-bottom: 0;
}
.tools.social .font-bigger, .tools.social .font-smaller, .tools.social .print {
	width: 20px;
	margin-right: 0;
	padding-top: 0;
	vertical-align: baseline;
}
.main_content .tools.social .print {
	margin-right: 7px;
	margin-left: 5px;
}
.main_content .tools.social .printer>a:before {
	vertical-align: text-bottom;
	top: 6px;
}
/* END load from single.php */
.edition_post .post_content {
	font-family: 'ET Text', sans-serif;
	padding: 25px 0 20px;
	font-size: 19px;
	line-height: 28px;
	letter-spacing: -0.2px;
}

.edition .right_col {
	width: 15%;
	max-width: 450px;
	display: inline-block;
	position: relative;
	-webkit-transition: width .5s;
	transition: width .5s;
	vertical-align: top;
}

.edition .right_col .cover_img {
	position: absolute;
	top: 300px;
	left: 130px;
}

.edition .right_col .cover_img img {
	width: 360px;
	transform: rotate(-30deg);
	-webkit-transition: right .5s;
	transition: right .5s;
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.3);
}

.edition .right_col .buttons {
	width: 460px;
	height: 250px;
}
.edition .right_col .download {
	position: relative;
	top: -66px;
	left: 266px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.edition.fold .right_col .download {
	top: -108px;
	left: -40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.edition .right_col .download img {
	width: 100px;
}

.edition .right_col .coffee {
	position: absolute;
	top: 35px;
	right: 0;
	width: 100%;
}

.edition .right_col .coffee img {
	position: absolute;
}

.right_col .latest_edition {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

.edition.fold .right_col .latest_edition {
	display: none;
}

.right_col .latest_edition .block_title {
	font-size: 19px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.right_col .latest_edition .cover {
	display: inline-block;
	float: left;
	width: 135px;
}

.right_col .latest_edition .cover {
	margin: 10px 15px 0 0;
	font-size: 0;
}

.right_col .latest_edition .cover img {
	width: 100%;
}

#social_popup_overlay .telegram {
	background: url(/assets/themes/eet/images/telegram-icon.png) no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

#social_popup_overlay .telegram a {
	display: block;
	width: 100%;
	height: 100%;
}

#social_popup_overlay .telegram>a:after {
	content: "Telegram";
	font-size: 17px;
	line-height: 30px;
	display: inline-block;
	color: #000;
	position: absolute;
	left: 42px;
	bottom: 0;
}

@media only screen and (max-width: 1234px) {
	.edition .left_col {
		width: 536px;
	}
	.edition.fold.show_article .right_col {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.edition .align_center .left_col {
		display: none;
	}
	.edition.fold.show_article .mid_col {
		max-width: unset;
		width: 90vw;
	}
	.edition .left_col .edition_name {
		display: none;
	}
	.edition .left_col .table_of_content {
		padding-top: 40px;
		height: 180px;
		border-top: none;
	}
	.edition .left_col ul {
		height: calc(100vh - 47px);
	}
	.edition .left_col ul li {
		height: 180px;
	}
	.edition .left_col li .excerpt {
		display: none;
	}
	.edition .left_col .fold_button {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	html, body {
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	}
	header.edition .align_center {
		min-width: 0;
	}
	header.edition .eet_logo {
		width: auto;
		margin-right: 35px;
	}
	header.edition .edition_logo {
		width: auto;
	}
	header.edition .edition_logo img {
		width: 330px;
	}
	header.edition .eet_logo img {
		width: 200px;
		padding: 10px 0 0 30px;
	}
	header.edition .subs_login {
		display: block;
		min-width: 190px;
	}
	.right_col .latest_mag {
		display: block;
	}
	.edition .right_col .coffee {
		position: absolute;
		top: -75px;
		left: 150px;
	}
	.edition .right_col .coffee img {
		position: relative;
		top: 0;
		left: 0;
	}
	.edition .left_col {
		left: 0;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
	}
	.edition.fold.show_article .left_col {
		left: -238px;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
	}
	.edition.fold.show_article .left_col .fold_button {
		display: block;
	}
	.edition.fold.show_article .mid_col {
		position: absolute;
		left: 0;
		top: 0;
	}
}