/*
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 hover video (Tabla Rasa)
   Thumbnail stays visible; Project Video fades in on hover.
   ----------------------------------------------- */

.nectar-post-grid-item .nectar-post-grid-item-bg__video,
.nectar-post-grid-item .tr-hover-video {
	opacity: 0 !important;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.nectar-post-grid-item:hover .nectar-post-grid-item-bg__video,
.nectar-post-grid-item:hover .tr-hover-video {
	opacity: 1 !important;
}





