.testimonial-wrapper {
	margin: 1em 20px;
}
.testimonial-content {
    background: #fff;
    color: #757575;
	margin-bottom: 2em;
	min-height: 124px;
    padding: 1.5em 2em 1.5em 4em;
    position: relative;
    z-index: 0;
}

.testimonial-content .quote {
    left: -20px;
    position: absolute;
    top: 32px;
}

.testimonial-content .quote span {
    background-color: #fff;
    color: #d9356d;
    display: block;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
}

.testimonial-content .quote span:before {
	content: '';

	display: block;
	height: 60px;
	left: 20px;
	position: absolute;
	top: 0;
	width: 40px;
	z-index: -1;

	-webkit-box-shadow: 0px 0px 10px 2px #ddd;
	-moz-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px 2px #ddd;
}

.testimonial-content:after {
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 40px;
}

.testimonial-image-name * {
    vertical-align: middle;
}

.testimonial-image-name span.tImage {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 1em;
}

.testimonial-image-name span.name {
    font-family: serif;
    font-size: 1.5em;
    font-weight: 700;
}
