﻿/* testimonial element-eight */

.testimonial.element-eight{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-eight .testimonial-item{
	padding:0px 15px 0px 15px;
}

.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-eight .testimonial-item > .holder{
	position:relative;
	display:flex;
	min-height:140px;
	padding-left:185px;
	text-align:left;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-pic{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	text-align:center;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-pic img{
    display:inline-block;
    vertical-align:top;
    width:auto;
    width:140px;
	border-radius:50%;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data{
	padding-top:5px;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data blockquote{
	margin-bottom:20px;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data blockquote p{
	margin-bottom:20px;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data cite{
    margin-bottom:0;
    font-weight:400;
    font-size:17px;
    color:#606060;
    line-height:26px;
    font-style:normal;
}

.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-data cite strong{
    font-weight:inherit;
    color:#000;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

	.testimonial.element-eight .testimonial-item > .holder{
	    padding-left:80px;
	}

	.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-pic img{
	    max-width:60px;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-eight:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

	.testimonial.element-eight .testimonial-item > .holder{
	    padding-left:80px;
	}

	.testimonial.element-eight .testimonial-item > .holder > .testimonial-title-pic img{
	    max-width:60px;
	}

}