.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 {
  position: relative;
  margin-bottom: 30px;
  border-radius: 16px;
  border: 1px solid rgba(var(--theme-color2-rgb), 0.1);
  padding: 32px 20px 20px;
  transition: all 300ms ease;
}
.blog-item-current-style1:hover {
  background-color: var(--bg-color);
}
.blog-item-current-style1:hover .image 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:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.blog-item-current-style1 .content {
  position: relative;
  text-align: center;
}
.blog-item-current-style1 .content .entry-meta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}
.blog-item-current-style1 .content .entry-meta .list-inline-item {
  position: relative;
  margin-bottom: 0;
  margin-right: 0;
  color: rgba(var(--theme-color2-rgb), 0.6);
  text-transform: capitalize;
  letter-spacing: -2%;
}
.blog-item-current-style1 .content .entry-meta .list-inline-item i {
  display: none;
}
.blog-item-current-style1 .content .entry-meta .list-inline-item.categories {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.blog-item-current-style1 .content .entry-meta .list-inline-item.categories:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 30px;
  height: 1px;
  background-color: rgba(var(--theme-color2-rgb), 0.3);
  margin-left: 12px;
  margin-right: 16px;
}
.blog-item-current-style1 .content .entry-meta .list-inline-item.categories .categories-links {
  display: inline-flex;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
}
.blog-item-current-style1 .content .entry-title {
  position: relative;
  letter-spacing: -2%;
  margin-bottom: 32px;
  font-weight: 400;
}
.blog-item-current-style1 .image {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.blog-item-current-style1 .image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-item-current-style1 .image 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);
}