/* Testimonials content expand/collapse + publish date */
.etheme-testimonials .testimonial .content {
    display: block;
}

.etheme-testimonials .testimonial .content-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.etheme-testimonials .testimonial .content-full {
    display: block;
}

.etheme-testimonials .content-expand-btn {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0;
    background: none;
    border: none;
    color: #0073e6;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-underline-offset: 3px;
            text-underline-offset: 3px;
    cursor: pointer;
    line-height: 1.2;
}

.etheme-testimonials .content-expand-btn:hover,
.etheme-testimonials .content-expand-btn:focus {
    color: #005bb5;
    background: transparent;
}

.etheme-testimonials .content-expand-btn.is-hidden {
    display: none;
}

.etheme-testimonials .testimonial .name {
    display: inline-block;
    vertical-align: baseline;
}

.etheme-testimonials .testimonial-date {
    display: inline-block;
    float: right;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    line-height: 1.4;
}
