.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-style1 {
  position: relative;
  transition: all 300ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e8ed;
  background-color: #fff;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 {
    transition: none;
  }
}
.blog-item-current-style1 .entry-header {
  position: relative;
}
.blog-item-current-style1 .entry-header .post-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 .entry-header .post-thumb .thumb {
    transition: none;
  }
}
.blog-item-current-style1 .entry-header .post-thumb .thumb:after {
  display: none;
}
.blog-item-current-style1 .entry-header .post-thumb .thumb:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 .entry-header .post-thumb .thumb:before {
    transition: none;
  }
}
.blog-item-current-style1 .entry-header .post-single-meta {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 52px;
  width: 52px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.blog-item-current-style1 .entry-header .post-single-meta span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--text-color-bg-theme-color1);
}
.blog-item-current-style1 .entry-header .post-single-meta span.day {
  font-weight: 600;
}
.blog-item-current-style1 .entry-header .post-single-meta span.month {
  font-size: 12px;
}
.blog-item-current-style1 .entry-header .post-single-meta span.year {
  display: none;
}
.blog-item-current-style1 .entry-header .post-single-meta:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  top: 6px;
  background-color: var(--theme-color1);
  content: "";
  opacity: 0.3;
  z-index: -1;
}
.blog-item-current-style1 .entry-content {
  position: relative;
  padding: 25px 35px 10px 35px;
  background-color: #ffffff;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 .entry-content {
    transition: none;
  }
}
.blog-item-current-style1 .entry-content .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-item-current-style1 .entry-content .entry-meta {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-item-current-style1 .entry-content .entry-meta .comments {
  display: none;
}
.blog-item-current-style1 .entry-content .entry-meta li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
}
.blog-item-current-style1 .entry-content .entry-meta li i {
  margin-right: 2px;
  color: var(--theme-color1);
  font-size: 14px;
}
.blog-item-current-style1 .entry-content .title {
  margin-bottom: 0;
}
.blog-item-current-style1 .entry-content .title:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  background-color: #f4f5f8;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 .bottom-box {
    transition: none;
  }
}
.blog-item-current-style1 .bottom-box .comments a {
  font-size: 14px;
  color: #808287;
  line-height: 30px;
}
.blog-item-current-style1 .bottom-box .comments i {
  font-size: 14px;
  color: var(--theme-color1);
}
.blog-item-current-style1 .bottom-box .post-btn-readmore a {
  font-size: 12px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  letter-spacing: 0.1em;
  transition: all 100ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 .bottom-box .post-btn-readmore a {
    transition: none;
  }
}
.blog-item-current-style1 .bottom-box .post-btn-readmore a:after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  opacity: 1;
  margin-left: 8px;
  transition: 300ms;
  color: var(--theme-color1);
}
.blog-item-current-style1 .bottom-box .post-btn-readmore a i {
  margin-left: 10px;
  color: var(--theme-color1);
  font-size: 16px;
  transition: all 100ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1 .bottom-box .post-btn-readmore a i {
    transition: none;
  }
}
.blog-item-current-style1 .bottom-box .post-btn-readmore a:hover {
  color: var(--theme-color1);
}
.blog-item-current-style1 .bottom-box .post-btn-readmore a:hover:after {
  opacity: 0;
  margin-left: 0;
}
.blog-item-current-style1 .bottom-box .post-btn-readmore a:hover i {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}
.blog-item-current-style1:hover .entry-header .post-thumb .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-item-current-style1:hover .entry-header .post-thumb .thumb:before {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style1:hover .entry-header .post-thumb .thumb:before {
    transition: none;
  }
}