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

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

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky):before {
  content: '';
  position: absolute;
  top: 0;
  width: 2.7777777778rem;
  height: 1px;
}

.post_layout_excerpt.sticky {
  padding: 3em;
}

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

.post_layout_excerpt .post_header + .post_content {
  margin-top: 2.3333333333rem;
}

.post_layout_excerpt .post_content_inner + .post_meta {
  margin-top: 2.2222222222rem;
}

.has-post-thumbnail .post_featured + .post_date_wrap,
.post_format_image .post_featured + .post_date_wrap,
.post_layout_excerpt.post_item.has-post-thumbnail .post_featured:not(.hover_info) + .post_date_wrap,
.post_layout_excerpt.post_item.format-gallery .post_featured + .post_date_wrap {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 3.3333333333rem;
  left: 3.3333333333rem;
  z-index: 999;
}

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

.post_layout_excerpt.format-audio .post_featured .post_audio_title {
  margin-bottom: 1.6666666667rem;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

.post_layout_excerpt.format-quote {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.6111111111rem;
}

.post_layout_excerpt.format-quote .post_featured_wrapper {
  order: 1;
  margin-top: 2.2222222222rem;
}

.post_layout_excerpt.format-quote .post_header {
  order: 2;
}

.post_layout_excerpt.format-quote .post_content_inner + .post_meta {
  position: absolute;
  bottom: 0;
}

.post_layout_excerpt.format-quote .more-link {
  display: none;
}

.post_layout_excerpt.format-quote .post_header + .post_content {
  margin-top: 0;
}

.sticky.post_layout_excerpt.format-quote {
  padding-bottom: 6rem;
}

.sticky.post_layout_excerpt.format-quote .post_content_inner + .post_meta {
  bottom: 2.7777777778rem;
}

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