#top-section .image-left,
#top-section .image-right {
  z-index: -1;
}

#top-section .page-heading {
  z-index: 4;
}

#top-section:before {
  z-index: 4;
}

.header-absolute.elementor-section {
  position: absolute;
  min-height: 100vh;
  width: 100%;
}

.header-content {
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 4;
}

@media (min-height: 1025px) {
  .header-content {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header-content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #010101), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #010101 5%, rgba(0, 0, 0, 0) 100%);
}

.news-section .elementor-container {
  padding-left: .875rem;
  padding-right: .875rem;
}

.filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .filter-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.post-grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -.75rem;
}

.post-grid-layout .post-box {
  width: 100%;
  padding: 0 .75rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .post-grid-layout .post-box {
    width: 33.33333%;
  }
}

.post-grid-layout .post-box .post-link:hover .post-details .post-date:after, .post-grid-layout .post-box .post-link:active .post-details .post-date:after, .post-grid-layout .post-box .post-link:focus .post-details .post-date:after {
  right: 0;
  opacity: 1;
}

.post-grid-layout .post-box .post-link .post-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 15rem;
}

.post-grid-layout .post-box .post-link .post-details {
  position: relative;
  padding: 1rem;
  color: var(--white);
}

.post-grid-layout .post-box .post-link .post-details .post-title {
  height: 3rem;
  font-size: .875rem;
}

.post-grid-layout .post-box .post-link .post-details .post-date {
  position: relative;
  margin-bottom: .5rem;
  font-size: .75rem;
  color: var(--gold);
}

.post-grid-layout .post-box .post-link .post-details .post-date:after {
  content: '\6b';
  position: absolute;
  top: 0;
  right: 1rem;
  display: block;
  font-family: "sabaton" !important;
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: var(--gold);
  speak: none;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.post-grid-layout .post-box .post-link .post-details:before, .post-grid-layout .post-box .post-link .post-details:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border: solid rgba(239, 217, 171, 0.25);
}

.post-grid-layout .post-box .post-link .post-details:before {
  left: 0;
  border-width: 0 0 1px 1px;
}

.post-grid-layout .post-box .post-link .post-details:after {
  right: 0;
  border-width: 0 1px 1px 0;
}

.post-grid-layout .post-box .post-link span {
  display: block;
}

.five-post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -.75rem;
}

@media (min-width: 992px) {
  .five-post-layout {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.five-post-layout .column {
  padding: 0 .75rem;
}

.five-post-layout .first-col {
  width: 100%;
}

@media (min-width: 992px) {
  .five-post-layout .first-col {
    max-width: 66%;
  }
}

.five-post-layout .first-col .post-box {
  margin-bottom: 2rem;
}

.five-post-layout .first-col .post-box .post-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.five-post-layout .first-col .post-box .post-link:hover .post-details .post-date:after, .five-post-layout .first-col .post-box .post-link *:focus .post-details .post-date:after, .five-post-layout .first-col .post-box .post-link:active .post-details .post-date:after {
  right: 0;
  opacity: 1;
}

.five-post-layout .first-col .post-box .post-link .post-thumb {
  margin-bottom: 1rem;
}

.five-post-layout .first-col .post-box .post-link .post-details {
  color: var(--white);
}

@media (min-width: 992px) {
  .five-post-layout .first-col .post-box .post-link .post-details {
    padding: 0 1rem;
  }
}

.five-post-layout .first-col .post-box .post-link .post-details .post-title {
  font-size: 1rem;
}

.five-post-layout .first-col .post-box .post-link .post-details .post-date {
  position: relative;
  font-size: .875rem;
}

.five-post-layout .first-col .post-box .post-link .post-details .post-date:after {
  content: '\6b';
  position: absolute;
  top: 0;
  right: 1rem;
  display: block;
  font-family: "sabaton" !important;
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: var(--gold);
  speak: none;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.five-post-layout .first-col .post-box .post-link .post-details .post-excerpt {
  font-size: .875rem;
}

.five-post-layout .first-col img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) {
  .five-post-layout .first-col img {
    height: 400px;
  }
}

.five-post-layout .second-col {
  width: 100%;
}

@media (min-width: 992px) {
  .five-post-layout .second-col {
    max-width: 34%;
  }
}

.five-post-layout .second-col .post-box {
  border-top: 1px dashed rgba(245, 238, 220, 0.5);
}

.five-post-layout .second-col .post-box .post-thumb {
  width: 100%;
  max-width: 6.75rem;
}

.five-post-layout .second-col .post-box .post-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 6.75rem;
}

.five-post-layout .second-col .post-box .post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  .five-post-layout .second-col .post-box .post-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.five-post-layout .second-col .post-box .post-link:hover .post-details .post-date:after, .five-post-layout .second-col .post-box .post-link *:focus .post-details .post-date:after, .five-post-layout .second-col .post-box .post-link:active .post-details .post-date:after {
  right: 0;
  opacity: 1;
}

.five-post-layout .second-col .post-box .post-link .post-details {
  padding: 0 1rem;
}

.five-post-layout .second-col .post-box .post-link .post-details .post-date {
  position: relative;
}

.five-post-layout .second-col .post-box .post-link .post-details .post-date:after {
  content: '\6b';
  position: absolute;
  top: 0;
  right: 1rem;
  display: block;
  font-family: "sabaton" !important;
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  color: var(--gold);
  speak: none;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.five-post-layout .post-box .post-thumb img {
  width: 100%;
}

.five-post-layout .post-box .post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.five-post-layout .post-box .post-link .post-details {
  color: var(--white);
}

.five-post-layout .post-box .post-link .post-details .post-title {
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.five-post-layout .post-box .post-link .post-details .post-date {
  margin-bottom: .5rem;
  font-size: .675rem;
  color: var(--gold);
}

.five-post-layout .post-box .post-link .post-details .post-excerpt {
  font-size: .675rem;
}

.five-post-layout span {
  display: block;
}
/*# sourceMappingURL=news.css.map */