.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%;
  position: relative;
  overflow: hidden;
}
.blog-item-current-style1 .image .post-thumb {
  border-radius: 20px;
  overflow: hidden;
}
.blog-item-current-style1 .image .post-thumb img {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  object-fit: cover;
  transition: 1s;
}
.blog-item-current-style1 .image .post-thumb:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: 1s;
  transform: none;
}
.blog-item-current-style1 .image .post-thumb:nth-child(2) img {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 360px;
  transition: 1s;
}
.blog-item-current-style1 .content {
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  border: 1px solid #e2e2e2;
}
.blog-item-current-style1 .content .entry-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  align-items: center;
}
.blog-item-current-style1 .content .entry-meta li {
  font-size: 14px;
  font-weight: 600;
}
.blog-item-current-style1 .content .entry-meta li:nth-child(2) {
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color1);
}
.blog-item-current-style1 .content .entry-meta li i {
  display: none;
}
.blog-item-current-style1 .content .entry-title {
  padding: 15px 0;
  margin: 0;
}
.blog-item-current-style1 .content .entry-title a {
  color: var(--theme-color2);
  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(--text-color);
  font-weight: 700;
  gap: 10px;
  transition: all 0.2s ease-in-out;
}
.blog-item-current-style1 .content .read i {
  color: var(--theme-color2);
}
.blog-item-current-style1 .content .read:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1:hover .image .post-thumb:nth-child(2) {
  width: 100%;
}
.blog-item-current-style1:hover .image .post-thumb:nth-child(2) img {
  width: 100%;
  visibility: visible;
  transform: none;
  transition: 1s;
}