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

.ldf-single-news .ldf-single-news__image:hover {
  transition: 0.3s;
  opacity: 1;
}
.ldf-single-news .ldf-single-news__image:hover .yellow-background {
  opacity: 1;
  transition: 0.3s;
}
.ldf-single-news .ldf-single-news__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-news .ldf-single-news__image .yellow-background h2 {
  text-transform: none;
}
.ldf-single-news .ldf-single-news__image .yellow-background-padding {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.ldf-single-news .ldf-single-news__image .yellow-background-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ldf-single-news .ldf-single-news__image .yellow-background-row h2 {
  font-size: 30px;
  letter-spacing: 6px;
  color: var(--dark);
}
.ldf-single-news .ldf-single-news__image .yellow-background-row p {
  font-size: 14px;
  letter-spacing: 1.56px;
  color: var(--light-dark);
  padding-left: 0;
}
.ldf-single-news .ldf-single-news__image .yellow-background-row .thin-arrow {
  display: block;
  background-size: cover;
  background-position: right;
}

.ldf-news-events .ldf-button-yellow {
  line-height: initial;
}
.ldf-news-events-list {
  margin: 20px 0 0;
}
.ldf-news-events-list__single {
  margin-top: 20px;
}
.ldf-news-events .single-render-news {
  display: flex;
  gap: 130px;
  margin: 20px var(--left-space) 52px;
}
.ldf-news-events .single-render-news__image {
  width: 420px;
  height: 550px;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -6px;
}
.ldf-news-events .single-render-news__image img {
  max-height: 100%;
  max-width: 100%;
}
.ldf-news-events .single-render-news__content {
  width: 600px;
}
.ldf-news-events .single-render-news__content h3 {
  font-size: 30px;
  letter-spacing: 6px;
  color: var(--dark);
  width: 500px;
  margin-bottom: 30px;
}
.ldf-news-events .single-render-news__content .single-row {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ldf-news-events .single-render-news__content .single-row p {
  font-size: 14px;
  color: var(--light-dark);
  letter-spacing: 3px;
  font-weight: 600;
}
.ldf-news-events .single-render-news__content .single-row span {
  display: block;
  height: 30px;
  width: 30px;
  background-size: cover;
  background-position: center;
}
.ldf-news-events .single-render-news__content .single-row .date {
  background-image: url("../../images/date.png");
}
.ldf-news-events .single-render-news__content .single-row .time {
  background-image: url("../../images/time.png");
}
.ldf-news-events .single-render-news__content .single-row .place {
  background-image: url("../../images/place.png");
}
.ldf-news-events .single-render-news__content .single-row-separator {
  height: 2px;
  width: 100%;
  border-top: 2px solid var(--dark);
}
.ldf-news-events .single-render-news__content .single-row-content {
  margin-top: 30px;
}
.ldf-news-events .single-render-news__content .single-row-content p {
  font-size: 18px;
  color: var(--light-dark);
  letter-spacing: 2px;
  text-align: justify;
}
.ldf-news-events .single-render-news__content .single-content-part-buttons {
  margin-top: 34px;
  display: flex;
  gap: 30px;
}
.ldf-news-events .single-render-news__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-news-events .single-render-news__content .single-content-part-buttons img {
  margin-right: 15px;
  height: 20px;
  width: 20px;
}
.ldf-news-events .single-render-news__taxonomy {
  position: absolute;
  left: 40px;
  top: 6px;
}
.ldf-news-events .single-render-news__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-single-news {
  display: inline-block;
  margin: 25px 0 30px;
  width: 100%;
}
.ldf-single-news__image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  max-width: 310px;
  position: relative;
  border-radius: 40px;
}
.ldf-single-news__taxonomy {
  position: absolute;
  top: -11px;
  left: 40px;
  z-index: 100;
}
.ldf-single-news__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-news.ldf-single-news-multimedia .ldf-single-news__title {
  min-height: 52px;
}
.ldf-single-news__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-news__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-news__time span {
  background-image: url("../../images/time.png");
  height: 30px;
  width: 30px;
  display: block;
}

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

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