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

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

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

  div.esg-filters, .comments_pagination, .nav-links, .page_links {
    padding-top: 3.3333rem;
    margin-top: 4rem;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 3.5em;
  }

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

  .post_layout_excerpt.sticky {
    padding: 3em;
  }

  div.esg-filters, .comments_pagination, .nav-links, .page_links {
    padding-top: 2.85rem;
    margin-top: 3.5rem;
  }

  .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;
  }

  .sticky:not(.post_layout_custom):before {
    border-width: 0 80px 80px 0;
  }

  .sticky:not(.post_layout_custom) .label_sticky {
    top: 18px;
    right: -3px;
    font-size: 11px;
  }

  .post_layout_excerpt.format-quote .post_content_inner + .post_meta {
    margin-top: 1.5em;
  }

  .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
  .single-format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
  .sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 2.5em 2.5em;
  }

  .post_meta .post_meta_item:after, .post_meta .post_meta_item.post_edit:after, .post_meta .vc_inline-link:after {
    margin: 0 .7em;
  }
}
@media (max-width: 767px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 3em;
  }

  .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 blockquote:before {
    top: 47px;
    left: 28px;
  }

  blockquote p br {
    display: none;
  }

  .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
  .single-format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
  .sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
    padding: 1.5em;
  }
}
@media (max-width: 479px) {
  .post_layout_excerpt blockquote:before {
    top: 34px;
    left: 19px;
  }
}

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