/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.portfolio-items .work-item-clickable {
  cursor: pointer;
}

.portfolio-items .work-item .work-info-bg,
.portfolio-items .work-item .work-info .default-link,
.portfolio-items .work-item .work-info .vert-center {
  display: none !important;
}

.portfolio-items .work-item .work-info,
.portfolio-items .work-item:hover .work-info,
.portfolio-items .work-item:hover .work-info-bg {
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.portfolio-items .work-meta .title a.work-meta-link {
  color: inherit;
  text-decoration: none;
}

.portfolio-items a.work-item-image-link {
  display: block;
}





