.sd-testimonial-overview-block ul {
    list-style-type: none;
}

.sd-testimonial-overview-block .bx-pager {
    display: none !important;
}

.sd-testimonial-overview-block .testimonial-icon i {
    font-size: 50px;
}

.sd-testimonial-overview-block .testimonial-title {
    position: relative;
}

.sd-testimonial-overview-block .testimonial-title h2 {
    font-family: 'Corbel', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sd-testimonial-overview-block .testimonial-content {
    font-family: 'Corbel', sans-serif;
    margin-bottom: 15px;
}

/*.testimonial-details .logo span svg {
    margin-top: 4%;
    margin-left: 4%;
}

.testimonial-details .logo svg#Laag_1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/

.sd-testimonial-overview-block .testimonial-details .testimonial_logo {
    height: 70px;
    position: relative;
    width: 70px;
    overflow: hidden;
}

.sd-testimonial-overview-block .testimonial-details .testimonial_picture {
    padding: 6px;
}

.sd-testimonial-overview-block .testimonial-details .testimonial_picture_svg img {
    position: absolute;
    top: 0px;
}

.sd-testimonial-overview-block .testimonial-details .testimonial_picture,
.sd-testimonial-overview-block .testimonial-details .testimonial_picture_svg {
    float: none;
}

.testimonial-details div.details span {
    float: left;
    margin-left: 20px;
}

.testimonial-details div span.name {
    width: 100%;
    margin-top: 14px;
}

.testimonial-title i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 20px;
}


.sd-testimonial-overview-block .testimonial-content ol,
.sd-testimonial-overview-block .testimonial-content ul {
    margin: 15px 0 15px 15px;
}

.sd-testimonial-overview-block .testimonial-content ol li,
.sd-testimonial-overview-block .testimonial-content ul li {
    width: auto !important;
}

.sd-testimonial-overview-block .testimonial-details div {
    float: left
}

.sd-testimonial-overview-block .testimonial-details {
    color: #414042;
    margin-top: 20px;
}

.infinite_scroll_no_more_posts {
    padding: 15px;
}

.testimonial-slider li {
    width: 100vw !important;
}

.speech-bubble {
    -webkit-border-radius: 10px;
    border-radius: 4px;
    font-size: 18px;
    max-width: 100%;
    padding: 15px;
    position: relative;
}

.speech-bubble.dark {
    background: #414042;
    color: #FFF;
}

.speech-bubble.light {
    background: #f5f5f5;
    color: #414042;
}

.details.dark span {
    color: #414042;
}

.details.light span {
    color: #FFF;
}

.speech-bubble p {
    margin: 0 0 10px;
}
.speech-bubble p:last-of-type {
    margin-bottom: 0;
}

.speech-bubble::before {
    border-right: 15px solid transparent;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 71px;
}

.speech-bubble::after {
    border-right: 13px solid transparent;
    bottom: -13px;
    content: "";
    position: absolute;
    left: 72px;
}

.speech-bubble.light::after {
    border-top: 13px solid #f5f5f5;
}

.speech-bubble.dark::after {
    border-top: 13px solid #414042;
}

.sd-testimonial-overview-block .details {
    width: 70%;
}