/**--------------------------------------
 * @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.
 * ---------------------------------------**/

.theme1 .testimonial{
    text-align: center;
    padding: 100px 40px 5px;
    margin: 100px auto 0;
    border-top: 5px solid #4b489b;
    position: relative;
	max-width: 700px;
}

.ruxin_testimonials_slider.theme1{
	background: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
}

.theme1 .testimonial:before{
    content: "\f10d";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 50px;
    color: #4b489b;
    opacity: 0.5;
}
.theme1 .testimonial .pic{
    width: 150px;
    height: 150px;
    border: 5px solid #4b489b;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
	border-radius: 50%;
}
.theme1 .testimonial .pic img{
    width: 100%;
	height: 100%;
	border-radius: 50%;
}
.theme1 .testimonial .description{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 30px;
}
.theme1 .testimonial .testimonial-title{
    display: block;
    text-align: right;
    font-size: 22px;
    color: #4b489b;
    margin: 0;
}
.theme1 .testimonial .post{
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 7px;
}

@media only screen and (max-width: 479px){
    .theme1 .testimonial{ padding: 80px 15px 5px; }
    .theme1 .testimonial::before{ top: 10px; }
    .theme1 .testimonial .pic{
        width: 120px;
        height: 120px;
        top: -60px;
    }
}

.theme1 .owl-theme .owl-buttons{
    margin-top: 20px;
}
.theme1 .owl-theme .owl-controls .owl-buttons div{
    padding: 5px 10px;
    background: #da5d5d;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #9f3c3c;
}
.theme1 .owl-theme .owl-controls .owl-buttons div:hover{
    background: #d04949;
}
