.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 .inner-block {
  position: relative;
}
@media (max-width: 1199.98px) {
  .blog-item-current-style1 .inner-block {
    margin-bottom: 30px;
  }
}
.blog-item-current-style1 .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.blog-item-current-style1 .inner-block:hover .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style1 .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.blog-item-current-style1 .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 500ms ease;
}
.blog-item-current-style1 .image img: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 .content {
  margin-top: 24px;
  margin-right: 7px;
}
@media (max-width: 1399.98px) {
  .blog-item-current-style1 .content {
    margin-right: 0;
  }
}
.blog-item-current-style1 .content .category {
  margin-bottom: 3px;
  color: var(--theme-color3);
  letter-spacing: -0.02em;
}
.blog-item-current-style1 .content .category a {
  color: var(--theme-color3);
}
.blog-item-current-style1 .content .entry-title {
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  margin-top: 15px;
  color: var(--headings-color);
}
.blog-item-current-style1 .content .entry-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: var(--headings-color);
  transition: all 0.3s, background-size 0.8s;
}
.blog-item-current-style1 .content .entry-title a:hover {
  background-size: 100% 1px;
}
.blog-item-current-style1 .content .btn-more {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color2);
  letter-spacing: -0.02em;
  gap: 10px;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-more:hover i {
  transform: rotate(0deg);
}
.blog-item-current-style1 .content .btn-more i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f8ed;
  color: #10551f;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 300ms ease;
}