.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-style6 {
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-skin-style6 {
    transition: none;
  }
}
.blog-skin-style6 .entry-header {
  position: relative;
}
.blog-skin-style6 .entry-header .thumb {
  position: relative;
}
.blog-skin-style6 .entry-header .thumb img {
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .blog-skin-style6 .entry-header .thumb img {
    transition: none;
  }
}
.blog-skin-style6 .entry-header .post-single-meta {
  text-align: center;
  border-radius: 0;
  font-size: 16px;
  font-weight: 900;
  right: 0;
  bottom: 0;
  line-height: 22px;
  padding: 15px 20px;
  position: absolute;
  background: var(--theme-color1);
}
.blog-skin-style6 .entry-header .post-single-meta span {
  display: block;
  color: #fff;
}
.blog-skin-style6 .entry-header .post-single-meta span.day {
  font-size: 1.5rem;
}
.blog-skin-style6 .entry-header .post-single-meta span.year {
  display: none;
}
.blog-skin-style6 .entry-header .post-single-meta:after {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  left: -20px;
  border-width: 0px 20px 75px 0;
  border-color: transparent var(--theme-color1) transparent transparent;
}
.blog-skin-style6 .entry-content {
  padding: 35px;
  margin-bottom: 25px;
  border: 1px solid #EDEDED;
  position: relative;
}
.blog-skin-style6 .entry-content .entry-meta {
  border-top: none;
  margin-bottom: 10px;
}
.blog-skin-style6 .entry-content .entry-meta li {
  color: var(--theme-color1);
}
.blog-skin-style6 .entry-content .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-skin-style6 .entry-content .post-excerpt {
  margin-bottom: 0;
}
.blog-skin-style6 .entry-content .post-btn-readmore {
  position: absolute;
  bottom: -28px;
  right: 30px;
}
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
  border: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #f1f1f1;
  color: var(--theme-color2);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
    transition: none;
  }
}
.blog-skin-style6 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style:hover {
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}
.blog-skin-style6:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}