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

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

.post_layout_excerpt + .post_layout_excerpt {
  padding-top: 4.2rem;
  border-top: 4px solid #eee; }

.post_layout_excerpt.sticky {
  padding: 3.9em 3.7em 3.7em 3.7em; }

.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_title {
  margin: 0;
  font-size: 2.57143rem;
  line-height: 3.21429rem;
  text-transform: uppercase; }

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

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

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