.testimonials-module.testimonials {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
	padding: 50px;
	border: 1px solid #e4e8f5;
}

.testimonials-module.testimonials.all-reviews {
	border: none;
}

.testimonials-slider {
	padding: 50px 0;
	font-size: 18px;
}

.testimonials__header {
	padding-right: 60px;
}

@media (max-width: 1200px) {
	.testimonials__header {
		padding-bottom: 60px;
		padding-right: 0;
	}
}

/* .testimonial-slide {
	padding: 0;
	margin: 0;
	border-left: 0 none;
}

.testimonial-slide cite {
	font-size: 16px;
	position: relative;
	display: flex;
	min-height: 88px;
	align-items: center;
}

.testimonial-slide cite .author-icon {
	width: 88px;
	height: 88px;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonial-slide cite .src-wrap {
	flex: 1 1 auto;
} */

.testimonials .testimonials--innerwrap .slick-dots {
	position: absolute;
	right: 50%;
	bottom: 0;
	list-style-type: none;
	z-index: 1;
}

.testimonials .testimonials--innerwrap .slick-dots li {
	margin-bottom: 10px;
	display: inline-block;
	padding-right: 10px;
}

.testimonials .testimonials--innerwrap .slick-dots li button {
	font-size: 0;
	color: #0a082c;
	background-color: #0a082c;
	border-radius: 50%;
	border: 0 none;
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	padding: 0;
}

.testimonials .testimonials--innerwrap .slick-dots li button:hover {
	background-color: #1e9dff;
}

.testimonials .testimonials--innerwrap .slick-dots li.slick-active button {
	background-color: #c62127;
}

.testimonials .testimonials--innerwrap .slick-dots li.slick-active button:focus {
	outline: 0 none;
}

/* .testimonial-slide cite .author-icon img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.testimonial-slide cite .testimonial-author-name {
	font-family: 'Bebas Neue';
	color: #1e9dff;
	font-size: 20px;
	padding: 0;
	display: inline-block;
}

.testimonial-slide cite .testimonial-author-desc {
	font-style: normal;
}


.testimonial-text {
	font-family: 'Lato';
	font-size: 18px;
	margin-bottom: 27px;
} */

.page-template-default .entry-header,
.page-template-default .entry-content {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
}

/* .testimonialslider .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    min-height: 400px;
} */

.testimonials__title.moduletitle .modulelinks {
    display: none;
}

.testimonials__title.moduletitle {
	text-align: center;
}


.all-reviews .testimonials-wrap {
	overflow: hidden;
}

.all-reviews .testimonials-item {
	margin: 10px;
	width: 100%;
}.all-reviews 

.testimonials {
    margin: 52px 0;
}

.all-reviews .testimonials .testimonials--innerwrap {
	margin: 52px 0 52px auto;
	position: relative;
}

@media (min-width: 992px) {
	.all-reviews .testimonials .testimonials--innerwrap {
		max-width: 444px;
	}
}

.all-reviews .testimonials .testimonials--innerwrap blockquote {
	border: 0 none;
	padding: 50px;
	border-radius: 10px;
	font-size: 18px;
	max-width: 100%;
	margin: 0;
	box-sizing: content-box;
}

.all-reviews .testimonials .testimonials--innerwrap blockquote cite {
	font-weight: 600;
	display: block;
	margin-top: 10px;
}

.all-reviews .testimonials-wrap.masonry-root blockquote {
		text-align: center;
}
		
.all-reviews .testimonials-wrap.masonry-root blockquote .stars {
	justify-content: center;
	margin-top: 0;
	margin-bottom: 15px;
}

.stars {
	color: yellow;
	margin-top: 16px;
	display: flex;
    flex-flow: row nowrap;
    gap: 3px;
}

.stars svg {
	display: inline-block;
	width: 16px;
	margin: 3px;
}

@media (min-width: 1200px) {
	.all-reviews .testimonials blockquote.slick-slide {
		width: 440px;
	}

	.all-reviews .testimonials-wrap {
		max-width: 1200px;
	}

	.all-reviews .testimonials-item {
		max-width: 33%;
		margin: 0;
	}
	
	.all-reviews .testimonials-item blockquote {
		margin: 10px;
	}
}