/**
 * Plugin Name: XL Testimonial Carousel
 * Plugin URI: http://www.xltheme.com/product/xl-testimonial-carousel/
 * Description: This is a testimonials carousel plugin.
 * Author: Khandaker Ikrama
 * Author URI: http://www.ikrama.info/
 * Text Domain: xl
 * Version: 1.0.3
 */

.xl-testimonial {
    margin: 0 auto;
}
.xl-testimonial .xl-carousel {
    position: relative;
}
.xl-testi {

}
.xl-testi .xl-content {

}
.xl-testi .xl-client {
    clear: both;
    overflow: hidden;
    margin-top: 25px;
}
.xl-testi .xl-thumb {
    float: left;
    margin-right: 15px;
}
.xl-testi .xl-info {
    overflow: hidden;
    margin-top: 11px;
}
.xl-testi .xl-name {
    text-transform: uppercase;
    font-size: 1em;
}
.xl-testi .xl-country {
    font-size: .8em;
}

.xl-testimonial .owl-carousel .owl-item img {
    width: 80px;
    border-radius: 100%;
}
.xl-testimonial .owl-carousel {
    width: auto;
}

/**
* Nav Control - Arrow
*/
.xl-testimonial .xl-carousel .owl-prev,
.xl-testimonial .xl-carousel .owl-next {
    font-size: 1.562em;
    position: absolute;
    /*top: 50%;*/
    top: 35%;
    margin-top: -25px;
}
.xl-testimonial .xl-carousel .owl-prev {
    left: 0;
}
.xl-testimonial .xl-carousel .owl-next {
    right: 0;
}

/**
* Nav Control - Dot
*/
.xl-testimonial .owl-dots {
    text-align: center;
}
.xl-testimonial .owl-dot {
    display: inline-block;
}
.xl-testimonial .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #525454;
    opacity: .5;
    display: block;
    margin: 0 3px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.xl-testimonial .owl-dot.active span,
.xl-testimonial .owl-dot:hover span {
    opacity: 1;
}

/**
* Author Image Style
*/
.xl-testimonial.xl_square .owl-carousel .owl-item img,
.xl-testimonial.xl_square_shadow .owl-carousel .owl-item img {
    border-radius: 0;
}
.xl-testimonial.xl_circle .owl-carousel .owl-item img,
.xl-testimonial.xl_circle_shadow .owl-carousel .owl-item img {
    border-radius: 50%;
}
.xl-testimonial.xl_radius .owl-carousel .owl-item img,
.xl-testimonial.xl_radius_shadow .owl-carousel .owl-item img {
    border-radius: 10px;
}
.xl-testimonial.xl_square_shadow .owl-carousel .owl-item img,
.xl-testimonial.xl_circle_shadow .owl-carousel .owl-item img,
.xl-testimonial.xl_radius_shadow .owl-carousel .owl-item img {
    box-shadow: 0 0 10px #616161;
    margin: 10px;
}

/**
* Alignment
*/
.xl-testimonial.xl_left {
    text-align: left !important;
}
.xl-testimonial.xl_right {
    text-align: right !important;
}
.xl-testimonial.xl_center {
    text-align: center !important;
}

.xl-testimonial.xl_right .xl-testi .xl-thumb {
    float: right !important;
    margin: 0 0 0 15px !important;
}
.xl-testimonial.xl_center .xl-testi .xl-thumb {
    float: none !important;
    margin: 0 !important;
}
.xl-testimonial.xl_center .xl-testi .xl-thumb img {
    margin: 15px auto !important;
}

.xl-testimonial.v4.xl_right .xl-testi .xl-client,
.xl-testimonial.v9.xl_right .xl-testi .xl-client,
.xl-testimonial.v4.xl_left .xl-testi .xl-client,
.xl-testimonial.v9.xl_left .xl-testi .xl-client {
    text-align: inherit;
}
.xl-testimonial.v4.xl_right .owl-carousel .owl-item img,
.xl-testimonial.v9.xl_right .owl-carousel .owl-item img,
.xl-testimonial.v4.xl_left .owl-carousel .owl-item img,
.xl-testimonial.v9.xl_left .owl-carousel .owl-item img {
    margin: 10px;
}
.xl-testimonial.v4.xl_left .owl-carousel .owl-item img,
.xl-testimonial.v9.xl_left .owl-carousel .owl-item img {
    float: left;
    margin-right: 20px;
}

