.relative {
  position: relative;
}

.reactheme__blog__post {
  display: block;
  overflow: hidden;
  position: relative;
}
.reactheme__blog__post__date {
  position: absolute;
  z-index: 2;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 16px;
  padding-bottom: 8px;
  margin: 24px;
  right: 0;
}
.reactheme__blog__post__date h4 {
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
.reactheme__blog__post__thumb {
  width: 100%;
  transition: var(--transition);
  display: block;
  transform: scale(1);
}
.reactheme__blog__post__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .reactheme__blog__post__meta {
    padding: 30px;
  }
}
.reactheme__blog__post__meta .categories {
  padding: 0 8px;
  margin-bottom: 18px;
  display: inline-block;
  background: var(--e-global-color-primary);
}
.reactheme__blog__post__meta .categories a {
  color: #fff;
}
.reactheme__blog__post__title {
  margin-bottom: 0;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1.6em !important;
  font-family: var(--e-global-typography-secondary-font-family);
}
.reactheme__blog__post__excerpt {
  margin-bottom: 0;
  display: block;
  color: rgba(255, 255, 255, 0.65);
}
.reactheme__blog__post .gradient-edge-bottom {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(16, 60, 59) 0%, rgba(16, 60, 59, 0) 100%);
  height: 70%;
}
.reactheme__blog__post:hover .reactheme__blog__post__thumb {
  transform: scale(1.1);
}/*# sourceMappingURL=blog.css.map */