@font-face {font-family: "Vollkorn Regular"; src: url("/assets/themes/ntd/fonts/Vollkorn-Regular.ttf");}
.main_content {
	padding: 0 20px;
	position: relative;
}
.share-intro-red {
	font-family: Arial;
	font-stretch: condensed;
	font-size: 18px;
	color: firebrick;
	font-weight: bold;
}
.share-intro-red img {
	float: left;
	margin: 0 10px 15px 0;
	width: 60px;
}
.social .display_text {
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.social .share_link {
	display: block;
}
.social .share_link .share {
	font-size: 60px;
	font-family: Arial;
	font-weight: 700;
	font-stretch: extra-condensed;
	color: black;
	line-height: 70px;
}
.social .share_link .words {
	font-size: 30px;
	font-family: Arial;
	font-weight: 700;
	font-stretch: extra-condensed;
	color: black;
	padding: 0 10px;
}

.cat_container {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0;
}

.cat_container .hidden {
	display: none;
}

.cat_container .cat_name {
	display: inline-block;
	float: left;
	width: calc(100% - 150px);
	overflow: hidden;
	text-transform: uppercase;
	text-align: left;
	margin-right: 10px;
}

.cat_container .cat_name a {
	font-size: 14px;
	font-family: Arial;
	font-weight: 700;
	font-stretch: extra-condensed;
	font-weight: bold;
	letter-spacing: -0.4px;
	color: black;
	line-height: 24px;
}

.cat_container .cat_name a:visited {
	color: black;
}

.cat_container .icon_wrapper {
	display: inline-block;
	float: right;
}

.cat_container .icon_wrapper a {
	position: relative;
	display: inline-block;
	color: #4A4A4A;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	line-height: 24px;
}

.cat_container .icon_wrapper .donate {
	padding-right: 25px;
}

.cat_container .icon_wrapper .share {
	padding-right: 18px;
}

.cat_container .donate:after {
	font-family: genericons;
	content: '\f19a';
	font-size: 17px;
	color: #1e1e1e;
	position: absolute;
	top: 0;
	right: 5px;
}

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

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

.main_content .post_title, .main_content .post_title a {
	font-family: "Vollkorn Regular";
	font-size: 25px;
	line-height: 28px;
	letter-spacing: -0.4px;
	color: black;
	margin-top: 15px;
	font-weight: normal;
}

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

.main_content .post_title h1 {
	font-weight: normal;
}

.main_content .sub_title {
	font-family: "Vollkorn Regular";
	margin-top: 10px;
	line-height: 23px;
	font-size: 20px;
	margin-bottom: 18px;
}

.main_content .date {
	font-size: 12px;
	line-height: 12px;
	color: black;
	margin: 5px 0 25px;
	font-family: Arial;
	font-stretch: extra-condensed;
}

.main_content .date .publish {
	margin-right: 7px;
}

.main_content .featured_image {
	margin: 0 -20px;
	min-height: 56.25vw;
}

.featured_img {
	position: relative;
}

.featured_img img {
	width: 100%;
}

.caption_container {
	font-size: 13px;
	color: #848484;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px dotted #ddd;
}

.featured_caption {
	display: inline-block;
	font-family: Arial;
	font-stretch: condensed;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	width: calc(100% - 53px);
	padding-right: 5px;
	float: left;
	height: auto;
}

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

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

.caption_container .more:before, .caption_container .hide:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 15px;
	height: 17px;
	background: url('/assets/themes/ntd/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;
}

.featured_image .video_fit_container.fixtop {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 999;
}

.featured_image .video_fit_container.fixtop .close {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 5px;
	z-index: 1000;
}

.featured_image .video_fit_container.fixtop .close:before {
	font-family: 'Genericons';
	content: "\f106";
	font-size: 30px;
	line-height: 35px;
	color: white;
}

.img.thumb_video {
	position: relative;
}

.player_wrapper.fixtop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 56.25vw;
	margin: 0;
	background-color: black;
	width: 100%;
}

.player_wrapper.close_related_video:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	font-family: 'Genericons';
	content: "\f106";
	font-size: 30px;
	line-height: 35px;
	color: white;
}

