.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-style5 {
  border-radius: 0;
  position: relative;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}
.blog-skin-style5 .entry-header .thumb {
  overflow: hidden;
}
.blog-skin-style5 .entry-header .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-style5 .entry-header .thumb img {
    transition: none;
  }
}
.blog-skin-style5 .entry-header .thumb .entry-date {
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 30px;
  position: absolute;
  left: 0;
  background: var(--theme-color2);
  color: var(--text-color-bg-theme-color1);
}
.blog-skin-style5 .entry-content {
  padding: 35px 40px 30px;
  position: relative;
  background: #fff;
}
@media (max-width: 767.98px) {
  .blog-skin-style5 .entry-content {
    padding: 30px;
  }
}
.blog-skin-style5 .entry-content .entry-title {
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
}
.blog-skin-style5 .entry-content .post-excerpt {
  padding: 0 0 25px;
  margin-bottom: 0;
}
.blog-skin-style5 .entry-content .entry-meta {
  border-top: none !important;
}
.blog-skin-style5 .entry-content .entry-meta i {
  color: var(--theme-color1);
}
.blog-skin-style5 .entry-content .mascot-post-excerpt {
  color: #7c8186;
}
.blog-skin-style5:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-skin-style5:hover .entry-header .thumb .date {
  background-color: #192a3a !important;
}