.content_item_review {
	overflow: hidden;
	min-height: 120px;
}
.content_item_review .media {
	position: relative;
	padding: 0 0 0 20px;
}
.content_item_review .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
}
.content_item_review .testimonial-wrapper {
	padding: 0;
}
.content_item_review .testimonial {
	position: relative;
	padding: 20px;
	background: #f1f1f1;
	border: 1px solid #efefef;
	border-radius: 10px;
	margin-bottom: 15px;
}
.content_item_review .testimonial .icms-photo-album {
    margin-bottom: 0;
}
.content_item_review .testimonial::after {
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #f1f1f1;
	border: 1px solid #efefef;
	border-width: 0 0 1px 1px;
	position: absolute;
	bottom: -8px;
	left: 46px;
	transform: rotateZ(-46deg);
}
.content_item.content_item_review .testimonial::after {
	top: -8px;
}
.content_item_review .star-rating li {
	padding: 0 2px;
}
.content_item_review .star-rating svg {
	font-size: 16px;
	color: #ffdc12;
}
.content_item_review .overview {
	padding: 3px 0 0 15px;
}
.content_item_review .overview .details {
	padding: 5px 0 8px;
}
.content_item_review .overview .name {
	text-transform: uppercase;
	/*color: var(--primary);*/
}
.content_item_review .overview .name a {
	color: inherit;
}

.reviews_carousel .carousel-indicators {
	bottom: -70px;
}
.reviews_carousel .carousel-indicators li,
.reviews_carousel .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 2px;
	box-sizing: border-box;
}
.reviews_carousel .carousel-indicators li {	
	background: #e2e2e2;
	border: 4px solid #fff;
}
.reviews_carousel .carousel-indicators li.active {
	color: #fff;
	background: var(--primary);
	border: 5px double;    
}