.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 {
border-radius: 20px;
background: var(--theme-color-white);
box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.blog-item-current-style1 .news-image {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.blog-item-current-style1 .news-image .post-thumb {
position: relative;
width: 100%;
display: block;
transition: all 500ms ease;
}
.blog-item-current-style1 .news-image .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 .news-image img {
width: 100%;
height: 100%;
display: block;
border-radius: 10px;
}
.blog-item-current-style1 .news-image .entry-date {
position: absolute;
top: 20px;
left: 20px;
width: 70px;
height: 70px;
background: var(--theme-color2);
text-align: center;
padding-top: 13px;
z-index: 1;
}
.blog-item-current-style1 .news-image .entry-date .day {
font-size: 24px;
font-weight: 700;
color: var(--theme-color3);
line-height: 1;
}
.blog-item-current-style1 .news-image .entry-date .month {
display: block;
font-size: 12px;
font-weight: 400;
color: var(--theme-color-white);
line-height: 1;
}
.blog-item-current-style1 .news-image .entry-date .year {
display: none;
}
.blog-item-current-style1 .news-content {
margin-top: 20px;
}
.blog-item-current-style1 .news-content .entry-meta {
display: inline-flex;
align-items: center;
border-radius: 100px;
background: #f5f5f5;
padding: 12px 17px;
line-height: 1;
gap: 24px;
margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
.blog-item-current-style1 .news-content .entry-meta {
flex-wrap: wrap;
gap: 18px;
}
}
.blog-item-current-style1 .news-content .entry-meta li {
font-size: 14px;
}
.blog-item-current-style1 .news-content .entry-meta li i {
color: var(--headings-color);
}
.blog-item-current-style1 .news-content .entry-meta li a {
color: #646464;
}
.blog-item-current-style1 .news-content .entry-meta li a:hover {
color: #646464;
}
.blog-item-current-style1 .news-content .entry-meta svg {
margin-right: 5px;
}
.blog-item-current-style1 .news-content .entry-title {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding-bottom: 18px;
margin-top: 0;
}
@media (max-width: 1199.98px) {
.blog-item-current-style1 .news-content .entry-title {
font-size: 20px;
}
}
.blog-item-current-style1 .news-content .entry-title a {
background-position: 0 95%;
background-repeat: no-repeat;
background-size: 0% 2px;
display: inline;
color: var(--headings-color);
}
.blog-item-current-style1 .news-content .entry-title a:hover {
background-size: 100% 2px;
background-image: linear-gradient(180deg, var(--headings-color) 0%, var(--headings-color) 100%);
color: var(--headings-color);
}
.blog-item-current-style1 .news-content .btn-view-details a {
color: var(--theme-color2);
font-size: 16px !important;
display: inline-block;
margin-top: 15px;
font-family: var(--heading-font-family);
text-transform: capitalize;
}
.blog-item-current-style1 .news-content .btn-view-details a:hover {
color: var(--theme-color2) !important;
}
.blog-item-current-style1 .news-content .btn-view-details a:after {
width: 26px;
height: 26px;
line-height: 26px;
content: "\f061";
text-align: center;
background: linear-gradient(99deg, var(--theme-color3) 0%, var(--theme-color4) 93.92%);
color: var(--theme-color-white);
border-radius: 26px;
display: inline-block;
margin-left: 5px;
animation: unset;
transform: rotate(-45deg);
transition: all 0.3s ease-in-out;
}
.blog-item-current-style1 .news-content .btn-view-details a:hover:after {
color: var(--theme-color-white) !important;
transform: rotate(0deg);
animation: unset;
}
.blog-item-current-style1 .news-content .btn-view-details:hover:after {
transform: rotate(0deg);
animation: unset;
}
.blog-item-current-style1:hover .news-image {
position: relative;
overflow: hidden;
}
.blog-item-current-style1:hover .news-image .post-thumb:first-child {
transform: translatex(0) scalex(1);
opacity: 1;
filter: blur(0);
}
.blog-item-current-style1:hover .news-image .post-thumb:nth-child(2) {
transform: translatex(-50%) scalex(2);
opacity: 0;
filter: blur(10px);
}