.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-style2 {
  position: relative;
  margin-top: 30px;
  transition: all 300ms ease;
}
.blog-item-current-style2:hover .entry-header {
  transition: all 300ms ease;
}
.blog-item-current-style2:hover .entry-header .image img:nth-child(1) {
  filter: blur(0);
  opacity: 1;
  transform: translatex(0) scalex(1);
}
.blog-item-current-style2:hover .entry-header .image img:nth-child(2) {
  filter: blur(10px);
  opacity: 0;
  transform: translatex(-50%) scalex(2);
}
.blog-item-current-style2 .entry-header {
  position: relative;
  margin-top: 30px;
}
.blog-item-current-style2 .entry-header .image {
  width: 100%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .blog-item-current-style2 .entry-header .image {
    margin-top: 0;
    margin-left: 0;
    border-radius: 40px 40px 0 0;
  }
}
.blog-item-current-style2 .entry-header .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 400ms ease;
}
.blog-item-current-style2 .entry-header .image img {
  background-size: cover;
  transition: 0.5s;
  width: 100%;
}
.blog-item-current-style2 .entry-header .image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-item-current-style2 .entry-header .image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.blog-item-current-style2 .entry-header .post-single-meta {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 1;
  text-align: center;
  line-height: 1;
  padding: 12px;
  border-radius: 20px;
  background-color: #fff;
}
.blog-item-current-style2 .entry-header .post-single-meta span.day {
  font-size: 50px;
  font-weight: 700;
  color: var(--theme-color2);
  font-family: var(--heading-font-family);
  display: block;
  line-height: 1;
  padding: 0 10px;
}
.blog-item-current-style2 .entry-header .post-single-meta span.month {
  display: none;
}
.blog-item-current-style2 .entry-header .post-single-meta span.year {
  display: none;
}
.blog-item-current-style2 .entry-content {
  position: relative;
  margin-top: -180px;
  margin-left: 160px;
  padding: 30px 40px 35px;
  background-color: #fff;
  border-radius: 10px 0 10px 10px;
  z-index: 2;
  transition: all 300ms ease;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(21, 21, 21, 0.46);
  backdrop-filter: blur(25px);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .blog-item-current-style2 .entry-content {
    margin-top: 0;
    margin-left: 0;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .blog-item-current-style2 .entry-content {
    position: relative;
    bottom: 0;
  }
}
.blog-item-current-style2 .entry-content .entry-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-item-current-style2 .entry-content .entry-meta li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-item-current-style2 .entry-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog-item-current-style2 .entry-content .entry-meta li:last-child:before {
  display: none;
}
.blog-item-current-style2 .entry-content .entry-meta li i {
  font-size: 12px;
  color: var(--theme-color1);
  margin-right: 5px;
  display: none;
}
.blog-item-current-style2 .entry-content .entry-meta li a {
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .entry-title {
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0;
}
.blog-item-current-style2 .entry-content .entry-title a {
  color: #fff;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-item-current-style2 .entry-content .entry-title:hover a {
  background-size: 100% 1px;
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  position: relative;
  transition: all 400ms ease;
}
.blog-item-current-style2 .entry-content .theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.blog-item-current-style2 .entry-content .theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.blog-item-current-style2 .entry-content .theme-btn-main:hover .btn-title {
  -webkit-transform: translateX(56px);
  -moz-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right {
  width: 56px;
  height: 56px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color-dark);
  color: var(--theme-color-black);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left i,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right i {
  rotate: -30deg;
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left.theme-btn-arrow-small,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right.theme-btn-arrow-small {
  width: 40px;
  height: 40px;
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left.black-arrow,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right.black-arrow {
  background: var(--theme-color-black);
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left.transparent-arrow,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right.transparent-arrow {
  border: 1px solid var(--theme-color1);
  background: transparent;
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  left: 0;
  right: auto;
  position: absolute;
}
.blog-item-current-style2 .entry-content .theme-btn-main .btn-title {
  background: var(--theme-color1);
  color: var(--theme-color-black);
  font-weight: 700;
  font-size: 16px;
  padding: 13px 30px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border-radius: 40px;
  transition: all 0.4s ease-in-out;
}
.blog-item-current-style2 .entry-content .theme-btn-main {
  margin-top: 20px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  border-radius: 5px;
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-left i,
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right i {
  rotate: 0deg !important;
}
.blog-item-current-style2 .entry-content .theme-btn-main .theme-btn-arrow-right {
  margin-left: 15px;
}
.blog-item-current-style2 .entry-content .theme-btn-main .btn-title {
  background-color: transparent;
  width: initial;
  color: #fff;
  height: initial;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.blog-item-current-style2 .entry-content .theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.blog-item-current-style2 .entry-content .theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.blog-item-current-style2 .entry-content .theme-btn-main:hover .btn-title {
  -webkit-transform: translateX(45px);
  -moz-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}