@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_header .post_price {
    font-size: 2em;
    line-height: 1.5em;
  }

  .post_content_excerpt {
    padding: 50px 30px;
  }

  .has-post-thumbnail .post_content_excerpt {
    padding: 30px;
  }

  .post_featured {
    margin-bottom: 1em;
  }

  .post_layout_excerpt.post_format_audio .mejs-container {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 30px;
  }

  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 0;
  }

  .post_layout_excerpt .post_meta {
    margin-top: 0;
  }

  .post_layout_excerpt .post_header + .post_content {
    margin-top: 2em;
  }

  .post_layout_excerpt .post_header .post_price {
    font-size: 1.75em;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 30px;
  }

  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 0;
  }

  .post_layout_excerpt .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }

  .post_layout_excerpt .post_meta {
    margin-top: 0;
  }

  .post_layout_excerpt .post_header + .post_content {
    margin-top: 1.5em;
  }

  .post_layout_excerpt blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  .post_item.post_layout_excerpt:not(.post_format_gallery) {
    flex-direction: column;
  }

  .post_item.post_layout_excerpt:not(.post_format_gallery) .post_featured.with_thumb img {
    width: 100%;
  }

  .post_layout_excerpt.post_format_audio .mejs-container {
    margin-top: 19px;
  }

  .post_layout_excerpt.post_format_audio .post_featured.without_thumb .mejs-container {
    margin-top: 0;
  }

  .post_content_excerpt, .post_layout_excerpt.post_format_image .post_content_excerpt {
    padding: 30px 25px;
  }

  .sc_blogger_excerpt .post_content_excerpt {
    padding: 25px;
  }

  .sc_blogger_excerpt .post_item.post_layout_excerpt:not(.post_format_gallery):not(.post_format_audio) .post_featured.with_thumb {
    flex: 1 1 auto;
  }
}

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