/* Blog layout: Excerpt 
------------------------- */
.post_layout_excerpt {
  position: relative;
  margin-bottom: 0;
}

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 7.1rem;
  border-top: 1px solid #eee;
  margin-top: 7.1rem;
}

.post_layout_excerpt.sticky {
  padding: 6.8em 4.5em 2em;
}

.post_layout_excerpt .post_featured {
  display: inline-block;
}

.post_layout_excerpt.post_format_audio .post_featured.without_thumb,
.post_layout_excerpt.post_format_gallery .post_featured.without_thumb {
  display: block;
}

.post_layout_excerpt .post_header {
  margin: 0;
  position: relative;
}

.post_layout_excerpt .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2.5em;
  line-height: 1.5em;
}

.post_layout_excerpt .post_category {
  margin-bottom: 0.5em;
}

.post_layout_excerpt .post_title {
  margin: 0;
  font-weight: 400;
}

.post_layout_excerpt.sticky .post_title {
  margin: 0;
  font-weight: 600;
}

.post_layout_excerpt .post_header + .post_content {
  margin-top: 1.9em;
}

.post_layout_excerpt .post_content_inner + .post_meta {
  margin-top: 1em;
}

.post_layout_excerpt .slider_controls_wrap {
  display: none !important;
}

body:not(.blog_style_excerpt) .post_layout_excerpt {
  margin-bottom: 3em;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

.post_footer-meta {
  margin-top: 1.5em;
}

.post_layout_excerpt.post_format_audio .post_footer-meta {
  margin-top: 1.9em;
}

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