/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	padding: 6px 12px;
}

.owl-carousel  .owl-item {
	background-color:#eee;
	border: 1px #999;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.testimonial-wrapper .testimonial-slider {
	padding: 0px 0px; }
.testimonial-wrapper .customNavigation .prev {
	font-size: 10px;
	color: #48320a;
	width: 40px;
	height: 40px;
	z-index: 99999999;
	border: 1px solid #48320a;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	padding: 13px;
	left: -40px; }
.testimonial-wrapper .customNavigation .next {
	font-size: 10px;
	color: #48320a;
	width: 40px;
	height: 40px;
	border: 1.5px solid #48320a;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	position: absolute;
	top: 45%;
	z-index: 999999999;
	padding: 13px;
	right: -40px; }

.testimonial-wrapper {
	/* background: url(../img/section-testimonial.jpg) no-repeat center center; */
	background-size: cover;
	height: 100%;
	padding: 50px 0;
	position: relative; }
.testimonial-wrapper a {
	color: #f9b023; }
.testimonial-wrapper article {
	position: relative; }
.testimonial-wrapper h3 {
	color: #48320a;
	font-size: 16px;
	/* font-family: "Opensansbold", open-sans; */
	margin-bottom: 40px;
	text-transform: uppercase; }
.testimonial-wrapper .post {
	background: #ffffff;
	padding: 5px;
	color: #585857;
	margin: 0 5px;
	min-height: 350px; }
	#post-2610 .et_pb_section.et_pb_section_0.et_section_regular {
    background: #EEEEEE;
}
.testimonial-wrapper .post .quote {
	font-size: 16px;
	/* font-family: "Opensanslight", open-sans; */
	line-height: 26px; }
.testimonial-wrapper .post .quote a {
	/* font-family: "Opensanssemibold", open-sans; */
}
.testimonial-wrapper .post .person {
	margin: 20px 0; }
.testimonial-wrapper .post .person p {
	font-size: 15px;
	/* font-family: "Opensanssemibold", open-sans; */
	margin-top: 20px;
	margin-bottom: 5px; }
.testimonial-wrapper .post .person span {
	font-size: 12px;
	/* font-family: "Opensanslight", open-sans; */ }
