.tm-sc-blog article .box-hover-effect {
display: block;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
display: flex;
overflow: hidden;
position: relative;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
background: #2d1212;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.45s;
width: 32px;
height: 32px;
line-height: 33px;
position: absolute;
top: 15px;
right: 15px;
z-index: 99;
text-align: center;
margin-top: 45px;
}
.tm-sc-blog article .entry-content > :nth-last-child {
margin-bottom: 0;
}
.blog-item-current-style1 {
position: relative;
margin-bottom: 50px;
transition: all 300ms ease;
}
.blog-item-current-style1:hover .entry-header .image img {
transform: scale(1.1);
}
.blog-item-current-style1:hover .entry-header .image a:after {
left: 0;
right: 0;
opacity: 0;
transition: all 400ms linear;
}
.blog-item-current-style1 .entry-header {
position: relative;
}
.blog-item-current-style1 .entry-header .image {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.blog-item-current-style1 .entry-header .image img {
display: block;
width: 100%;
border-radius: 15px;
transition: all 400ms ease;
}
.blog-item-current-style1 .entry-header .image a:after {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
transition: all 400ms linear;
}
.blog-item-current-style1 .entry-header .post-single-meta .entry-date {
position: absolute;
right: 30px;
top: 0px;
background: var(--theme-color1);
color: #fff;
z-index: 1;
display: flex;
justify-content: center;
flex-direction: column;
height: 60px;
width: 50px;
align-items: center;
font-size: 12px;
font-weight: 400;
line-height: 16px;
text-transform: uppercase;
border-radius: 0 0 50px 50px;
letter-spacing: 1px;
}
.blog-item-current-style1 .entry-header .post-single-meta .entry-date .day {
display: block;
font-weight: 600;
font-size: 20px;
line-height: 16px;
color: #fff;
}
.blog-item-current-style1 .entry-header .post-single-meta .entry-date .year {
display: none;
}
.blog-item-current-style1 .entry-content {
position: relative;
margin-top: -100px;
padding: 0 20px;
}
.blog-item-current-style1 .entry-content .content {
position: relative;
padding: 20px 30px 1px;
background-color: var(--theme-color-light);
border-radius: 15px 15px;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.blog-item-current-style1 .entry-content .entry-meta {
position: relative;
display: inline-flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.blog-item-current-style1 .entry-content .entry-meta li {
position: relative;
font-size: 14px;
line-height: 24px;
color: #7d8185;
font-weight: 400;
margin-right: 14px;
}
.blog-item-current-style1 .entry-content .entry-meta li i {
margin-right: 2px;
color: var(--theme-color2);
font-size: 14px;
}
.blog-item-current-style1 .entry-content .entry-title {
margin-top: 0;
margin-bottom: 20px;
}
.blog-item-current-style1 .entry-content .entry-title:hover {
color: var(--theme-color1);
}
.blog-item-current-style1 .read-more {
font-size: 14px;
line-height: 30px;
color: #7d8185;
padding: 10px 30px;
font-weight: 400;
margin-left: -30px;
margin-right: -30px;
border-top: 1px solid #dae6e6;
display: flex;
align-items: center;
justify-content: space-between;
}
body.tm-dark-layout .blog-item-current-style1 .read-more {
border-color: var(--theme-color-white);
}
.blog-item-current-style1 .read-more i {
margin-left: 10px;
color: var(--headings-color);
font-size: 16px;
transition: all 100ms linear;
}
.blog-item-current-style1 .read-more:hover {
color: var(--theme-color1);
}
.blog-item-current-style1 .read-more:hover i {
color: var(--theme-color1);
}
.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 .entry-content .content {
margin-bottom: 30px;
box-shadow: 0 0px 30px rgba(0, 0, 0, 0.04);
}