

/* ICREATE TESTIMONIAL DEFAULTS */
.icreate-testimonial__inner {
	padding: 0 1em;
}

.icreate-testimonial__content {
	position: relative;
}

.icreate-testimonial__content:before,
.icreate-testimonial__content:after {
	font-size: 2em;
	line-height: 1em;
	position: absolute;
}
.icreate-testimonial__content:before {
	content: "\201c";/*doublequote left*/
	top: 0;
	left: -.5em;
}
.icreate-testimonial__content:after {
	content: "\201d"; /*doublequote right*/
	bottom: -.5em;
	right: -.5em;
}

.icreate-testimonial__author:before {
	content: "\2014\20"; /*emdash space*/
}



/* OWL BUTTONS */
.owl-buttons {
	text-align: center;
}

.owl-prev,
.owl-next {
	display: inline-block;
	margin: 0 20px;
}

/* ICONS */
.owl-prev:before,
.owl-next:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-prev:before {
	content: '\f060';
}
.owl-next:before {
	content: '\f061';
}