/* CSS Document */

/* CUSTOMER TESTIMONIALS */

	.strong-view.modern .testimonial-heading {
		font-weight: 900;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2rem;
		color: #0089D0;
		margin: 0 0 10px 0;
	}
	.strong-view.modern .testimonial-content p {
		font-size: 0.95rem;
		line-height: normal;
	}
	.strong-view.modern .testimonial-content:before,
	.strong-view.modern .testimonial-content:after {
		color: #E2E2E2;
	}
	.strong-view.modern .testimonial-image img {
		border-radius: 0;
	}
	.strong-view.default .testimonial-heading {
		background-image: url(assets/images/icons/quotation-open-icon.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 45px auto;
		padding: 40px 0 10px 0;
	}


/* CUSTOMER TESTIMONIALS */