@charset "utf-8";
/*
Theme Name: The Standard V3 (11 November 2019)
Theme URI: https://www.thestandard.com
Author: The Standard
Author URI: http://www.goingstudio.com
Description: The Standard
Version: 3.0
Text Domain: tstd
*/
/* ------------------------------------------------------------ */

html {scroll-behavior: smooth;}

/* EDIT CSS 14062019 */
.sticky {position: -webkit-sticky; position: sticky; top: 0; z-index: 2;}
.transition {-webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.ads-s {margin: 1em 0;}
.bdt10 {border-top: solid 10px #000;}

.entry-content ol {padding-inline-start: 2em!important;}

.lastest-news .newsbox-list .news-item .caption h4.news-title {margin-top: unset!important; margin-bottom: unset!important;}


@media only screen and (max-width: 480px){
	.entry-content ol {padding-inline-start: 40px!important;}
}
/* -------------------------------------------- */
/* Main Navigation */
#main-nav   {
	font: 400 normal 0.9em "Rubik";
    /*height: 25px;*/
    margin: 10px 0 15px;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid #000;
}
#main-nav ul    {
    margin: 0; padding: 0;
}
#main-nav li    {
    display: block;
    float: left;
    line-height: 25px;
    /*height: 33px;*/
    margin: 0; padding: 0;
    position: relative;
}
#main-nav li a  {
    display: block;
    line-height: 25px;
    padding: 0 14px;
    border-bottom: 6px solid transparent;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a {
    color: #000;
    text-decoration: none;
    border-bottom: 6px solid #ee1c24;
}
#main-nav a:hover {
	color: #FFF;
	background: #ee1c24;
}

/* SUB MENU */
#main-nav ul ul {
    display: none;
    /*display: block; z-index: 1;*/
    position: absolute;
    top: 32px;
    background: rgba(255,255,255,.95);
}
#main-nav ul ul li {
    float: none;
    width: 200px;
}
#main-nav ul ul li a {
    /*padding:10 15px;*/
}

#main-nav ul li:hover > ul {
    display: block;
    z-index: 100;
    color: #FFF;
}

#main-nav ul.sub-menu li {
	font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
}
#main-nav ul.sub-menu li a {
	border-bottom: 1px solid #DDD;
    padding-top: 8px;
    padding-bottom: 7px;
}
#main-nav ul.sub-menu li a {
	text-decoration: none;
}
#main-nav ul.sub-menu li a:hover {
	padding-bottom: 2px;
	background: rgba(255,255,255,.95);
	color: #000;
	border-bottom: 6px solid #ee1c24;
}

/* -------------------------------------------- */

/* PAGINATION */
/* -------------------------------------------- */
.pagination {width: 100%; text-align: center; margin: 1em 0 2em;}
@media only screen and (max-width: 768px){
.page-navi.meta,.page-numbers,.page-numbers.current {padding: 5px 10px!important;}
}

.page-navi.meta {
    color: rgb(38, 166, 154);
    font-size: 20px;
    font-weight: normal;
    border: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    padding-left: 0;
    border-radius:3px;
}

.page-numbers {
    border-right: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    font-family: 'Kanit', sans-serif !important;
    font-weight: normal;
    margin-left:-6px;
}

.page-numbers.current {
   padding: 10px 20px;
   background: #333;
   color: rgb(255, 255, 255);
   font-weight: 600;
}

.page-numbers:hover {
   background: rgb(221, 221, 221);
}
.page-numbers:last-child{
	border-right: none;
}

.page-navi .prev {
   float: left;
   margin-top: -10px;
   border-right: solid 1px #eee;
   font-family: 'Kanit', sans-serif !important;
   font-size: 18px;
   letter-spacing: 0;
   font-weight: normal;
}

