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

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  position: relative; }
  .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky):before {
    content: '';
    width: calc(100% - 76px);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 38px;
    right: 38px; }

.post_item.post_layout_excerpt {
  padding: 38px; }

.post_item.post_layout_excerpt .post_title {
  font-size: 48px;
  line-height: 45px; }

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

.post_layout_excerpt .post_meta {
  margin-bottom: 0.9rem; }

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

.post_item.post_layout_excerpt.post_format_quote blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 3.2em 4em 4.8em; }

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

.blog .content, .archive.author .content {
  border: 1px solid transparent;
  padding-bottom: 50px; }

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