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

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 7.1rem;
  border-top: 2px solid #eee;
}

.post_layout_excerpt.sticky {
  padding: 3em;
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post_layout_excerpt .post_featured img {
    width: 100%;
  }
}
.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;
}

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

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

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

.post_layout_excerpt.sticky .post_content_wrap,
.post_layout_excerpt.sticky .post_header,
.post_layout_excerpt.sticky .post_meta {
  display: inline;
}

.post_layout_excerpt.sticky .post_meta .post_meta_item {
  display: inline-block;
  vertical-align: middle;
}

.post_layout_excerpt .post_meta .post_meta_item {
  margin-right: 1.14286em;
}

.post_layout_excerpt.sticky {
  padding: 4.1em 3.8em 4.05em;
}

.post_layout_excerpt.sticky .post_meta + .post_title {
  margin-top: 0.7em;
}

.post_layout_excerpt.sticky.format-audio .post_meta + .post_title {
  margin-bottom: -0.2666666667em;
}

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

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

.post_layout_excerpt .post_title + .post_meta {
  margin-top: 1.57143em;
}

.post_layout_excerpt.format-gallery .slider_pagination_wrap {
  display: none;
}

.post_layout_excerpt.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post_layout_excerpt.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0;
}

.post_layout_excerpt.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid;
}

.post_layout_excerpt.sticky .post_meta .post_meta_item.post_categories {
  display: none;
}

.post_layout_excerpt.post_format_video iframe {
  max-height: 560px;
}