.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;
}

.tm-sc-blog .blog-item-current-style2:hover .entry-content {
  transition: all 0.3s;
  border-color: var(--theme-color1);
}
.tm-sc-blog .blog-item-current-style2:hover .entry-header .thumb::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
.tm-sc-blog .blog-item-current-style2:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-blog .blog-item-current-style2 .entry-header {
  position: relative;
}
.tm-sc-blog .blog-item-current-style2 .entry-header .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}
.tm-sc-blog .blog-item-current-style2 .entry-header .thumb img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
.tm-sc-blog .blog-item-current-style2 .entry-header .thumb::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
.tm-sc-blog .blog-item-current-style2 .entry-header .post-single-meta {
  position: absolute;
  background: var(--theme-color1);
  color: #ffffff;
  bottom: 0;
  padding: 11px 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  border-radius: 0 10px 0 0;
}
.tm-sc-blog .blog-item-current-style2 .entry-header .post-single-meta span {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  color: var(--text-color-bg-theme-color1);
}
.tm-sc-blog .blog-item-current-style2 .entry-header .post-single-meta span.year, .tm-sc-blog .blog-item-current-style2 .entry-header .post-single-meta span.month {
  font-size: var(--body-font-size);
  font-weight: normal;
}
.tm-sc-blog .blog-item-current-style2 .entry-content {
  position: relative;
  padding: 30px 30px 20px;
  border: 1px solid #e3e3e3;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background-color: var(--theme-color-white);
  transition: all 300ms ease;
}
body.tm-dark-layout .tm-sc-blog .blog-item-current-style2 .entry-content {
  border-color: #1d1d1d;
}
.tm-sc-blog .blog-item-current-style2 .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;
}
.tm-sc-blog .blog-item-current-style2 .entry-content .entry-meta {
  border-top: 1px solid rgba(88, 86, 233, 0.149);
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.tm-sc-blog .blog-item-current-style2 .entry-content .entry-meta li {
  padding-right: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.tm-sc-blog .blog-item-current-style2 .entry-content .entry-meta li:last-child:after {
  display: none;
}
.tm-sc-blog .blog-item-current-style2 .entry-content .entry-meta i {
  color: var(--theme-color1);
}
.tm-sc-blog .blog-item-current-style2 .entry-content .entry-title {
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  margin-top: 0;
}