.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-block {
  background-color: var(--theme-color-white);
  border: 1px solid rgba(var(--theme-color3-rgb), 0.1);
  border-radius: 14px;
  padding: 10px;
}
.blog-item-current-style1 .inner-block:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.blog-item-current-style1 .inner-block:hover .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style1 .inner-block:hover .content .entry-title a {
  color: var(--theme-color3);
  background-size: 100% 1px;
}
.blog-item-current-style1 .inner-block:hover .theme-btn:before {
  width: 0;
}
.blog-item-current-style1 .image {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-item-current-style1 .image img {
  border-radius: 14px;
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-item-current-style1 .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style1 .content {
  padding: 20px 20px 14px 20px;
}
@media (max-width: 575.98px) {
  .blog-item-current-style1 .content {
    padding: 10px;
  }
}
.blog-item-current-style1 .content .entry-title {
  margin-bottom: 10px;
}
.blog-item-current-style1 .content .entry-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.blog-item-current-style1 .content .btn-style-six {
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: var(--theme-color3);
  display: inline-block;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .btn-style-six:hover {
  color: var(--theme-color3);
}
.blog-item-current-style1 .content .btn-style-six:hover:before {
  width: 0;
}
.blog-item-current-style1 .content .btn-style-six:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color3);
  transition: all 300ms ease;
}
.blog-item-current-style1 .entry-meta {
  background-color: #f2f5f2;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 7.5px 20px;
  margin-bottom: 14px;
}
@media (max-width: 1599.98px) {
  .blog-item-current-style1 .entry-meta {
    padding: 7.5px 10px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .blog-item-current-style1 .entry-meta {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.blog-item-current-style1 .entry-meta li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1365.98px) {
  .blog-item-current-style1 .entry-meta li {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .blog-item-current-style1 .entry-meta li {
    font-size: 13px;
  }
}
@media (max-width: 1024.98px) {
  .blog-item-current-style1 .entry-meta li {
    font-size: 16px;
  }
}
.blog-item-current-style1 .entry-meta li i {
  color: var(--theme-color3);
}
.blog-item-current-style1 .entry-meta li a {
  color: var(--theme-color3);
}