/* @override 
	http://thaipublica.org/wp-content/themes/thaipublica2016/css/body.css?ver=4.7.2
	https://thaipublica.org/wp-content/themes/thaipublica2016/css/body.css?ver=4.8 */

.site-content {
	overflow: hidden;
}

.home-blog-space {
	height: 15px;
}

.main-header {
	
}

.main-title {
	
}

.main-title i {
    vertical-align: -4px;
    margin: 0 5px;
}


.main-title a {
	
}

.site-main.-hide-title h1.entry-title,
.site-main.-hide-title h1.page-title {
	display: none;
}

.site-banner {
	margin-bottom: 30px;
	background-color: #1d1d1d;
}

.site-banner > .container {
	position: relative;
}

#featured-items .widget-title {
	color: #eee1db;
	font-weight: bold;
	padding: 5px 0 9px;
	margin: 0;
}

#featured-items {
	position: relative;
	padding: 12px 0;
	overflow: hidden;
}

#featured-items .hentry {
	transition: 300ms;
	padding: 8px 0;
}

#featured-items .content-item {
	margin-bottom: 0;
}

#featured-items .entry-meta,
			#featured-items .entry-summary {
	display: none;
}

#featured-items .pic-featued {
	display: none;
}

#featured-items .pic {
	width: 40%;
}

#featured-items .info {
	width: 60%;
}

#featured-items .entry-title {
	font-size: 1.1em;
	margin: 0;
	line-height: 1.6em;
}

#featured-items .entry-title {
	overflow: hidden;
	color: #eee;
}

@media (min-width:992px) {
	#featured-items .widget {
		float: right;
		width: 57%;
	}
	
	#featured-items .hentry {
		transform: 300ms;
		height: 40px;
		cursor: pointer;
	}
	
	#featured-items .hentry:hover {
		background-color: #f8891c;
		cursor: pointer;
	}
	
	#featured-items .content-item {
		position: relative;
	}
	
	#featured-items .hentry .content-item:after {
		content: "";
		opacity: 0;
		position: absolute;
		left: 10px;
		top: -8px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 10px 20px 0;
		border-color: transparent #f88a1c transparent transparent;
		transition: .3s;
	}
	
	#featured-items .hentry:hover .content-item:after {
		opacity: 1;
		left: 5px;
	}
	
	#featured-items .pic-featued {
		position: absolute;
		top: 9px;
		left: 20px;
		z-index: 1;
		width: 380px;
		display: none;
	}
	
	#featured-items .pic-featued img {
		width: 100%;
		height: auto;
	}
	
	#featured-items .hentry:first-of-type .pic-featued {
		display: block;
	}
	
	#featured-items .hentry:hover .pic-featued {
		display: block;
		z-index: 999;
	}
	
	#featured-items .hentry:hover .pic {
		width: 0;
		opacity: 1;
	}
	#featured-items .hentry:hover .pic img {
		width: 0;
		opacity: 0;
	}
	#featured-items .pic {
		width: 10%;
		transition: 0.5s;
		padding-right: 5px;
		overflow: hidden;
	}
	#featured-items .pic img{
		height: 24px;
		width: auto;
		max-width: 999px;
	}
	
	#featured-items .info {
		width: 90%;
	}
	
	#featured-items .entry-title {
		font-size: 1em;
		line-height: 1.5;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media (min-width:1200px) {
	#featured-items .widget {
		float: right;
		width: 42%;
	}
	#featured-items .pic-featued {
		width: 640px;
	}	
	#featured-items .hentry {
		height: 74px;
	}
	#featured-items .entry-title  {
		font-size: 1.15em;
		white-space: normal;
		margin-top: -2px;
		line-height: 20px;
	}
	#featured-items .widget-title {
		padding: 1px 0 8px;

	}
	#featured-items .hentry .content-item:after {
		border-width: 37px 10px 37px 0;
	}
	#featured-items .pic {
		width: 22%;
		padding-right: 5px;
	}
	#featured-items .pic img{
		height: 58px;
		width: auto;
		
	}
	
	#featured-items .info {
		width: 75%;
	}
}
	
	










