/**
 * CSS for both Frontend+Backend.
 */

.tpgb-testimonials .testimonial-list-content .entry-content {
    color: #313131;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px
}

.testimonial-list .entry-content {
    margin-bottom: 0;
    transition: all .3s ease-in-out
}

.edit-post-visual-editor .tpgb-testimonials .author-thumb img {
    cursor: pointer
}

.tpgb-testimonials .testimonial-list-content .testi-author-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 22px;
    color: #313131;
    font-weight: 600;
    transition: all .3s ease-in-out
}

.tpgb-testimonials .post-content-image .testi-post-title {
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    display: block;
    margin: 15px 0 0;
    transition: all .3s ease-in-out
}

.tpgb-testimonials .testi-post-designation {
    text-align: center;
    color: #888;
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 18px
}

.tpgb-testimonials .author-thumb img {
    border-radius: 50%;
    transition: all .3s ease-in-out;
    max-width: 100%;
    height: auto
}

.testi-readbtn {
    cursor: pointer;
    transition: all .3s ease-in-out;
    margin-left: 5px;
    position: relative
}
.tpgb-wrap-fw {
    width: 100%;
}