.hovereffect {
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
}
    
.hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(var(--bg-fifth-color-rgb),0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}
    
.hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .5s linear;
  transition:all .5s linear;
}
    
.hovereffect-image-info{
  position: absolute;
  top: 30%;
  left: 0;
  width:100%;
}
  
.hovereffect h2 {
  text-transform:uppercase;
  color:var(--bg-secondary-color);
  text-align:center;
  font-size:17px;
  background:rgba(var(--bg-fifth-color-rgb),0.6);
  -webkit-transform:translatey(-200px);
  -ms-transform:translatey(-200px);
  transform:translatey(-200px);
  -webkit-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
  padding:10px;
}
    
.hovereffect a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:var(--bg-secondary-color);
  border:1px solid var(--bg-primary-color);
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  /* margin:30px 0 30px;
  padding:7px 14px; */

}
    
.hovereffect a.info:hover {
  box-shadow:0 0 5px var(--bg-secondary-color);
}
    
.hovereffect:hover img {
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}
    
.hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
}
  
.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
}
    
.hovereffect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
}
  
.gdesc-inner{
  background-color: var(--bg-fifth-color);
  width:100%;
}

.gslide-media {
  position: relative;
  background-color: var(--bg-sixth-color);

}
.gslide-copyright {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    text-align: left;
    text-shadow: 0 0 8px rgba(var(--bg-fifth-color-rgb), 0.7);
    color: rgba(var(--bg-sixth-color-rgb), 0.75);
    font-size: 11px;
}

.glightbox-clean .gslide-title, .gslide-title-custom{
  color:var(--bg-font-gslide-title-custom-color);
  font-family:inherit;
  font-size:inherit;
  font-weight: inherit;
}

.glightbox-clean .gslide-desc, .gslide-desc-custom{
  color:var(--bg-font-gslide-desc-custom-color);
  /* color:var(--bg-primary-color); */
  font-family:inherit;
  font-size:inherit;
  font-weight: inherit;
}