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

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

.post_layout_excerpt.sticky {
  padding: 2em;
}

.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: 1.5em;
  line-height: 1.5em;
}

.post_layout_excerpt .post_title {
  margin: 0;
}
.post_layout_excerpt .post_title > a {
  display: inline;
}

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

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

body:not(.blog_style_excerpt) .post_layout_excerpt {
  margin-bottom: 3em;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

.post_featured > .cat_top {
  margin: 0;
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1000;
}

.post_layout_excerpt .post_content > .sc_button {
  margin-top: 1.55em;
  position: relative;
}

.post_layout_excerpt .post_featured {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.post_layout_excerpt.format-audio .post_featured {
  margin-bottom: 1.75em;
}

.post_layout_excerpt .post_featured.post_video_play > .cat_top {
  display: none;
}

.post_layout_excerpt.format-gallery .post_featured.with_thumb .slider_outer .slider_container {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post_layout_excerpt.format-gallery .post_featured.with_thumb .slider_outer:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 1;
}

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

.post_layout_excerpt .post_content_inner .wp-block-button:not(:last-child) {
  margin-bottom: 1em;
}