.testimonial-widget-wrapper {
	/*background-color: #f5f5f5;*/
	/*border: 1px solid #e4e4e4;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
	text-align: center;
    font-size: 14px;
}
.testimonial-widget-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.testimonial-widget-wrapper .testimonial-widget-photo {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto;
    background-size: cover; 
    background-position: center;
}

.testimonial-widget-wrapper .testimonial-widget-stars {
    padding-top: 10px;
}
.testimonial-widget-wrapper .testimonial-widget-stars ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.testimonial-widget-wrapper .testimonial-widget-stars ul li {
	display: inline-block;
}
.testimonial-widget-wrapper .testimonial-widget-stars .testimonial-widget-name {
	display: inline-block;
}
.testimonial-widget-wrapper .testimonial-widget-name {
	font-weight: bold;
	padding: 1px 0;
	font-size: 13px;
}

.testimonial-widget-wrapper .testimonial-widget-initials {
	font-weight: bold;
	padding: 1px 0;
}

.testimonial-widget-wrapper .testimonial-widget-address {
	padding: 1px 0;
	font-size: 13px;
}
.testimonial-widget-wrapper .testimonial-widget-date {
	padding: 1px 0;
	font-size: 13px;
}
.testimonial-widget-wrapper .testimonial-widget-message {
	padding: 10px 0;
    text-overflow: ellipsis;
    font-size: 13px;
	/*height: 90px;*/
}
.testimonial-widget-wrapper .testimonial-widget-image {
	height: 90px; 
	margin-bottom: 10px;
}
.testimonial-widget-wrapper .testimonial-widget-image img {
	width: 120px;
	height: auto;
	max-height: 100px;
	margin-bottom: 15px;
}
.testimonial-widget-wrapper .testimonial-widget-read-all,
.testimonial-widget-wrapper .testimonial-widget-write {
	padding-top: 4px;
}
.testimonial-widget-wrapper .testimonial-widget-read-all a,
.testimonial-widget-wrapper .testimonial-widget-write a {
	font-weight: bold;
	text-decoration: none;
	color: #235db4;
}
.testimonial-widget-wrapper .testimonial-widget-read-all a:hover,
.testimonial-widget-wrapper .testimonial-widget-write a:hover {
	text-decoration: underline;
}
.testimonial-widget-wrapper.testimonial-widget-horizontal {
	display: table;
    width: 100%;
}

.testimonial-widget-wrapper.testimonial-widget-horizontal .testimonial-widget-right{
    width: 100%;
}
.testimonial-widget-wrapper.testimonial-widget-horizontal .testimonial-widget-left{
    width: auto;
}



.testimonial-widget-wrapper.testimonial-widget-horizontal .testimonial-widget-read-all {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	width: 100%;
    padding-bottom: 10px;
    padding-left: 30px;
}
.testimonial-widget-wrapper.testimonial-widget-horizontal .testimonial-widget-write {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
    padding-bottom: 10px;
    padding-left: 30px;
}
.testimonial-widget-wrapper .testimonial-widget-left {
	width: 40%;
	display: table-cell;
	vertical-align: top;
}
.testimonial-widget-wrapper .testimonial-widget-right {
	width: 60%;
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 40px;
}

@media all and (max-width: 480px) {
.testimonial-widget-wrapper .testimonial-widget-left,
.testimonial-widget-wrapper .testimonial-widget-right {
	width: 100%;
	display: block;
}

.testimonial-widget-wrapper.testimonial-widget-horizontal .testimonial-widget-read-all,
.testimonial-widget-wrapper.testimonial-widget-horizontal .testimonial-widget-write {
    padding-left: 0px;
}


}









