.gf-gallery-item .gallery-avatar img {
  width: 100%;
}
.gf-gallery-item .gallery-avatar:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.gf-gallery-item .gallery-avatar a {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gf-gallery-item .gallery-avatar a i {
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gf-gallery-item .gallery-content p {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
.gallery-dark .gallery-content p {
  margin-top: 30px;
  color: #fff;
}
.gallery-light .gallery-content p {
  margin-top: 12px;
}
.col-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.col-gap-0 .gf-item-wrap {
  padding-left: 0;
  padding-right: 0;
}
.col-gap-30.gallery-light .gallery-content p {
  position: relative;
  margin-bottom: 45px;
}
.col-gap-30.gallery-light .gallery-content p:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}
.gf-gallery-item:hover .gallery-avatar:after,
.gf-gallery-item:hover .gallery-avatar a {
  opacity: 1;
}
