/**********************************************************
// Block >> Testimonials
**********************************************************/
.Block-Testimonials {
	margin: auto !important;
	padding: 0;
	text-align: center;
	display: block;
	}

.Block-Testimonial { display: block; margin: 0 auto; }

.Block-Testimonial-Image-Wrapper {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
	}

.Block-Testimonial-Image {
	position: absolute; 
	object-fit: cover;
}

.Block-Testimonial-Main {
	font-style: italic;
	font-size: 23px;
	line-height: 38px;
	font-weight: 300;
}

.Block-Testimonials h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	font-family: "Oswald", sans-serif; 
}

.Block-Testimonials .slick-prev,
.Block-Testimonials .slick-next {
	width: 40px;
	height: 40px;
	}

.Block-Testimonials .slick-prev { left: -80px; }
.Block-Testimonials .slick-next { right: -80px; }

.Block-Testimonials .slick-prev:before,
.Block-Testimonials .slick-next:before {
	font-size: 40px;
	color: #fff;
	}

.has-white-color .Block-Testimonials .slick-dots li.slick-active button:before { color: #fff; }
.has-white-color .Block-Testimonials .slick-dots li button:before { color: #fff; }

.post .Block-Testimonials ul.slick-dots {
	padding-left: 0;
	bottom: -55px;
}

.Block-Testimonials .slick-dots li button:before {
	font-size: 8px; 
}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 767px),
all and (max-device-width: 767px)
{

}

@media
all and (max-width: 680px),
all and (max-device-width: 680px)
{

}
