.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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    transition: none;
  }
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
    transition: none;
  }
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
  background: #2d1212;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-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-style3:hover .entry-content {
  border-color: transparent;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style3:hover .entry-content {
    transition: none;
  }
}
.blog-item-current-style3:hover .entry-content .icon-btn {
  background-color: var(--theme-color2);
}
.blog-item-current-style3 .thumb img {
  border-radius: 7px 7px 0 0;
}
.blog-item-current-style3 .entry-content {
  padding: 32px 35px 23px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(89, 86, 233, 0.1);
}
.blog-item-current-style3 .entry-content .icon-btn {
  position: absolute;
  top: -27px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  background-color: var(--theme-color1);
  color: #fff;
  margin-bottom: 12px;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style3 .entry-content .icon-btn {
    transition: none;
  }
}
.blog-item-current-style3 .entry-content .entry-meta {
  border-top: 1px solid rgba(88, 86, 233, 0.149);
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style3 .entry-content .entry-meta {
    transition: none;
  }
}
.blog-item-current-style3 .entry-content .entry-meta li {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.blog-item-current-style3 .entry-content .entry-meta li:last-child:after {
  display: none;
}
.blog-item-current-style3 .entry-content .entry-meta li:after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(119, 121, 242, 0.215);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.blog-item-current-style3 .entry-content .entry-meta i {
  color: var(--theme-color1);
}
.blog-item-current-style3 .entry-content .entry-title {
  margin-bottom: 15px;
  letter-spacing: -0.03em;
}
.blog-item-current-style3 .entry-content .post-excerpt {
  margin-top: 20px;
  margin-bottom: 0;
}