h2.widget-title {
        margin: 0;
    font-size: 30px;
    font-weight: 400;
}
.testimonial-desc.customer-acc{    clear: both;    width: 100%;}
.sidebar h2.widget-title {
    margin: 0;
}
ul.testimonial-item {
    padding: 0;
    list-style: none;
}

ul.testimonial-item li {
margin-bottom: 30px;
float: left;
width: 100%;
box-sizing: border-box;
}
.testimonial-image {
    float: left;
    min-width: 120px;
    clear: both;
	width: 210px;
}

.testimonial-image  img{
    border: 1px solid #ccc;
    padding: 2px;
	width: 210px;
}

.testimonial-item-dv .testimonial-content-wrapper {

margin: 0px 0px 0px 245px;
width: auto;
}
.testimonial-item-dv .testimonial-content-wrapper  .content {

float: left;
width: 100%;
position: relative;
bottom: 0px;
top: 30px;
right: 50px;
}

.testimonial-item-dv .testimonial-content-wrapper  .content .testimonial-date {
    float: right;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
}


.testimonial-item-dv .testimonial-content-wrapper  .content  .testimonial-desc {
font-style: italic;
position: relative;
padding: 15px;
margin: 0 0 0 40px;
border: 1px solid #CFCFCF;
border-bottom: 2px solid #CFCFCF;
color: #333;
background: #fff;
border-width: 1px 1px 1px;
line-height: 16px;
border-radius: 10px;
}
.testimonial-item-dv .testimonial-content-wrapper  .content .testimonial-desc :before {
content: "";
position: absolute;
top: 15px;
bottom: auto;
left: -23px;
border-width: 10px 23px 10px 0;
border-style: solid;
border-color: transparent #CFCFCF;
display: block;
width: 0;
}
.testimonial-item-dv .testimonial-content-wrapper  .content .testimonial-desc :after {
content: "";
position: absolute;
top: 16px;
bottom: auto;
left: -21px;
border-width: 9px 21px 9px 0;
border-style: solid;
border-color: transparent #fff;
display: block;
width: 0;
}
.testimonial-desc .testimonial-name {
font-weight: bold;
font-style: italic;
padding: 0px 0px 0px 5px;
}
.testimonial-item-dv {
 margin: 0px 0px 0px 10px;
}

.testimonial-email {
    float: right;
    margin-top: 11px;
    font-weight: bold;
    margin-left: 10px;
}




/* widget */
.centered-text {
  text-align: center;
}

.quote {
  background: #F5F5F5;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 70px;
}
.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #F5F5F5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.student p {
  position: relative;
  top: 5px;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}

.testimonial-widget.item {
    margin-right: 20px;
    margin-top: 20px;
}


.sidebar-testimonial .testimonial-widget.item {
    margin-right: 0; 
}
.add-new-testimonial {
    text-align: center;
    margin-top: 20px;
}



@media (max-width: 768px){ 
ul.testimonial-item li{    width: auto; }
h3.testimonial-name { 
    width: 100%;
    margin-bottom: 0;
}
.testimonial-email {
    float: left;
    margin-top: 5px;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 10px;
} 
.testimonial-image {
    float: left;
    min-width: 50px;
    clear: both;
    width: 20%;
}

.modal-dialog {
    width: 90%; 
}

}


@media (max-width: 600px){   
.testimonial-email {
    float: left;
    margin-top: 5px;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 10px;
}
.testimonial-image { 
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
}

.testimonial-desc { 
    width: 100%;
}

.submit-testimonial{
background-image: none;
background: #08c;
border: 1px solid #08c;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
padding: 7px 15px;
font-size: 1.4rem;
box-sizing: border-box;
vertical-align: middle;
font-weight: 400;
line-height: 22px;
}


}

