#main-nav-wrap {
  display: none;
}
@media screen and (max-width: 900px) {
  #searchform-wrap {
    right: 25px;
  }
  .fixed-header #site-logo,
  .fixed-header #site-description {
    display: block !important;
    max-height: 15px;
  }
  #headerwrap {
    opacity: 0.7;
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  #headerwrap:hover {
    opacity: 0.8;
    background-color: #000;
    filter: invert(50%);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
}
#layout {
  width: 90%;
}
@media screen and (max-width: 900px) {
  #footerwrap + div + div {
    display: none;
  }
  #social-wrap {
    position: fixed;
    top: 2px !important;
    z-index: 9999 !important;
    right: 19% !important;
  }
  div#gt_float_wrapper {
    position: fixed;
    top: 15px !important;
    right: 68px !important;
    max-width: 22px !important;
    z-index: 9998 !important;
  }
  .gt_float_switcher {
    max-width: 140px !important;
  }
}
