File: //var/www/drakkar_site/wp-content/plugins/th-widget-pack/sass/portfolio.scss
@import "variables";
.th-port-style-2 .th-port-gutter .th-portfolio-item {border:6px solid transparent}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.th-port-style-2 .th-port-title{color:#2C2C2C; font-size:18px; text-transform:inherit}
.th-port-style-2 .th-port-sub{
  color:#888888; font-size:14px;
  line-height:inherit;
}
.th-port-card{ background-color: #fff; }
.th-port-card > .th-port-card-link{ color: #333; }
.th-port-card > .th-port-card-link:hover{  text-decoration: none; }
.th-port-card .th-port-card-img{ position: relative; padding: 0;
  display: block;
  overflow:hidden;
}
.th-port-card .th-port-card-img .th-port-card-caption{
  position: absolute;
  bottom: 22px;
  left: 29px;
  z-index:1;
}
.col-md-2.col-sm-6 .th-port-card .th-port-card-img .th-port-card-caption {
  bottom: 18px;
}
.th-port-card .th-port-card-body{display: table;  width: 100%; padding: 30px;}
.th-port-card .th-port-card-body .h3{ margin-top: 0; }
/* -- default theme ------ */
.th-port-card-default{
  background-color: #fff;
  height: 100%;
}
.th-port-card-default p:last-child{ margin-bottom: 0; }
.th-port-card-default .th-port-card-caption p { color: #fff; font-size:16px}
@media (max-width: 767px) {
  .th-port-card-default{height:auto;}
}
.th-port-card .th-port-card-img:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+82,060607+100&0+74,0.8+100 */
  background: -moz-linear-gradient(top, rgba(136,136,136,0) 74%, rgba(136,136,136,0.25) 82%, rgba(6,6,7,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(136,136,136,0) 74%,rgba(136,136,136,0.25) 82%,rgba(6,6,7,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(136,136,136,0) 74%,rgba(136,136,136,0.25) 82%,rgba(6,6,7,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00888888', endColorstr='#cc060607',GradientType=0 ); /* IE6-9 */
}