.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-item-current-style4 {
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  background-color: #fff;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style4 {
    transition: none;
  }
}
.blog-item-current-style4 .entry-header {
  position: relative;
}
.blog-item-current-style4 .entry-header .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 0s;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style4 .entry-header .post-thumb-inner .thumb img {
    transition: none;
  }
}
.blog-item-current-style4 .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;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style4 .entry-header .link {
    transition: none;
  }
}
.blog-item-current-style4 .entry-content {
  padding: 40px 30px 25px 30px;
  background-color: #fff;
  position: relative;
}
.blog-item-current-style4 .entry-content .post-single-meta {
  margin-top: -55px;
  margin-bottom: 30px;
}
.blog-item-current-style4 .entry-content .post-single-meta .entry-date {
  background: var(--theme-color1);
  padding: 12px 24px;
  color: var(--text-color-bg-theme-color1);
  font-size: 14px;
}
.blog-item-current-style4 .entry-content .entry-title {
  margin-top: 5px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}
.blog-item-current-style4 .entry-content .entry-title:after {
  content: "";
  background: #e8e8e8;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.blog-item-current-style4 .entry-content .bottom-post-meta {
  display: none;
  justify-content: space-between;
}
.blog-item-current-style4 .entry-content .bottom-post-meta .post-single-meta {
  background: #e9eef4;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 4px;
}
.blog-item-current-style4 .entry-content .bottom-post-meta .post-single-meta a {
  color: #68798b;
}
.blog-item-current-style4 .entry-content .entry-meta {
  margin-bottom: 0;
}
.blog-item-current-style4 .entry-content .entry-meta li i {
  color: var(--theme-color1);
}
.blog-item-current-style4 .entry-content .entry-meta li a:hover {
  color: var(--hover-theme-color);
}
.blog-item-current-style4 .entry-content .title-holder .entry-title {
  margin-bottom: 20px;
}
.blog-item-current-style4 .entry-content .title-holder .entry-title a:hover {
  color: var(--hover-theme-color);
}
.blog-item-current-style4 .entry-content .post-btn-readmore {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.blog-item-current-style4 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
  border: 0;
  border-radius: 50%;
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  display: inline-block;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style4 .entry-content .post-btn-readmore .btn-plain-text-with-arrow-current-style {
    transition: none;
  }
}
.blog-item-current-style4 .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);
  transform: rotate(360deg);
}
.blog-item-current-style4:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style4:hover {
    transition: none;
  }
}
.blog-item-current-style4:hover .entry-header .post-thumb-inner .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}