#content {
  position: relative;
}

.filter {
  justify-content: center;
  display: flex;
}

.filter .facetwp-facet {
  margin-bottom: 0 !important;
}

.fs-wrap {
  width: auto !important;
  display: contents !important;
}

.fs-label-wrap {
  background-color: transparent !important;
  border: 0 !important;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.fs-arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--secondary) !important;
}

.fs-search {
  display: none;
}

.fs-dropdown {
  width: 300px !important;
  position: absolute;
  background-color: var(--secondary) !important;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1000;
}

.fs-dropdown .fs-options {
  max-height: initial !important;
  overflow: auto;
  padding: 5px 0;
}

.single-project #no-header {
  position: relative;
  min-height: 150px;
}
.single-project .entry-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .single-project .entry-content {
    display: block;
  }
}
.single-project #content .page-header {
  position: absolute;
  top: -100px;
  max-width: 100%;
}
.single-project #content aside {
  font-size: 16px;
  display: block;
}
.single-project #content aside a {
  color: var(--third-color);
  font-weight: 700;
}
.single-project #content aside label {
  display: block;
  color: var(--fourth-color);
  font-weight: 700;
  margin-top: 0.5em;
}
.single-project .page-header h1 {
  color: white;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.single-project .site-header__banner img {
  max-height: 1000px;
}

.site-header__banner {
  box-shadow: inset 0 -460px 120px -240px rgba(0, 0, 0, 0.6);
}

:root {
  --page-width: 2000px;
  --mobile-menu-background: var(--secondary);
  --mobile-menu-text-colour: var(--primary);
}

.hamburger__checkbox:checked ~ .hamburger__nav li a, .hamburger__checkbox:checked ~ .hamburger__nav li a:link, .hamburger__checkbox:checked ~ .hamburger__nav li a:visited {
  display: inline-block;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.5;
  padding: 0;
  color: var(--mobile-menu-text-colour);
  text-decoration: none;
  transition: all 0.4s;
}/*# sourceMappingURL=child.css.map */