/*!
* Lightbox Gallery v1.0 (https://kawshar.github.io/lightboxgallery/)
* Copyright 2017 Kawshar Ahmed
* Licensed GPLv3 https://www.gnu.org/licenses/gpl-3.0.en.html
*/


/* .grid-item 
.lightboxgallery-gallery-item */

/* Gallery */
.lightboxgallery-gallery {display: block;}

.lightboxgallery-gallery-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: block;
}


.lightboxgallery-gallery-item img {width: 100%;}

.lightboxgallery-gallery-item > div {position: relative;}

/* .lightboxgallery-gallery-item > div:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,.3)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}  */

/* .lightboxgallery-gallery-item:hover > div:after {opacity: 1;} */



/* .lightboxgallery-gallery-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0; 
  z-index: 2;
opacity: 0;
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
} */



/* .lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {opacity: 1;}  */




.lightboxgallery-gallery-item-title {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}



.lightboxgallery-image-title {color: teal;}
/* .lightboxgallery-image-subtitle {color: #000;} */

/* .lightboxgallery-image-title {background: #999;}
.lightboxgallery-image-subtitle {background: red;}
.lightboxgallery-image-medium {background: blue;}
.lightboxgallery-image-size {background: gold;}
.lightboxgallery-image-price {background: brown;} */
.lightboxgallery-gallery-stat {color: teal;}

