/*********************************** Post ***********************************/
#post {padding-bottom: 25px;}

@media (min-width: 992px) {
  .single {background:#f6f6f6;}
}

/* News */
#post .news{width: 100%; background-color: #fff; padding: 1px 10px;}
@media (min-width: 728px) {#post .news{padding: 1px 20px;}} 
@media (min-width: 992px) {#post .news{width:740px;float:left; padding: 0 20px; border-bottom:3px solid #1d2f49;}} 
@media (min-width: 1200px) {#post .news{width:880px;float:left; padding: 0 40px;}} 

/* Sidebar */
#post .sidebar {display:none; padding-left: 20px;}
@media (min-width: 992px) {#post .sidebar {display:block; width:220px; float:right;}} 
@media (min-width: 1200px) {#post .sidebar {width:320px; float:right;}} 

article .news-date{font-size: .8em;}
article .news-summery{color: #666;}
article .news-img{}
article .wp-caption-text{font-family:"Noto Sans", Arial; font-size:.8em;color:#888;margin-top:5px;}
article .author{}
article .share{width: 100%;}
@media (min-width: 1200px) {article .share{width:60px;float:right}}
article .news-content{width: 100%;}
@media (min-width: 1200px) {article .news-content{width:700px;float:left}}

#post article a{color: #21759b;}
#post article .alignleft{float: left; margin: 0 15px 15px 0;}
#post article .alignright{float: right; margin: 0 0 15px 15px;}
#post article blockquote {padding: 10px 20px;margin: 0 0 20px;font-size: 17.5px;border-left: 5px solid #1b809e;background:#f6f6f6;}


/* For old theme */
#post article img.size-full {width: 100%;height: auto;}