.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;
}
.tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
  background: #2d1212;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  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;
}
.blog-item-current-style1.style-two .inner .image {
  overflow: hidden;
  border-radius: 12px;
}
.blog-item-current-style1 .inner {
  position: relative;
}
.blog-item-current-style1 .upper-box {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-item-current-style1 .upper-box .info {
  position: relative;
  gap: 15px;
  color: #4e595d;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: inline-flex;
}
.blog-item-current-style1 .upper-box .info strong {
  display: block;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  color: var(--theme-color1);
  font-size: 18px;
}
.blog-item-current-style1 .upper-box .info .author-image img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.blog-item-current-style1 .upper-box .entry-meta {
  position: relative;
  font-size: 16px;
  color: var(--theme-color1);
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .blog-item-current-style1 .upper-box .entry-meta {
    font-size: 16px;
  }
}
.blog-item-current-style1 .upper-box .entry-meta i {
  font-weight: normal;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .blog-item-current-style1 .upper-box .entry-meta {
    display: none;
  }
}
.blog-item-current-style1 .upper-box .entry-meta li {
  color: var(--theme-color1);
}
.blog-item-current-style1 .upper-box .entry-meta li a {
  color: var(--theme-color1);
}
.blog-item-current-style1 .meta-options {
  position: relative;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .blog-item-current-style1 .meta-options {
    font-size: 15px;
    gap: 15px;
  }
}
.blog-item-current-style1 .meta-options li {
  position: relative;
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: var(--text-color);
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .blog-item-current-style1 .meta-options li {
    text-transform: capitalize;
  }
}
.blog-item-current-style1 .image {
  position: relative;
  overflow: hidden;
  background-color: var(--theme-color1);
}
.blog-item-current-style1 .image img {
  opacity: 0.5;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.blog-item-current-style1:hover .image img {
  transform: scale(1.06, 1.06);
}
.blog-item-current-style1 .content {
  position: relative;
  margin-top: 30px;
}
.blog-item-current-style1 .content .entry-title {
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog-item-current-style1 .content .entry-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog-item-current-style1 .content .entry-title a {
  color: var(--theme-color1);
}
.blog-item-current-style1 .content .entry-title a:hover {
  color: var(--theme-color3);
}
.blog-item-current-style1 .content .post-excerpt {
  color: #2a333d;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .blog-item-current-style1 .content .post-excerpt {
    font-size: 16px;
  }
}
.blog-item-current-style1 .content .read-more {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-top: 25px;
  display: block;
  color: var(--theme-color1);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.blog-item-current-style1 .content .read-more:hover::before {
  width: 100%;
}
.blog-item-current-style1 .content .read-more:hover span {
  color: var(--theme-color-white);
  background-color: var(--theme-color1);
}
.blog-item-current-style1 .content .read-more::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -1px;
  width: 120px;
  height: 1px;
  background-color: var(--theme-color1);
  transition: all 500ms ease;
}
.blog-item-current-style1 .content .read-more span {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  background-color: #e8e9ea;
  transition: all 300ms ease;
}
.blog-item-current-style1 .content .read-more span:before {
  font-size: 14px;
}