@media (max-width: 1279px) {
  /* Blog layout: Classic */
  .post_layout_classic blockquote {
    padding: 2.5em 2.5em 2.5em 5em;
  }

  .post_layout_classic blockquote:before {
    top: 1.2em;
    left: 0.8em;
  }

  .post_layout_classic .post_title {
    font-size: 22px;
  }

  .post_layout_classic .post_featured {
    margin-bottom: 1em;
  }

  .posts_container.columns_wrap {
    margin-bottom: calc( -1 * var(--theme-var-lg_grid_gap) );
  }

  .posts_container.columns_wrap .post_layout_classic {
    padding-bottom: 10px;
  }
}
@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.post_format_audio .mejs-time {
    display: none;
  }

  .post_layout_classic .post_category {
    margin-bottom: 0;
  }

  .post_layout_classic .post_header .post_meta {
    margin-top: 0;
  }

  .post_layout_classic .post_content + .post_meta {
    margin-top: 0.7em;
  }
}
@media (max-width: 767px) {
  .posts_container.columns_wrap {
    margin-bottom: calc( -1 * var(--theme-var-sm_grid_gap) );
  }

  .post_layout_classic .post_header + .post_content {
    padding-top: .5em;
  }

  .post_layout_classic .post_content + .post_meta {
    margin-top: 0.5em;
  }
}
@media (max-width: 479px) {
  .post_layout_classic .post_title {
    font-size: 20px;
  }
}

/*# sourceMappingURL=classic-responsive.css.map */
