/* 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.2em;
}

.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 {
  margin: 0;
}

.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: 0;
  margin-top: 1em;
}

.post_layout_classic .post_content {
  padding-bottom: 20px;
}

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

.post_item.post_layout_classic-masonry.format-audio .post_header {
  padding-bottom: 1.6em;
}

.post_layout_classic .post_category {
  display: inline-block;
}
.post_layout_classic .post_meta {
  display: block;
}
.post_layout_classic .post_meta:has(> *:only-child) {
  display: inline-block;
}
.post_layout_classic .post_category + .post_meta:has(> *:only-child) {
  margin-left: 13px;
}
.post_layout_classic .post_date a:before {
  content: "\e9b5";
  font-family: "fontello";
  padding-right: 5px;
  font-size: 11px;
  position: relative;
  top: -2px;
}
.post_layout_classic .post_title a {
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #F1C761), color-stop(90%, #F1C761));
  background-image: linear-gradient(to right, #F1C761 10%, #F1C761 90%);
  background-position: 46% 51%;
  background-size: 0 35%;
  display: inline;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.post_layout_classic .post_title a:hover {
  background-size: 100% 35%;
}

.post_layout_classic_2.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.post_layout_classic_2.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe),
.post_layout_classic_3.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe),
.post_layout_classic_3.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 2.3em 1.8em;
}

.post_layout_classic_3.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) .mejs-time,
.post_layout_classic_3.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) .mejs-time {
  display: none;
}

.post_layout_classic_3.format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) .mejs-volume-button,
.post_layout_classic_3.sc_layouts_blog_item_featured .post_featured.without_thumb .post_audio:not(.with_iframe) .mejs-volume-button {
  margin-left: 0;
}