.ova-latest-posts .item {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-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;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-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;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
color: var(--primary);
}
.ova-latest-posts .item a {
display: inline-block;
padding: 0 !important;
}
.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%;
border-radius: 10px;
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: 16px;
line-height: 1.2;
}
.ova-latest-posts .item .info .post-title a {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-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;
}