File "filterable-gallery.css"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/gyan-elements/addons/css/widgets/filterable-gallery.css
File size: 1.78 KB
MIME-type: text/plain
Charset: utf-8

.gyan-button {
	transition: all 0.3s ease-in-out;
}

.gyan-button:active, .gyan-button:focus, .gyan-button {
	border: 0;
	outline: none;
	cursor: pointer;
}

.gyan-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
}

.gyan-filterable-gallery-btn {
	transition: all 0.4s ease-in-out;
}

.gyan-filterable-gallery {
	overflow: hidden;
}

.gyan-filterable-gallery-overlay i {
	text-align: center;
	transition: 0.4s;
}

.gyan-filterable-gallery-item {
	float: left;
}

.gyan-filterable-gallery-item-inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-overlay {
	opacity: 1;
}

.gyan-filterable-gallery-icons {
	align-items: center;
	justify-content: center;
	width: 100%;
}

.gyan-filterable-gallery-overlay.gyan-filterable-gallery-effect-zoom {
	transform: scale(.1);
}

.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-overlay.gyan-filterable-gallery-effect-zoom {
	transform: scale(1);
}

.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-effect-move .gyan-filterable-gallery-zoom, .gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-effect-move .gyan-filterable-gallery-link {
	margin-top: 0;
	margin-bottom: 0;
}

.gyan-filterable-gallery-link, .gyan-filterable-gallery-zoom {
	transition: 0.5s;
}

.gyan-filterable-gallery-effect-move .gyan-filterable-gallery-zoom {
	margin-top: 100px;
}

.gyan-filterable-gallery-effect-move .gyan-filterable-gallery-link {
	margin-bottom: 100px;
}

.gyan-filterable-gallery-caption {
	display: block;
	text-align: center;
	line-height: 1;
	padding: 15px 20px;
	font-size: 15px;
}

.gyan-filterable-gallery-img-holder {
	display: block;
	position: relative;
	overflow: hidden;
}