.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-style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-item-current-style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--blog-current-style2-bg-background-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item-current-style2:hover:before {
  background-color: rgba(25, 25, 25, 0.95);
}
.blog-item-current-style2:hover:after {
  visibility: visible;
  opacity: 1;
}
.blog-item-current-style2:hover .entry-content {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(89, 86, 233, 0.1);
  border-color: transparent;
}
.blog-item-current-style2:hover .entry-content .entry-title {
  color: #fff;
}
.blog-item-current-style2:hover .entry-content .entry-title:hover {
  color: #fff;
}
.blog-item-current-style2:hover .entry-content .entry-title a {
  color: #fff;
}
.blog-item-current-style2:hover .entry-content .post-excerpt {
  color: #fff;
}
.blog-item-current-style2:hover .entry-content .btn-view-details .btn-plain-text-with-arrow-right {
  color: var(--theme-color1);
}
.blog-item-current-style2:hover .entry-content .btn-view-details .btn-plain-text-with-arrow-right:after {
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content {
  padding: 40px;
  border-radius: 7px;
  border: 1px solid rgba(88, 86, 233, 0.149);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item-current-style2 .entry-content .post-single-meta {
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2 .entry-content .post-single-meta {
    transition: none;
  }
}
.blog-item-current-style2 .entry-content .post-single-meta i {
  display: none;
}
.blog-item-current-style2 .entry-content .post-single-meta a {
  color: #fff;
}
.blog-item-current-style2 .entry-content .post-single-meta:hover {
  background: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.blog-item-current-style2 .entry-content .entry-title {
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  text-decoration: underline;
  z-index: 2;
  position: relative;
}
.blog-item-current-style2 .entry-content .post-excerpt {
  margin-top: 20px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.blog-item-current-style2 .entry-content .btn-view-details .btn-plain-text-with-arrow-right:hover {
  color: var(--theme-color1) !important;
}
.blog-item-current-style2 .entry-content .btn-view-details .btn-plain-text-with-arrow-right:hover:after {
  color: var(--theme-color1) !important;
}