/*---Style 1---*/
.dynamic-style-1 .tpgb-content-bottom {
    padding: 25px;
    bottom: 0;
    position: absolute;
    background: rgba(0,0,0,.85);
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden
}

.dynamic-style-1 .post-meta-info>span,.tpgb-post-listing.dynamic-style-1 .post-meta-info>span>a,.dynamic-style-1 .tpgb-post-excerpt p,.tpgb-post-listing.dynamic-style-1 .tpgb-post-title a,.editor-styles-wrapper .dynamic-style-1 .tpgb-post-excerpt p {
    color: #fff
}

.dynamic-style-1 .tpgb-post-hover-content {
    display: none
}

.dynamic-style-1 .tpgb-post-category {
    margin-bottom: 10px;
}
.tpgb-post-listing.dynamic-style-1 .tpgb-post-category> a{
    color : #fff;
    border-color: #fff
}
/*---Style 1---*/