.testimonials {
	padding: var(--spacing-4);
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
	.testimonials h1 {
		max-width: 70%;
	}
}

/* Mobile menu */
@media only screen and (max-width: 991px) {

	.slick-images .slick-prev {
		left: 0px;
	}

	.slick-images .slick-next {
		right: 0px;
	}

	.slick-testimonials .slick-prev, .slick-testimonials .slick-next {
		top: -4.8rem;
	}
	.col {
		flex-grow: 1;
		width: 50%  !important;;
	}
}

@media only screen and (max-width: 599px) {
    .quote-container .quote {
		padding: 0 0 1rem 0;
	}

	.quote-container .quote p {
		padding: 3rem 0rem 0rem 4rem;
	}

	.quote-container .quote cite {
		padding-left: 4rem;
		padding-bottom: 2rem;
	}

	.quote-container .quote p:first-child:before {
		top: 0;
		left: 0;
	}

	.slick-testimonials .slick-prev, .slick-testimonials .slick-next {
		display: none!important;
	}
	.col {
		flex-grow: 1;
		width: 100%  !important;;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .quote-container .quote {
		padding: 0 0 1rem 0;
	}

	.quote-container .quote p {
		padding: 3rem 0rem 0rem 6rem;
	}

	.quote-container .quote cite {
		padding-left: 6rem;
	}

	.quote-container .quote p:first-child:before {
		top: 0;
		left: 0;
	}

	.slick-testimonials .slick-prev {
		right: 5rem;
	}

	.slick-prev, .slick-next {
		height: 1rem;
		width: 4rem;
	}

	.slick-testimonials .slick-prev, .slick-testimonials .slick-next {
		top: -6rem;
	}
	.col {
		flex-grow: 1;
		width: 50% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slick-images .slick-prev {
		left: 0;
	}

	.slick-images .slick-next {
		right: 0;
	}

	.slick-testimonials .slick-prev, .slick-testimonials .slick-next {
		top: -4.8rem;
	}
	.col {
		flex-grow: 1;
		width: 50% !important;
	}
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
}

.col {
	flex-grow: 1;
	width: 50%;
}

.review-container {
	margin: 15px;
}

.review-details {
	background: #fafafa;
	padding: 5px;
	border: 1px solid #ededed;
	border-radius: 4px;
	margin: 2px;
	padding: 20px 15px;
	font-family: Roboto, helvetica, serif;
	font-size: 15px;
	color: #777;
	position: relative;
}
  
.review-details:before {
	position: absolute;
	bottom: -7px;
	left: 35px;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #ededed;
	border-top: none;
	border-left: none;
	background-color: #fafafa;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
  
.review-rating {
	padding-right: 15px;
	float: left;
}

.rating-star:before {
	content: "★";
	font-size: 16px;
	line-height: 16px;
	color: rgb(231, 113, 27);
	letter-spacing: -2px;
}
  
.review-link {
	color: #136aaf;
	text-decoration: underline;
}
  
.review-meta {
	margin: 15px 0 0 26px;
}
  
  .author-icon {
	height: 40px;
	width: 40px;
	background: grey;
	float: left;
	border-radius: 50%;
	margin-right: 10px;
  }
  
.author-name {
	padding: 2px;
	color: #427fed;
	font-weight: bold;
	line-height: 1em;
}
  
.source-logo {
	position: absolute;
	right: 0;
	bottom: 5px;
}
  
.Google-logo {
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 4px;
}
  
.Facebook-logo {
	background: #3c5b9b;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 4px;
}

  svg.hidden {
	display: none;
}