/* 
 *  Testimonials Carousel Theme
 */

.testimonials_carousel_theme {
    padding-left: 50px;
    padding-right: 50px;
}
.testimonials_carousel_theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 30%;
    margin-top: -15px;
}
.testimonials_carousel_theme .owl-nav button[class*='owl-'] {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    margin: 0;
    padding: 0;

    font-size: 14px;
    line-height: 26px;
    width: 30px;
    height: 30px;

    color: #ddd;
    background: transparent;

    border: 2px solid #ddd;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonials_carousel_theme .owl-nav button.owl-prev {
    left: 0;
}
.testimonials_carousel_theme .owl-nav button.owl-next {
    right: 0;
}
.testimonials_carousel_theme .owl-nav button[class*='owl-']:hover {
    color: #19191e;
    border-color: #19191e;
    background: transparent;
    text-decoration: none;
}
.testimonials_carousel_theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.testimonials_carousel_theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.testimonials_carousel_theme .owl-dots {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.testimonials_carousel_theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none !important;
}
.testimonials_carousel_theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 2px solid #fff;
    background: #19191e;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.testimonials_carousel_theme .owl-dots .owl-dot.active span,
.testimonials_carousel_theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #19191e;
}
