.deftrans {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio_img_count {
  padding-left: 20px;
  display: inline-block;
}
.testgrid {
  margin-bottom: 60px !important;
  padding: 0 30px !important;
}
.portfolio_title_sc {
  text-align: left;
  margin-top: 15px;
}
.portfolio_title_sc .post_detail {
  text-align: left;
  color: #666 !important;
  text-transform: lowercase;
}
.portfolio_title_sc a:after {
  background-image: none !important;
}
.page-template-portfolio-3-wide-masonry-sc .inner_wrapper.nopadding {
  max-width: 98%;
  margin: 0 auto;
}
.page-template-portfolio-3-wide-masonry-sc .portfolio_type a.sc_title:after {
  background-image: none !important;
}
.sc_innercell {
  position: relative;
}
.sc_innercell .sc_title {
  line-height: initial !important;
}
.sc_overlay_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sc_overlay_outer .sc_overlay_inner {
  background: rgba(0,0,0,0.6);
  border: 1px solid #fff;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  padding: 8px 10px 6px 10px;
  text-align: center;
  text-transform: uppercase;
}
.sc_overlay_outer:hover {
  opacity: 1;
}
