.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-box {
  margin-top: 30px;
}
.blog-item-current-style1 .inner-box .image-box {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.blog-item-current-style1 .inner-box .image-box .post-single-meta {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: inherit;
  transition: all 0.4s ease-in-out;
}
.blog-item-current-style1 .inner-box .image-box .post-single-meta span.day {
  width: 60px;
  height: 60px;
  background-color: #0d0d0d;
  color: var(--theme-color1);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
.blog-item-current-style1 .inner-box .image-box .post-single-meta span.month {
  display: none;
}
.blog-item-current-style1 .inner-box .image-box .post-single-meta span.year {
  display: none;
}
.blog-item-current-style1 .inner-box .image-box img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-item-current-style1 .inner-box .image-box img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-item-current-style1 .inner-box .content-box {
  padding: 35px 40px;
  background-color: var(--theme-color3);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin-top: -60px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  padding-right: 25px;
  padding-left: 35px;
}
.blog-item-current-style1 .inner-box .content-box .entry-meta {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color1);
  margin-bottom: 18px;
}
.blog-item-current-style1 .inner-box .content-box .entry-meta li i {
  display: none;
}
.blog-item-current-style1 .inner-box .content-box .entry-title {
  text-transform: capitalize;
  margin: 0;
}
.blog-item-current-style1 .inner-box .content-box .entry-title a {
  text-transform: capitalize;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.blog-item-current-style1 .inner-box .content-box .entry-title a:hover {
  color: var(--theme-color1);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme-color1) 0%, var(--theme-color1) 100%);
}
.blog-item-current-style1 .inner-box .content-box .arrow-link {
  display: inline-flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  font-weight: 400;
  gap: 10px;
  text-decoration: underline;
  margin-top: 22px;
  transition: all 0.4s ease-in-out;
}
.blog-item-current-style1 .inner-box .content-box .arrow-link svg path {
  fill: #fff;
}
.blog-item-current-style1 .inner-box .content-box .arrow-link:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .inner-box:hover .image-box img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.blog-item-current-style1 .inner-box:hover .image-box img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}