.testimonials--section {

}

.testimonials--section.dark-mod {
	color: #fff;
	background-color: #005677;
}

.testimonials--container {
	padding: 90px 30px;
}

.testimonials--slider {
	margin: 0 auto;
}

.testimonials--slider > .testimonials--slide:not(:first-child) {
	display: none;
}

body .testimonials--slide {
	position: relative;
	border: none;
	font-size: inherit;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.slick-slider .testimonials--slide {
	display: block !important;
}

@media (min-width: 1090px) {
	
	body .testimonials--slide {
		padding-left: 80px;
		padding-right: 80px;
	}

	.testimonials--slide:before,
	.testimonials--slide:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0px;
		height: 40px;
		width: 40px;
		background-image: url(../../images/quotes-solid-grey.svg);
		background-size: contain;
		background-repeat: no-repeat;
		opacity: .8;
	}
	
	.single-post--content-width .testimonials--slide {
		max-width: 900px;
		margin: 0 auto;
	}
}

.testimonials--slide:after {
	top: -6px;
	left: auto;
	right: 0px;
	transform: rotate(180deg);
}

.testimonials--copy {
	text-align: center;
}

html body .testimonials--cite {
	text-align: center;
}

.testimonials--cite span {
	display: block;
	font-style: normal;
	letter-spacing: 0.03em;
}

.testimonials--author {
	color: #00a1e1;
	margin-bottom: 5px;
}

.testimonials--position {
	font-style: normal;
}

.testimonials--section .slick-dots {
	position: relative;
}

.testimonials--section .slick-dots li button:before {
	border: 1px solid #ececec;
	background-color: #ececec;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	transition: all .3s;
}

.testimonials--section .slick-dots li.slick-active button:before {
	border-color: #00a1e1;
	background: #00a1e1;
}

.testimonials--section .slick-dots li button:hover:before  {
	border-color: #ccc;
	background: #ccc;
}
