
/*---------------
ZOOM DEFAULT
---------------*/
a.zoom:hover {
	border-color: #fff;
}

.gallery-item {
	position: relative;
}

.gallery-item a {
	display: block;
	position: relative;
}

.gallery-item .zoom {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/loader.gif") no-repeat center;
}

.gallery-item .zoom.nitro-lazy {
	background-image: none !important;
}

.gallery-item .zoom img {
	display: none;
	border: none !important;
}

.ait-portfolio .zoom {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/loader.gif") no-repeat center;
}

.ait-portfolio .zoom.nitro-lazy {
	background-image: none !important;
}

.ait-portfolio .zoom img {
	display: none;
	border: none !important;
}

a.sc-image-link.zoom {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 0px solid #ddd;
	background: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/loader.gif") no-repeat center;
}

a.sc-image-link.zoom.nitro-lazy {
	background-image: none !important;
}

a.sc-image-link.zoom img {
	display: none;
	border: none !important;
	vertical-align: top;
}

.zoomOverlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom.png");
	background-repeat: no-repeat;
	background-position: center;
}

.zoomOverlay.nitro-lazy {
	background-image: none !important;
}

/* Portfolio image */
.ait-portfolio a.image-type .zoomOverlay {
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom.png");
	background-repeat: no-repeat;
	background-position: center;
}

.ait-portfolio a.image-type .zoomOverlay.nitro-lazy {
	background-image: none !important;
}

/* Portfolio website */
.ait-portfolio a.website-type .zoomOverlay {
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom_website.png");
	background-repeat: no-repeat;
	background-position: center;
}

.ait-portfolio a.website-type .zoomOverlay.nitro-lazy {
	background-image: none !important;
}

/* Portfolio video */
.ait-portfolio a.video-type .zoomOverlay {
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom_video.png");
	background-repeat: no-repeat;
	background-position: center;
}

.ait-portfolio a.video-type .zoomOverlay.nitro-lazy {
	background-image: none !important;
}

/* Shortcode image */
a.sc-image-link.image-type .zoomOverlay {
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom.png");
	background-repeat: no-repeat;
	background-position: center;
}

a.sc-image-link.image-type .zoomOverlay.nitro-lazy {
	background-image: none !important;
}

/* Shortcode website */
a.sc-image-link.website-type .zoomOverlay {
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom_website.png");
	background-repeat: no-repeat;
	background-position: center;
}

a.sc-image-link.website-type .zoomOverlay.nitro-lazy {
	background-image: none !important;
}

/* Shortcode video */
a.sc-image-link.video-type .zoomOverlay {
	background-image: url("https://auroralocksmithco.com/wp-content/themes/drivingschool/design/css/img/zoom_video.png");
	background-repeat: no-repeat;
	background-position: center;
}

a.sc-image-link.video-type .zoomOverlay.nitro-lazy {
	background-image: none !important;
}

.zoomOverlay {
	color: #fff;
	text-align: center;
}
