/**--------------------------------------
 * @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.
 * ---------------------------------------**/

.theme4 .testimonial{
    padding: 20px 20px 0 20px;
    text-align:center;
    position: relative;
    margin: 15px auto 15px;
	max-width: 700px;
}

.ruxin_testimonials_slider.theme4{
	background: #34495e;
	border-radius: 5px;
}

.theme4 .testimonial:before{
    content: "\f10d";
    font-family: FontAwesome; font-weight: 900;
    position: absolute;
    top: 5px;
    left:47.5%;
    font-size: 40px;
    color:#fff;
}
.theme4 .testimonial .content{
    padding: 45px 35px;
    font-weight: bold;
    text-transform:uppercase;
    color: #fff;
    position: relative;
    border: 3px solid #fff;
    border-top: 0px none;
}
.theme4 .testimonial .content:before{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
}
.theme4 .testimonial .content:after{
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}
.theme4 .testimonial .testimonial-title{
    font-size: 16px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    color:#e74c3c;
}
.theme4 .testimonial .testimonial-title small{
    display: block;
    color:#f5f5f5;
    font-size: 12px;
    margin-top:10px;
}
.theme4 .testimonial .description{
    font-size: 25px;
}
.theme4 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e74c3c;
}
.theme4 .owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 1;
}
@media only screen and (max-width: 990px) {
    .theme4 .testimonial .content:before,
    .theme4 .testimonial .content:after {
        width:43%;
    }
}
@media only screen and (max-width: 640px) {
    .theme4 .testimonial:before{
        left:46%;
    }
    .theme4 .testimonial .content{
        padding: 30px 35px;
    }
    .theme4 .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .theme4 .testimonial:before{
        font-size: 30px;
        top: 0;
    }
}

.theme4 .owl-dots {
    margin-top: 0 !important;
	padding: 10px 0 !important;
}
