


.clc-testimonials {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.clc-testimonials-block.alignright .clc-testimonial {
	margin: 0 0 0 30px !important;
}

.clc-testimonials-block.alignleft .clc-testimonial {
	margin: 0 30px 0 0 !important;
}

.clc-testimonial {
	display: flex;
	flex-direction: column;
}

.clc-testimonial-content {
	font-style: italic;
	max-width: 750px;
}

.clc-testimonial-author {
	font-weight: 600;
}

.clc-testimonial-content p:last-of-type {
	margin-bottom: 6px;
}

.fa-search:before, .fas {
    font-family: FontAwesome;
    font-style: normal;
}


.clc-testimonial-content.bubble {
	background-color: #f5f5f5;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 25px;	
    position: relative;
    border-radius: 5px;
}

.clc-testimonial-content.bubble .clc-testimonial-bubble-tail {
    height: 11px;
    width: 20px;
    background-image: url('images/testimonial-bubble-tail.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    display: block;	
}

.clc-testimonial-image {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-size: contain !important;
}

.clc-testimonial-attribution {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and ( min-width: 768px ) { 



}






.clc-a-testimonial-block {
    display: flex;
    justify-content: center;
}

.clc-testimonial-position-and-company {
	display: flex;
	flex-direction: column;
}