MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/widget/_testimonials.scss
//style widget Testimonials

//.vc_parallax > *{
//    background: #000;
//    opacity: 0.75;
//}

.widget-testimonial{
    padding: 100px 0 80px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
    .des-testimonial{
        font-size:18px;
        font-family:'Droid Serif';
        color: #eeeeee;
        font-style:italic;
        -webkit-font-smoothing: antialiased;
        >*{
            display: inline;
        }
        .fa{
            color: $theme-two;
        }
    }
    .author{
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 20px;
        color: $white;
    }
    .testimonial_item{
        padding: 0 30px;
    }
    .widget-title{
        color: #fff;
        position: relative;
        padding-bottom: 24px;
        margin: 0;
        font-size: 26px;
        span{
            &:before,&:after{
                content: none;
            }
        }
        &:after{
            content: "";
            border: none;
            width: 100px;
            height: 1px;
            position: absolute;
            bottom: 0;
            background:rgba(255, 255, 255, 0.5);
            left: 0;
            right:0;
            margin: auto;
            border-width: 0;
        }
    }
    .owl-prev,.owl-next{
        top:40% !important;
        background: transparent !important;
    }

}
.testimonial_item{
    display: block;
    .img-author{
        margin-top: 35px;
        img{
            width: 100px;
            height: 100px;
            border: 3px solid #FFFFFF;
            background: white;
        }
    }
    .testimonial_position{
        font-style: italic;
        font-size: 14px;
        color: #eeeeee;
        font-family: 'Droid Serif';
        margin-bottom: 35px;
        -webkit-font-smoothing: antialiased;
    }
}