/* + Testimonials + */
.testimonial-section {
  padding: 40px 0;
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1 {
  text-align: center;
  color: #333;
  font-size: 24px;
}

span.blockquote-content {
  color: #bd3829;
}

.testimonial {
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #cdcdcd;
  box-shadow: 2px 2px 4px #cdcdcd;
  height: 250px;
}

.test-info {
  display: inline-block;
  height: 60px;
}

.test-pic {
  width: 50px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.test-name {
  font-size: 20px;
  color: #333;
  text-align: right;
}

.test-name span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #3498db;
}

.testimonial p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
}

.ratingControl {
  position: relative;
  width: 225px;
  height: 35px;
  user-select: none;
  margin: 0 auto;
}
.ratingControl input {
  visibility: hidden;
}

.ratingControl-stars {
  position: absolute;
  top: 0;
  width: 45px;
  height: 35px;
  background-image: url("/SiteBuilderTools/images/star.svg");
  background-size: auto 35px;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}
.ratingControl-stars:hover, .ratingControl-stars:hover ~ .ratingControl-stars, input:checked ~ .ratingControl-stars {
  background-image: url("/SiteBuilderTools/images/star-half.svg");
}
.ratingControl-stars:active, .ratingControl-stars:active ~ .ratingControl-stars, input:checked ~ .ratingControl-stars:active {
  background-image: url("/SiteBuilderTools/images/star-light.svg");
}

.ratingControl-stars--05 {
  left: 0px;
}

.ratingControl-stars--1 {
  left: 0px;
}

.ratingControl-stars--15 {
  left: 45px;
}

.ratingControl-stars--2 {
  left: 45px;
}

.ratingControl-stars--25 {
  left: 90px;
}

.ratingControl-stars--3 {
  left: 90px;
}

.ratingControl-stars--35 {
  left: 135px;
}

.ratingControl-stars--4 {
  left: 135px;
}

.ratingControl-stars--45 {
  left: 180px;
}

.ratingControl-stars--5 {
  left: 180px;
}

.ratingControl-stars--half {
  width: 19px;
}

@font-face {
  font-family: "Audiowide";
  font-style: normal;
  font-weight: 400;
  src: local("Audiowide"), local("Audiowide-Regular"), url(https://themes.googleusercontent.com/static/fonts/audiowide/v2/8XtYtNKEyyZh481XVWfVOj8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
}
.owl-item {
  opacity: 0.3;
}

div:not(.active) + div.active + div.active {
  opacity: 1;
  width: 500px !important;
  margin: 0 -60px !important;
  z-index: 1;
}

div:not(.active) + div.active + div.active .testimonial {
  position: relative;
  height: 270px;
  top: -10px;
}

@media (max-width: 1399px) {
  .owl-nav {
    display: none;
  }
}
@media (max-width: 959px) {
  div.active {
    opacity: 1;
  }
}
.owl-carousel .owl-stage {
  padding: 10px 0;
  max-height: 300px;
  overflow: hidden;
}

#AllTestimonials {
  position: relative;
  z-index: 999 !important;
  height: auto !important;
}

#testimonials-area {
  position: relative;
  padding: 55px 0;
  height: 400px;
}

#AllTestimonials .dots {
  font-size: 23px;
  line-height: 1;
}

#leave-testimonial-button {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	z-index: 0;
	font-size: 20px;
	color: #bc3b28;
	width: 100%;
	text-align: center;
}

@media (max-width: 768px) {
  #leave-testimonial-button {
    padding: 6px !important;
  }
}

.testimonials-control
{
	display:none;
}

.owl-carousel .owl-nav
{
	display: block !important;
}

blockquote
{
	border: none;
	padding: 0;
	max-height: 185px;
	line-height: 1.25;
}

blockquote i,
blockquote .blockquote-content
{
	font-size: 16px;
}

.owl-nav > button {
  position: absolute;
  left: -7%;
  right: auto;
  top: 32%;
  font-size: 50px !important;
}

.owl-nav > button:nth-of-type(2) {
  left: auto;
  right: -7%;
}

.owl-nav > button:hover {
  color: #bd3829 !important;
}

.owl-item.cloned:not(.active) {
    opacity: 0;
}