.t457__ul {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}

.t457__li {
    margin-bottom: 8px !important;
}

.t-store__filter__search {
    width: 100% !important;
}

.t280__logo__container {
    margin: 0 auto !important;
}

.t-menuburger {
   position: absolute !important;
   left: 60px !important;
}

@media screen and (max-width: 960px) {
 
.t-menuburger {
   left: 20px !important;
}
 
}

.t-menuwidgeticons__wrapper {
    margin-left: 0px !important;
    margin-top: 6px !important;
}

#allrecords a { 
    font-size: 16px;
}

.menu {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.menu li {
  margin-right: 10px;
  display: block;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  
}

@media only screen and (max-width: 768px) {
  .menu li {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  display: block;
  font-family: 'TildaSans',Arial,sans-serif;
  color: #000 !important ;
  text-decoration: none;
  font-size: 12px !important;
  padding: 0 10px;
  font-weight: 600 !important;
  letter-spacing: .1rem;
}

.menu a.red {
  color: red !important ;
}