.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;
}

.home_blog_post .blog_post .btn-secondary .icofont-simple-right::before {
  content: "\eab5";
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_category {
  padding: 0 10px 0 0;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date::before {
  left: 0;
  right: auto;
}

.home_blog_post .blog_post_content .blog_post_content_bottom {
  text-align: right;
}

.home_blog_post .blog_post .btn-secondary i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.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 {
  direction: rtl;
}

.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 {
	left: 15px;
	right: auto;
}

.home_blog_post .blog_post_content .blog_post_content_bottom .post_meta .meta_date::after {
  right: auto;
  left: 0;
}

.button_next {
  float: left;
}

.button_previeus {
  float: right;
}

@media (max-width: 575px) {
  .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 {
    top: 10px;
    right: 10px;
  }
}