@media (max-width: 1439px) {
  /* Blog layout: Classic */
  .post_layout_classic .post_content {
    font-size: 1em;
  }
}
@media (max-width: 1279px) {
  /* Blog layout: Classic */
  .post_layout_classic .post_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Classic */
  .post_layout_classic .swiper-container-horizontal > .swiper-pagination,
  .post_layout_classic .slider_outer > .swiper-pagination {
    bottom: 6px;
  }
  .post_layout_classic.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .post_layout_classic.post_format_audio .mejs-time {
    display: none;
  }
  .post_layout_classic .post_title {
    font-size: 20px;
    line-height: 24px;
  }
  .post_layout_classic .post_title + .post_meta {
    margin-top: 0.5em;
  }
  .blog_style_classic_3 .posts_container.columns_wrap .column-1_3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Classic */
  [class*=blog_style_classic_] .columns_wrap [class*=column-] + [class*=column-] .post_item {
    margin-top: 5px;
  }
  [class*=blog_style_classic_] .columns_wrap.columns_padding_bottom {
    margin-bottom: -20px;
  }
  .blog_style_classic_3 .posts_container.columns_wrap .column-1_3 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  /* Blog layout: Classic */
  .post_layout_classic .post_title {
    font-size: 18px;
    line-height: 22px;
  }
  .post_layout_classic .post_header + .post_content {
    padding-top: 0.8em;
  }
}