img {
	max-width: 100%;
}

.image {
	line-height: 0;
}

.main_content {
	position: relative;
	padding: 0 16px;
}

.cat_container {
	width: 100%;
	padding: 20px 0 0;
	text-transform: uppercase;
}

.cat_container .premium_icon {
	position: initial;
}

.cat_container .premium_icon:before {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	background: #555555;
	border-radius: 1px;
	margin-right: 12px;
	padding: 4px 10px;
	vertical-align: unset;
}

.cat_container a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #777777;
}

.cat_container .hidden {
	display: none;
}

.primary_title, .primary_cat {
	line-height: 1;
	margin-top: 25px;
}

.primary_title a {
	font-size: 13px;
	color: #848484;
}

.main_content .post_title h1 {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 625, 'opsz' 40;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0;
	color: #111111;
	padding-top: 12px;
}

/* compatible for page template live-video & stikcy-content */
.mid_col .post_title {
	padding-bottom: 10px;
}

.main_content .sub_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0;
	color: #555555;
	padding-top: 8px;
}

.main_content .featured_image {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	margin: 16px -16px 0;
	min-height: 56.25vw;
}

.featured_img {
	position: relative;
}

.featured_img img {
	display: block;
	width: 100%;
}

.caption_container {
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
	padding: 8px 16px 0;
}

.featured_caption {
	color: #555555;
	width: calc(100% - 53px);
	padding-right: 5px;
	float: left;
	line-height: 21px;
}

.featured_caption.fold {
	overflow: hidden;
	height: 44px;
	line-height: 22px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.caption_container .more,
.caption_container .hide {
	font-size: 12px;
	line-height: 17px;
	width: 53px;
	padding-left: 16px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #666;
}

.caption_container .more:before,
.caption_container .hide:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 17px;
	background: url("/assets/themes/eet/images/down_arrow.png") no-repeat center center;
	background-size: 11px 5px;
}

.caption_container .hide:before {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.caption_container .hide {
	display: none;
}

.featured_image .video_fit_container {
	width: auto;
}

.post_content .video_fit_container {
	margin-bottom: 24px;
}

.main_content .author_date_font {
	position: relative;
	margin-top: 16px;
}

.author_date_font .avatars {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	column-gap: 8px;
}

.author_date_font .avatars img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.author_date_font .author {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	color: #2F2F2F;
	margin-top: 8px;
	padding-right: 40px;
}

.author_date_font .author a {
	color: #2F2F2F;
	text-decoration: underline;
}

.author_date_font .date {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #2F2F2F;
	margin-top: 4px;
}

.author_date_font .date .publish {
	margin-right: 16px;
}

.main_content .text_sizes {
	position: absolute;
	right: 0;
	bottom: 0;
}

.main_content .font-bigger:before {
	font-family: "Genericons";
	content: "\f18e";
	font-size: 20px;
	line-height: 1;
	color: #000;
	vertical-align: middle;
}

.main_content .font-smaller {
	margin-left: 3px;
}

.main_content .font-smaller:before {
	font-family: "Genericons";
	content: "\f18f";
	font-size: 17px;
	line-height: 1;
	color: #000;
	vertical-align: top;
}

.toolbox_container {
	display: table;
	width: 100%;
	text-align: center;
	padding: 15px 0 10px;
	top: 0;
	left: 0;
	text-align: center;
	background: #fff;
	border-bottom: 1px dotted #acacac;
	z-index: 20;
}

.toolbox_container.fixed {
	position: fixed;
	padding: 15px 20px 10px;
}

.share_comments {
	max-width: 345px;
	margin: auto;
}

.share_comments .social,
.share_comments .comments {
	width: 50%;
	max-width: 168px;
	float: left;
}

.share_comments .social {
	border-right: 1px solid #ccc;
}

main .social span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	font-size: 0;
	margin-right: 11px;
	text-align: center;
	padding-top: 3px;
}

main .social a:before {
	color: #fff;
}

main .social .fb {
	background-color: #1877f2;
}

