/* 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 .post_featured {
  margin-bottom: 1em;
}

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

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

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

.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.8em;
}

.post_layout_classic blockquote {
  margin: 0 0 1.4em;
  padding: 2.7em 2.2em 2.4em 2.7em;
}

.post_layout_classic blockquote > cite,
.post_layout_classic blockquote > p > cite {
  margin-top: 1em;
}

.post_layout_classic blockquote:before {
  font-size: 1.8em;
  margin-bottom: 0.2em;
}

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

.post_layout_classic .slider_container.slider_controls_side .slider_controls_wrap > a {
  height: 4.5714285714rem;
  width: 4.5714285714rem;
  line-height: 4.5714285714rem;
}

.post_layout_classic .mejs-controls .mejs-button.mejs-mute,
.post_layout_classic .mejs-controls .mejs-button.mejs-unmute {
  margin-left: 0;
}

.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;
}/*# sourceMappingURL=classic.css.map */