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

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

.post_layout_excerpt.sticky,
.post_layout_excerpt.sticky.post_format_audio {
  padding: 0em;
  border: 5px solid;
}

.post_layout_excerpt.sticky .post_content_wrapper {
  padding: 3.4rem 4.2rem 3.2rem;
}

.post_layout_excerpt.sticky .post_content_wrapper,
.post_layout_excerpt.sticky .post_featured + .post_content_wrapper {
  border-top: 0px solid;
}

.post_layout_excerpt.sticky .label_sticky {
  display: none;
}

.post_layout_excerpt {
  border: 1px solid;
}

.post_layout_excerpt.post_format_audio {
  border: 0;
}

.post_layout_excerpt .post_featured {
  display: block !important;
  margin-bottom: 0;
}

.post_layout_excerpt .post_content_wrapper {
  padding: 3.7rem 4.4rem 3.4rem;
}

.post_layout_excerpt.post_format_quote .post_content_wrapper {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.post_layout_excerpt .post_featured + .post_content_wrapper {
  border-top: 1px solid;
}

.post_layout_excerpt.post_format_audio .post_content_wrapper {
  border: 1px solid;
}

.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_format_quote .post_header {
  padding: 3.7rem 4.3rem 2.5rem;
}

.post_layout_excerpt .post_header .post_price {
  width: auto;
  font-size: 2rem;
  line-height: 1.5em;
}

.post_layout_excerpt .post_title {
  margin: 0.5rem 0;
  letter-spacing: 0;
}

.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: 2rem;
}

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

.post_layout_excerpt.format-quote blockquote {
  margin-bottom: 0;
}

.post_layout_excerpt.post_item .more-link {
  margin-top: 2.3rem;
}

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