[id^="item"] {
  display: none;
}

#item1 {
  display: block;
}

ul#w-filters li a {width:120px; height:120px; }
ul#w-filters li a span { top: 6px; position: relative; }
#page-content .soft-bg::before {
  background-color: rgba(34,34,34, 0.95); }

.portfolio a.portfolio-view-more { display:none; }
.w-items.isotope h2 { margin-bottom:20px; }

@media only screen and (max-width: 800px) {
  .team .team-boxes .item .member-image img {
    width: auto;
    max-width: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .team .team-boxes .item {
    padding: 0 10px;
  }
  .address-soft .phone-text { font-size:30px; }
   footer .uppercase.semibold a { display:block; }
   body.page-template-template-onepager-php #page-content .wpb_row .wpb_row { display: flex; flex-wrap: wrap; }
   
}

@media only screen and (max-width: 400px) {
    ul#w-filters li a {
      width: 100px;
      height: 100px;
    }
}