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

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

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

.post_layout_excerpt.sticky .post_header {
  padding: 3.6em 4em 0;
}

.post_layout_excerpt.sticky .post_content {
  padding: 0 4em 4em 4em;
}

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

.sticky .post_featured {
  margin-bottom: 0em;
}

.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: 1.125em;
  line-height: 1em;
  font-weight: 600;
}

.post_layout_excerpt .post_title {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.3em;
}

.post_layout_excerpt .post_meta {
  margin-top: 0;
}

.post_layout_excerpt .post_title + .post_meta {
  margin-top: 2.55rem;
}

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

.post_content .post_content_inner {
  margin-bottom: 2rem;
}

body[class*=blog_style_classic] .post_layout_excerpt,
body[class*=blog_style_masonry] .post_layout_excerpt {
  margin-bottom: 3em;
}

.post_layout_excerpt blockquote {
  margin: 0;
}