/* Blog layout: Classic 
------------------------- */
.posts_container.columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts_container.columns_wrap .post_layout_classic {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post_layout_classic {
  position: relative;
}

.post_layout_classic .slider_container:not(.slider_multi):not(.slider_type_images),
.post_layout_classic .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
  min-height: auto;
}

.post_layout_classic .post_featured[class*="hover_"] {
  display: block;
}

.post_layout_classic .post_featured img {
  width: 100%;
}

.post_layout_classic .post_featured .mask {
  border-radius: 8px;
}

.post_layout_classic .post_header {
  padding-top: 0.02px;
}

.post_layout_classic .post_title {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
}

.post_layout_classic .post_title + .post_meta {
  margin-top: 0.5em;
}

.post_layout_classic .post_header + .post_content {
  padding-top: 1em;
}

.post_layout_classic.format-aside .post_content_inner + .post_meta,
.post_layout_classic.format-link .post_content_inner + .post_meta,
.post_layout_classic.format-status .post_content_inner + .post_meta {
  margin-top: 1em;
}

.post_layout_classic {
  margin-bottom: 1.5em;
}

.post_layout_classic blockquote {
  margin: 0 0 0.5em;
  padding: 2em 2em 2em 3em;
  font-size: 1.5em;
}

.post_layout_classic blockquote:before {
  top: 2em;
  left: 1em;
}

.post_layout_classic .post_featured {
  margin-bottom: 1em;
}

.post_layout_classic .post_content_inner {
  margin-bottom: 0.5em;
}
/*# sourceMappingURL=classic.css.map */