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

  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 3.4rem;
  }

  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 3.6rem;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_title + .post_meta {
    margin-top: 1.5em;
  }

  .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_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;
  }
}
@media (max-width: 479px) {
  .has-post-thumbnail .post_featured + .post_date_wrap,
  .post_layout_excerpt.post_item.has-post-thumbnail .post_featured:not(.hover_info) + .post_date_wrap,
  .post_format_image .post_featured + .post_date_wrap,
  .post_layout_excerpt.post_item.format-gallery .post_featured + .post_date_wrap {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 2rem !important;
  }

  .post_layout_excerpt.format-quote {
    padding-bottom: 5rem;
  }
}

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