.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-skin-style2 {
  overflow: hidden;
  position: relative;
  border-radius: 0;
  box-shadow: 0px 0 15px rgba(45, 45, 45, 0.08);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-skin-style2 {
    transition: none;
  }
}
.blog-skin-style2 .post-thumb .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) {
  .blog-skin-style2 .post-thumb .thumb img {
    transition: none;
  }
}
.blog-skin-style2 .entry-header {
  position: relative;
}
.blog-skin-style2 .entry-header .post-single-meta {
  text-align: center;
  top: 30px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  height: 70px;
  left: 30px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 70px;
  background: var(--theme-color2);
}
.blog-skin-style2 .entry-header .post-single-meta span {
  display: block;
  color: #fff;
}
.blog-skin-style2 .entry-header .post-single-meta span.year {
  display: none;
}
.blog-skin-style2 .entry-content {
  box-shadow: none;
  padding: 30px;
  background-color: #fff;
}
.blog-skin-style2 .entry-content .entry-meta {
  border-top: none;
  margin-bottom: 10px;
}
.blog-skin-style2 .entry-content .entry-meta li i {
  color: var(--theme-color1);
}
.blog-skin-style2 .entry-content .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-skin-style2 .entry-content .entry-title a:hover {
  color: var(--hover-theme-color);
}
.blog-skin-style2 .entry-content > :last-child {
  margin-bottom: 0;
}
.blog-skin-style2 .bottom-boder-line {
  background-color: #fff;
  border-radius: 3px;
  height: 4px;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-skin-style2 .bottom-boder-line {
    transition: none;
  }
}
.blog-skin-style2:hover .post-thumb .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-skin-style2:hover .bottom-boder-line {
  background-color: var(--theme-color1);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-skin-style2:hover .bottom-boder-line {
    transition: none;
  }
}