.content-area {
	margin-bottom: 30px;
	min-height: 400px;
}

.content-item {
	margin-bottom: 15px;
}

.content-item .pic {
	line-height: 0;
}

.content-item .pic img {
	width: 100%;
}

.content-item .cat-links {
	display: none;
}

.content-item.-list {
	margin-left: -15px;
	margin-right: -15px;
}

.content-item.-list:before, .content-item.-list:after {
	content: "";
	display: table
}

.content-item.-list:after {
	clear: both;
}

.content-item.-archive:before, .content-item.-archive:after {
	content: "";
	display: table
}

.content-item.-archive:after {
	clear: both;
}

.content-item.-list .pic {
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
}

.content-item.-list .info {
	float: left;
	width: 66.6666%;
	padding-left: 0;
	padding-right: 15px;
}

.content-item.-card .info {
	padding-top: 15px;
}

.content-item.-archive .pic {
	float: right;
	width: 33.3333%;
	margin: 5px 0 10px 10px;
}

.content-item .entry-title {
	margin: 0 0 7px;
	font-size: 1.4em;
	line-height: 1.3;
}

.widget .content-item .entry-title {
	font-size: 1.3em;
}

.content-item .entry-meta {
	margin-bottom: 0;
}

.content-item .tags-links {
	display: none;
}

.content-item .entry-footer {
	display: none;
}

.content-item .entry-summary p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
}

.full-img img {
	width: 100%;
	height: auto;
}
article.jabted_meter-truth .info,
article.jabted_meter-lie .info,
article.jabted_meter-half-truth .info,
article.jabted_meter-unverifiable .info {
	
}

article.jabted .pic {
	position: relative;
}
article.jabted .pic:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 4px;
	z-index: 9;
	display: block;
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100px;
	height: 72px;
}

body.single-jabted article.jabted .pic:after {
	width: 100px;
	height: 72px;
}
article.jabted_meter-truth .pic img {
	border-bottom: 4px solid #8db9a1;
}
article.jabted_meter-lie .pic img {
	border-bottom: 4px solid #9a1825;
}
article.jabted_meter-half-truth .pic img {
	border-bottom: 4px solid #986674;
}
article.jabted_meter-unverifiable .pic img {
	border-bottom: 4px solid #d8974d;
}

article.jabted_meter-truth .pic:after {
	background-image: url("../img/status-truth.png");
}

article.jabted_meter-lie .pic:after {
	background-image: url("../img/status-lie.png");
}

article.jabted_meter-half-truth .pic:after {
	background-image: url("../img/status-half-truth.png");
}

article.jabted_meter-unverifiable .pic:after {
	background-image: url("../img/status-unverifiable.png");
}
article.jabted .entry-summary {
	position: relative;
	padding-left: 15px;
}
article.jabted .entry-summary::before {
	content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  left: -5px;
  top: 0px;
  opacity: 0.2;
}
article.jabted .entry-summary p {
	font-family: Maledpan;
	font-size: 16px;
	line-height: 1.5;
}
article.jabted .info {
	text-align: right;
}
article.jabted .entry-title {
	font-size: 16px;
	margin: 10px 0 0 0;
	font-weight: bold;
} 

blockquote{
	border: none;
	font-family: Maledpan;
	font-size: 20px;
	line-height: 1.6;
	background-color: #fbf0db;
	text-align: center;
	padding: 40px 10% 36px;
	position: relative;
}
blockquote::before {
	content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0px;
  opacity: 0.2;
	color: #62503f;
}

.entry-meta {
	font-size: 0.93em;
	margin-bottom: 20px;
	opacity: 0.8;
}

.entry-meta a {
	color: #666;
}