main .social .fb > a:before {
	font-family: "Genericons";
	content: "\f12d";
	font-size: 17px;
	line-height: 25px;
	display: block;
}

main .social .twitter {
	background-color: #1da1f2;
}

main .social .twitter > a:before {
	font-family: "Genericons";
	content: "\f17c";
	font-size: 17px;
	line-height: 25px;
}

main .social .parler {
	background-color: #9c0006;
}

main .social .parler > a:before {
	content: "";
	background: url("/assets/themes/eet/images/ParlerW2.png") no-repeat center center;
	background-size: 17px 16px;
	background-position: 7px 4px;
	height: 21px;
	display: block;
}

main .social .share_more_popup {
	display: none;
}

main .social .gab {
	background: url("/assets/themes/eet/images/gab-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
	vertical-align: middle;
}

main .social .gab a {
	display: block;
	width: 100%;
	height: 100%;
}

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

main .social .linkedin {
	background-color: #0a66c2;
	vertical-align: middle;
}

main .social .linkedin > a:before {
	content: "\f140";
	font-family: "Genericons";
	font-size: 17px;
	line-height: 25px;
	display: inline-block;
	color: #fff;
}

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

main .social .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;
}

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

main .social .mewe > a {
	background: url(/assets/themes/eet/images/mewe-icon.png) no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

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

main .social .reddit {
	background-color: #ff6600;
}

main .social .reddit > a:before {
	font-family: "Genericons";
	content: "\f15f";
	font-size: 21px;
	line-height: 25px;
	color: #fff;
}

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

main .social .more_social {
	background: url("/assets/themes/eet/images/plus-icon.png") no-repeat center center;
	background-size: 30px 30px;
	background-position: 0 0;
	height: 30px;
	padding: 0;
}

main .social .email {
	background-color: #000;
	vertical-align: middle;
}

main .social .email > a:before {
	font-family: "Genericons";
	content: "\f144";
	font-size: 17px;
	line-height: 25px;
	color: #fff;
}

main .social .gab,
main .social .linkedin,
main .social .mewe,
main .social .reddit {
	margin-right: 20px;
	display: block;
	position: relative;
	margin-bottom: 13px;
}

main .social .mewe {
	padding-top: 0;
}

#main .toolbox_container .share_comments.share_only .social{
	width: 100%;
	max-width: 100%;
	border-right: unset;
}

#main .toolbox_container .share_comments.share_only #share_now {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}

#main .share_comments.share_only .major_social span {
	width: 30px;
	height: 30px;
	font-size: 0;
}

.share_counts {
	text-align: center;
}

.share_counts a, .cmt_link {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	line-height: 21px;
	letter-spacing: -0.5px;
	vertical-align: text-bottom;
	display: block;
}

.share_counts .share, .comment_counts {
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	line-height: 27px;
	color: #000;
	display: inline-block;
	margin-right: 2px;
	padding-top: 0;
	vertical-align: baseline;
	width: auto;
	height: auto;
}

.share_comments .comments {
	padding-left: 13px;
	text-align: center;
}

#show_comments {
	border-radius: 3px;
	background-color: #000;
	padding: 4px 0 1px;
}

#show_comments:before {
	display: inline-block;
	font-family: "Genericons";
	content: "\f1a2";
	font-size: 25px;
	font-weight: 900;
	line-height: 25px;
	color: #fff;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.comments .cmt_link, .share_counts {
	margin-top: 12px;
}

.author .author_card {
	display: none;
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 0;
	width: 254px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 12px;
	text-transform: none;
}

.author_card img {
	display: inline-block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.author_card .names {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}

.author_card .name {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	padding-bottom: 2px;
}

.author_card .title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	color: #666666;
}

.author_card .bio {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top: 4px;
}

.author_card .bottom_row {
	width: 100%;
	padding-top: 12px;
}

.author_card .bottom_row > div {
	display: inline-block;
}

.author_card .view a {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #3f6eb9;
	text-transform: none;
}

.main_content .post_content {
	font-family: 'ET Text', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0;
	color: #2F2F2F;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	padding-top: 24px;
	padding-bottom: 24px;
}

