/* 
 Theme Name:   Taff Line
 Theme URI:    
 Description:  Child Theme from Mineweb
 Author:       MINEWEB STUDIO
 Author URI:   https://mineweb.rs
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.gallery-item {
	transition: all .35s ease-out !important;
}

.gallery-item.hover-effect {
	filter: grayscale(100%);
	opacity: 0.5s;
}

.gallery-item.active {
	filter: grayscale(0%);
	opacity: 1;
}
