.wrap_header_banner {
width: 100%;
position: relative; }
.wrap_header_banner.left ul.breadcrumb {
justify-content: flex-start;
}
.wrap_header_banner.right ul.breadcrumb {
justify-content: flex-end;
}
.wrap_header_banner.center ul.breadcrumb {
justify-content: center;
}
.wrap_header_banner ul.breadcrumb {
margin: 0;
padding: 0;
}
.wrap_header_banner ul.breadcrumb li .separator i {
opacity: 0.6;
}
.wrap_header_banner.bg_feature_img {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center center !important;
}
.wrap_header_banner .cover_color {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wrap_header_banner .header_banner_el {
position: relative;
z-index: 1;
}
.wrap_header_banner .header_title {
margin: 0;
padding: 0;
font-size: 45px;
text-transform: capitalize;
line-height: 1.2;
}
@media (max-width: 767px) {
.wrap_header_banner .header_title {
font-size: 40px;
}
}.ova-latest-posts .item {
transition: all 0.3s ease;
display: flex;
gap: 15px;
padding: 20px;
margin: 0 -20px;
}
.ova-latest-posts .item:last-child {
margin-bottom: 0;
}
.ova-latest-posts .item:hover {
transition: all 0.3s ease;
background-color: #fff;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.ova-latest-posts .item:hover .info .post-title a {
transition: all 0.3s ease;
color: var(--primary);
}
.ova-latest-posts .item .media {
gap: 15px;
}
.ova-latest-posts .item .media a {
display: flex;
position: relative;
overflow: hidden;
height: 100%;
}
.ova-latest-posts .item .media a img {
width: 70px;
min-width: 70px;
min-height: 50px;
height: 100%;
object-fit: cover;
object-position: center;
}
.ova-latest-posts .item .info {
display: flex;
justify-content: space-between;
flex-flow: column;
}
.ova-latest-posts .item .info .post-title {
margin: 5px 0;
font-size: 18px;
line-height: 1.2;
}
.ova-latest-posts .item .info .post-title a {
transition: all 0.3s ease;
color: var(--heading);
}
.ova-latest-posts .item .info .item-meta {
margin: 5px 0;
font-size: 14px;
line-height: 1;
}
.ova-latest-posts .item .info .item-meta .post-author {
margin-right: 5px;
}
.ova-latest-posts .item .info .item-meta .left {
color: var(--primary);
margin-right: 3px;
}
.ova-latest-posts .item .info .item-meta .right a {
color: var(--text);
}
.ova-latest-posts .item .info .item-meta .right a:hover {
color: var(--primary);
}
.ova-latest-posts.template2 .item {
padding: 0;
margin: 0 0 20px 0;
}
.ova-latest-posts.template2 .item:hover {
background-color: transparent;
box-shadow: none;
}
.ova-latest-posts.template2 .item:last-child {
margin-bottom: 0;
}
.ova-latest-posts.template2 .item .media a img {
border-radius: 50%;
height: 70px;
}
.ova-latest-posts.template2 .item .info .post-title {
font-size: 16px;
}
.ova-latest-posts.template3 .item {
padding: 0;
margin: 0 0 20px 0;
}
.ova-latest-posts.template3 .item:hover {
background-color: transparent;
box-shadow: none;
}
.ova-latest-posts.template3 .item:last-child {
margin-bottom: 0;
}