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

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

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  padding-top: 5.333rem;
  border-top: 2px solid var(--theme-color-bd_color);
}

.post_layout_excerpt.sticky {
  padding: 4em;
}

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

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

.post_layout_excerpt .post_title {
  margin: 0;
}

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

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

.post_layout_excerpt.format-quote .post_content_inner + .post_meta {
  margin-top: 3.3em;
}

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

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

.post_layout_excerpt.post_format_quote .post_featured {
  margin-bottom: 0;
}

.post_layout_excerpt blockquote {
  margin: 0;
}

.hover_extra > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.post_info_extra {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.35rem 5rem;
  background-color: var(--theme-color-bg_color);
  z-index: 9;
}
.sticky .post_info_extra {
  right: auto;
  top: 0;
  left: 0;
}
.classic_2 .post_info_extra, .classic_3 .post_info_extra {
  padding: 1rem 2rem;
}
.format-gallery .post_info_extra {
  z-index: 1119;
}
.post_info_extra .post_meta {
  margin: 0;
}

.post_layout_excerpt .post_meta_item.post_categories > a {
  margin: 0;
}

.post_layout_excerpt .post_meta_item.post_categories a:after {
  content: '/';
  display: inline-block;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.5em;
}
.post_layout_excerpt .post_meta_item.post_categories a:last-child:after {
  display: none;
}

.extra-image-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post_format_video .extra-image-hover {
  display: none !important;
}
.extra-image-hover span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1) 0s;
  color: var(--theme-color-inverse_link);
  will-change: transform;
}
.extra-image-hover span:first-child {
  transition-delay: .03s;
}
.extra-image-hover span:nth-child(2) {
  transition-delay: .06s;
}
.extra-image-hover span:nth-child(3) {
  transition-delay: .09s;
}
.extra-image-hover span:nth-child(4) {
  transition-delay: .12s;
}

.hover_extra:hover .extra-image-hover span {
  opacity: 1;
  transform: translateZ(0);
}

/*# sourceMappingURL=excerpt.css.map */