.main_content .post_content ul,
.main_content .post_content ol {
	padding-left: 16px;
	margin-bottom: 24px;
}

.main_content .post_content ul li,
.main_content .post_content ol li {
	margin-bottom: 8px;
}

.main_content .post_content p {
	font-family: 'ET Text';
	margin-bottom: 24px;
}

.main_content .post_content a {
	color: #2F2F2F;
	text-decoration: underline;
}

.main_content .post_content .app-promo-inline a {
	text-decoration: none;
}

.main_content .post_content img,
.main_content .post_content figure,
.main_content .post_content iframe {
	max-width: 100%;
	margin: 0;
	float: unset;
}

.main_content .post_content img {
	width: 100%;
	height: auto;
}

.main_content .post_content > table {
	max-width: 100%;
	width: 100%;
}

.post_content .wp-caption-text {
	padding-bottom: 24px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.post_content figure {
	margin: 0 0 24px;
	max-width: 100%;
	height: auto;
}

.post_content .alignleft {
	float: left;
	margin-right: 16px !important;
}

.post_content .alignright {
	float: right;
	margin-left: 16px !important;
}

.post_content .aligncenter {
	display: block;
	margin: auto auto !important;
}

img.alignleft,
img.alignright,
img.aligncenter {
	width: auto !important;
}

.post_content figcaption {
	width: 100%;
	padding-bottom: 24px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}

.post_content h1 {
	display: block;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h2 {
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h3 {
	display: block;
	font-size: 1.17em;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h4 {
	display: block;
	font-size: 1em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h5 {
	display: block;
	font-size: 0.83em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.post_content h6 {
	display: block;
	font-size: 0.67em;
	line-height: 1.4em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

.eet_video_icon {
	width: 61px;
	height: 61px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}

.post_content iframe {
	max-width: 100%;
}

.video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.2%;
	display: block;
}

.video_fit_container > div[id] {
	height: 100% !important;
	padding-top: 56.25%;
}

.video_fit_container.epoch_player > div[id] {
	padding: 0;
}

.video_fit_container .vjs-theme-epoch div {
	margin: 0;
}

.video_fit_container > iframe,
.video_fit_container > div.wp-video,
.video_fit_container > div.player-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.video_fit_container center,
.video_fit_container .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
	zoom: 1;
	padding-top: 0;
}

.video_fit_container .ymk_player_icon {
	background: url(/assets/themes/eet/images/EET_Play_Button_big.svg) no-repeat
		center center;
	background-size: 63px 63px;
	display: inline-block;
	width: 63px;
	height: 63px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.live_video .video_fit_container {
	margin: 0 -20px;
	width: auto;
}

.live_video .post_title {
	margin-bottom: 10px;
}

.live_video .eet_video_icon img {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
}

.live_video #related_articles li {
	padding: 10px 15px 3px;
}

.live_video #related_articles li > a {
	display: inline-block;
	width: 100%;
	position: relative;
}

.live_video #related_articles .image {
	position: relative;
	display: inline-block;
	float: left;
	width: 145px;
}

.live_video #related_articles .title {
	float: right;
	margin-left: 15px;
	display: inline-block;
	width: calc(100% - 160px);
	overflow: hidden;
	height: 85px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.live_video #related_articles .eet_video_icon {
	width: 29px;
	height: 29px;
	bottom: 10px;
	left: 5px;
	top: auto;
}

.live_video .primary_title {
	margin-top: 15px;
}

.live_video #related_articles li:last-child {
	border-bottom: 1px solid #cccccc;
}
/* shortcode pull-quote */
blockquote {
	border-left: 4px solid #dfdfdf;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

blockquote p {
	padding: 0;
	color: #696969 !important;
	line-height: 30px !important;
	font-size: 16px !important;
	font-family: 'ET Text';
	font-weight: 900;
	margin-left: 18px;
	margin-bottom: 25px;
	padding-right: 20px;
}

.post_content .pull-quote {
	display: inline-block;
	width: 100%;
	margin: 0 0 24px;
	padding: 32px 0;
	font-family: 'ET Text';
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-align: center;
	background-color: #eee;
	background: -webkit-linear-gradient(right, #fff, #eee 50%, #fff);
	background: -o-linear-gradient(left, #fff, #eee 50%, #fff);
	background: -moz-linear-gradient(left, #fff, #eee 50%, #fff);
	background: linear-gradient(to left, #fff, #eee 50%, #fff);
}

.pull-quote .quote-content:after,
.pull-quote .quote-content:before {
	font-family: "Genericons";
	content: "\f199";
	line-height: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #777;
	margin: 0 10px 0 0;
	position: relative;
	top: -4px;
}

.pull-quote .quote-content:after {
	content: "\f198";
	top: 0;
	margin-left: 5px;
}

.pull-quote .quote-info {
	color: #777;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

.pull-quote .quote-info .author {
	color: #777;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.post_content .aol-vid-wrap {
	margin-bottom: 24px;
}

@media screen and (max-width: 360px) {
	.cat_container .icon_wrapper {
		float: none;
	}
	main .social span {
		margin-right: 6px;
	}
}

.inside_content_block, .coverage, .morearticles {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	padding: 16px;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
}

.inside_content_block .block_title, .main_content .coverage strong, .main_content .morearticles strong {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2F2F2F;
	margin-bottom: 12px;
}

.inside_content_block .block_title a, .inside_content_block .one_post a {
	text-decoration: none;
}

.inside_content_block .block_title a {
	color: #2F2F2F;
}

.inside_content_block .one_post {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 12px;
}

.inside_content_block .one_post .image {
	position: relative;
	flex: 0 0 33%;
	height: fit-content;
}

.inside_content_block .title {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0.03em;
	color: #2F2F2F;
	padding-left: 12px;
}

.main_content .morearticles .article {
	list-style: disc;
	display: list-item;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-left: 18px;
	margin-top: 8px;
}

.main_content .morearticles a {
	text-decoration: none;
}

.main_content .coverage .post_list {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	margin-top: 12px;
}

.main_content .coverage img {
	display: inline-block;
	max-width: 33%;
	float: left;
}

.main_content .coverage span {
	display: inline-block;
	max-width: 67%;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	padding-left: 12px;
	vertical-align: top;
}

#article_related > .image {
	position: relative;
	display: inline-block;
	width: 33%;
	float: left;
}

#article_related > a {
	display: inline-block;
	width: 67%;
	text-decoration: none;
}

.bottom_recm .ai_rec, .bottom_recm .top_news {
	padding: 0 16px;
}

.bottom_recm .top_news .block_title, .bottom_recm .ai_rec .block_title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 8px;
}

.bottom_recm .top_news .block_title a {
	color: #000;
}

.bottom_recm .ai_rec .share_dropdown {
	display: none;
}

.bottom_recm .one_post {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #acacac;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.bottom_recm .eet_video_icon {
	width: 25px;
	height: 25px;
	left: 10px;
	bottom: 5px;
	top: auto;
}

.bottom_recm .one_post:last-child {
	border-bottom: none;
}

.bottom_recm .one_post .image {
	display: inline-block;
	width: 33%;
}

.bottom_recm .one_post > a {
	display: inline-block;
	width: 67%;
	vertical-align: top;
}

.bottom_recm .title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-style: normal;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: 0;
	color: #020202;
	padding-left: 12px;
}

.bottom_recm .title a {
	color: #2f2f2f;
}

.bottom_recm .num_0 .image {
	width: 100vw;
	margin-left: -16px;
	margin-bottom: 12px;
	padding: 0;
	float: none;
}

.bottom_recm .one_post.num_0 > a {
	display: block;
	width: 100%;
}

.bottom_recm .num_0 .title {
	padding: 0;
}

.bottom_recm .time {
	margin-right: 6px;
	color: #2f2f2f;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.bottom_recm .new {
	color: #df0303;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin-right: 5px;
}

.bottom_recm .label.long {
	color: #df0303;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
	margin-right: 5px;
	display: inline-block;
}

.bottom_recm .share_link {
	margin: 0 30px 0 15px;
}

.bottom_recm .share_link .share,
.bottom_recm .cmt_link .comments {
	font-size: 11px;
	line-height: 12px;
}

.bottom_recm .share_link > span:before,
.bottom_recm .cmt_link > span:before {
	line-height: 17px;
	margin-right: 4px;
	vertical-align: middle;
}

.epochtv_block {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 12px;
	background-color: #1A1F2E;
	padding: 20px 16px 24px;
}

.epochtv_block img {
	width: 100%;
}

.epochtv_block .logo {
	width: 200px;
	margin-bottom: 4px;
}

.epochtv_block .featured_channel {
	margin-top: 12px;
	margin-bottom: 20px;
}

.epochtv_block .block_title {
	position: relative;
	padding-top: 6px;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 16px;
	color: #FCD6B3;
}

.epochtv_block .block_title span {
	position: relative;
	z-index: 3;
	background: #1A1F2E;
	padding-right: 10px;
}

.epochtv_block .block_title:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 13px;
	left: 0;
	height: 1px;
	border-bottom: 1px solid #313C69;
}

.epochtv_block .ch_banner {
	width: calc(100% - -16px);
	white-space: nowrap;
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.epochtv_block .ch_banner::-webkit-scrollbar {
	display: none;
}

.epochtv_block .one_ch {
	display: inline-block;
	width: 150px;
	margin-right: 4px;
}

#unit_94729 .container-94729 {
	padding: 0;
}

/* comment panel */
.discuss-link-wrapper {
	display: inline-block;
	float: left;
	width: 44%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}

.discuss-link-wrapper a {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	width: auto;
}

.discuss-link-wrapper a:after {
	position: absolute;
	top: 12px;
	right: -16px;
	display: inline-block;
	content: "";
	border: solid black;
	border-width: 0 2px 2px 0;
	padding: 4px;
	vertical-align: middle;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.discuss-link a:before {
	display: inline-block;
	font-family: "Genericons";
	content: "\f1a2";
	font-size: 25px;
	font-weight: 100;
	line-height: 25px;
	color: #000;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

#remark-side-panel {
	position: fixed;
	top: 0;
	bottom: 77px;
	right: 0;
	width: 100%;
	height: calc(100% - 75px);
	visibility: hidden;
	transform: translateX(110%);
	transition: transform 300ms ease 0.01s, visibility 300ms ease 0.01s;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 3;
}

#remark-side-panel.show {
	visibility: visible;
	transform: none;
}

#remark-side-panel .remark-wrapper {
	height: 100%;
	padding-top: 4px;
	line-height: 0;
}

#remark {
	height: 100%;
}

