File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/ova-header.scss
.wrap_ova_header{
width: 100%;
position: relative;
&.left{
#breadcrumbs{
ul.breadcrumb{
justify-content: flex-start;
}
}
}
&.right{
#breadcrumbs{
ul.breadcrumb{
justify-content: flex-end;
}
}
}
&.center{
#breadcrumbs{
ul.breadcrumb{
justify-content: center;
}
}
}
&.bg_feature_img{
background-size: cover!important;
background-repeat: no-repeat!important;
background-position: center center!important;
}
.cover_color{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ova_header_el{
position: relative;
z-index: 1;
@media(max-width: 767px){
padding: 0 10px;
}
}
/*Breadcrumbs*/
.ovatheme_breadcrumbs_el{
background-color: transparent;
margin: 0;
padding: 0;
ul.breadcrumb{
margin: 0;
padding: 0;
background-color: transparent;
}
}
/*title*/
.header_title{
margin: 0;
padding: 0;
font-size: 26px;
text-transform: uppercase;
line-height: 1.1em;
font-weight: 500;
}
}