.testimonial-wrapper {
	height: 100%;
	margin:auto; 
	display: block;
	text-align: center;
	padding: 30px;
	background: white;
    border: solid 1px #7d7d7d;
}
.quote {
	margin: auto; 
	display: block;
	padding: 30px;
}
.quote img {
	margin:auto;
}
.checked {
	color: #ff1600;
}
.unchecked {
	color: #7d7d7d;	
}
.fa-star {
	font-size: 25px;
	width: 30px;
}
.testimonial-quote {
	display: none;
}
.testimonial-text {
	line-height: 2;
	font-size: 16px;
	color: #111111;
	margin: 0;
	font-family: 'Open Sans',sans-serif;
}
.customer {
	font-size: 20px;
	font-weight: bold;
	color: #ff1600;
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
}
.title {
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	margin:0;
	letter-spacing: 1px; 
	font-family: 'Open Sans', sans-serif;
}
.testimonial {
	background-color: #f2f2f2; 
	border:1vw solid #fff;
}

.testimonial-title {display: none;}