#portfolio .s1 {
  background-image: url(/i/portfolio-hero2.jpg);
}
#portfolio .s2 {
  padding: 7.5rem 0 0 0;
}
#portfolio .s2 .container-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding-bottom: 7.5rem;
}
#portfolio .s2 .filter {
  background: #0F0F0F;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 75px;
  padding: 2rem 5rem;
  /* Trigger (visible box) */
  /* Dropdown list */
  /* Show dropdown */
  /* Option styling */
}
#portfolio .s2 .filter > div {
  flex: 1;
}
#portfolio .s2 .filter label {
  display: block;
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
#portfolio .s2 .filter .custom-select {
  position: relative;
  width: 100%;
  font-family: sans-serif;
  font-size: 16px;
  user-select: none;
  letter-spacing: 2px;
}
#portfolio .s2 .filter .custom-select-trigger {
  color: #fff;
  padding: 16px 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 1px solid #555;
  /*border-radius: 6px; */
  cursor: pointer;
  background: #000 url(/i/svg/arrow-down.svg) no-repeat calc(100% - 1rem) center/9px auto;
}
#portfolio .s2 .filter .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #555;
  max-height: 200px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
}
#portfolio .s2 .filter .custom-select.open .custom-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#portfolio .s2 .filter .custom-select.open .custom-select-trigger {
  background-image: url(/i/svg/arrow-up.svg);
}
#portfolio .s2 .filter .custom-option {
  padding: 10px;
  color: #000;
  cursor: pointer;
  display: block;
  width: 100%;
}
#portfolio .s2 .filter .custom-option:hover {
  background: #444;
  color: #fff;
}
#portfolio .s2 .filter .custom-option.selected {
  background: #333;
  color: #fff;
}
#portfolio .s2 .filter > div {
  width: 25%;
}
#portfolio .s2 .results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 4rem;
}
#portfolio .s2 .results .item {
  background: #1B1A1A;
  width: calc(33.33% - 40px);
  text-align: center;
}
#portfolio .s2 .results .bg {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#portfolio .s2 .results .location, #portfolio .s2 .results .units, #portfolio .s2 .results .year, #portfolio .s2 .results .name {
  margin: 0 40px;
  border-bottom: 1px solid #494545;
  padding: 10px 0;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}
#portfolio .s2 .results .location span, #portfolio .s2 .results .units span, #portfolio .s2 .results .year span, #portfolio .s2 .results .name span {
  font-weight: 700;
}
#portfolio .s2 .results .year {
  border-bottom: none;
  padding-bottom: 30px;
}
#portfolio .s2 .results .global-cta {
  border: none;
  margin: 0 auto;
  padding: 30px 15px;
}
#portfolio .s2 .results .global-cta span {
  color: #fff;
  padding-right: 21px;
}
#portfolio .s2 .results .global-cta:hover span {
  color: #42ADFF;
}
#portfolio .s2 .results .global-cta span::after {
  width: 16px;
  height: 16px;
}

@media all and (max-width: 1279px) {
  #portfolio .s2 .filter {
    gap: 50px;
    padding: 2rem 3rem;
  }
  #portfolio .s2 .filter > * {
    width: 30%;
  }
  #portfolio .s2 .results {
    gap: 30px;
  }
  #portfolio .s2 .results .item {
    width: calc(33.33% - 20px);
  }
  #portfolio .s2 .results .location, #portfolio .s2 .results .units, #portfolio .s2 .results .year {
    margin: 0 20px;
  }
}
@media all and (max-width: 980px) {
  #portfolio .s2 .filter {
    gap: 30px;
    padding: 2rem;
  }
  #portfolio .s2 .filter > div {
    width: 30%;
  }
  #portfolio .s2 .results {
    gap: 30px;
  }
  #portfolio .s2 .results .item {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 767px) {
  #portfolio .s2 .filter {
    gap: 30px;
    flex-direction: column;
  }
  #portfolio .s2 .filter > div {
    width: 100%;
  }
  #portfolio .s2 .results {
    gap: 30px;
  }
  #portfolio .s2 .results .item {
    width: 100%;
  }
}

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