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

  .post_item:not(.sticky) .content_excerpt_wrapper {
    padding: 2em 2.71em 2.71em;
  }

  .post_layout_excerpt.sticky {
    padding: 2em 2.71em 2.71em;
  }

  .sticky:not(.post_layout_custom) .label_sticky .icon-icon-clip {
    font-size: 0;
    margin-top: 0;
  }

  .sticky:not(.post_layout_custom) .label_sticky {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    line-height: 5px;
  }

  .sticky:not(.post_layout_custom) .label_sticky .icon-icon-clip:before {
    font-size: 20px;
    margin-bottom: 0;
  }

  .post_layout_excerpt.sticky .post_title {
    padding-right: 1em;
  }

  .post_meta_excerpt {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .quote_excerpt_wrapper blockquote {
    padding: 2.71em !important;
  }

  .post_layout_excerpt.sticky.format-gallery .post_header,
  .post_layout_excerpt.sticky.format-quote .post_header {
    padding-top: 2em;
  }

  .post_layout_excerpt.sticky.format-video .post_header,
  .post_layout_excerpt.sticky.format-audio .post_header,
  .post_layout_excerpt.sticky.format-standard .post_header,
  .post_layout_excerpt.sticky.format-image .post_header {
    padding-top: .4em;
  }
}
@media (max-width: 1023px) {
  /* Blog layout: Excerpt */
  .post_layout_excerpt + .post_layout_excerpt {
    margin-top: 3em;
  }

  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
    margin-top: 3em;
  }

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

  .post_item:not(.sticky) .content_excerpt_wrapper {
    padding: 2.71em;
  }

  .post_layout_excerpt.sticky {
    padding: 2.71em;
  }
}
@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;
  }

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

  .sticky:not(.post_layout_custom) .label_sticky {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    line-height: 5px;
  }

  .sticky:not(.post_layout_custom) .label_sticky .icon-icon-clip:before {
    font-size: 18px;
    margin-top: 6px;
  }
}
@media (max-width: 479px) {
  .post_meta_excerpt {
    flex-wrap: wrap;
    margin: 8px 0;
  }
  .post_meta_excerpt .post_meta {
    margin-top: 0;
  }
  .post_meta_excerpt .post_layout_excerpt .post_category {
    margin-bottom: 0.2em;
  }

  .post_item:not(.sticky) .content_excerpt_wrapper {
    padding: 2em;
  }

  .post_layout_excerpt.sticky {
    padding: 2em;
  }

  .post_meta_excerpt .post_category {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}

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