.testimonial-block {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.testimonial-inner {
	padding: 5% 30%;
}

/*.testimonial-inner p:before {
	content: '"';
}*/

/*.testimonial-inner p:after {
	content: '"';
}*/

.testimonial-block h3 {
	font-size: 14px;
	font-size: 12px;
	font-family: Helvetica, arial, sans-serif;
}

.testimonial-inner p {
	font-family: 'EB Garamond', serif;
	font-size: 18px;
/*	padding: 0 13%;
	display: flex;*/
	text-align: center;
}

.testimonial-block h3:before {
	content: '';
	width: 20px;
	height: 3px;
	position: relative;
	background: #c3a49a;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: -11px;
}

.hoppers-testimonial {
	float: left;
	width: 100%;
	color: #000;
	font-size: 22px;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000 none repeat scroll 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: white none repeat scroll 0 0;
	border: 2px solid #000;
	border-radius: 12px;
	display: block;
	height: 16px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 16px;
}

.bx-wrapper {
	background: #fff none repeat scroll 0 0;
	border: none;
	box-shadow: none;
}

.testimonial-logo {
	align-items: center;
	float: left;
	width: 100%;
	justify-content: center;
	display: flex;
}

.testimonial-block img {
/*	height: 66px;*/
	display: flex;
	align-self: center;
	float: left;
	width: auto;
}