/**
* Style 4 alignment
*/
.xl-testimonial.v3.xl_right .xl-content:before {
    left: inherit;
    right: -15px;
}
.xl-testimonial.v3.xl_right .xl-content:after {
    left: inherit;
    right: -7px;
}
.xl-testimonial.v3.xl_center .xl-content:before {
    left: 50%;
}
.xl-testimonial.v3.xl_center .xl-content:after {
    left: 50.4%;
}

/**
* Style 1
*/


/**
* Style 2
*/
.xl-testimonial.v2 .xl-content,
.xl-testimonial.v3 .xl-content {
    border: 2px solid #e7ebee;
    padding: 25px;
}

/**
* Style 3
*/
.xl-testimonial.v3 .xl-content {
    position: relative;
}
.xl-testimonial.v3 .xl-content:after,
.xl-testimonial.v3 .xl-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -10px;
}
.xl-testimonial.v3 .xl-content:before {
    border-width: 0px 35px 26px 35px;
    border-left-color: #e7ebee;
    bottom: -26px;
    left: 30px;
}
.xl-testimonial.v3 .xl-content:after {
    border-width: 0px 30px 23px 30px;
    border-left-color: #ffffff;
    bottom: -22px;
    left: 32px;
}
.xl-testimonial.v3 .xl-client {
    margin-top: 35px;
}

/**
* Style 4
*/
.xl-testimonial.v4 .xl-testi .xl-thumb,
.xl-testimonial.v9 .xl-testi .xl-thumb {
    float: none;
    margin: 0 0 40px;
}
.xl-testimonial.v4 .owl-carousel .owl-item img,
.xl-testimonial.v9 .owl-carousel .owl-item img {
    margin: 0 auto;
}
.xl-testimonial.v4 .xl-testi .xl-client,
.xl-testimonial.v9 .xl-testi .xl-client {
    text-align: center;
}

/**
* Style 5
*/
.xl-testimonial.v5 .xl-testi .xl-client {
    margin: 0 0 25px;
}


/**
* Style 6
*/
.xl-testimonial.v6,
.xl-testimonial.v7 {
    border: 2px solid #e7ebee;
    padding: 40px;
    position: relative;
}
.xl-testimonial.v6:before,
.xl-testimonial.v7:before,
.xl-testimonial.v8:before,
.xl-testimonial.v9:before {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    top: -23px;
    background: #ffffff;
    color: #e7ebee;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    border: 2px solid #e7ebee;
    left: 0;
    right: 0;
    margin: auto;
}

/**
* Style 7
*/
.xl-testimonial.v7 .xl-name:after {
    content: " - ";
    padding: 0 5px;
}

/**
* Style 8
*/
.xl-testimonial.v8,
.xl-testimonial.v9 {
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #e7ebee;
    padding: 40px;
    position: relative;
}
.xl-testimonial.v8 .owl-nav,
.xl-testimonial.v9 .owl-nav {
    position: relative;
    background: #ffffff !important;
    top: 32px;
    width: 50px;
    height: 10px;
    margin: auto;
}
.xl-testimonial.v8 .owl-next,
.xl-testimonial.v8 .owl-prev,
.xl-testimonial.v9 .owl-next,
.xl-testimonial.v9 .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
}
.xl-testimonial.v8 .owl-next,
.xl-testimonial.v9 .owl-next {
    right: 50%;
    margin-right: -40px !important;
}
.xl-testimonial.v8 .owl-prev,
.xl-testimonial.v9 .owl-prev {
    left: 50%;
    margin-left: -40px !important;
}

.xl-testimonial.v8 .owl-nav [class*='owl-'],
.xl-testimonial.v9 .owl-nav [class*='owl-'] {
    background: #e7ebee;
    font-size: 1.125rem;
}
.xl-testimonial.v8 .owl-controls,
.xl-testimonial.v9 .owl-controls {
    height: 0;
}
.xl-testimonial.v8 .xl-carousel,
.xl-testimonial.v9 .xl-carousel {
    padding: 0;
}
.xl-testimonial.v8 .xl-carousel .owl-prev,
.xl-testimonial.v8 .xl-carousel .owl-next,
.xl-testimonial.v9 .xl-carousel .owl-prev,
.xl-testimonial.v9 .xl-carousel .owl-next {
    margin-top: -11px;
}
.xl-testimonial.v8 .owl-dots,
.xl-testimonial.v9 .owl-dots {
    margin-top: 25px;
}

/**
* Style 9
*/
.xl-testimonial.v9 .xl-testi .xl-thumb {
    margin-bottom: 20px;
}