/*
+ Testimonials
*/
/*===============================================================
	>>> TESTIMONIALS <<<
	> on main view and module view
===============================================================*/
.testimonials {
margin: 30px 0;
}
.testimonials .block {
text-align: center;
/*background: #f1f1f1; border: 1px solid #e6e2e2; padding: 10px;*/
}
.testimonials .avatar img {
margin-bottom: 20px;	
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: initial;
width: 62%;
}
.testimonials h3 {
color: #5b5d6a;
font-size: 16px;
font-weight: 300;
line-height: 24px;
margin-bottom: 0px;
}
.home_testimonials h3 {
color: #FFF;
}
.testimonials .position h4 {
color: #b3b7b9;
font-size: 15px;
font-weight: 300;
line-height: 17px;
}
.testimonials .underline {
display: block;
margin: 17px auto;
width: 50px;
height: 1px;
background: #b3b7b9;
}
.testimonials .info {
color: #a9a9a9;
font-size: 14px;
line-height: 22px;
font-weight: 300;
}
.testimonials .info:before,
.testimonials .info:after {
font-family: "Font Awesome 5 Free";
display: inline-block;
font-weight: 600;
font-size: 20px;
color: #aaa;
}
.testimonials .info:before {
content: "\201C";
margin-right: 3px;
}
.testimonials .info:after {
content: "\201D";
margin-left: 3px;
}
/*
HOME SPECIFIC TESTIMONIALS
*/
.home_testimonials .info {
color: #fff;
}