Easy Testimonials Single Testimonial CSS

/* A Single Testimonial's Blockquote */
.easy_t_single_testimonial blockquote.easy_testimonial {
}

/* Paragraphs Inside the Testimonial */
blockquote.easy_testimonial p {
}

/* Continue Reading Link */
.easy_testimonial .testimonial_body .more-link {
}

/* The Testimonial Image */
.wp-post-image.attachment-easy_testimonial_thumb{
}

/* The Person Leaving the Testimonial */
.easy_t_single_testimonial blockquote p span.testimonial-client{
}

/* The Position, Title, etc of the Person Leaving the Testimonial */
.easy_t_single_testimonial blockquote p span.testimonial-position {
}

/* Title of the Testimonial */
.easy_t_single_testimonial .easy_testimonial_title {
}

/* Span Wrapping Each Piece Of Meta Data, including Author, Date, and Item Reviewed */
.easy_testimonial cite span {
}

/* Ratings Wrapping Div */
blockquote.easy_testimonial .easy_t_ratings {
}

/* Default Star Ratings CSS */
span.stars span {
}

/* Star Ratings Empty */
span.stars span.empty {
}

/* Star Ratings Filled */
.stars .dashicons-star-filled {
}

/* Pagination Link Wrapper */
.easy_t_pagination {
}