.tp-gallery-style1 .masonry-gallery-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-image {
  position: relative;
  z-index: 2;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-image img {
  width: 100%;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-image span.popup-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #090908;
  border-radius: 50%;
  transition: all 0.3s linear 0s;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-image span.popup-icon:hover {
  color: #fff;
  background-color: var(--primaryColor);
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-image.gallery-image-overlay-gradient::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content.masonry-gallery-item-content-absolute {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  width: 100%;
  z-index: 3;
  padding: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallery-cat a {
  display: inline-block;
  color: #090908;
  background-color: #fff;
  border-radius: 30px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallery-cat a:hover {
  color: #fff;
  background-color: var(--primaryColor);
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallery-title {
  font-size: 20px;
  font-weight: 700;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallery-title a {
  color: #fff;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallery-title a:hover {
  color: var(--primaryColor);
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallerys-btn {
  margin-top: 10px;
  color: #fff;
  display: inline-block;
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallerys-btn:hover {
  color: var(--primaryColor);
}
.tp-gallery-style1 .masonry-gallery-item .masonry-gallery-item-content .gallerys-btn i {
  display: inline-block;
}
.tp-gallery-style1 .masonry-gallery-item:hover .masonry-gallery-item-content-absolute {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.tp-gallery-style1 .masonry-gallery-item:hover .masonry-gallery-item-image::before {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=gallery-masonry.css.map */