/* Blog layout: Portfolio
------------------------- */
/*** Mixin and function ***/
.post_layout_portfolio_4 .post_title {
  font-size: 1.25em; }

.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%;
  opacity: 0; }

.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 .post_featured .icons,
.post_layout_portfolio.format-gallery .post_featured .icons {
  display: none; }

.post_layout_portfolio.format-audio .post_featured .mask {
  opacity: 1; }

.post_layout_portfolio {
  position: relative;
  overflow: hidden; }

.portfolio_post_featured {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.post_layout_portfolio:hover .portfolio_post_featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.post_layout_portfolio .post_featured.hover_info {
  padding: 5.88889rem 0; }
