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

.post_layout_excerpt + .post_layout_excerpt {
  margin-top: 3.53em;
}

.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
  margin-top: 3.53em;
}

.post_layout_excerpt.sticky {
  padding: 4em 4.71em 4.71em;
  background-color: var(--theme-color-text_link);
}
.post_layout_excerpt.sticky .post_title {
  padding-right: 1.5em;
}
.post_layout_excerpt.sticky .post_title a:hover, .post_layout_excerpt.sticky .post_title a:focus {
  color: var(--theme-color-bg_color);
}
.post_layout_excerpt.sticky .post_meta_item.post_categories:before {
  color: var(--theme-color-inverse_link);
}
.post_layout_excerpt.sticky .post_meta_item.post_categories > a {
  color: var(--theme-color-text_dark);
}
.post_layout_excerpt.sticky .post_meta_item.post_categories > a:hover {
  color: var(--theme-color-bg_color);
}
.post_layout_excerpt.sticky .post_meta_item {
  color: var(--theme-color-text_dark);
}
.post_layout_excerpt.sticky .post_meta_item:before {
  color: var(--theme-color-inverse_link);
  margin-right: 8px;
}
.post_layout_excerpt.sticky.format-gallery .post_header, .post_layout_excerpt.sticky.format-quote .post_header {
  padding-top: 4em;
}
.post_layout_excerpt.sticky.format-video .post_header {
  padding-top: 2.2em;
}
.post_layout_excerpt.sticky.format-audio .post_header {
  padding-top: 2.2em;
}
.post_layout_excerpt.sticky.post_format_standard .post_header {
  padding-top: 2.2em;
}
.post_layout_excerpt.sticky.post_format_image .post_header {
  padding-top: 2.2em;
}
.post_layout_excerpt.sticky .post_content_inner {
  color: var(--theme-color-text_dark);
}

.sticky.post_item .more-link {
  background-color: var(--theme-color-inverse_dark);
  color: var(--theme-color-text_dark);
}
.sticky.post_item .more-link:hover {
  background-color: var(--theme-color-text_dark);
  color: var(--theme-color-inverse_dark);
}
.sticky.post_item .more-link.sc_button_hover_slide {
  background-color: var(--theme-color-inverse_dark) !important;
  color: var(--theme-color-text_dark) !important;
}
.sticky.post_item .more-link.sc_button_hover_slide:hover {
  color: var(--theme-color-inverse_dark) !important;
}

.post_meta_item {
  color: var(--theme-color-text_light);
}
.post_meta_item:before {
  color: var(--theme-color-text_link2);
  margin-right: 8px;
  font-size: 12px;
}

.post_item:not(.sticky) .post_featured.with_thumb {
  margin-bottom: 0;
}
.post_item:not(.sticky) .content_excerpt_wrapper {
  padding: 4em 4.71em 4.71em;
  background-color: var(--theme-color-alter_bg_color);
}

.post_meta_item.post_date a {
  color: var(--theme-color-text_light);
}
.sticky .post_meta_item.post_date a {
  color: var(--theme-color-text_dark);
}
.post_meta_item.post_date a:hover {
  color: var(--theme-color-text_hover);
}
.sticky .post_meta_item.post_date a:hover {
  color: var(--theme-color-bg_color);
}
.post_meta_item.post_date a:before {
  content: '\e9a6';
  font-family: "fontello";
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  color: var(--theme-color-text_link2);
}
.sticky .post_meta_item.post_date a:before {
  color: var(--theme-color-inverse_link);
}

.icon-comment-light:before {
  content: '\e9a5';
  font-family: "fontello";
}

.post_meta_excerpt {
  display: flex;
  margin-top: 6px;
  margin-bottom: 26px;
}
.post_meta_excerpt .post_category {
  margin-right: 20px;
  max-width: 65%;
}
.post_format_quote .post_meta_excerpt, .post_format_audio .post_meta_excerpt {
  margin-bottom: 0;
}
.post_meta_excerpt > .post_meta > *:not(:last-child) {
  margin-right: 20px;
}

.post_layout_excerpt.post_format_audio .post_featured.without_thumb {
  margin-bottom: 0;
}

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

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

.format-audio .post_featured .mask {
  opacity: 1 !important;
}

.format-audio .post_featured.hover_icon:hover img {
  transform: scale(1, 1);
}

.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 !important;
}

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

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

.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 blockquote {
  margin: 0;
}

.archive.author .label_sticky {
  display: none;
}

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