HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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 */
}