/*----------------------------------------------------------------
	Testimonial
	Version: 1.0
-----------------------------------------------------------------*/


.testi-content p {
	line-height: 1.6 !important;
	font-family: 'Crete Round', serif;
	font-weight: 400;
	padding: 0 40px;
}

.dark .testi-content p { color: #FFF; }

.dark .testi-meta {
	font-size: 18px;
	color: #e61a23;
	letter-spacing: 1px;
	margin-top: 30px;
}

.testi-content p:before,
.testi-content p:after {
	position: absolute;
	color: #e61a23;
	font-size: 80px;
	top: 0;
	line-height: 1.4;
	left: 0;
}

.testi-content p:after {
	left: auto;
	right: 0;
}

#oc-clients .oc-item {
	border-right: 1px solid rgba(255,255,255,0.15);
	opacity: .8;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#oc-clients .oc-item:hover { opacity: 1; }

