.ts-testimonialbox-style-10 .themestek-box-content{
	position: relative;
	padding: 80px 0 0px 0;
}
.ts-testimonialbox-style-10 .themestek-box-author{
	display: flex;
	align-items: center;
}
.ts-testimonialbox-style-10 .themestek-box-img img{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rtl .ts-testimonialbox-style-10 .themestek-box-img img{
	margin-left: 20px;
	margin-right: 0;
}
.ts-testimonialbox-style-10 blockquote.themestek-testimonial-text{
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}
.ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-content::after{
	position: absolute;
	font-family: "ts-labtechco-icons";
	content: "\e84a";
	font-size: 75px;
	line-height: 75px;
	top: 0;
	left: 1px;
	color: transparent;
	-webkit-text-stroke: 2px var(--tste-labtechco-skincolor-dark);
}
.rtl .ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-content::after{
	right: 1px;
	left: inherit;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.ts-bgcolor-darkgrey .ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-content::after,
.ts-textcolor-white .ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-content::after{
	-webkit-text-stroke-color: #fff;
}
.ts-testimonialbox-style-10 .themestek-box-desc{
	margin: 25px 0;
	padding-right: 30px;
}
.rtl .ts-testimonialbox-style-10 .themestek-box-desc{
	padding-left: 30px;
	padding-right: 0;
}
.entry-content .ts-testimonialbox-style-10.themestek-box-testimonial h3.themestek-author-name{
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	color: var(--tste-labtechco-skincolor-dark);
}
.ts-bgcolor-darkgrey .ts-testimonialbox-style-10 blockquote.themestek-testimonial-text,
.entry-content .ts-bgcolor-darkgrey .ts-testimonialbox-style-10.themestek-box-testimonial h3.themestek-author-name,
.ts-textcolor-white .ts-testimonialbox-style-10 blockquote.themestek-testimonial-text,
.entry-content .ts-textcolor-white .ts-testimonialbox-style-10.themestek-box-testimonial h3.themestek-author-name{
	color: #fff;
}
.ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-footer{
	font-size: 14px;
	line-height: 20px;
}
.ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-footer::before{
	content: '-';
	display: inline-block;
	margin-right: 5px;
}
.rtl .ts-testimonialbox-style-10.themestek-box-testimonial .themestek-box-footer::before{
	margin-left: 5px;
	margin-right: 0;
}