@media (max-width: 1439px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt+.post_layout_excerpt,
  .post_layout_excerpt+.has-post-thumbnail.post_layout_excerpt {
    margin-top: 6rem!important;
  }
}
@media (max-width: 1279px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt .post_title {
    font-size: 2.74rem;
  }
  .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_layout_excerpt {
    margin-top: 5em;
  }
  .post_layout_excerpt:not(.sticky)+.post_layout_excerpt:not(.sticky) {
    padding-top: 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: 4em;
  }
  .post_layout_excerpt.sticky {
    padding: 1.6em;
  }
  .post_layout_excerpt:not(.sticky)+.post_layout_excerpt:not(.sticky) {
    padding-top: 4em;
  }
  .post_layout_excerpt .post_title+.post_meta {
    margin-top: 0.9rem !important;
  }
  .post_layout_excerpt .post_header+.post_content {
    margin-top: 0.9rem !important;
  }
  .post_layout_excerpt .post_header .post_price {
    position: static;
    right: auto;
    top: auto;
    margin-top: 0.3em;
  }
  .post_layout_excerpt .post_title {
    font-size: 2.1rem;
  }
  .post_layout_excerpt.post_format_quote .post_header+.post_content {
    margin-bottom: 1.5em;
  }
  .post_layout_excerpt blockquote {
    padding: 3rem;
  }
}