#remark-side-panel #forum_btn {
	width: calc(100% - 40px);
	margin: 0 20px 10px;
	border-radius: 2px;
	border-color: transparent;
	border-width: 0;
	background-color: #033b67;
	cursor: pointer;
}

#bottom_comments #remark-side-panel #forum_btn {
	width: 100%;
	margin: 10px 0;
}

#remark-side-panel #forum_btn a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
}

#remark-side-panel #forum_btn .arrow {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	padding-left: 8px;
}

#remark-side-panel .close {
	font-size: 0;
	position: absolute;
	display: block;
	right: 16px;
	top: 4px;
	width: 15px;
	z-index: 3;
}

#remark-side-panel .close a:before {
	font-family: "Genericons";
	content: "\f107";
	font-size: 20px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#remark-side-panel .login_wrapper.show {
	margin: 0 20px 15px;
	text-align: center;
	background-color: #eee;
	padding: 12px 0;
}

#remark-side-panel .login_wrapper .new_users,
#remark-side-panel .login_wrapper .registered,
#remark-side-panel .login_wrapper .not_verified_user {
	display: none;
}

#remark-side-panel .login_wrapper .new_users {
	margin: 20px 0 4px;
}

#remark-side-panel .login_wrapper button {
	background: #fff;
	outline: none;
	border: 0;
	border-radius: 4px;
}

