.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 .image {
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.blog-item-current-style1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease;
}
.blog-item-current-style1 .image img {
  background-size: cover;
  transition: 0.5s;
  width: 100%;
}
.blog-item-current-style1 .image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style1 .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-item-current-style1 .content .entry-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}
.blog-item-current-style1 .content .entry-meta li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-item-current-style1 .content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-item-current-style1 .content .entry-meta li:last-child:before {
  display: none;
}
.blog-item-current-style1 .content .entry-meta li:before {
  background-color: var(--theme-color1);
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  bottom: calc(50% - 4px);
  right: -8px;
  border-radius: 50%;
}
.blog-item-current-style1 .content .entry-meta li i {
  font-size: 12px;
  color: var(--theme-color1);
  margin-right: 5px;
  display: none;
}
.blog-item-current-style1 .content .entry-title {
  margin: 0;
  padding-bottom: 15px;
}
.blog-item-current-style1 .content .entry-title a {
  color: #fff;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-item-current-style1 .content .entry-title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-item-current-style1 .content .read {
  display: flex;
  align-items: center;
  color: var(--theme-color1);
  gap: 10px;
  transition: all 0.2s ease-in-out;
}
.blog-item-current-style1 .content .read i {
  color: var(--theme-color-dark);
}
.blog-item-current-style1:hover .image img:nth-child(1) {
  filter: blur(0);
  opacity: 1;
  transform: translatex(0) scalex(1);
}
.blog-item-current-style1:hover .image img:nth-child(2) {
  filter: blur(10px);
  opacity: 0;
  transform: translatex(-50%) scalex(2);
}