.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 {
  margin-top: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1019607843);
}
[data-tm-layout=dark] .blog-item-current-style1 {
  background-color: var(--dark-color2);
}
.blog-item-current-style1 .news-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.blog-item-current-style1 .news-image .post-thumb {
  background-size: cover;
  transition: 0.5s;
  width: 100%;
}
.blog-item-current-style1 .news-image .post-thumb:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(0);
}
.blog-item-current-style1 .news-image .post-thumb:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-item-current-style1 .news-image img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
.blog-item-current-style1 .news-image .post-single-meta {
  border-radius: 5px 5px 0 0;
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 1.25;
  background: var(--theme-color1);
  color: var(--theme-color1-text-color);
  text-align: center;
  padding-top: 13px;
}
.blog-item-current-style1 .news-image .post-single-meta .year {
  display: none;
}
.blog-item-current-style1 .news-image .post-single-meta .month {
  display: block;
}
.blog-item-current-style1 .news-content {
  padding: 24px 40px 31px;
}
@media (max-width: 767.98px) {
  .blog-item-current-style1 .news-content {
    padding: 24px 15px 31px;
  }
}
.blog-item-current-style1 .news-content .comments-list {
  display: inline-flex;
  line-height: 1;
  gap: 24px;
  margin-bottom: 15px;
}
[data-tm-layout=dark] .blog-item-current-style1 .news-content .comments-list {
  background: rgb(var(--theme-color-white-rgb), 0.1);
}
@media (max-width: 1199.98px) {
  .blog-item-current-style1 .news-content .comments-list {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.blog-item-current-style1 .news-content .comments-list li {
  font-size: 14px;
}
.blog-item-current-style1 .news-content .comments-list li i {
  color: var(--headings-color);
  margin-right: 5px;
}
.blog-item-current-style1 .news-content .comments-list svg {
  margin-right: 5px;
}
[data-tm-layout=dark] .blog-item-current-style1 .news-content .comments-list svg path {
  fill: #fff;
}
.blog-item-current-style1 .news-content .entry-title {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .blog-item-current-style1 .news-content .entry-title {
    font-size: 20px;
  }
}
.blog-item-current-style1 .news-content .link-btn {
  align-items: center;
  color: #144443;
  display: flex;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
}
[data-tm-layout=dark] .blog-item-current-style1 .news-content .link-btn {
  color: var(--link-color);
}
.blog-item-current-style1 .news-content .link-btn .icon {
  background: linear-gradient(99deg, #c8f169 0%, #039397 93.92%);
  border-radius: 26px;
  color: var(--theme-color-white);
  display: inline-block;
  height: 26px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 26px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.blog-item-current-style1 .news-content .link-btn .icon i {
  display: inline-block;
  font-size: 14px;
}
.blog-item-current-style1 .news-content .link-btn:hover .icon {
  transform: rotate(0deg);
}
.blog-item-current-style1:hover .news-image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-item-current-style1:hover .news-image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}