.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-style2 {
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}
.blog-item-current-style2 .entry-header {
  position: relative;
  margin-bottom: 0;
}
.blog-item-current-style2 .entry-header .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item-current-style2 .entry-header .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: linear-gradient(transparent, var(--theme-color2));
  pointer-events: none;
  transition: all 300ms ease;
  opacity: 1;
}
.blog-item-current-style2 .entry-header .thumb .post-thumb {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-item-current-style2 .entry-header .thumb .post-thumb: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-style2 .entry-header .link {
  background: #333;
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.blog-item-current-style2 .post-single-meta {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 95px;
  height: 77px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  overflow: hidden;
  background-color: var(--theme-color1);
  border-radius: 0px 0px 0px 65px;
  line-height: 1.3;
  transition: all 300ms ease;
}
.blog-item-current-style2 .post-single-meta span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding-left: 40px;
  font-weight: 500;
}
.blog-item-current-style2 .post-single-meta span.day {
  font-weight: 600;
  font-size: 18px;
  margin-left: 3px;
}
.blog-item-current-style2 .post-single-meta span.month {
  font-size: 12px;
}
.blog-item-current-style2 .post-single-meta span.year {
  display: none;
}
.blog-item-current-style2 .entry-content {
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 0;
  padding-right: 30px;
  z-index: 1;
}
.blog-item-current-style2 .entry-content .entry-meta {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .blog-item-current-style2 .entry-content .entry-meta {
    font-size: 12px;
  }
}
.blog-item-current-style2 .entry-content .entry-meta a {
  color: #fff;
}
.blog-item-current-style2 .entry-content .entry-meta i {
  margin-right: 7px;
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .entry-title {
  line-height: 1.3;
  margin-top: 5px;
  position: relative;
}
.blog-item-current-style2 .entry-content .entry-title a {
  color: #fff;
}
.blog-item-current-style2 .entry-content .entry-title a:hover {
  color: var(--theme-color1);
}
.blog-item-current-style2:hover .entry-header {
  transition: all 300ms ease;
}
.blog-item-current-style2:hover .entry-header .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item-current-style2:hover .entry-header .thumb .post-thumb:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-item-current-style2:hover .entry-header .thumb .post-thumb:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style2:hover {
  box-shadow: 0 0px 26px rgba(0, 0, 0, 0.05);
}
.blog-item-current-style2:hover .post-single-meta {
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}
.blog-item-current-style2:hover .post-single-meta span {
  color: var(--theme-color1);
}
body.tm-dark-layout .blog-item-current-style2:hover .post-single-meta span {
  color: #fff;
}
.blog-item-current-style2:hover .entry-content:before {
  background-color: var(--theme-color2);
  height: 6px;
}
.blog-item-current-style2:hover .entry-content:after {
  background-color: var(--theme-color2);
  height: 6px;
}