@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: 20px;
    line-height: 1.25em;
  }

  .post_layout_classic.format-audio .post_featured .post_audio_title {
    font-size: 16px;
  }

  .post_layout_classic.format-audio .post_audio span + .mejs-container {
    margin-top: 2em;
  }

  .post_layout_classic .mejs-button.mejs-volume-button {
    display: none;
  }

  .post_layout_classic .mejs-controls a.mejs-horizontal-volume-slider {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Classic */
  .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;
  }

  .post_layout_classic.format-audio .post_featured.with_thumb .post_audio {
    bottom: 1em;
  }

  .blog_style_classic_2 .nav-links, .blog_style_classic_3 .nav-links {
    margin-top: 2.1em;
  }

  .post_layout_classic.format-audio div.mejs-controls {
    padding: 7px 19px 7px 10px;
  }

  .blog_style_classic_3 .column-1_3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog_style_classic_2 .nav-links, .blog_style_classic_3 .nav-links {
    margin-top: 0.2em;
  }

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

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