﻿/* testimonial element-thirteen */

.testimonial.element-thirteen{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-thirteen:not(.owl-carousel){
	margin-left:0;
	margin-right:0;
}

.testimonial.element-thirteen:not(.owl-carousel):after{
	content:" ";
	display:block;
	clear:both;
}

.testimonial.element-thirteen *{
	margin:0 auto;
}

.testimonial.element-thirteen .testimonial-item{
	padding-left:15px;
	padding-right:15px;
}

.testimonial.element-thirteen:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:30px;
	padding-left:0;
	padding-right:0;
}

.testimonial.element-thirteen .testimonial-item > .holder{
	position:relative;
	text-align:center;
}

.testimonial.element-thirteen .testimonial-item > .holder > .data{
	margin-top:25px;
	margin-bottom:30px;
	padding:40px 30px 50px 30px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.testimonial.element-thirteen .owl-item.center .testimonial-item > .holder > .data{
	margin-top:10px;
	padding-top:55px;
	padding-bottom:70px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}

.testimonial.element-thirteen .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-thirteen .testimonial-item > .holder > .data i.fa{
	margin-bottom:25px;
	font-size:35px;
	color:#d2d0d0;
	line-height:35px;
}

.testimonial.element-thirteen .testimonial-item > .holder > .data blockquote{
}

.testimonial.element-thirteen .testimonial-item > .holder > .data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-thirteen .testimonial-item > .holder > .data blockquote p{
}

.testimonial.element-thirteen .testimonial-item > .holder > .pic{
	margin-bottom:10px;
}

.testimonial.element-thirteen .testimonial-item > .holder > .pic img{
	width:60px;
}

.testimonial.element-thirteen.image-square .testimonial-item > .holder > .pic img{
	border-radius:0;
}

.testimonial.element-thirteen.image-round .testimonial-item > .holder > .pic img{
	border-radius:5px;
}

.testimonial.element-thirteen.image-circle .testimonial-item > .holder > .pic img{
	border-radius:50%;
}

.testimonial.element-thirteen .testimonial-item > .holder > .title{
}

.testimonial.element-thirteen .testimonial-item > .holder > .title > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-thirteen .testimonial-item > .holder > .title cite{
	margin-bottom:3px;
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	color:#0e121e;
	line-height:25px;
	font-style:normal;
}

.testimonial.element-thirteen .testimonial-item > .holder > .title p{
	margin-bottom:0;
	font-weight:400;
	font-size:14px;
	color:rgba(0,0,0,0.5);
	line-height:22px;
}

/* 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-thirteen:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-thirteen:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-thirteen:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}