.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 90px !important;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }

  .header {
    height: 63px !important;
    position: fixed;
  }
  .header .logo-container .logo {
    float: right;
  }
  .header .logo {
    margin: 4px 40px;
  }
}