.block .block_content li .ybc-blog-latest-post-content, .ybc_block_popular .block_content li .ybc-blog-popular-content{
  display: inline-block;
}
.block .block_content li .ybc-blog-latest-post-content .ybc_title_block, .block .block_content li .ybc-blog-popular-content .ybc_title_block{
  text-align: right;
}
.block .block_content li .ybc-blog-latest-post-content, .ybc_block_popular .block_content li .ybc-blog-popular-content {
	text-align: right;
}
#content-wrapper {
	/* overflow: hidden; */
}
.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_meta > div{
  border-left: 1px solid #999;
  border-right: 0;
  margin: 0 0px 0 12px;
    padding:0 0 0 12px;
}
.home_blog_post .blog_post_content .blog_post_content_bottom {
	text-align: center;
}
.home_blog_post .blog_post_content .blog_post_content_bottom,.blog_post_content_top.tbhomeblog_image_holder.blog_image_holder {
	direction: rtl;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .meta_date {
	left: auto;
	right: 15px;
}
.blog_post_content p.meta_author, .blog_post_content p.meta_date {
	padding-left: 10px;
}
.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date, .home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
	padding: 0;
}
/* .home_blog_post .blog_post_content .blog_post_content_bottom{
  left: 15px;
  right: auto;
} */
.home_blog_post .blog_post_content .blog_post_content_bottom_main{
  right: auto;
  left: 0;
}
.home_blog_post .blog_post{
  direction: rtl; 
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta{
  justify-content: flex-start;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date {
	border-left: 2px solid #666666;
	border-right: none;
	margin: 0 0 0 10px;
  padding: 0 0 0 15px;
}

@media (max-width:767px) {
  /* .home_blog_post .blog_post_content .blog_post_content_bottom{
    padding: 0;
  }
  .home_blog_post .blog_post_content .blog_post_content_bottom {
    padding: 10px 0 0 0;
    text-align: center;
  } */
  .home_blog_post .blog_post_content .blog_post_content_bottom_main {
    right: 10px;
    left: 10px;
  }
}
@media (max-width:480px){
  .home_blog_post .blog_post_content .blog_post_content_bottom {
    text-align: center;
  }
}