
.testimonial-avatar {
	display: inline-block;
}

.testimonial-avatar img {
	min-width: 60px;
	max-width: 100px;
	border-radius: 50%;
}

.testimonial-rating {
	display: none;
	margin-bottom: 10px;
}

.testimonial-content footer {
	margin-top: 15px;
	color: var(--color-gray-900);
	font-weight: 600;
}

.testimonial-content footer>span {
	color: var(--color-gray-500);
	font-weight: 400;
}

.testimonial-content footer>span:before {
	content: " - ";
}

.testimon-with-rating .testimonial-rating {
	display: block;
}

.testimon-align-center .testimonial {
	text-align: center;
}

.testimon-align-center .testimonial-avatar {
	margin-bottom: 15px;
}

.testimon-align-left .testimonial-inner, .testimon-align-right .testimonial-inner {
	display: flex;
	align-items: flex-start;
}

.testimon-align-left .testimonial-avatar, .testimon-align-right .testimonial-avatar {
	flex: 0 0 auto;
}

.testimon-align-left .testimonial-content, .testimon-align-right .testimonial-content {
	flex: 1 1 auto;
}

.testimon-align-left .testimonial {
	text-align: left;
}

.testimon-align-left .testimonial-inner {
	flex-direction: row;
}

.testimon-align-left .testimonial-avatar {
	margin-right: 20px;
}

.testimon-align-right .testimonial {
	text-align: right;
}

.testimon-align-right .testimonial-inner {
	flex-direction: row-reverse;
}

.testimon-align-right .testimonial-avatar {
	margin-left: 20px;
}

.testimonials-slider .owl-stage-outer, .testimonials-slider .owl-carousel:not(.owl-loaded) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.testimon-style-boxed .testimonial-inner {
	padding: 30px;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: box-shadow .5s ease;
}

.testimon-style-boxed .testimonial:hover .testimonial-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
