/* 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[class*=hover_] {
  display: block;
}

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

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

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

.post_layout_classic .post_header + .post_content {
  margin-top: 2.4em;
}

.post_layout_classic .post_title {
  margin: 0;
}

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

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

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

.blog_style_classic_2 .column-1_2.sticky_column {
  width: 100%;
}

.post_layout_classic.sticky .post_meta .post_meta_item.post_categories {
  display: none;
}

.post_layout_classic.sticky .post_content_wrap,
.post_layout_classic.sticky .post_header,
.post_layout_classic.sticky .post_meta {
  display: inline;
}

.post_layout_classic_3.sticky .post_content_wrap,
.post_layout_classic_3.sticky .post_header,
.post_layout_classic_3.sticky .post_meta {
  display: inline-block;
}

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

.post_layout_classic.sticky {
  padding: 4.1em 3.8em 4.05em;
}

.post_layout_classic.sticky.format-quote .post_content > .post_header {
  display: none;
}

.post_layout_classic_3.sticky {
  padding: 2.5em 2.5em;
}

.post_layout_classic_3.sticky .label_sticky {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 15px;
}

.post_layout_classic.sticky .post_header + .post_content {
  margin-top: 2.75em;
}

.post_layout_classic.sticky.post_format_audio .post_header + .post_content {
  display: none;
}

.post_layout_classic .post_meta .post_meta_item {
  margin-right: 1.14286em;
}

.blog_style_classic_2 .columns_wrap > [class*=column-],
.blog_style_classic_3 .columns_wrap > [class*=column-] {
  padding-bottom: 6.7857142857rem;
}

.post_layout_classic.format-gallery .slider_pagination_wrap {
  display: none;
}

.post_layout_classic.format-gallery .slider_outer .slider_controls_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post_layout_classic.format-gallery .slider_outer .slider_controls_wrap a {
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  position: relative;
  width: 8.11111em;
  height: 4.44444em;
  line-height: 4.44444em;
  border-radius: 0;
}

.post_layout_classic.sticky.format-gallery .slider_outer .slider_controls_wrap a {
  width: 7.11111em;
  height: 3.44444em;
  line-height: 3.44444em;
}

.post_layout_classic.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid;
}

.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: 3.3em 4em;
  margin: 0;
}

.post_format_quote.post_layout_classic .post_content + .post_header {
  margin-top: 2.2em;
}

.post_layout_classic.format-audio .post_audio span + .mejs-container {
  margin-top: 2.4em;
  margin-bottom: 0.5em;
}

.post_layout_classic a.mejs-horizontal-volume-slider,
.post_layout_classic div.mejs-horizontal-volume-total {
  width: 40px;
}

.post_layout_classic div.mejs-button.mejs-volume-button {
  margin-right: 2px;
}

.post_layout_classic_3.format-audio.sticky .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 1.3em 1.8em 1.55em;
}

.post_layout_classic_3.format-audio.sticky div.mejs-button.mejs-volume-button {
  margin-left: 5px;
}

.post_layout_classic_3.format-audio.sticky .mejs-button.mejs-playpause-button {
  margin-right: 8px;
}

.post_layout_classic_3.post_item.sticky .post_featured {
  margin-top: 15px;
}

.post_layout_classic .slider_container:not(.slider_multi):not(.slider_type_images) {
  min-height: 150px;
}