
/************************
* Reviews
*/
#section-reviews {
    padding: 25px 15px;
    text-align: center;
    font-family: 'RalewayMedium', sans-serif;
    font-size: 18px;
}
#section-reviews a.review.type-review {
    color: #333;
    outline: 0;
    border: none;
    padding: 0 20px;
}
#section-reviews a.review.type-review .item-title {
    display: block;
    text-align: left;
    font-size: 24px;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
}
#section-reviews a.review.type-review .item-content {
    display: block;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 15px;
}
#section-reviews a.review.type-review .item-content span.sep-quote {
    font-family: 'Times New Roman', sans-serif;
    font-size: 28px;
}
#section-reviews a.review.type-review .item-details .item-name {
    float: left;
    font-size: 16px;
    font-family: 'RalewaySemiBold', Arial, sans-serif;
}
#section-reviews a.review.type-review .item-details .item-date {
    float: right;
    font-size: 16px;
}