.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-style2 .inner-block .image {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  margin: 0;
}
.blog-item-current-style2 .inner-block .image img {
  width: 100%;
  transition: all 300ms ease;
}
.blog-item-current-style2 .inner-block .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-item-current-style2 .inner-block .image .btn-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--theme-color1);
  color: #030303;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  z-index: 2;
  font-size: 20px;
}
.blog-item-current-style2 .inner-block .image .btn-more i {
  display: inline-block;
  transition: all 300ms ease;
}
.blog-item-current-style2 .inner-block .image .btn-more:hover i {
  transform: rotate(90deg);
}
.blog-item-current-style2 .inner-block .content-box {
  padding: 24px;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background-color: #101010;
  border: 1px solid rgba(36, 36, 36, 0.6);
  margin-top: 15px;
  transition: all 300ms ease;
}
.blog-item-current-style2 .inner-block .content-box .info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.blog-item-current-style2 .inner-block .content-box .info li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.blog-item-current-style2 .inner-block .content-box .info li a {
  color: rgba(229, 229, 229, 0.8);
}
.blog-item-current-style2 .inner-block .content-box .info li a:hover {
  color: #fff;
}
.blog-item-current-style2 .inner-block .content-box .title {
  margin-bottom: 0;
}
.blog-item-current-style2 .inner-block .content-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #101010;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 24px;
  transition: all 300ms ease;
}
.blog-item-current-style2 .inner-block:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-item-current-style2 .inner-block:hover .image img:last-child {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-item-current-style2 .inner-block:hover .image .btn-more {
  transform: rotate(90deg);
}
.blog-item-current-style2 .inner-block:hover .content-box {
  background-color: var(--theme-color1);
  border-color: #101010;
}
.blog-item-current-style2 .inner-block:hover .content-box::after {
  bottom: 3px;
}