/* Blog layout: Classic 
------------------------- */
.posts_container.columns_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc( -1 * var(--theme-var-grid_gap) );
}

.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;
  border-color: var(--theme-color-bd_color);
}

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

.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: 25px;
}

.post_layout_classic_4 .post_title,
.sc_layouts_submenu .post_layout_classic .post_title {
  font-size: 1.5em;
}

.post_layout_classic blockquote {
  margin: 0;
}

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

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

.post_layout_classic .post_featured.with_thumb .post_audio .audio_wrap {
  padding: 10px;
}
.post_layout_classic .post_featured.with_thumb .post_audio .post_info_audio {
  padding: 0 32px;
}
.post_layout_classic.format-audio .post_featured .post_audio_title {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.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: 2.2em 2em 2.4em 5em;
}
.post_layout_classic blockquote:before {
  top: 0.58em;
  left: 0.6em;
}
.post_layout_classic > .post_header:first-child .post_category .post_meta {
  margin-top: -5px;
}

.classic-masonry_wrap.classic-masonry_4 .post_format_audio .mejs-controls a.mejs-horizontal-volume-slider,
.classic_wrap.classic_4 .post_format_audio .mejs-controls a.mejs-horizontal-volume-slider {
  display: none !important;
}

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