.container h4 {
  display: none;
}
.container h6 {
  display: none;
}
#page .site-branding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.search-box i {
  font-size: 16px;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 20px;
  transition-duration: 0.1s;
}
.header01 .site-branding::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -1000px;
  width: 1000px;
}
.header01 .site-branding::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 65px 0px 65px 40px;
  border-color: transparent;
  position: absolute;
  top: 0px;
  right: -40px;
}
@media screen and (max-width: 375px) {
  .start-xs > #text-8 .row {
    display: none;
  }
  .row .end-sm {
    display: none;
  }
}
