/* Blog layout: Excerpt 
------------------------- */
.blog_style_excerpt .pagination {
  position: relative;
  padding-top: 2.2rem;
  margin-top: 6.2rem; }
  .blog_style_excerpt .pagination:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 2px;
    background-color: #000000; }

.post_layout_excerpt {
  position: relative;
  margin-bottom: 0; }
  .post_layout_excerpt .more-link {
    margin-top: 3.7em; }
  .post_layout_excerpt .post_featured {
    margin-bottom: 3.95em; }
  .post_layout_excerpt.post_format_audio .post_featured {
    margin-bottom: 3.45em; }
  .post_layout_excerpt.post_format_quote .post_content + .post_header {
    margin-top: 3.45em; }
  .post_layout_excerpt + .post_layout_excerpt.sticky {
    margin-top: 12.6rem; }
    .post_layout_excerpt + .post_layout_excerpt.sticky:before {
      content: '';
      position: absolute;
      top: -6.3rem;
      left: 0;
      width: 76px;
      height: 2px;
      background-color: #000000; }

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 6.3rem;
  padding-top: 6.3rem; }
  .post_layout_excerpt + .post_layout_excerpt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
    height: 2px;
    background-color: #000000; }

.post_layout_excerpt.sticky {
  padding: 4em 4.4em 4.4em 4.4em; }
  .post_layout_excerpt.sticky + .sticky {
    margin-top: 12.6rem; }
    .post_layout_excerpt.sticky + .sticky:before {
      content: '';
      position: absolute;
      top: -6.3rem;
      left: 0;
      width: 76px;
      height: 2px;
      background-color: #000000; }

.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: 3.125rem;
  line-height: 1.1em; }

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

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

.post_layout_excerpt:not(.post_format_audio) .post_header + .post_content {
  margin-top: 2.75rem; }

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