/*Style-1*/

.testimonial-style-1 .testimonial-list-content .entry-content {
	text-align: center
}

.testimonial-style-1 .testimonial-content-text {
	padding: 35px 40px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 40px;
	transition: all .3s ease-in-out
}

.testimonial-style-1 .testimonial-content-text:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid #fff;
	transition: all .3s ease-in-out
}

.testimonial-style-1 .post-content-image {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px
}

.testimonial-style-1 .author-thumb {
	position: relative;
	display: block;
	max-width: 70px;
	border-radius: 40px;
	text-align: center;
	margin: 0 auto
}