/*// OWL THEME //*/

.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;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:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/*// Widget Wrapper CSS //*/

.id-footer-testimonials-wrapper>.widget {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: transparent;
}

.id-footer-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
}


.id-footer-testimonials h4.widgettitle {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*// Owl View CSS //*/

.id-testimonial-wrapper {
    position: relative;
    text-align: center;
    background-color: transparent;
}


h3.id-testimonial-header-title {
    font-weight: 600;
}

h4.id-testimonial-header-reviewed-product {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.id-testimonial-header h3::before {
    content: '\201C';
}
.id-testimonial-header h3::after {
    content: '\201D';
}


.id-testimonial-footer {
    display: inline-block;
    border-top: rgba(0,0,0,1) solid 2px;
    padding: 15px;
}

.id-testimonial-author {
    font-weight: 600;
    font-style: italic;
}

.id-testimonial-date {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*// Navigation //*/

.id-testimonial-wrapper .owl-prev > i.fa ,
.id-testimonial-wrapper .owl-next > i.fa {
    color: #fff;
    background-color: #1f1f1f;
    background-color: #685DA4;
    padding: 1ex 1.5ex;
    text-align: center;
}


.id-testimonial-wrapper .owl-prev > i.fa:hover,
.id-testimonial-wrapper .owl-next > i.fa:hover {
    background-color: #685DA4;
    background-color: #ccc;
}

.id-testimonial-wrapper .owl-prev,
.id-testimonial-wrapper .owl-next {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 1.5em;
    margin-top: -1.5em;
    line-height: .7;
}

.id-testimonial-wrapper .owl-prev {
    left: 0;
}

.id-testimonial-wrapper .owl-next {
    right: 0;
}



/*// Cloned //*/

.id-testimonial-wrapper .owl-item:hover {
    cursor:wait
}
/*// Cloned //*/

.id-testimonial-wrapper .owl-item {
    /*background-color: #000;*/
    border-radius: 6px;
}

.id-testimonial-wrapper .owl-item.cloned {
    /*background-color: #000;*/
    border-radius: 6px;
}

.id-testimonial-wrapper .owl-item.animated {
    /*background-color: #000;*/
    border-radius: 6px;
}

.id-testimonial-wrapper .owl-item.active {
    /*background-color: #000;*/
    border-radius: 6px;
}