.site-header #toggle {
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 101;
  display: block !important;
  float: right;
  border-radius: 50%;
  text-align: center;
  top: 25%;
}
.site-header__main {
  padding: 0px;
}
.site-header__main .btn {
  max-width: 140px;
  min-width: 140px;
}
.site-header__home {
  font-size: 0;
}
.site-header__home a {
  font-size: 25px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-header__home a svg, .site-header__home a img {
  display: block;
  transition: all 0.4s ease-in-out;
}
.site-header__home a label {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 0.6rem;
  margin-top: 5px;
  text-transform: uppercase;
}
.site-header__icons {
  font-size: 0;
}
.site-header__icons a {
  text-align: center;
  border-left: 1px solid #cccccc;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-header__icons a svg {
  display: block;
  transition: all 0.4s ease-in-out;
}
.site-header__icons a:last-of-type {
  border-right: none !important;
}
.site-header__icons a label {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 0.6rem;
  margin-top: 5px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1101px) {
  .main-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 1100px) {
  .main-nav {
    top: 105px;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav ul {
    display: none !important;
  }
}

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