/* Testimonials Overide Theme Defaults */
.testimonial-item {
    position: relative;
}
.testimonial-item .testimonial-vcard .wf-td:last-child::before {
    content: '~';
    padding-right: 5px;
    color: #000000;
}
@media (min-width: 768px) {
.testimonial-item {
    padding-bottom: 29px;
    padding-top: 15px;

}
.testimonial-content {
    width: 80%;
}
.testimonial-item .testimonial-vcard .wf-td:first-child {
    right: 5%;
    position: absolute;
    width: 100px;
    top: 20px;
    height: auto;
}

.testimonial-item .testimonial-vcard .wf-td:first-child .alignleft div{
    display: block;
    margin: 0 auto;
    padding-bottom: 0 !important;
    height: 100px !important;
    width: 100px;
}
.testimonial-item .testimonial-vcard .wf-td:first-child .alignleft div img{
    width: 100px  !important;
    height: 100px  !important;
}



.testimonial-item .testimonial-vcard .wf-td:last-child {
    position: absolute;
    bottom: 15px;
}
}
@media (min-width: 992px ) {
.testimonial-item {
padding-top:25px;
}
.testimonial-item .testimonial-vcard .wf-td:first-child {
   top: 25px;
}
}
@media (min-width: 1200px) {
.testimonial-item .testimonial-vcard .wf-td:last-child {
    
}
}
