.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;
transition: all 300ms ease;
background: #f5f2ec;
border-radius: 30px;
}
body.tm-dark-layout .blog-item-current-style1 {
background-color: #1a1a1a;
}
.blog-item-current-style1:hover .entry-header {
transition: all 300ms ease;
}
.blog-item-current-style1:hover .entry-header .thumb-area {
position: relative;
overflow: hidden;
}
.blog-item-current-style1:hover .entry-header .thumb-area .post-thumb:first-child {
transform: translatex(0) scalex(1);
opacity: 1;
filter: blur(0);
}
.blog-item-current-style1:hover .entry-header .thumb-area .post-thumb:nth-child(2) {
transform: translatex(-50%) scalex(2);
opacity: 0;
filter: blur(10px);
}
.blog-item-current-style1 .entry-header {
position: relative;
}
.blog-item-current-style1 .entry-header .post-thumb-inner {
position: relative;
}
.blog-item-current-style1 .entry-header .thumb-area {
position: relative;
overflow: hidden;
margin-bottom: 0;
border-radius: 30px 30px 0 0;
}
.blog-item-current-style1 .entry-header .thumb-area .post-thumb {
position: relative;
width: 100%;
display: block;
transition: all 500ms ease;
}
.blog-item-current-style1 .entry-header .thumb-area .post-thumb:first-child {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 1;
transform: translatex(50%) scalex(2);
opacity: 0;
filter: blur(10px);
}
.blog-item-current-style1 .entry-header .post-single-meta {
position: absolute;
left: 30px;
bottom: -23px;
z-index: 2;
}
.blog-item-current-style1 .entry-header .post-single-meta span {
display: inline-block;
text-align: center;
background-color: #f3f4f7;
font-size: 12px;
text-transform: uppercase;
}
.blog-item-current-style1 .entry-header .post-single-meta span.day {
font-size: 30px;
font-weight: 500;
color: var(--text-color-bg-theme-color2);
font-family: var(--heading-font-family);
line-height: 2.2;
display: block;
background-color: var(--theme-color1);
margin-bottom: -6px;
}
.blog-item-current-style1 .entry-header .post-single-meta span.month {
padding-left: 10px;
}
.blog-item-current-style1 .entry-header .post-single-meta span.year {
padding-right: 10px;
}
.blog-item-current-style1 .entry-content {
position: relative;
padding: 40px;
z-index: 1;
transition: all 300ms ease;
}
.blog-item-current-style1 .entry-meta {
align-items: center;
display: flex;
position: relative;
padding: 0;
flex-wrap: wrap;
}
.blog-item-current-style1 .entry-meta a:hover {
color: #fff;
}
.blog-item-current-style1 .entry-meta li {
position: relative;
display: flex;
align-items: center;
font-size: 14px;
margin-right: 32px;
text-transform: capitalize;
}
.blog-item-current-style1 .entry-meta li:last-child {
margin-right: 0;
}
.blog-item-current-style1 .entry-meta li:last-child:before {
display: none;
}
.blog-item-current-style1 .entry-meta li:before {
background-color: var(--theme-color1);
content: "";
width: 4px;
height: 4px;
position: absolute;
bottom: calc(50% - 0px);
right: -15px;
border-radius: 50%;
}
.blog-item-current-style1 .entry-meta li i {
display: none;
}
.blog-item-current-style1 .entry-title {
margin-top: 0;
margin-bottom: 10px;
}
.blog-item-current-style1 .post-excerpt {
margin-bottom: 0 !important;
}
.blog-item-current-style1 .post-excerpt .mascot-post-excerpt {
margin-top: 15px;
}
.blog-item-current-style1 .btn-view-details {
margin-top: 20px;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right:after {
font-size: 14px;
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right:hover {
color: var(--theme-color1);
}
.blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
color: var(--theme-color1);
}
body.tm-dark-layout .blog-item-current-style1 .btn-view-details .btn-plain-text-with-arrow-right {
color: #aaa;
}
.blog-item-current-style1 .btn-view-details a {
color: var(--headings-color);
font-size: 1rem;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 400;
}
.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 {
box-shadow: none;
}
.tm-sc-blog-carousel .swiper-slide .blog-item-current-style1 .entry-content {
border: 1px solid #f3f4f7;
}