.stars-testimonial{
	margin-left:15px;
	height:13px;
  width:70px;
  background-size:cover;
  background-image:url(/wp-content/plugins/kiyoh-testimonials/img/stars.png);
  background-repeat:no-repeat;
}
.testimonial-card{
  min-height:215px;
  background-color:#f7f7f7;
  display:flex;
  flex-flow:column;
  justify-content:space-between;
}
.testimonial-text{
  padding:15px;
  font-size:13px;
  position: relative;
}

.footer-testimonial{
  background: white;
  height:auto;
  position:relative;
}
.testimonial-city{
  color:black;
  margin-left:15px;
  font-size:13px;
}
.testimonial-person{
  color:black;
  margin-left:15px;
  margin-top:15px;
  margin-bottom:0px;
  font-size:15px;
  font-weight: 600;
}
.testimonial-reviews{
  text-align:center;
  color:#333;
}
.testimonial-stars {
  height:29px;
  width:150px;
  background-image:url(/wp-content/plugins/kiyoh-testimonials/img/stars.png);
  background-repeat:no-repeat;
  margin:0 auto;
  margin-bottom:10px;
  display:block!important;
}
.testimonial-title{
  margin-bottom:50px;
  margin-top:-75px;
  text-align:center;
  font-size:28px!important;
}
.testimonial-img{
  margin:0 auto;
  display:block;
}
.slick-slide{
  padding:10px!important;
  float:left!important;
  outline:none!important;
}
.slick-dotted.slick-slider{
  min-height:230px;
}
@media screen and (max-width:800px){
  .footer-testimonial{height:100px;}
  .testimonial-card{min-height:230px;}
  .testimonial-person{font-size:13px;margin-top:5px;}
  .testimonial-city{font-size:13px;}
}