#remark-side-panel .login_wrapper button a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	color: #053a6a;
}

#remark-side-panel .login_wrapper .blue_button {
	background: #053a6a;
	padding: 5px 9%;
	display: inline-block;
	border-radius: 4px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

#remark-side-panel .login_wrapper #remark_login_btn {
	margin-left: 5px;
}

#remark-side-panel .login_wrapper #remark_login_btn a {
	color: #000;
	text-decoration: underline;
}

#remark-side-panel .login_wrapper #remark_signup_btn {
	background: #053a6a;
	margin-right: 10px;
}

#remark-side-panel .login_wrapper #remark_signup_btn a {
	color: #fff;
}

body.no_scroll {
	position: fixed;
	overflow: hidden !important;
}

/* comment panel */

/* landing page */
.meter_expired,
#landing-page {
	background-color: #fff;
}
/* end of landing page */

/* footer */
body.single footer,
body.single footer a {
	font-family: 'Roboto', sans-serif;
	background-color: #343434;
}

main {
	position: relative;
}

#qr_sharing,
.share_more_popup {
	height: 100vh;
	position: absolute;
	top: -46px;
	width: 100vw;
	z-index: 1000;
}
.share_more_popup {
	left: 0;
}
#qr_sharing .sharing_container,
.share_more_popup .sharing_container {
	background-color: rgba(0, 0, 0, 0.65);
	width: 100vw;
	height: 100vh;
	padding: 33vh calc((100vw - 245px) / 2);
}
.share_more_popup .sharing_container {
	background-color: rgba(0, 0, 0, 0.57);
	padding: 23vh calc((100vw - 245px) / 2);
}
#qr_sharing .sharing_box {
	background-color: #fff;
	border-radius: 8px;
	padding: 30px 25px;
}
#qr_sharing .close {
	color: #fff;
	position: relative;
	text-align: right;
	padding-right: 30px;
}
#qr_sharing .close:before {
	content: "\f107";
	font-size: 17px;
	top: 0px;
	right: 4px;
	font-family: "Genericons";
	color: #fff;
	position: absolute;
}
.sharing_container .section_title {
	background-color: #ededed;
	padding: 15px 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	border-radius: 5px 5px 0 0;
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
}
.sharing_container .close_button {
	float: right;
}
.sharing_container .close_button:before {
	content: "\f107";
	font-size: 20px;
	font-family: "Genericons";
	font-weight: 100;
	color: #000;
	position: absolute;
	top: 15px;
	right: 20px;
	color: #979797;
	position: absolute;
	bottom: 0px;
}
.sharing_container .platforms {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	padding: 16px 8px 5px 20px;
}

