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

@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_title + .post_meta {
    margin-top: 1.5em;
  }
  .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: 2.5em;
  }
  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 3em;
  }
  .post_layout_excerpt .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }
  .post_layout_excerpt .post_title + .post_meta {
    margin-top: 1em;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: 1.5em;
  }
  .post_layout_excerpt blockquote {
    padding: 2em 2em 2em 4em;
    margin-left: 0;
    margin-right: 0;
  }
  .post_layout_excerpt.sticky {
    padding: 1.5em;
  }
  .post_layout_excerpt .post_featured {
    margin-bottom: 0.9em;
  }
  .post_layout_excerpt .post_title {
    margin: 0.3em 0;
  }
  .post_layout_excerpt .post_header + .post_content {
    margin-top: .5em;
  }
  .post_header_position_under .header_content_wrap .post_featured + .post_header {
    margin-top: 0.9em;
  }
}

@media (max-width: 479px) {
  .blog_style_excerpt .post_meta_item:not(.post_categories):not(.post_date) {
    display: none;
  }
  .single-post .post_meta .post_meta_item {
    font-size: 13px;
  }
}
/*# sourceMappingURL=excerpt-responsive.css.map */