/* Carousel */
.rep-testimonial-carousel .rep-testimonial-item {
  padding: 0 15px;
}
.rep-testimonial-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s;
}
.rep-testimonial-carousel .owl-nav .owl-prev,
.rep-testimonial-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
  border: 2px solid var(--the7-accent-color) !important;
  outline: none;
}
.rep-testimonial-carousel .owl-nav .owl-prev:before,
.rep-testimonial-carousel .owl-nav .owl-next:before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  color: var(--the7-accent-color);
  display: block;
}
.rep-testimonial-carousel .owl-nav .owl-prev:before {
  content: '\f053';
}
.rep-testimonial-carousel .owl-nav .owl-next:before {
  content: '\f054';
}
.rep-testimonial-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

/* Testimonial Global */
.rep-testimonial blockquote {
	border: none;
	background: none !important;
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: inherit;
	margin: 2em;
	position: relative;
	padding-bottom: 2em;
}
.rep-testimonial blockquote .footer {
	font-size: 0.8em;
	font-weight: 500;
	text-align: right;
}
.rep-testimonial blockquote .footer:before {
	content: '\2014';
}
.rep-testimonial blockquote cite.client {
	font-style: italic;
}
.rep-testimonial blockquote:before,
.rep-testimonial blockquote:after {
	display: block;
	position: absolute;
	font-family: var(--rep-font-accent);
	font-size: 2em;
}
.rep-testimonial blockquote:before {
	content: '\201c';
	left: -0.75em;
  top: 0;
}
.rep-testimonial blockquote:after {
	content: '\201d';
	right: -0.75em;
  bottom: 2em;
}
.rep-testimonial .read-more {
	font-size: 0.8em;
	margin-top: 0.5em;
}
.agent-testimonials .rep-testimonial {
	margin-bottom: 1em;
}
.agent-testimonials .rep-testimonial blockquote {
	margin: 0;
	padding: 1em 2em;
}
.agent-testimonials .rep-testimonial blockquote:before {
	top: 0.5em;
	left: 0.25em;
}
.agent-testimonials .rep-testimonial blockquote:after {
	right: 0.25em;
	bottom: 1.75em;
}

/* Carousel theme */
.rep-testimonial {
  background-color: #f8f8f8;
}

.rep-testimonial > .rep-agent {
	background: var(--rep-color-brand-primary);
}
.rep-testimonial > .rep-agent h3 {
	font-family: var(--rep-font-secondary);
	font-size: 28px;
	font-weight: normal;
	color: white;
	margin: 0;
}
.rep-testimonial > .rep-agent h3 a:link,
.rep-testimonial > .rep-agent h3 a:visited {
	color: white;
}
.rep-testimonial > .rep-agent h3 a:hover {
	color: var(--rep-color-brand-accent);
}
.rep-testimonial > .rep-agent .rep-testimonial-agent-photo img {
	float: right;
	width: 20%;
	min-width: 75px;
	max-width: 150px;
	border-radius: 50%;
	margin-top: -35px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.rep-testimonial > .rep-agent {
	padding: 20px;
}
