.blogListView .category-desc{
display: none;
}
.blogListView .category-desc.catid_210{
display:inline-block;
}
.article{
position: relative;
overflow: hidden;
}
.t_blog_news .introImage {
background-size: cover;
background-position: top center;
/*transition: transform 0.6s cubic-bezier(0.32, 0.6, 0.13, 0.7);*/
width: 100%;
overflow: hidden;
display: block;
background-color: #f1f1f1;
aspect-ratio: 40 / 21;
}
.article:hover .introImage {
/*transform: scale(1.1);*/ /* Zooms the background image on hover */
}
.introImage a {
width: 100%;
height: 100%;
display: block;
border: 0!important;
}
.t_blog_news .introImage img {
/*transition: transform 0.3s ease-in-out;*/
border-radius: inherit;
}
/* Apply the zoom effect when either <a> is hovered */
.t_blog_news:hover .introImage img,
.t_blog_news .introContent a:hover ~ .introImage img {
/*transform: scale(1.05);*/
}
.introContent, .introContent .articleDate, .introContent .articleIntro{
color: #121212;
}
.publishDate {
margin-right: 10px;
}
.introContent .articleTag {
text-transform: capitalize;
display: inline-block;
list-style: none;
margin: 0 0 0 10px;
padding: 0;
}
.introContent .articleTag li {
display: inline;
margin-right: 5px;
}
.introContent h4{
margin: 10px 0;
font-weight: 700;
}
.introContent .articleIntro{}
.introContent .articleReadmore {
background-color: #F5A302;
border-radius: 5px;
padding: 2px 10px;
font-size: 0.8rem;
margin: 5px 0 0 0;
display: inline-block;
color: #121212;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.introContent .articleReadmore:hover,
.article:hover .articleReadmore {
background-color: #121212;
color: #F5A302;
}
