/* Blog layout: Classic 
------------------------- */
.posts_container.columns_wrap {
  display: flex;
  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[class*="hover_"] {
  display: block; }

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

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

.post_layout_classic .post_title {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0; }

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

.post_layout_classic blockquote {
  margin: 0 0 1.4em; }

.post_layout_classic .post_header + .post_content {
  padding-top: 1.3em;
  padding-bottom: 0.8em; }

.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 .mejs-controls .mejs-playpause-button {
  margin-right: 10px; }

.post_layout_classic .mejs-controls .mejs-button.mejs-volume-button {
  margin: 0 10px 0 10px; }

.post_layout_classic .post_sticky_wrap {
  padding: 2em; }

.post_layout_classic.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 1.5em; }

.post_layout_classic .post_meta.cat_top .post_categories {
  display: inline-block; }

.post_layout_classic .post_meta.cat_top {
  margin: 0; }

.post_layout_classic .width_cat_top {
  margin: 0; }

.post_layout_classic .width_cat_top + .post_meta.cat_top {
  margin-top: -13px;
  position: relative;
  z-index: 9; }

.post_layout_classic .post_meta.cat_top + .post_header {
  margin-top: 1.2em; }

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