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

  div.esg-filters, .comments_pagination, .nav-links, .page_links {
    margin-top: 5.1em;
    padding-top: 4.8em;
  }

  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 5.1rem;
    margin-top: 5.1rem;
  }
}
@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_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_layout_excerpt {
    margin-top: 4em;
  }

  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    padding-top: 4em;
    margin-top: 4rem;
  }

  div.esg-filters, .comments_pagination, .nav-links, .page_links {
    margin-top: 4.1em;
    padding-top: 3.8em;
  }

  .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 blockquote:before {
    top: 1.3em;
    left: 1em;
  }

  .post_layout_excerpt.sticky {
    padding: 5.8em 1.5em 2em;
  }

  .sticky .label_sticky {
    padding: 14px 25px;
  }

  .post_meta .post_author {
    font-size: 15px;
  }

  .post_layout_excerpt .post_content_inner + p {
    margin-top: 30px;
  }
}

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