.featured-reviews {
	clear: both;
}

.featured-reviews__inner {	
	margin: 30px 0 10px 0;
	border-radius: 10px;
	border: 2px solid #D2D4D6;
    padding-bottom: 30px;
}

.featured-reviews__review {
	padding: 10px 15px 0;
}

.featured-reviews__review-head {
	display: flex;
	align-items: center;
}

.featured-reviews__review-name {
    color: #111;
    font-family: 'brandon-grotesque';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 10px;
}

.featured-reviews__review-separator {
    margin-left: 7px;
    margin-right: 6px;
}

.featured-reviews__review-date {	
	color: #808080;
    font-family: 'brandon-grotesque';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.featured-reviews__review-text {
    color: #666;
    font-family: 'brandon-grotesque';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.featured-reviews__review-stars .star-rating span:before {
	color: #ef4036 !important;
}

@media screen and (max-width: 768px) {
	.featured-reviews__review-text {
		font-size: 14px;
	}
}

/* Slick Slider Styles */

.featured-reviews .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.featured-reviews .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.featured-reviews .slick-dots li button {
    border: 0;
    background: transparent;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
    outline: 0;
    box-shadow: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
	font-size: 0 !important;
}

.featured-reviews .slick-dots li button:hover,
.featured-reviews .slick-dots li button:focus {
    outline: none;
}

.featured-reviews .slick-dots li button:hover:before,
.featured-reviews .slick-dots li button:focus:before {
    opacity: 0.5;
}

.featured-reviews .slick-dots li button:before {
	content: '';
	display: block;
    width: 6px;
    height: 6px;
    background: #AAAAAC;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px;
}

.featured-reviews .slick-dots li.slick-active button:before {
   	background: #D9D9D9;
    opacity: 1;
}