/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.section-testimonial-wrapper .bx-wrapper .bx-viewport{
	border:none;
	box-shadow: none;
	background:none;
}

.section-testimonial-wrapper .bx-wrapper .bx-next,
.section-testimonial-wrapper .bx-wrapper .bx-prev{
	background:none;
	text-indent:0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	margin-top: 0;
}

.section-testimonial-wrapper .bx-wrapper .bx-prev{
	left: -25px;
}

.section-testimonial-wrapper .bx-wrapper .bx-next{
	right: -25px;
}

.section-testimonial-wrapper .bx-wrapper .bx-prev i,
.section-testimonial-wrapper .bx-wrapper .bx-next i{
	font-size:30px;
	border-radius:50%;
	width: 40px;
	height: 40px;
	position: relative;
}

.section-testimonial-wrapper .bx-wrapper .bx-prev i:before,
.section-testimonial-wrapper .bx-wrapper .bx-next i:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 26px;
}

.section-testimonial-wrapper .bx-wrapper .bx-controls-direction a:hover,
.section-testimonial-wrapper .bx-wrapper .bx-controls-direction a:active,
.section-testimonial-wrapper .bx-wrapper .bx-controls-direction a:focus,
.section-testimonial-wrapper .bx-wrapper .bx-controls-direction a:visited{
	text-decoration:none !important;
}

.section-testimonial-wrapper .article--testimonial .article__wrapper{
	padding:15px;
}