/* Base Styling */
/* Rating */
.testimonials .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    font-size: 1em;
    width: 5em;
    display: block;
    margin: 0 0 .5em;
    float: none;
    font-family: dashicons;
}
.testimonials .star-rating:before {
    content: "\f154\f154\f154\f154\f154";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.testimonials .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1em;
    color: #ff6600;
}
.testimonials .star-rating span:before {
    font-family: dashicons;
    content: "\f155\f155\f155\f155\f155";
    top: 0;
    position: absolute;
    left: 0;
}