/* 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 .icons {
  z-index: 8 !important;
}
.post_layout_portfolio .post_featured .icons a {
  background-color: transparent !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  top: 0 !important;
  left: 0 !important;
}
.post_layout_portfolio .post_featured .icons a:before {
  display: none;
}
.post_layout_portfolio .post_featured .mask {
  background-color: rgba(36, 36, 36, 0.6);
}

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

.blog_style_portfolio_4 .posts_container + .navigation .nav-links,
.blog_style_portfolio_3 .posts_container + .navigation .nav-links,
.blog_style_portfolio_2 .posts_container + .navigation .nav-links {
  margin-top: 4.1rem;
}

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