.wpsm_testi_b_row{
	overflow:hidden;
	display:block;
	width:100%;
	border:0px solid #ddd;
	margin-bottom:30px;
}

.wpsm_testimonial{
    margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  padding: 0.8rem;
}

.wpsm_testimonial .wpsm_testi_content{
    /*padding: 15px 10px;*/
    border-radius:6px;
    margin-bottom: 15px;
    position: relative;
    background:#1e73be;
    min-height: 70px;
}

.wpsm_testimonial .wpsm_testi_content:after{
   content: "";
    border-top: 10px solid #1e73be;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}

.wpsm_testimonial .wpsm_testi_description{
    margin-bottom: 10px;
    color:#fff;
	line-height: 30px;
    font-size: 18px;
}

.wpsm_testimonial-pic{
    float:left;
}

.wpsm_testimonial-pic > img{
	width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
	margin-bottom:0px;
}
.truncate-5-lines {
  display: -webkit-box !important;
  -webkit-line-clamp: 5; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.readmore a{
    color: #b6572c;
  margin-left: 9px;
}

.wpsm_testimonial .wpsm_testimonial-review{
  margin: 0px 0 0 20px !important;
    float: left;
}

.wpsm_testimonial .wpsm_testimonial-title{
    font-size:16px;
    text-transform:capitalize;
    font-weight: bold;
    margin:0;
    color:#000 !important;
}

.wpsm_testimonial > .wpsm_testimonial-review span{
    color: darkgray;
    display: block;
    font-size: 13px;
    margin-bottom:5px;
}

.wpsm_testimonial .wpsm_testi_links{
    padding:0;
    margin:0;
}


.wpsm_testimonial .wpsm_testi_links{
    color:#00aced;
	border:0px !important;
	box-shadow:none;
	font-size:14px;
	border:0px;
	text-shadow:none;
}
.wpsm_row{
	overflow:hidden;
	display:block;
	width:100%;
}
