@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_featured {
    margin-bottom: 1.2em;
  }
}

@media (max-width: 1023px) {
  /* Blog layout: Classic */
  .post_layout_classic blockquote {
    padding: 1em 1em 1em 2em;
  }
  .post_layout_classic blockquote:before {
    top: 1.2em;
    left: 1em;
    font-size: 0.7em;
  }
  .post_layout_classic blockquote > a, .post_layout_classic blockquote > p > a,
  .post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite {
    font-size: 13px;
  }
  .post_layout_classic .swiper-container-horizontal > .swiper-pagination,
  .post_layout_classic .slider_outer > .swiper-pagination {
    bottom: 6px;
  }
  .post_layout_classic .slider_container .swiper-pagination-bullet,
  .post_layout_classic .slider_outer .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    border-width: 1px;
  }
  .post_layout_classic.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }
  .post_layout_classic_3 .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 1em 1em;
  }
}

@media (max-width: 767px) {
  .blog_style_classic_2 .posts_container > [class*="column-"],
  .blog_style_classic_3 .posts_container > [class*="column-"] {
    margin-bottom: 50px;
    padding-bottom: 0 !important;
  }
  .blog_style_classic_2 .post_layout_classic,
  .blog_style_classic_3 .post_layout_classic {
    margin-bottom: 0;
  }
  .blog_style_classic_2 .post_layout_classic .post_content_inner,
  .blog_style_classic_3 .post_layout_classic .post_content_inner {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .blog_style_classic_2 .post_meta_item:not(.post_categories):not(.post_date),
  .blog_style_classic_3 .post_meta_item:not(.post_categories):not(.post_date) {
    display: none;
  }
}
/*# sourceMappingURL=classic-responsive.css.map */