.img.thumb_video .ymk_player_icon {
	background: url('/assets/themes/ntd/images/MET_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;
}

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

.main_content {
	position: relative;
	font-size: 0;
}

.main_content .upper_row .social {
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	color: #3177df;
	font-style: italic;
}
.main_content .upper_row .top_border {
	border-top: 1px dotted #acacac;
}

.main_content .post_content {
	height: auto;
}

.main_content div[id*="RTK_"] {
	margin-bottom: 25px;
	line-height: 0;
	text-align: center;
	clear: both;
}

.main_content .author {
	font-family: Arial;
	font-stretch: condensed;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #666;
	margin: 15px 0 0;
}

.author a, .author a:visited, .author a:hover {
	color: #666;
}

.author_with_image {
	display: inline-block;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

.author_with_image .author {
	width: 100%;
	display: inline-block;
}

.author_with_image .avatar {
	width: 80px;
	height: 80px;
	display: inline-block;
	float: left;
}

.author_with_image .avatar img {
	max-width: 100%;
	border-radius: 50%;
}

.author_with_image .info {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	width: calc(100% - 124px);
}

.author_with_image .info .name {
	font-size: 20px;
	line-height: 24px;
	font-family: "Vollkorn Regular";
	letter-spacing: -0.4px;
	font-weight: 400;
	text-transform: capitalize;
	color: black;
}

.author_with_image .info .title {
	font-size: 14px;
	line-height: 15px;
	font-family: Arial;
	font-stretch: condensed;
	color: #777;
}

.main_content .post_content {
	font-family: "Vollkorn Regular";
	font-size: 18px;
	line-height: 27px;
	letter-spacing: -0.02px;
	color: black;
	margin-bottom: 20px;
}

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

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

.main_content .post_content p {
	margin-bottom: 25px;
	font-size: 19px;
	letter-spacing: -0.1px;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
}

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

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

.toolbox_container {
	position: relative;
	width: 100%;
	padding: 10px 0 10px;
	text-align: center;
	background-color: white;
	border-bottom: 1px dotted lightgrey;
}
.toolbox_container.fixed {
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 20px 10px;
	z-index: 1;
}
#article_toolbox {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	max-width: 428px;
	margin: 0 auto;
}
#article_toolbox > .social,
#article_toolbox > .comments {
	flex: 1 1 50%;
	height: 70px;
}
#article_toolbox > .social {
	border-right: 1px solid lightgrey;
}
#article_toolbox > .comments {
	padding-left: 10px;
}
#share_now {
	display: flex;
	justify-content: space-evenly;
}
#share_now > span,
#share_bottom > span {
	flex: 0 0 30px;
	height: 30px;
	font-size: 0;
	text-align: center;
	padding-top: 3px;
	border-radius: 3px;
}
#share_now > span:last-child {
	margin-right: 0;
}
#share_bottom {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 0 20px;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
	border-bottom: 1px solid lightgrey;
}
#share_bottom > .copy_link_bottom {
	flex: revert;
	font-family: Arial;
	font-stretch: condensed;
	font-size: 17px;
	padding: 0 20px;
	border: 1px solid dodgerblue;
}
#share_bottom > .copy_link_bottom > a {
	color: royalblue;
}
.icons > span > a::before {
	color: white;
}
.icons > span.fb {
	background-color: #1877F2;
}
.icons > span.fb > a::before {
	font-family: 'Genericons';
	content: "\f12d";
	font-size: 17px;
	line-height: 25px;
	display: block;
}
.icons > span.twitter {
	background-color: #1DA1F2;
}
.icons > span.twitter > a::before {
	font-family: 'Genericons';
	content: "\f17c";
	font-size: 17px;
	line-height: 25px;
}
.icons > span.linkedin {
	background-color: #0A66C2;
}
.icons > span.linkedin > a::before {
	content: "\f140";
	font-family: 'Genericons';
	font-size: 17px;
	line-height: 25px;
	display: block;
}
.icons > span.email {
	background-color: tomato;
}
.icons > span.email > a::before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 17px;
	line-height: 25px;
}
.icons > span.telegram,
.icons > span.whatsapp,
.icons > span.kakaotalk,
.icons > span.band {
	padding-top: 0 !important;
}
.icons > span.telegram > a > img,
.icons > span.whatsapp > a > img,
.icons > span.kakaotalk > img,
.icons > span.band > img {
	width: 30px;
	border-radius: 3px;
}
#copy_current_url_bottom > input {
	display: block;
	opacity: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
}

