File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/_ova_slide.scss
.ova-slide{
.owl-stage-outer{
padding: 50px 0;
}
.owl-carousel .owl-stage-outer {
margin-right: -30px;
margin-left: -30px;
padding-left: 30px;
padding-right: 30px;
width: calc(100% + 60px);
@media(max-width: 767px){
margin-right: 0px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
width: 100%;
}
}
.image_slide{
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.title_slide{
padding-top: 35px;
text-align: center;
padding-bottom: 30px;
a{
color: #202b5d;
font-weight: 600;
font-size: 20px;
line-height: 20px;
transition: 0.3s ease;
&:hover{
color:#ff3514;
};
}
}
.owl-dots{
text-align: center;
margin-top: 10px;
.owl-dot{
outline: none;
span{
width: 6px;
height: 6px;
margin: 5px;
background: #d1d1d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
&.active{
span{
width: 12px;
border-radius: 5px;
opacity: 1;
background-color: #ff3514;
}
}
}
}
}