.entry-meta a:hover {
	opacity: 1;
}

.entry-meta a:hover {
	opacity: 0.6;
}

.entry-meta > span {
	margin-right: 10px;
}

.entry-meta i {
	margin-right: 4px;
}

.content-pagination a,
.content-pagination span {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 8px;
	min-width: 36px;
	text-align: center;
}

.content-pagination a i {
	vertical-align: -1px;
}

.content-pagination span {
	font-weight: bold;
}
.entry-author {
	position: relative;
}

.advertorial-badge {
	display: inline-block;
	content: "Advertorial";
	font-size: 13px;
	background-color: #fff;
	color: #9e754d;
	margin: 0;
	line-height: 1.2;
	padding: 2px 6px;
	border: 1px solid #9e754d;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
}

.advertorial-badge.-white {
	font-size: 12px;
	padding: 2px 4px;
	color: #fff;
	background: none;
	border-color: #fff;
}





@media (min-width:768px) {
	/* .container{width:750px} */
	
	.content-item {
		margin-bottom: 30px;
	}
	
	.widget .content-item {
		margin-bottom: 20px;
	}
	
	.content-item.-list .pic {
		max-width: 320px;
	}
	
	.content-item.-list .info {
		padding-left: 5px;
	}
	
	.content-item.-archive {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.content-item.-archive .pic {
		float: left;
		width: 33.3333%;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.content-item.-archive .info {
		padding-left: 5px;
		float: left;
		width: 66.6666%;
		padding-right: 15px;
	}
	
	.content-item .cat-links {
		display: inline;
	}
	
	.content-item .tags-links {
		display: inline;
	}
	
	body.tag .content-item .tags-links, body.category .content-item .cat-links, .widget .content-item .cat-links, .widget .content-item .tags-links {
		display: none;
	}
	
	body.single-jabted article.jabted .pic:after {
		width: 200px;
		height: 144px;
	}
	
	
}

@media (min-width:992px) {
	/*.container{width:970px} */
	
	.main-header {
		margin-bottom: 20px;
	}
	
	.main-title {
		padding: 12px 0 10px;
	}
	
	.home-blog-space {
		height: 30px;
	}
	
	.content-area.-rightbar {
		float: left;
		width: 610px;
	}
	
	.widget-area.-rightbar {
		float: right;
		width: 300px;
	}
	
	.content-area.-leftbar {
		float: right;
		width: 730px;
	}
	
	.widget-area.-leftbar {
		float: left;
		width: 210px;
	}
	
	.site.-shop-layout-leftbar .content-area.-shopbar {
		float: right;
		width: 80.3419%;
	}
	
	.site.-shop-layout-leftbar .widget-area.-shopbar {
		float: left;
		width: 19.6581%;
		padding-right: 30px;
	}
	
	.site.-shop-layout-rightbar .content-area.-shopbar {
		float: left;
		width: 80.3419%;
	}
	
	.site.-shop-layout-rightbar .widget-area.-shopbar {
		float: right;
		width: 19.6581%;
		padding-left: 30px;
	}
	
	.site.-layout-boxed .content-area.-leftbar {
		float: right;
		width: 76.6%;
	}
	
	.site.-layout-boxed .widget-area.-leftbar {
		float: left;
		width: 23.4%;
		padding-right: 30px;
	}
	
	.site.-layout-boxed .content-area.-rightbar {
		float: left;
		width: 76.6%;
	}
	
	.site.-layout-boxed .widget-area.-rightbar {
		float: right;
		width: 23.4%;
		padding-left: 30px;
	}
}

@media (min-width:1200px) {
	/*.container{width:1170px} */
	
	.content-area.-rightbar {
		width: 840px;
	}
	
	.content-area.-leftbar {
		width: 930px;
	}
	
	.content-area.-shopbar {
		width: 938px;
	}
	
	.site.-shop-layout-full-width .content-area.-shopbar {
		width: 100%;
	}
}