.swiper-slide {
  box-sizing: border-box;
}

.sw_controls {
  position: absolute;
  bottom: 27px;
  right: -14px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sw_prev,
.sw_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-family: "icons" !important;
  font-size: 20px;
  font-weight: bold;
  color: #FFFEF7;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sw_prev.swiper-button-disabled,
.sw_next.swiper-button-disabled {
  pointer-events: none;
  font-weight: normal;
}

.sw_prev {
  content: "\e935";
}

.sw_next {
  content: "\e934";
}

.admin-bar .posts_slider {
  height: calc(100dvh - 32px);
}

.posts_slider {
  height: 100dvh;
}
.posts_slider:not(:last-child) {
  margin-bottom: 60px;
}
.posts_slider .swiper-slide {
  position: relative;
  width: 100%;
}
.posts_slider .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 82.51%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 73.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) 50%/cover no-repeat;
}
.posts_slider .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
}
.posts_slider .swiper-slide .single_post__info {
  margin-bottom: 10px;
}
.posts_slider .swiper-slide .single_post__info p {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.posts_slider .swiper-slide .single_post__info p:not(:last-of-type) {
  margin-right: 10px;
}
.posts_slider .swiper-slide .single_post__info p:not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 10px;
  background: #FFFEF7;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.posts_slider .swiper-slide .single_post__info p a {
  color: #FFFEF7;
}
.posts_slider .swiper-slide .single_post__info p a:active {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .posts_slider .swiper-slide .single_post__info p a:hover {
    text-decoration: underline;
  }
}
.posts_slider .swiper-slide .post_title {
  height: 100%;
  z-index: 1;
}
.posts_slider .swiper-slide .post_title .container_grid {
  position: absolute;
  bottom: 40px;
}
.posts_slider .swiper-slide .post_title .container_grid h2 {
  margin-bottom: 40px;
  color: #FFFEF7;
}
@media screen and (max-width: 767px) {
  .posts_slider .swiper-slide .post_title .container_grid h2 {
    max-width: 68.27vw;
  }
}
.posts_slider .swiper-slide .post_title .container_grid h2 a {
  pointer-events: all;
}
.posts_slider .swiper-slide .post_title .container_grid h2 a:active {
  color: #FFFEF7;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media screen and (min-width: 1025px) {
  .posts_slider .swiper-slide .post_title .container_grid h2 a:hover {
    color: #FFFEF7;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
.posts_slider .swiper-slide.swiper-slide-active {
  z-index: 1;
}

/*# sourceMappingURL=posts-slider.css.map */
