.avosz-testimonial .entry-content + .entry-header .entry-title {
    color: var(--th-color-secondary-base);
    font-size: .889rem;
    font-weight: 700;
    line-height: 1.4;
    margin-left: auto;
    padding-top: .75rem;
}

.testimonial-entry-title a {
    border-bottom: none;
    text-decoration: none;
}

.testimonial-entry-content > :last-child {
    margin-bottom: 0;
}

a.testimonial-featured-image {
    border-bottom: none;
    display: inline-block;
}

.testimonial-entry .testimonial-entry-content {
    background-color: var(--th-color-accent-base);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 1.125rem;
    font-style: italic;
    padding: 2rem 2rem 2.5rem 6rem;
    position: relative;
}

.testimonial-entry .testimonial-entry-content a:not([class]) {
    border-bottom: none;
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.testimonial-entry .testimonial-entry-content a:not([class]):hover {
    text-decoration: none;
}

.testimonial-entry .testimonial-entry-content:before {
    content: "\201C";
    font-family: Times New Roman, Georgia, Serif;
    font-size: 5.2em;
    font-weight: 900;
    height: 0;
    left: 20px;
    line-height: 1.5;
    opacity: .75;
    position: absolute;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .15);
    top: 0;
    width: 0;
}

.avosz-testimonial .entry-content + .entry-header {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
}

.testimonial-entry .testimonial-featured-image,
.testimonial-entry .testimonial-featured-image img {
    border-radius: 50%;
}

.testimonial-entry .testimonial-featured-image img {
    height: 64px;
    width: 64px;
}

.testimonial-entry .testimonial-featured-image {
    background-color: var(--th-color-white);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
    margin-bottom: 0;
    min-width: 64px;
    padding: 4px;
    position: relative;
    top: -1rem;
}

.testimonial-entry-content .more-link-container a.more-link {
    color: #fff;
}