/* Social Proof Slider styles */

.social-proof-slider-wrap{
    position:relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    /*min-height: 250px;*/
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}

.social-proof-slider-wrap .testimonial-item {
    padding: 20px 34px;
    margin: 0;
    position: absolute;
    top:0;
    left:0;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    width: 100%;
}

.social-proof-slider-wrap .testimonial-item.active {
    visibility: visible;
    opacity: 1;
    display: block;
    position: relative;
    overflow: hidden;
}

.social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img{
    width:33.333%;
    text-align: center;
}

.social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img img{
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.social-proof-slider-wrap .testimonial-item.featured-image .testimonial-text{
    width:66.666%;
    text-align: left;
    padding-left: 20px;
}

.social-proof-slider-wrap .testimonial-item.no-featured .testimonial-text{
    width:100%;
    text-align: center;
}

.social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img,
.social-proof-slider-wrap .testimonial-item.featured-image .testimonial-text{
    float:left;
}

.social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img img{
    border-bottom: 0;
}

.social-proof-slider-wrap .testimonial-item .testimonial-text .quote,
.social-proof-slider-wrap .testimonial-item .testimonial-text .author{
    margin-bottom:20px;
}

.social-proof-slider-wrap .testimonial-nav .prevbtn,
.social-proof-slider-wrap .testimonial-nav .nextbtn{
    position:absolute;
    top:50%;
    margin-top: -16px;
    text-decoration:none;
    font-size:32px;
    height:32px;
    width:32px;
    text-align: center;
    line-height: 32px;
    color: #000;
    border:0 !important;
}

.social-proof-slider-wrap .testimonial-nav .prevbtn{
    left:0;
}

.social-proof-slider-wrap .testimonial-nav .nextbtn{
    right:0;
}

/* SIDEBAR */
.sidebar .social-proof-slider-wrap{
    padding: 0;
}

.sidebar .social-proof-slider-wrap .testimonial-item {
    padding: 10px;
}

.sidebar .social-proof-slider-wrap .testimonial-item .testimonial-author-img,
.sidebar .social-proof-slider-wrap .testimonial-item .testimonial-text{
    width:100%;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
    float:none;
}

.sidebar .social-proof-slider-wrap .testimonial-item .testimonial-text{
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar .social-proof-slider-wrap .testimonial-item .testimonial-text .quote,
.sidebar .social-proof-slider-wrap .testimonial-item .testimonial-text .author{
    line-height: normal;
    font-size:13px;
}

.sidebar .social-proof-slider-wrap .testimonial-item .testimonial-text .author{
    margin-bottom:0;
}
    
.sidebar .social-proof-slider-wrap .testimonial-nav{
    text-align: center;
}

.sidebar .social-proof-slider-wrap .testimonial-nav .prevbtn, 
.sidebar .social-proof-slider-wrap .testimonial-nav .nextbtn {
    position:relative;
    font-size: 17px;
    height: 16px;
    width: 31px;
    margin: 0 4px;
}


/* RESPONSIVE */
@media screen and (max-width:900px){
    
    .social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img,
    .social-proof-slider-wrap .testimonial-item.featured-image .testimonial-text{
        width:100%;
        text-align: center;
        padding-top:10px;
        padding-bottom:10px;
        float:none;
    }
    
    .social-proof-slider-wrap .testimonial-item .testimonial-text{
        padding-left: 40px;
        padding-right: 40px;
    }
    
}


@media screen and (max-width:768px){
    
    .social-proof-slider-wrap .testimonial-item {
        padding: 0;
    }
    
    .social-proof-slider-wrap .testimonial-nav .prevbtn, 
    .social-proof-slider-wrap .testimonial-nav .nextbtn {
        font-size: 17px;
        height: 16px;
        width: 31px;
    }
    
}

@media screen and (max-width:600px){
    
    .social-proof-slider-wrap{
        padding:0;
    }
    
    .social-proof-slider-wrap .testimonial-item {
        padding: 0;
    }

    .social-proof-slider-wrap .testimonial-item.featured-image .testimonial-author-img,
    .social-proof-slider-wrap .testimonial-item.featured-image .testimonial-text{
        width:100%;
        text-align: center;
        padding-top:10px;
        padding-bottom:10px;
        float:none;
    }

    .social-proof-slider-wrap .testimonial-item .testimonial-text{
        padding: 10px 10px 10px 10px;
    }

    .social-proof-slider-wrap .testimonial-item .testimonial-text .quote,
    .social-proof-slider-wrap .testimonial-item .testimonial-text .author{
        line-height: normal;
        font-size:13px;
    }

    .social-proof-slider-wrap .testimonial-item .testimonial-text .author{
        margin-bottom:0;
    }

    .social-proof-slider-wrap .testimonial-nav{
        text-align: center;
    }

    .social-proof-slider-wrap .testimonial-nav .prevbtn, 
    .social-proof-slider-wrap .testimonial-nav .nextbtn {
        position:relative;
        font-size: 17px;
        height: 16px;
        width: 31px;
        margin: 0 4px;
    }
    
}