/* Testimonial Slider 4
-------------------------------------------------- */

.testimonial-slider-owl-carousel.ts-tetra {
    position: relative;
}

.ts-tetra.testimonial-slider-owl-carousel .testimonial-content h4 {
    padding-bottom: 0;
}

.ts-tetra.testimonial-slider-owl-carousel .testimonial-content h4 q {
    font-size: 20px;
    font-weight: 300;
}

.blox.dark .ts-tetra.testimonial-slider-owl-carousel .testimonial-content h4 q {
    color: #fff;
}

.ts-tetra.testimonial-slider-owl-carousel .testimonial-brand {
    margin-top: 0;
}

.ts-tetra.testimonial-slider-owl-carousel .testimonial-brand img {
    padding: 0;
    left: 0;
    border: none;
    border-radius: 50px;
    margin-bottom: 14px;
    position: inherit;
    display: inline-block;
    transform: translate(0, 0);
}

.testimonial-slider-owl-carousel .testimonial-brand img {
    left: 35px;
}

.blox.dark .ts-tetra.testimonial-slider-owl-carousel .testimonial-brand img {
    border: 4px solid rgba(255, 255, 255, 0.68);
}

.ts-tetra.testimonial-slider-owl-carousel .testimonial-brand h5 {
    font-size: 16px;
    letter-spacing: 0;
}

.ts-tetra.testimonial-slider-owl-carousel .owl-buttons {
    display: inline-block;
    position: static;
}

.testimonial-slider-owl-carousel.ts-tetra .owl-controls .owl-buttons div {
    font-family: simple-line-icons;
    background: #fff;
    opacity: 1;
}

#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-prev,
#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-next {
    position: absolute;
    color: #437df9;
    width: 50px;
    height: 50px;
    background: none;
    opacity: 0.8;
    border: 2px solid #437df9;
    padding: 13px;
    font-size: 22px;
    transition: all .19s ease;
    border-radius: 55px;
    top: 37%;
    right: 0;
}

#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-prev {
    left: 0;
}

#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-next {
    right: 0;
}

#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-prev:before {
    font-family: simple-line-icons;
    content: "\e605";
}

#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-next:before {
    font-family: simple-line-icons;
    content: "\e606";
}

#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-next:hover,
#wrap .testimonial-slider-owl-carousel.ts-tetra .owl-prev:hover {
    background: #437df9;
    color: #fff !important;
}

.testimonial-slider-owl-carousel.ts-tetra .owl-dots {
    position: static;
}

.testimonial-slider-owl-carousel.ts-tetra .owl-dots .owl-dot {
    display: inline-block;
    width: 25px;
    height: 4px;
    background: #e3e3e3;
    border: none;
    border-radius: 0;
}

#wrap .ts-tetra .testimonial .testimonial-brand .social-testimonial ul li i {
    width: 36px;
    height: 36px;
    color: #333;
    padding-top: 10px;
    margin-bottom: 5px;
    background: #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#wrap .ts-tetra .testimonial .testimonial-brand .social-testimonial ul li i:hover {
    color: #eee;
    background: #333;
}

.testimonial-slider-owl-carousel.ts-tetra .owl-dots .owl-dot.active {
    background: #437df9;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

@media only screen and (min-width: 992px) {
    .ts-tetra.testimonial-slider-owl-carousel .testimonial-content {
        margin-left: 100px;
        margin-right: 100px;
        padding: 8px 15px;
    }
}

/* Dot's */

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 50%;
    margin: 0 6px;
    transition: all .3s ease;
}

.owl-dots .owl-dot.active {
    background: #437df9;
}