.sharing_container .platforms > div {
	display: inline-block;
	width: 100%;
	text-align: left;
}
.sharing_box .title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.sharing_box .article_link {
	border-radius: 3px;
	background-color: #ededed;
	overflow: hidden;
	height: 44px;
	color: #777;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 44px;
	padding-top: 2px;
	padding-left: 8px;
}
#close_qr_sharing {
	cursor: pointer;
}
#copy_current_url,
.sharing_box .share_text {
	margin-top: 15px;
	border-radius: 3px;
	background-color: #232323;
	text-align: center;
	padding: 16px 0 11px;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	letter-spacing: -0.5px;
	line-height: 20px;
}
.sharing_box .share_text {
	margin-top: 20px;
	background-color: #008e2f;
}
.sharing_box .others {
	margin-top: 40px;
}
.sharing_box #share_now {
	float: right;
}
.sharing_box .social span {
	margin-right: 5px;
}
.sharing_box .social span.email {
	margin-right: 0;
}
.sharing_box .other_title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: -0.4px;
	line-height: 17px;
	margin-right: 5px;
}

/* pipa template */
.modal.mobile .modal__overlay {
	padding: 12px;
}

.modal.showNav .modal__overlay,
.modal.showTopNav .modal__overlay {
	top: 46px;
}

.app_promo ~ div .modal.showNav .modal__overlay,
.app_promo ~ div .modal.showTopNav .modal__overlay {
	top: 93px
}