.ldf-posts {
  margin: 20px var(--left-space) 64px;
}
.ldf-posts.ldf-posts-events {
  margin: 75px 0 64px;
}
.ldf-posts.ldf-posts-events .ldf-heading {
  margin-bottom: 40px;
}
.ldf-posts.ldf-posts-events .ldf-heading-left h3 {
  color: var(--dark);
}
.ldf-posts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ldf-posts-list-loader {
  height: 200px;
  width: 200px;
  display: block;
}
.ldf-posts .load-more {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ldf-posts .load-more-loader {
  height: 50px;
  width: 50px;
  float: right;
}
.ldf-posts .load-more .ldf-button {
  width: fit-content;
  float: right;
}

.ldf-single-post .ldf-single-post__image:hover {
  transition: 0.3s;
  opacity: 1;
}
.ldf-single-post .ldf-single-post__image:hover .yellow-background {
  opacity: 1;
  transition: 0.3s;
}
.ldf-single-post .ldf-single-post__image .yellow-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--yellow);
  border-radius: 40px;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.ldf-single-post .ldf-single-post__image .yellow-background h2 {
  text-transform: none;
}
.ldf-single-post .ldf-single-post__image .yellow-background-padding {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.ldf-single-post .ldf-single-post__image .yellow-background-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ldf-single-post .ldf-single-post__image .yellow-background-row h2 {
  font-size: 30px;
  letter-spacing: 6px;
  color: var(--dark);
}
.ldf-single-post .ldf-single-post__image .yellow-background-row p {
  font-size: 14px;
  letter-spacing: 1.56px;
  color: var(--light-dark);
  padding-left: 0;
}
.ldf-single-post .ldf-single-post__image .yellow-background-row .thin-arrow {
  display: block;
  background-size: cover;
  background-position: right;
}

.ldf-posts-events .ldf-button-yellow {
  line-height: initial;
}
.ldf-posts-events-list {
  margin: 20px 0 0;
}
.ldf-posts-events-list__single {
  margin-top: 20px;
}
.ldf-posts-events .single-render-post {
  display: flex;
  gap: 130px;
  margin: 20px var(--left-space) 100px;
}
.ldf-posts-events .single-render-post__image {
  width: 420px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -6px;
}
.ldf-posts-events .single-render-post__image img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 55px -25px rgb(0, 0, 0);
  -moz-box-shadow: 0px 0px 55px -25px rgb(0, 0, 0);
  box-shadow: 0px 0px 55px -25px rgb(0, 0, 0);
}
.ldf-posts-events .single-render-post__content {
  width: 600px;
}
.ldf-posts-events .single-render-post__content h3 {
  font-size: 30px;
  letter-spacing: 6px;
  color: var(--dark);
  width: 500px;
  margin-bottom: 30px;
}
.ldf-posts-events .single-render-post__content .single-row {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ldf-posts-events .single-render-post__content .single-row p {
  font-size: 14px;
  color: var(--light-dark);
  letter-spacing: 3px;
  font-weight: 600;
}
.ldf-posts-events .single-render-post__content .single-row span {
  display: block;
  height: 30px;
  width: 30px;
  background-size: cover;
  background-position: center;
}
.ldf-posts-events .single-render-post__content .single-row .date {
  background-image: url("../../images/date.png");
}
.ldf-posts-events .single-render-post__content .single-row .time {
  background-image: url("../../images/time.png");
}
.ldf-posts-events .single-render-post__content .single-row .place {
  background-image: url("../../images/place.png");
}
.ldf-posts-events .single-render-post__content .single-row-separator {
  height: 2px;
  width: 100%;
  border-top: 2px solid var(--dark);
}
.ldf-posts-events .single-render-post__content .single-row-content {
  margin-top: 30px;
}
.ldf-posts-events .single-render-post__content .single-row-content p {
  font-size: 18px;
  color: var(--light-dark);
  letter-spacing: 2px;
  text-align: justify;
}
.ldf-posts-events .single-render-post__content .single-content-part-buttons {
  margin-top: 34px;
  display: flex;
  gap: 30px;
}
.ldf-posts-events .single-render-post__content .single-content-part-buttons .date {
  background-image: url("../../images/date.png");
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  height: 20px;
  width: 20px;
}
.ldf-posts-events .single-render-post__content .single-content-part-buttons img {
  margin-right: 15px;
  height: 20px;
  width: 20px;
}
.ldf-posts-events .single-render-post__taxonomy {
  position: absolute;
  left: 40px;
  top: 6px;
}
.ldf-posts-events .single-render-post__taxonomy p {
  background-color: var(--dark);
  border-radius: 15px;
  color: var(--yellow);
  font-size: 10px;
  letter-spacing: 2.14px;
  padding: 6px 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.ldf-posts-events-list .single-render-post__image .single-render-post__taxonomy {
  top: -10px;
}

.ldf-single-post {
  display: inline-block;
  margin: 25px 0 30px;
  width: 100%;
}
.ldf-single-post__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  max-width: 310px;
  position: relative;
  border-radius: 40px;
}
.ldf-single-post__taxonomy {
  position: absolute;
  top: -11px;
  left: 40px;
  z-index: 100;
}
.ldf-single-post__taxonomy p {
  background-color: var(--dark);
  border-radius: 15px;
  color: var(--yellow);
  font-size: 10px;
  letter-spacing: 2.14px;
  padding: 6px 20px;
  font-weight: 600;
}
.ldf-single-post.ldf-single-post-multimedia .ldf-single-post__title {
  min-height: 52px;
}
.ldf-single-post__title {
  width: 100%;
  color: var(--dark);
  letter-spacing: 4px;
  font-size: 20px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 300px;
}
.ldf-single-post__time {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  max-width: 300px;
  color: var(--light-dark);
  font-size: 12px;
  letter-spacing: 2.57px;
  font-weight: 600;
}
.ldf-single-post__time span {
  background-image: url("../../images/time.png");
  height: 30px;
  width: 30px;
  display: block;
}

@media only screen and (min-width: 993px) {
  .ldf-single-post .ldf-single-post__image:hover {
    background-image: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .yellow-background {
    display: none !important;
  }
  .ldf-posts .load-more .ldf-button {
    float: initial;
    margin: 0 auto;
  }
  .ldf-posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ldf-posts-list .ldf-single-post__image, .ldf-posts-list .ldf-single-post__title {
    display: block;
    margin: 30px auto 20px;
  }
  .ldf-posts-events .single-render-post__content {
    width: initial;
  }
  .ldf-posts-events .single-render-post__content h3 {
    width: initial;
  }
  .ldf-posts-events-list .single-render-post {
    flex-direction: column;
    gap: 30px;
  }
  .ldf-posts-events-list .single-render-post__image {
    width: 100%;
    height: unset;
  }
  .ldf-posts-events-list .single-render-post__image img {
    width: unset;
    display: block;
  }
  .ldf-posts-events-list .single-render-post .single-content-part-buttons {
    flex-direction: column;
  }
  .ldf-posts-events-list .single-render-post .single-content-part-buttons a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .ldf-posts-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .ldf-single-post__time {
    margin: 0 auto;
  }
  .ldf-posts-events-list .single-render-post__image {
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    height: 100%;
  }
}

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