File: /home/confeduphaar/www/wp-content/plugins/ova-framework/assets/css/_ova_box_feature_2.scss
.ova_box_feature_2{
text-align: center;
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
padding: 55px 15px 50px 15px;
background: #fff;
transition: 0.4s;
&:hover{
.icon{
i{
&:before{
color: #fff;
}
}
}
.title, .excerpt{
color: #fff;
}
.readmore{
a{
color: #fff;
&:hover{
background: #fff;
border-color: #fff;
}
}
}
}
.icon{
margin: 0 0 20px 0;
i{
display: inline-block;
line-height: 1;
&:before{
transition: 0.4s;
margin: 0;
font-size: 60px;
}
}
}
img{
margin-bottom: 20px;
}
.title{
font-size: 26px;
line-height: 30px;
font-weight: 500;
color: #202b5d;
margin: 0 0 15px 0;
transition: 0.4s;
}
.excerpt{
font-size: 17px;
line-height: 24px;
color: #62718d;
margin: 0 0 23px 0;
transition: 0.4s;
}
.readmore{
a{
font-size: 16px;
line-height: 24px;
font-weight: 400;
letter-spacing: 0.2px;
color: #202b5d;
display: inline-block;
border: 2px solid #e0e0e0;
padding: 6px 20px 6px 20px;
transition: 0.4s;
&:hover{
color: #fff;
}
}
}
}