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

.post_item.post_layout_excerpt {
  overflow: hidden;
}

.post_layout_excerpt + .posts_container,
.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 30px;
}

.post_layout_excerpt.sticky {
  padding: 0;
}

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

.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: -5px 0 0 0;
  position: relative;
}

.post_layout_excerpt .post_header .post_price {
  width: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 2em;
  line-height: 1.4em;
}

.post_layout_excerpt .post_category {
  margin-bottom: 0.5em;
}

.post_layout_excerpt .post_title {
  margin: 0;
  font-size: 30px;
}
.post_layout_excerpt .post_title > a {
  display: inline;
}

.sc_blogger .columns_wrap .post_layout_excerpt .post_title {
  font-size: 25px;
}

.post_layout_excerpt .post_header + .post_content {
  margin-top: 0.3em;
}

.post_layout_excerpt .post_content .post_meta + .post_content_inner {
  margin-top: 1em;
}

.post_layout_excerpt .post_content .post_meta {
  margin: 0;
}

.post_layout_excerpt .post_content > p:last-child {
  margin-bottom: 0;
}

.excerpt-content-wrap {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_excerpt blockquote {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

body:not(.blog_style_excerpt) .post_layout_excerpt {
  margin-bottom: 30px;
}

body:not(.blog_style_excerpt) .post_layout_excerpt:last-child {
  margin-bottom: 0;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

.post_layout_excerpt .post_featured img,
.post_layout_excerpt .post_audio,
.post_layout_excerpt .post_featured {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}