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

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  margin-top: 5.333rem;
  border-top: none;
}

.post_layout_excerpt.sticky {
  padding: 2.8em 3.333em 3.333em;
}

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

.post_layout_excerpt .post_title {
  font-size: 2.13333em;
  line-height: 1.25em;
  font-weight: 200;
}

.post_meta_label {
  display: none;
}

.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_format_gallery .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets {
  display: none;
}

.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-top: 0;
}

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

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

.post_meta .post_meta_item:before {
  font-size: 13px;
  margin: 0 8px 0 0 !important;
}
.post_meta .post_meta_item.post_date:before {
  content: "\e962";
  font-family: "fontello";
}
.post_meta .post_meta_item.post_author:before {
  content: "\e965";
  font-family: "fontello";
}
.post_meta .post_meta_item.post_meta_comments:before {
  content: "\e964";
  font-family: "fontello";
}
.post_meta .post_meta_item.post_meta_likes:before {
  content: "\e970";
  font-family: "fontello";
}

.post_layout_excerpt.post_format_quote blockquote {
  margin: 0 0 1.85em 0;
}

.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info {
  display: block;
  opacity: 1;
  -webkit-transform: translate(0%, 0%) scale(1, 1);
      -ms-transform: translate(0%, 0%) scale(1, 1);
          transform: translate(0%, 0%) scale(1, 1);
  left: 50px;
  top: 61px;
  text-align: left;
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_date, .post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_author {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_date:before, .post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_author:before {
  font-family: "fontello";
  font-size: 11px;
  padding-right: 8px;
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_date:before {
  content: "\e962";
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_date + .post_author {
  margin-left: 25px;
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_info .post_author:before {
  content: "\e965";
}
.post_layout_excerpt.post_format_audio .post_featured.without_thumb .post_info {
  display: none;
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb {
  margin-bottom: 0;
}
.post_layout_excerpt.post_format_audio .post_featured.with_thumb .post_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 20px;
}

.format-audio .post_featured.with_thumb .post_audio, .sc_layouts_blog_item_featured .post_featured.with_thumb .post_audio {
  padding: 35px 18px 30px 18px;
}

.format-audio .post_featured {
  max-height: 19.6em;
}

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