.page-navi .next {
   float: right;
   margin-top: -10px;
   border-left: solid 1px #ddd;
   border-right: none;
   border-top: none;
   border-bottom: none;
   font-family: 'Kanit', sans-serif !important;
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0;
}
/* -------------------------------------------- */

/* ZOOM IMAGE */
.frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.zoomin img {
  width: 100%;
  height: 100%
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.zoomin img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ICON SCROLL TOP */
#wpfront-scroll-top-container img {width: 85%!important; max-width: 65px; background-color: red;}
@media only screen and (max-width: 768px){
	#wpfront-scroll-top-container {right: 0px!important; bottom: 10px!important;}
	#wpfront-scroll-top-container img {max-width: 55px;}
}
/* ------------------------------------------------------------ */

/** CSS THE STANDARD V.3 **/

.hidden-xs {display: block;}
.visble-xs {display: none;}
@media only screen and (max-width: 768px){
	.hidden-xs {display: none;}
	.visble-xs {display: block;}
}

.mobile-search {position: fixed; top: 0; left: 0; z-index: 20; width: 100vw; height: 100vh; margin: 0 auto; padding-top: 15vh; background-color: rgba(0,0,0,.9);}
.news-box .news-item .caption .cat a {color: #333;}

.latest:before{content: ""; color: red; display: list-item; list-style: square; float: left;}

/* CSS More Load Button */
.alm-btn-wrap {padding:10px 0!important;}
.alm-btn-wrap .alm-load-more-btn {font-size: 14px!important;height: 30px!important;line-height: 30px!important;}
.loading:before {width: 20px!important; height: 20px!important;}
.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn {background-color: #999999!important;}

.mrt1 {margin-top: 1px;}
.mrt15px{margin-top: 15px;}
.mrt3em {margin-top: 3em;}
.mrb2em {margin-bottom: 2em!important;}
.mrb5 {margin-bottom: 5px!important;}
.mrb10 {margin-bottom: 10px!important;}
.pdtb5px {padding: 5px 0;}
.pdtb20px {padding: 20px 0;}
.pdt3 {padding-top: 3px;}
.pdt5 {padding-top: 5px;}
.pdlr10 {padding-right: 10px; padding-left: 10px;}
/*.pdr10 {padding-right: 10px;}*/
.grid-col2-30pc {display: grid; grid-template-columns: 1fr 25px; grid-gap: 5px;}
.grid-col2-30pc .caption-cat .cat {
	letter-spacing: 1px; font: 700 normal 1rem/1 'Helios'; 
	text-transform: uppercase;
}
.grid-col2-30pc .caption-cat .cat a {color: #999;}
.grid-related-stories,.grid-pop {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 5px; align-items: center;}
.grid-3block .alm-reveal {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px;}

.grid-2block-single-social {display: grid; grid-template-columns: 1fr auto; grid-gap: 10px; align-items: center; margin-bottom: 15px;}

.grid-2block-single {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px;}
.grid-3block-single {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px;}
.grid-4block-single {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 10px;}

hr.bold-line-small{border: 1px solid #7f7f7f;}

@media only screen and (max-width: 768px){
.grid-related-stories,.grid-pop,.grid-3block-single {grid-template-columns: 1fr;}
}

.bg-news,.bg-video-dialy,.bg-opinion,.bg-podcast,.bg-pop {background-color: #f2f2f2;}
.bg-editorpick {background-color: #f2f2f2; margin-left: -15px; margin-right: -15px; margin-bottom: 15px; padding:10px 15px 5px;}
.bg-video,.bg-category-video,.bg-category-news {background-color: #333333; color: #FFF!important;}
.bg-foryou {background-color: #333333; margin-left: -15px; margin-right: -15px;}
.bg-white {background-color: #FFF;}
.bg-category-editorpick {background-color: #f5f5f5;}
.bg-category-news {background-color: #e92226;}
.bg-category-pop {background-color: #0000fe;}
.bg-category-podcast {background: linear-gradient(356deg, rgba(85,53,138,1) 0%, rgba(101,55,143,1) 50%, rgba(114,60,146,1) 100%);}

.txt-white,.txt-white a {color: #FFF!important;}
.followus-navmenu {background-color: #4d4d4d!important; margin: 0!important;}
.followus-pop {background-color: #0000fe!important; color: #FFF!important;}
.followus-inline-grid {display: grid; grid-template-columns: 1fr auto 1fr; grid-gap: 5px; align-items: center;}

.home-followus .social-contact,
.main-footer .social-contact {text-align: center;}
.btn-mbs .home-followus .subscribe {float: none!important;}
.home-followus.followus-pop .subscribe {background: #FFF;color: #000;padding-top: 3px;}
.home-followus.followus-pop .social-contact,
.home-followus.followus-pop .btn-mbs {padding-top: 3px;}
.home-followus.followus-pop h5.title {text-align: left;line-height: 1;}

#for-you header.newsbox-header {border: 1px solid #333; margin-bottom: 0!important; padding-bottom: 0!important; position: relative;}
#for-you .news-item .caption .caption-title h2 {font-weight: 400; margin: 0;}
.item-foryou {border-top: none!important; margin: 15px;}
.item-foryou .caption {padding: 10px!important;}
.row-foryou .news-item {background-color: #FFF; padding:0!important; border-bottom: none!important;}
.row-foryou {padding: 0 0 30px;}
.icon-foryou {color: #FFF;font-size: 1.85em;position: absolute; top: 18px; left: 15px;}

#podcast .newsbox-thumb {
	display: grid;
	word-break: break-word;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;
}

#podcast-desktop .nav-box {margin-bottom: 1.25em!important;}

@media screen and (max-width: 767px){
	#podcast .newsbox-thumb:first-child .news-item {
	    border-top: none;
	}
	#video .newsbox-thumb:first-child .news-item {
		border-top: none;
		padding-top: none;
	}

	.newsbox-small .news-item .caption,
	.newsbox-thumb.-small .news-item .caption {padding: 10px 0 0px!important;}
	.newsbox-thumb.-right .thumb {padding-left: unset!important;}
	#special-focus-myanmar .newsbox-small .news-item .caption,
	#special-focus-myanmar .newsbox-thumb.-small .news-item .caption {padding: 10px!important;}
	.newsbox-small .news-item .caption, .newsbox-thumb.-small .news-item .caption {padding: 10px!important;}

}


#video .entry-vdo,#category-video .entry-vdo {margin: 0;}
#video .caption,#category-video .caption {padding: 10px; background-color: #333333; color: #FFF!important;}
#video-dialy-desktop .caption {padding: 10px; background-color: #333333; color: #FFF!important; min-height: 106px;}
#video-dialy-desktop .caption a {color: #FFF!important;}
#video .caption a,#category-video .caption a,
#video-desktop .caption a {color: #f2f2f2!important;}
#video .caption .share-topic-wrapper a,#category-video .caption .share-topic-wrapper a {color: #333!important;}
#video .caption-title.caption-large,#category-video .caption-title.caption-large {min-height: 50px; max-height: 50px;}
#video .news-item.none-padding,#category-video .news-item.none-padding {padding: 0!important;}
#video .news-item.item-small .thumb,#category-video .news-item.item-small .thumb {width: 35%!important;}
#video .news-item.item-small .caption,#category-video .news-item.item-small .caption {width: 65%!important;}
#video .newsbox-thumb .thumb,#video-dialy-desktop .newsbox-thumb .thumb {margin-bottom: 0;}
#video .newsbox-thumb .item-small .thumb {padding-top: 8px;padding-left: 5px;}

#daily .newsbox-thumb .entry-vdo {margin-bottom: 0;}
#video-dialy .newsbox-thumb .news-item {margin-top: 5px!important; padding-top: 5px!important; border-top: 1px solid #000;}

#opinion-contributor .grid-col2 {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; align-items: center;}
#opinion-contributor .grid-col2-50px {display: grid; grid-template-columns: 50px 1fr; grid-gap: 5px; align-items: center; padding: 5px;}
#opinion-contributor .author-img {width: 50px; height: 50px;}
#opinion-contributor .author-img img {width: 100%; height: auto; border-radius: 25px;}
#opinion-contributor .caption-title .news-title {font-weight: 400; font-size: 1.15em; line-height: 1.4em; margin: 0;}
#opinion-contributor .newsbox-header {border-top: 10px solid #000; border-bottom: 1px solid #000; margin: 5px 0!important;}


#podcast-channel {margin: 0 0 2em;}
#podcast-channel .grid-col2 {display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; align-items: center;}
#podcast-channel .channel-img {width: 100%; height: 100%;}
#podcast-channel .channel-img img {width: 100%; height: auto;}
#podcast-channel .caption-title .news-title {font-weight: 500; font-size: 1.2em; line-height: 1.4em; margin: 10px 0 0;}
#podcast-channel .newsbox-header {border-top: 10px solid #000; border-bottom: 1px solid #000; margin: 5px 0!important; padding-bottom: 0;}

#home-editorPick-mobile .thumb a:before {display: none;}

#home-editorpick .caption .news-title a {min-height: 60px; font-size: 11pt;}
#home-editorpick .newsbox-thumb .thumb {margin-bottom: 0;}
#home-editorpick .newsbox-thumb .news-item {padding: 10px 0 10px; border-top: 1px solid #000;}



/* NAV MENU AJAX CONTENT ---------------- */
.tablinks.ajax-current {color: #ee1c24; padding: 5px 8px 2px!important;}
.tablinks.ajax-current:after {content: ""; display: block; border-bottom: 3px solid #ee1c24;}
.nav-item-latest.tablinks.ajax-current {display: inline-block; float: initial; text-align: center;}

.nav-box {margin-bottom: 0.3em;}
.nav-box.bg-nav-box {background-color: #ececec;}
.tablinks:hover{cursor: pointer;}
/*.nav-box .nav-item-latest {width: 20%;}*/
.nav-box nav {width: calc(100% - 75px);}
.nav-item-latest,
.nav-item {
font-family: Kanit;
font-size: 11pt;
padding: 5px 8px;
margin: 5px 0;
vertical-align: middle;
font-weight: 500;
}
.nav-item-latest,
.nav-item:not(:last-child) {
border-right: 2px solid rgba(114, 124, 135, 0.2);
}

#video-desktop .nav-item-latest,
#video-desktop .nav-item:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, .75);
}

.nav-item,
.vertical-align-middle {
display: inline-block;
vertical-align: middle;
}
.scroll {
white-space: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll::-webkit-scrollbar {
display: none;
}
/* NAV MENU AJAX CONTENT ---------------- */


/* RELEASED STORIES */
@media screen and (max-width: 767px){
	#opinion .newsbox-header,
	#home-editorPick-mobile .newsbox-header {border-bottom: solid 0px #666;}
	#ajax-load-more .related-stories .news-item,
	/*#ajax-load-more-2 .related-stories .news-item {border-top: 0;}*/
	.related-stories .news-item {
	    margin-bottom: 5px;
	    padding-top: 5px;
	    border-top: 1px solid #000;
	}
	.related-stories .news-item .caption .caption-title .news-title {
		margin: 0;
	    line-height: 1.4;
	    font-weight: 400;
	    font-size: 1.2em!important;
	    min-height: 45px;
	}

	#ajax-load-more .related-stories figure.thumb {margin-bottom: 10px;}
}

.entry-author .avatar {text-align: center; vertical-align: text-top;}
.entry-author .avatar img {width: 100%; max-width: 75px; height: auto;}

/* ------------------------------------------------------------ */

@font-face {
	font-family: 'icomoon';
	src:  url('assets/fonts/icomoon.eot?lke9fq');
	src:  url('assets/fonts/icomoon.eot?lke9fq#iefix') format('embedded-opentype'),
	  url('assets/fonts/icomoon.ttf?lke9fq') format('truetype'),
	  url('assets/fonts/icomoon.woff?lke9fq') format('woff'),
	  url('assets/fonts/icomoon.svg?lke9fq#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
content: "\e900";
}
.icon-share:before {
content: "\e901";
}
  

@font-face {
	font-family: ChuanPim;
	src: url("assets/fonts/ChuanPim/DBChuanPim.ttf");
}

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

.post .entry-tag {
	border-bottom: 0;
}

.instagram-media {
	margin: 20px auto !important;
}

.youtube-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	margin: 20px 0;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fb-post {
	text-align: center;
	width: 100%;
}

.fb-post iframe {
	display: inline-block;
}

twitterwidget {
	margin: 0 auto;
}

h1.entry-title {
	font-size: 2.5rem;
	font-weight: 500;
}

.entry-highlight .title {
	font-weight: 500 !important;
}

html,
p,
.entry-author>div .desc,
.entry-highlight {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.entry-FYI {
	margin-top: 1.5vw !important;
	margin-bottom: 1.5vw !important;
}

.entry-FYI .desc,
.single .entry-content p,
.single .entry-content li,
.single .entry-highlight,
.highlight,
.highlight p,
.entry-highlight .highlight p,
.page .entry-content p,
.page .entry-content li,
.page .entry-highlight {
	font-size: 16px !important;
	line-height: 1.5em !important;
	font-weight: 400 !important;
	word-wrap: break-word;
    width: 99%;
}

.entry-content a {
	text-decoration: underline !important;
	text-decoration-color: #ee1c24 !important;
}

.entry-content a:hover {
	opacity: 0.6;
	text-decoration-color: #ee1c24 !important;
}

.single .entry-highlight .title,
.page .entry-highlight .title {
	font-size: 1.2em !important;
}

.entry-author>div .desc {
	font-size: 1.4rem !important;
	line-height: 2em !important;
}

@media (min-width:768px) {
	.ubermenu .ubermenu-item.ubermenu-item-level-0 {
		border-bottom: 8px solid transparent !important;
		padding-bottom: 3px;
	}
	.ubermenu .ubermenu-item.ubermenu-current_page_item,
	.ubermenu .ubermenu-item.ubermenu-item-level-0:hover {
		border-bottom: 8px solid #ee1c24 !important;
	}
	.entry-view {
		border: none !important
	}
}

@media (max-width:767px) {
	.single-content {
		margin-right: 0 !important;
	}
	.displayname {
		margin-top: 10px !important;
	}
	.home-photograph .photograph-item .thumb figcaption {
		position: relative !important;
		top: 0 !important;
		width: 100% !important;
	}
	.caption-text,
	.single .entry-content .caption-text>p {
		margin-top: 0px !important;
	}
	.magazine-highlight {
		padding: 20px !important;
		font-size: 0.8em;
	}
	.magazine-highlight .magazine-info {
		padding-left: 0 !important;
	}
	.magazine-highlight p {
		font-size: 1.3em !important;
	}
	.magazine-highlight .magazine-info .button {
		max-width: 100% !important;
		text-align: center;
		padding-top: 20px !important;
	}
	.magazine-highlight .magazine-info .button>a {
		display: inline-block !important;
		width: 85px !important
	}
	.magazine-highlight .magazine-info .excerpt {
		margin-top: 20px !important
	}
	#oscars {
		width: 100%;
		background: url('https://thestandard.co/wp-content/uploads/2018/02/OSCAR-mobile-1.0.2.jpg') no-repeat !important;
		background-size: cover !important;
		position: relative;
		user-select: none;
	}
}

.row {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.row>div[class^="col"] {
	padding-left: 5px;
	padding-right: 5px;
}

.post-slide .news-item {
	padding: 5px !important;
}

.newsbox-archive .news-item .caption,
.newsbox-list .news-item .caption {
	margin-left: 0 !important;
}

.single .news-box .newsbox-header .title {
	text-align: center;
}

.ubermenu.ubermenu-main .ubermenu-tabs-group {
	min-height: initial !important;
}

.entry-share>a {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.entry-share.-horizontal>a+a {
	margin: 2px 5px;
}

.single .entry-content a,
.single .entry-content a {
	word-break: break-all;
}

.entry-content div[id^=attachment_] .wp-caption-text {
	text-align: center;
	color: #555;
	font-size: 1.4rem !important;
	font-style: normal;
}

.caption-text,
.single .entry-content .caption-text>p {
	color: #555;
	font-size: 1.4rem !important;
	font-style: normal;
	margin-top: -15px;
}

.caption-text.caption-center,
.caption-text.caption-center>p {
	text-align: center !important;
	line-height: 2.5!important;
}

.caption-text.caption-left,
.caption-text.caption-left>p {
	text-align: left !important;
}

.caption-text.caption-right,
.caption-text.caption-right>p {
	text-align: right !important;
}

div.alignnone {
	max-width: 100%;
}

div.aligncenter {
	margin: 0 auto;
	max-width: 100%;
}

div.alignleft {
	max-width: 100%;
}

div.alignright {
	max-width: 100%;
}
.banner-box{
	margin-bottom: 0px !important;
}
.banner-box>*{
	margin-bottom: 20px;
}
.banner-box>div {
	display: inline-block;
}

.opinion-cat ul {
	padding: 0;
}

.home-photograph {
	display: none
}

.magazine-highlight .excerpt p {
	text-align: justify !important;
	font-size: 15px !important
}

.entry-content div[id^=attachment_] .wp-caption-text {
	font-style: inherit !important;
	font-size: inherit !important;
}

.newsbox-large .news-item {
	margin-bottom: 0 !important;
}

.newsbox-large .news-item .caption {
	bottom: -10px;
}

.newsbox-large .news-item .caption .news-title a {
	line-height: 30px !important;
	max-height: 60px !important;
}

.entry-content blockquote {
	border: 0 !important;
	padding: 0 0 0 40px !important;
	display: block;
	margin: 50px auto !important;
	max-width: 95%;
	width: 720px;
	position: relative;
	font-family: Kanit;
	font-size: 1.4em !important;
}

.entry-content blockquote p,
.single .entry-content blockquote p {
	display: inline;
	font-family: Kanit !important;
	font-size: 1em !important;
}

.entry-content blockquote:before {
	content: "“";
	display: block;
	position: absolute;
	top: -20px;
	left: -10px;
	font-family: serif;
	font-size: 4em;
	color: red;
}

.entry-content blockquote:after {
	content: "”";
	display: inline-block;
	font-size: 3em;
	margin-top: -1em;
	color: red;
	font-family: serif;
	position: relative;
	top: .55em
}

.magazine-highlight {
	margin-top: 0;
}

/* fix instagram's bug */

.instagram-media {
	position: relative !important;
}

#oscars {
	width: 100%;
	min-height: 100vh;
	background: url('https://thestandard.co/wp-content/uploads/2018/02/oscar-desktop-1.0.0.jpg') no-repeat;
	background-size: cover;
	position: relative;
	user-select: none;
}

#oscars .oscars-logo {
	display: none;
}

#oscars .logo {
	display: inline-block;
}

#oscars .logo img {
	max-width: 180px
}

#oscars .box-lower {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#oscars .button-lower {
	margin: 10px 0;
	width: 150px;
	height: 50px;
	display: inline-block;
	border: 1px solid;
	border-bottom: 3px solid;
	user-select: none;
}

#oscars a {
	width: 100%;
	height: 100%;
}

#oscars a:hover,
#oscars a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

#oscars .inner-button {
	height: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: Kanit;
}

#oscars .font-line-1 {
	font-size: 12px;
}

.page-template-oscars .newsbox-small {
	margin-top: 20px;
}

.caption .news-title a {
	max-height: 2.65em;
	line-height: 1.4em;
	display: inline-block;
	overflow: hidden;
}

.news-item .entry-view,
.news-item .share-topic {
	display: block !important;
}

.news-box-no-margin .news-box {
	margin: 0;
}

.newsbox-list.padding-bottom-5px .news-item {
	padding: 0 0 5px;
}

.newsbox-thumb .news-item .caption .cat {
	font-size: .9em !important;
}

/*
.social-contact{
	position: relative;
	right: 12px;
	text-align: center !important;
	padding-top: 7px;
}
.social-contact > a{
	margin-right: -10px !important;
	background: none !important;
}
*/
.social-contact .fa{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.social-contact .fa-facebook{
	background: #3b5b99
}

.social-contact .fa-twitter{
	background: #1da2f3
}

.social-contact .fa-instagram{
	background: #a01692;
	background: -moz-linear-gradient(top, #a01692 0%, #ee4d34 50%, #f5b849 100%);
	background: -webkit-linear-gradient(top, #a01692 0%, #ee4d34 50%, #f5b849 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#a01692), color-stop(50%, #ee4d34), to(#f5b849));
	background: -o-linear-gradient(top, #a01692 0%, #ee4d34 50%, #f5b849 100%);
	background: linear-gradient(to bottom, #a01692 0%, #ee4d34 50%, #f5b849 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01692', endColorstr='#f5b849', GradientType=0)
}

.social-contact .fa-youtube-play{
	background: #de2925;
	text-indent: 2px
}
.social-contact .fa-youtube-play:before{
	position: relative;
	left: -1px;
}

.social-contact .fa-envelope{
	background: #ff0000;
}

.social-contact .fa-soundcloud{
	background-image: linear-gradient(#ff7814, #ff3905);
	background-color: #ff7814;
}

.social-contact .fa-line,
.social-contact .line {
	background: url("https://thestandard.co/wp-content/themes/thestandard.v2/assets/img/line-icon.png") center center no-repeat #00c300;
	background-size: contain;
	position: relative;
    /*top: 7px;*/
    display: list-item;
}

.banner-inhouse {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.tstd-pop {
	margin-top: 17px;
	display: inline-block;
}

.social-contact.-tstd-pop {
	margin-bottom: 3px;
	right: 0;
}

.social-contact.-tstd-pop > a {
	margin-left: -3px!important;
	margin-right: 3px!important;
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
}

.social-contact.-tstd-pop > a:first-child {
	margin-left: 0!important;
}

.social-contact.-tstd-pop > a:last-child {
	margin-right: 0!important;
}

.social-contact.-tstd-pop > a > .fa {
	background: #0000ff;
	width: 30px;
    height: 30px;
	line-height: 28px;
	transition: 300ms;
	border: 1px solid #0000ff;
}

.social-contact.-tstd-pop > a:hover > .fa {
	background-color: #fff;
	color: #0000ff;
}

.tstd-pop .social-title a {
	display: block;
	color: #0000ff;
	transition: 300ms;
}

.tstd-pop .social-title a:hover {
	text-decoration-color: #0000ff;
}

@media (max-width: 767px) {
	.banner-inhouse {
		margin: 15px 0 0;
		display: block;
	}
	.tstd-pop {
		margin-top: 10px;
	}
	.social-contact.-tstd-pop {
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: top;
	}
	.social-title {
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}
}

.news-flexbox .news-box:first-child{
	margin-top: 20px;
}

.newsbox-list.popular .news-item .news-title:before {
    font-family: sans-serif !important;
    font-size: 2em !important;
    margin-bottom: .3em;
    margin-top: -3px;
}

.social-contact.-distributed a{
	margin: -5px 35px 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 1em !important;
}

.social-contact.-distributed a i{
	line-height: 30px !important;
}

.social-contact.-distributed a i.fa-line{
	/*top: 9px !important;*/
}

.btn.btn-black{
	color: white;
	background: black;
	line-height: 1.2em;
	padding: 5px 30px;
	border: 0;
	outline: 0;
	border-radius: 0;
}
.btn.btn-black:hover{
	color: white;
	background: #333;
}
.single-share.social-contact{
	right: 0;
}
.entry-highlight ul li{
	padding-left: 30px !important;
	text-indent: 0 !important;
	margin-bottom: 10px;
}
.entry-highlight ul li:before{
	margin-right: initial !important;
    font-size: 4rem !important;
    position: absolute;
    left: 5px;
}
.readtime{font-size:16px !important;}

.entry-tag .title {
    width: auto !important;
    margin-right: 7px;
}
.entry-tag .tags {
    position: relative;
    top: -4px;
}
.newsbox-small .news-item{margin-bottom:10px!important}

.home-highlight .newsbox-small .news-item {
	height: auto !important;
    /*max-height: 230px !important;*/
}

.wp-pagenavi .page, 
.wp-pagenavi .current, 
.wp-pagenavi .previouspostslink, 
.wp-pagenavi .nextpostslink, 
.wp-pagenavi .first, 
.wp-pagenavi .last {
    display: inline-block;
    margin: 0 1px;
    background: #f5f5f5;
    padding: 5px 10px;
}

.wp-pagenavi .current{
	background: #e5e5e5;
}

.caption .news-title a{
	width: 100%;
}

.admin-bar {
    position: relative;
    top: 0;
}
.home-followus .title{
	font-family: Kanit;
}

div.entry-meta a{
	font-size: 2rem;
	font-weight: 900;
	font-family: 'Kanit';
}

div.entry-title .title{
	font-size: 4rem;
}

.entry-author h5.title{
	font-weight: 900;
	font-family: 'Kanit';
	margin-top: 0;
}

.pagination{
	height: initial !important;
}

@media (max-width: 767px){
	div.entry-meta a{
		font-size: 1.2rem;
	}
	.newsbox-large .news-item .caption .news-title a{
		line-height: inherit !important;
		max-height: initial !important;
	}
	div.entry-title .title{
		font-size: 2.2rem;
		word-wrap: break-word;
    	width: 99%;
	}

	.ubermenu-main.ubermenu-touch {
		margin: 10px 0 !important;
	}
	.newsbox-large .news-item .caption {
		padding-bottom: 10px !important;
	}
	.home-followus .subscribe{
		float: none !important;
	}
	.news-box .newsbox-header .title{
		padding: 15px 0;
	}
	hr.bold-line{
		border-width: 7px !important;
	}

	.section-wrapper .entry-meta {
		margin-top: 0px;
	}
	#wpadminbar {
		position: fixed !important;
	}
	#wp-admin-bar-my-account{display:none !important;}
}

.newsbox-thumb .news-item .caption .cat{
	/*width: 70%;*/
}

[data-google-query-id] {
    text-align: center;
}

.ubermenu-target-description{
	display: none !important;
}

.single-share li a {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
}
.single-share li a i {
    font-size: 16px !important;
    line-height: 32px !important;
}
.single-share.social-contact {
    top: -15px;
}


.main-header {
	padding: 4vh 0 2vh!important;
}

/* Favorite Content */
.single-share li.fav-content,.fav-content{display: none;}
.fav-topic{position: absolute; margin-left:-5px; cursor:pointer; color:#b6b6b6; display: none; }
.fav-topic i:hover {color:#ee1c24;}
.fav-topic.active{color:#ee1c24;}