#share_counts,
.comments .cmt_link {
	margin-top: 12px;
}
.cmt_link > .words_original {
	color: black;
	font-family: Arial;
	font-stretch: condensed;
	font-size: 21px;
	letter-spacing: -0.5px;
	line-height: 27px;
	padding: 0 8px;
}
#share_counts .float_nav,
.comments .comment_counts {
	font-family: Arial;
	font-weight: 700;
	font-stretch: extra-condensed;
	font-size: 27px;
	line-height: 27px;
	color: black;
}
#show_comments {
	border-radius: 3px;
	background-color: black;
	padding: 5px 0 0;
}
#show_comments:before {
	font-family: 'Genericons';
	content: "\f1a2";
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.post_content .wp-caption-text {
	font-size: 13px;
	color: #848484;
	line-height: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
.post_content figure {
	margin: 0;
	margin-bottom: 20px;
	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 {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	font-family: Arial;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 6px;
	max-width: 100%;
}
.post_content h1 {
	display: block;
	font-size: 2em;
	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.5em;
	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: .83em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
.post_content h6 {
	display: block;
	font-size: .67em;
	line-height: 1.4em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
.post_content .author_twitter {
	font-style: italic;
}
.post_content .author_twitter_link {
	color: #ff0000;
	margin-bottom: 20px;
	display: inline-block;
	font-style: italic;
}
.post_content a:link {
	color: royalblue;
}
.post_content a:visited {
	color: slateblue;
}

.one_more_post {
	padding-top: 30px;
}
.one_more_post .upper_row .next_article {
	display: block;
	font-size: 28px;
	line-height: 30px;
	font-style: italic;
	font-family: Arial;
	font-stretch: condensed;
	color: #777;
	margin-top: 30px;
	margin-bottom: 18px;
	text-align: center;
	font-weight: 900;
	letter-spacing: -0.2px;
}

.main_content .morearticles {
	margin-bottom: 2%;
	margin-top: 8%;
}
.main_content .morearticles strong {
	font-family: "Vollkorn Regular";
	font-weight: 200;
	font-size: 17px;
	padding-top: 4px;
	border-top: 2px solid #111;
}
.main_content .morearticles>div {
	margin: 5px 0 0 20px;
	padding-left: 10px;
	color: #2e6d9d;
}
.main_content .morearticles>div>div {
	list-style: disc;
	display: list-item;
}
.main_content .morearticles .article {
	list-style: disc;
	display: list-item;
	line-height: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	overflow-y: initial;
}
.main_content .morearticles a {
	color: #41a0ce;
	font-size: 18px;
	font-family: "Vollkorn Regular";
	line-height: 19px;
}
.main_content .coverage {
	margin-top: 8%;
}
.main_content .coverage strong {
	font-family: "Vollkorn Regular";
	font-weight: 200;
	font-size: 17px;
	padding-top: 4px;
	border-top: 2px solid #111;
}
.main_content .coverage>div {
	margin: 10px 0 0 0;
}
.main_content .article {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 2%;
	margin-bottom: 4%;
	overflow-y: hidden;
}
.main_content .coverage img {
	max-width: 28%;
	display: inline-block;
	position: relative;
}
.main_content .coverage span {
	max-width: 69%;
	position: relative;
	float: right;
	font-size: 17px;
	line-height: 22px;
	display: inline-block;
	font-family: "Vollkorn Regular";
	font-weight: 400;
	top: -4px;
	color: #41a0ce;
}
.main_content .coverage a {
	font-size: 15px;
	line-height: 20px;
	font-family: Arial;
	color: black;
}
.main_content .next_articles {
	margin: 10px 0 15px;
}
.main_content .next_articles ul {
	padding: 0 15px;
	list-style: none;
}
.main_content .next_articles ul li {
	padding-bottom: 25px;
}
.main_content .next_articles .next {
	background-color: #ca0000;
	color: #f2f2f2;
	text-align: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 4px solid #d7d9d8;
	margin-bottom: 35px;
}
.main_content .next_articles .arrow_down {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #d7d9d8;
	position: absolute;
	top: 31px;
	left: 47.6%;
}
.main_content .next_articles .next:after {
	content: "a";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ca0000;
	color: transparent;
	position: absolute;
	top: 25px;
	left: 46%;
}
.main_content .next_articles .excerpt {
	font-family: "Vollkorn Regular";
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	height: 75px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: black;
	margin-top: 8px;
	margin-bottom: 15px;
}
.main_content .next_articles .read_more {
	background-color: #03147c;
	margin: 0 -15px;
	text-align: center;
	padding: 7px;
}
.main_content .next_articles .read_more a {
	color: white;
	font-weight: bold;
}

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

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

.one_more_post .video_fit_container {
	padding-top: 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 .vjs-theme-epoch .vjs-remaining-time {
	display: none;
}

.video_fit_container .vjs-theme-epoch .vjs-time-divider, .video_fit_container .vjs-theme-epoch .vjs-duration, .video_fit_container .vjs-theme-epoch .vjs-current-time {
	display: block;
	min-width: auto;
	padding: 0;
	padding-right: 6px;
}

.video_fit_container .vjs-menu li {
	list-style: none;
	line-height: 1.4em !important;
	font-size: 1.2em !important;
	margin: 0 !important;
}

.video_fit_container .vjs-theme-epoch .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	margin: 0;
	padding: 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/ntd/images/MET_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 .ntd_video_icon img {
	width: 100% !important;
	float: none !important;
	margin-right: 0 !important;
}

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

.live_video .post_content {
	margin-top: 20px;
}

.live_video .post_content .social .text {
	width: 22%;
	margin-left: 0;
}

/* 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: "Vollkorn Regular";
	font-weight: 900;
	margin-left: 18px;
	margin-bottom: 25px;
	padding-right: 20px;
}

.post_content .pull-quote {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
	padding: 33px 0 30px 0;
	font-family: "Vollkorn Regular";
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: black;
	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: 25px;
}

header .gradient {
	height: 50px;
	padding: 16px 0 7px;
}

.more_content {
	width: 100%;
	padding: 0 20px;
}

.more_content .recom_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	padding: 15px 0 10px;
	letter-spacing: -1.5px;
}

.more_content .recommended {
	font-family: Arial;
	font-stretch: extra-condensed;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: 1px dotted #acacac;
	padding: 20px 20px 10px;
	margin: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.more_content .one_post {
	width: 100%;
	padding: 15px 0;
	font-size: 0;
	border-top: 1px dotted #ccc;
}
.more_content .one_post .ntd_video_icon {
	top: auto;
	left: 15px;
	bottom: 15px;
}
.more_content .one_post .pricat_date {
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 16px;
	color: #848484;
	display: inline-block;
	width: 100%;
}
.one_post .pricat_date .cat_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 40px 40px !important;
}
.one_post .pricat_date .cat_icon a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.one_post .pricat_date .cat_date {
	display: inline-block;
	width: calc(100% - 40px);
	padding: 6px 0 0 10px;
	height: 40px;
	vertical-align: top;
}
.one_post .pricat_date .cat_name {
	font-family: Arial;
	font-stretch: condensed;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}
.one_post .pricat_date .cat_name a, .one_post .pricat_date .cat_name a:visited, .one_post .pricat_date .cat_name a:hover {
	color: black;
}
.one_post .pricat_date .date {
	font-family: Arial;
	font-stretch: extra-condensed;
	padding-top: 6px;
	font-size: 12px;
	line-height: 12px;
	color: black;
	margin: 0;
}
.more_content .one_post .title {
	padding-top: 10px;
}
.more_content .one_post .title > a > h2 {
	font-family: "Vollkorn Regular";
	color: black;
	font-size: 19px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.5px;
}
.more_content .one_post .excerpt {
	margin: 0 20px;
}
.more_content .one_post .excerpt a {
	font-family: "Vollkorn Regular";
	overflow: hidden;
	color: black;
	font-size: 16px;
	line-height: 19px;
	max-height: 57px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.more_content .one_post .cat_icon > a > img {
	width: 100%;
}
.more_content .one_post .img > a > img {
	width: 100%;
	border-radius: 5px;
}
.more_content .one_post .author {
	display: block;
	width: 100%;
	padding: 3px 0 4px;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
}
.more_content .social {
	display: block;
	margin: auto 20px;
	text-align: center;
	padding: 10px 20px 15px;
	border-bottom: 1px dotted #acacac;
}

#remark-side-panel {
	border-right: 1px solid #b3b3b3;
	-webkit-box-shadow: 10px 10px 22px -5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 10px 10px 22px -5px rgba(0, 0, 0, 0.65);
	box-shadow: 10px 10px 22px -5px rgba(0, 0, 0, 0.65);
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 35;
	height: 100%;
	background: white;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#remark-side-panel .remark-wrapper {
	padding: 0 20px 30px;
}

#remark-side-panel .fullscreen, #remark-side-panel .smallscreen {
	float: right;
	padding: 10px 20px 0 0
}

#remark-side-panel .fullscreen img, #remark-side-panel .smallscreen img {
	width: 20px;
}

#remark-side-panel .close {
	float: right;
	font-size: 0;
	padding: 10px 10px 0 0;
}

#remark-side-panel .close a:before {
	font-family: 'Genericons';
	content: '\f107';
	font-size: 20px;
	color: black;
	position: relative;
	top: -8px;
	padding-right: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#remark-side-panel .title {
	padding-left: 20px;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial;
	font-stretch: condensed;
}

#remark-side-panel .title:before {
	display: inline-block;
	font-family: 'Genericons';
	content: "\f1a2";
	font-size: 30px;
	font-weight: 100;
	line-height: 25px;
	color: black;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

#remark-side-panel .head {
	display: inline-block;
	width: 100%;
	margin: 10px 0 5px;
}

.remark-overlay {
	position: fixed;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

#remark-side-panel .login_wrapper {
	display: none;
	height: 150px;
	margin: 0 20px;
	background: #eee;
	text-align: center;
}

#remark-side-panel .login_wrapper .login_text {
	display: inline-block;
	padding: 35px 0 10px;
	color: black;
	font-family: Arial;
	font-stretch: condensed;
	font-size: 14px;
}

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

#remark-side-panel .login_wrapper button a {
	display: inline-block;
	font-family: Arial;
	font-weight: 700;
	font-stretch: extra-condensed;
	font-size: 14px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	color: #053a6a;
}

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

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

#show_discussion {
	display: block;
	margin: 0 0 50px;
}

#show_discussion a.button {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: white;
	background-color: #a2a2a2;
	background: linear-gradient(#c7c7c7, #a2a2a2);
	padding: 10px 0;
	text-align: center;
	border-radius: 5px;
}

.social .email>a:before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 16px;
	line-height: 25px;
}
/* donation */
.btn-orange, .btn-orange:visited {
	border: none;
	border-radius: 3px;
	margin: 20px auto 10px;
	padding: 5px 10px;
	width: 100%;
	background-color: #fe9600;
	color: white !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	display: block;
}
.btn-orange:hover{
	background-color: #fdb03f;
}
.ntd-donation-into h3 {
	font-size: 1.75rem;
	font-family: "Vollkorn Regular";
	font-weight: 500;
	margin-bottom: 20px;
}
.ntd-donation-into {
	font-family: "Vollkorn Regular";
	font-size: 18px;
}

.post_content > table {
	display: block;
	width: 100%;
	height: 100% !important;
	white-space: nowrap;
	overflow-x: auto;
	border-collapse: collapse;
}
.post_content tr > td {
	padding: 4px 8px;
	border: 1px solid lightgrey;
}
.aplayer_app {
	height: 130px;
	width: 100%;
}
/* 428px for max */
@media only screen and (max-width: 428px) {
	#article_toolbox > .social {
		padding-right: 10px;
	}
	#article_toolbox > .comments {
		padding-left: 20px;
	}
}
/* 375px for iphone 8 */
@media only screen and (max-width: 375px) {
	#article_toolbox > .social {
		padding-right: 0;
	}
	#article_toolbox > .comments {
		padding-left: 10px;
	}
}
/* 360px for galaxy */
@media only screen and (max-width: 360px) {
	.toolbox_container.fixed {
		padding: 10px;
	}
}
.main_content .post_content p {
	margin-bottom: 25px;
}