/*
Theme Name: Metroframing
Theme URI: #
Author: #
Author URI: #
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: metroframing
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

metroframing is based on # #, (C) 2012-2016 Automattic, Inc.
# is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal #
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*NEW CSS*/
.testimonials-sec .text.testimonial_rotator_description {
    color: #555;
    font-family: 'open sans';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}
.testimonials-sec .testimonial_rotator_author_info.cf-tr > p {
    color: #555;
    font-family: 'open sans';
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.testimonials-sec .text.testimonial_rotator_description > hr {
    display: none;
}
.testimonial_rotator_stars.cf-tr {
    display: none;
}