/* 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: 1.55em;
}

.post_layout_classic .post_header .post_meta {
  margin-top: 9px;
  margin-bottom: 4px;
}

.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_category {
  margin-bottom: 0.5em;
}

.post_layout_classic .post_title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.post_layout_classic blockquote {
  margin: 0;
}

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

.post_layout_classic .post_content + .post_meta {
  margin-top: 0.95em;
}

.post_layout_classic .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets, .post_layout_classic .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets, .post_layout_classic .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  bottom: 1em;
}
.post_layout_classic blockquote, .post_layout_classic blockquote[class*=wp-block-quote][class*=is-style-], .post_layout_classic blockquote[class*=wp-block-quote][class*=is-], .post_layout_classic .wp-block-quote:not(.is-large):not(.is-style-large), .post_layout_classic .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  padding: 2em 2em 2em 4em;
}
.post_layout_classic blockquote:before {
  font-size: 1.3em;
  top: 1em;
  left: 1em;
}
.post_layout_classic blockquote p {
  font-size: 18px;
}
.post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite, .post_layout_classic blockquote > .wp-block-pullquote__citation, .post_layout_classic .wp-block-quote .wp-block-quote__citation {
  font-size: 14px;
  margin-top: 1em;
}

.post_layout_classic.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 1.5em 1.5em 1.1em;
}
.post_layout_classic.format-audio .post_featured .post_audio_title {
  font-size: 18px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}