.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 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.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 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog .blog-item-current-style1 {
  position: relative;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1:hover .entry-header .thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1:hover .entry-header .thumb:after {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-sc-blog .blog-item-current-style1 .entry-header {
  position: relative;
}
.tm-sc-blog .blog-item-current-style1 .entry-header .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.tm-sc-blog .blog-item-current-style1 .entry-header .thumb img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .entry-header .thumb img {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .entry-header .thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .entry-header .thumb:after {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-single-meta {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--theme-color1);
  color: #ffffff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-single-meta span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: var(--text-color-bg-theme-color1);
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-single-meta span.day {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.tm-sc-blog .blog-item-current-style1 .entry-header .post-single-meta span.year {
  display: none;
}
.tm-sc-blog .blog-item-current-style1 .entry-content {
  position: relative;
  padding: 30px 30px 0;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.tm-sc-blog .blog-item-current-style1 .entry-meta {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.tm-sc-blog .blog-item-current-style1 .entry-meta li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  margin: 0 5px;
}
.tm-sc-blog .blog-item-current-style1 .entry-meta li i {
  margin-right: 5px;
  color: var(--theme-color1);
  font-size: 14px;
}
.tm-sc-blog .blog-item-current-style1 .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tm-sc-blog .blog-item-current-style1 .entry-title:hover {
  color: var(--theme-color2);
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details {
  padding-top: 5px;
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #212529;
  font-family: var(--heading-font-family);
  letter-spacing: 0.1em;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:after {
  content: "\f30b";
  color: #212529;
  font-family: "Font Awesome 5 Free";
  transition: all 300ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:after {
    transition: none;
  }
}
.tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:hover, .tm-sc-blog .blog-item-current-style1 .btn-view-details .btn-plain-text:hover:after {
  color: var(--theme-color1);
}

.blog-item-current-style2 {
  position: relative;
  margin-bottom: 30px;
}
.blog-item-current-style2:hover .entry-header .thumb::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2:hover .entry-header .thumb::after {
    transition: none;
  }
}
.blog-item-current-style2:hover .entry-header .thumb img {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.blog-item-current-style2 .entry-header {
  padding: 0 30px;
}
.blog-item-current-style2 .entry-header .thumb {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.blog-item-current-style2 .entry-header .thumb::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2 .entry-header .thumb::after {
    transition: none;
  }
}
.blog-item-current-style2 .entry-header .thumb img {
  width: 100%;
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-item-current-style2 .entry-header .thumb img {
    transition: none;
  }
}
.blog-item-current-style2 .entry-content {
  background-color: #f2f3f5;
  padding: 145px 30px 30px;
  margin-top: -122px;
  border-radius: 10px;
}
.blog-item-current-style2 .entry-content .entry-title {
  color: var(--theme-color2);
}
.blog-item-current-style2 .entry-content .entry-title:hover a {
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .entry-meta i {
  color: var(--theme-color1);
}
.blog-item-current-style2 .entry-content .entry-meta .categories-links a:last-child {
  display: none;
}
.blog-item-current-style2 .entry-content .btn-plain-text-with-arrow-right {
  border-bottom: none !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
}

.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 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder {
  text-align: center;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder article {
  padding: 30px;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-meta i {
  display: none;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-header {
  clip-path: inset(0% 0% 0% 0%);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .post-thumb .post-thumb-inner .thumb {
  border-radius: 7px;
}
.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder:hover .entry-header {
  clip-path: inset(3% 3% 3% 3%);
}

.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 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner {
  height: 100%;
}
.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner .thumb {
  height: 100%;
}

.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 .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;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    transition: none;
  }
}
.tm-sc-blog article .entry-content > :nth-last-child {
  margin-bottom: 0;
}

.tm-sc-blog.blog-vertical-list .isotope-layout {
  margin-left: 0;
}
.tm-sc-blog.blog-vertical-list article {
  padding: 35px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .tm-sc-blog.blog-vertical-list article {
    transition: none;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list article {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list article .entry-header {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .tm-sc-blog.blog-vertical-list article .entry-header {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .tm-sc-blog.blog-vertical-list article .entry-header img {
    max-width: 175px;
  }
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta {
  margin-bottom: 10px;
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li i {
  color: var(--theme-color2);
}
.tm-sc-blog.blog-vertical-list article .entry-content .entry-meta li a:hover {
  color: var(--theme-color2);
}
.tm-sc-blog.blog-vertical-list article:first-child {
  padding-top: 0;
}
.tm-sc-blog.blog-vertical-list article:last-child {
  border-bottom: none;
}