// Testimonials
div.testimonials {
	background: $cmo-purple-light;
	background: white;
	color: white;
	color: $cmo-purple-dark;
	line-height: 1.8;
	text-align: center;
	padding: 2em 0;
	margin: 2em 1em;
	max-width: 960px;

	@media only screen and ( min-width:$medium-screen ) {
		margin: 2em auto;
	}

	blockquote {
		font-style: normal;
		font-weight: 300;
		max-width: 600px;
		padding: 0 1em;
		margin: 0 auto;

		cite {
			display: block;
			text-align: right;
			margin-top: 1em;
			text-transform: uppercase;
		}
	}


	/*
		Owl Carousel Overrides

	 */
	.owl-buttons {
		display: none;
	}
	.owl-carousel:hover .owl-buttons {
		display: block!important;
	}

	.owl-carousel .owl-nav {
		display: none;

		@media only screen and ( min-width:$medium-screen ) {
			display: block;
		}

		button {
			background: none;

			&:hover {
				// background: none;
			}
		}

		i {
			color: $cmo-purple-dark;
		}

		.owl-prev,
		.owl-next {
			position: absolute;
			top: 0%;
			font-size: 2em;

		}

		.owl-prev {
			left: 0;
		}

		.owl-next {
			right: 0;
		}
	}
}
