/* Blog layout: Portfolio
------------------------- */
.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.format-audio .post_featured.with_thumb .mask {
  opacity: 0.8;
}

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

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

.post_layout_portfolio_4 div.mejs-button.mejs-volume-button {
  display: none;
}

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

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

.post_layout_portfolio.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_portfolio.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_portfolio.format-gallery .slider_outer .slider_controls_wrap a + a {
  border-left-width: 2px;
  border-left-style: solid;
}

.post_layout_portfolio.format-gallery .icons,
.post_layout_portfolio.format-gallery .icons_custom {
  display: none;
}