/*TESTIMONIALS*/
.quote-container {
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
        -webkit-box-shadow: none;
                box-shadow: none;
    display: block;
    z-index: 5;
    clear: both;
}

.quote-display {
    font-size: 15px;
    color: #909090;
    font-family: 'Nunito', sans-serif;
}

.quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}

.red-text {
    color: #e96656;
}

.name-display {
    margin-top: 30px;
    height: 73px;
    position: relative;
}

.client-info {
    float: left;
    margin-left: 18px;
    padding-top: 15px;
}

.name {
    font-family: 'Homemade Apple', serif;
    color: #404040;
}

.edit-testimonial {
    clear: both;
    float: right;
}

.date-display {
    font-family: 'Nunito', sans-serif;
    color: #787878;
    font-style: italic;
}

.border-date-display {
    border-bottom: 1px solid #e96656;
    clear: both;
    width: 10%;
    margin-bottom: 15px;
}

.sign-off-display {
    margin-top: 15px;
    font-size: 15px;
    color: #909090;
    font-family: 'Nunito', sans-serif;
}

@media screen and (max-width: 430px) {
    .border-date-display {
        width: 15%;
    }
}