/*style-2*/
.tpgb-gallery-list.gallery-style-2 .tpgb-gallery-list-content .post-content-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.65);
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 10px 15px;
    visibility: visible;
    z-index: 1
}

.tpgb-gallery-list.gallery-style-2 .grid-item .post-zoom-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 1
}

.tpgb-gallery-list.gallery-style-2 .grid-item .tpgb-gallery-list-content:hover .post-zoom-icon {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out
}

.tpgb-gallery-list.gallery-style-2 .gallery-list-icon,.tpgb-gallery-list.gallery-style-2 .meta-search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate3d(-50%,-50%,0);
    transition: all .3s ease-in-out
}

.tpgb-gallery-list.gallery-style-2 .gallery-list-icon+.meta-search-icon {
    transform: translate3d(-50%,50px,0)
}

.tpgb-gallery-list.gallery-style-2 .post-title {
    font-size: 15px;
    line-height: 20px
}

.tpgb-gallery-list.gallery-style-2 .post-title a {
    color: #fff;
    transition: all .3s ease-in-out
}

.tpgb-gallery-list.gallery-style-2 .post-hover-content {
    display: none;
    margin-top: 10px
}

.tpgb-gallery-list.gallery-style-2 .grid-item .entry-content {
    text-align: left;
}
/*style-2*/