/* Blog layout: Portfolio
------------------------- */
.masonry_wrap {
  margin-bottom: -30px;
}

.post_layout_portfolio .post_title {
  margin: 1em 0 0.4em;
}

.post_layout_portfolio .post_featured {
  margin-bottom: 0;
}

.post_layout_portfolio .post_featured[class*=hover_] {
  display: block;
}

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

.post_layout_portfolio .label_sticky {
  top: -12px;
  left: -12px;
  right: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.post_layout_portfolio.post_format_audio a.mejs-horizontal-volume-slider {
  display: none !important;
}

.post_layout_portfolio.format-audio .post_featured.with_thumb .post_audio {
  right: 3%;
  left: 3%;
}

.content .post_layout_portfolio.post_format_audio .mejs-button.mejs-volume-button {
  margin: 0;
}

.post_layout_portfolio.post_format-post-format-gallery .icons {
  display: none;
}

body[class*=blog_style_portfolio] .content .mejs-time-rail {
  margin: 0 10px;
}
body[class*=blog_style_portfolio] .content .mejs-controls .mejs-time {
  display: none;
}