File: /home/dermova/www/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;
}
}