/**--------------------------------------
 * @package     ruxin_testimonials_slider - Ruxin Testimonials Slider
 * @copyright   Copyright (C) 2019 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 * ---------------------------------------**/

.theme3 .testimonial{
    margin: 20px auto 0;
	max-width: 700px;
}

.ruxin_testimonials_slider.theme3{
	background: #f6f6f6;
	padding: 10px;
	border-radius: 5px;
}

.theme3 .testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
.theme3 .testimonial .pic:after{
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #ff2a50;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
.theme3 .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.theme3 .testimonial .testimonial-content{
    padding: 10px;
    margin-left: 120px;
}
.theme3 .testimonial .description{
    font-size: 14px;
    color: #555;
    line-height: 22px;
}
.theme3 .testimonial .testimonial-title{
    font-size: 19px;
    color: #ff2a50;
    text-transform: capitalize;
    display: inline-block;
}
.theme3 .testimonial .post{
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}
.theme3 .owl-theme .owl-buttons{
    margin-top: 20px;
}
.theme3 .owl-theme .owl-controls .owl-buttons div{
    padding: 5px 10px;
    background: #da5d5d;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #9f3c3c;
}
.theme3 .owl-theme .owl-controls .owl-buttons div:hover{
    background: #d04949;
}
.theme3 .owl-prev:before,
.theme3 .owl-next:before{
    content: "\f053";
    font-family: FontAwesome; font-weight: 900;
    color: #fff;
}
.theme3 .owl-next:before{
    content: "\f054";
}
@media only screen and (max-width: 480px) {
    .theme3 .testimonial{
        text-align: center;
    }
    .theme3 .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .theme3 .testimonial .testimonial-content{
        margin-left: 0;
    }
    .theme3 .owl-theme .owl-buttons{
        margin-top: 0;
    }
}