/* OB desktop header: larger logo with stable dropdown hover paths */
@media only screen and (min-width: 1091px) {
  .sohohotel-header .sohohotel-logo-navigation {
    display: flex;
    align-items: center;
    min-height: 120px;
  }

  .sohohotel-header .sohohotel-logo-navigation > a:not(.sohohotel-mobile-navigation-button) {
    display: block;
    flex: 0 0 300px;
  }

  body .sohohotel-site-wrapper .sohohotel-header .sohohotel-logo {
    float: none;
    width: 300px;
    max-width: 300px;
    height: auto;
    margin: 0;
  }

  .sohohotel-header .sohohotel-navigation {
    float: none;
    margin-left: auto;
  }

  .sohohotel-header .sohohotel-navigation > ul > li {
    position: relative;
  }

  .sohohotel-header .sohohotel-navigation > ul > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sohohotel-header .sohohotel-navigation > ul > li:last-child > a {
    padding-left: 14px;
    padding-right: 0;
  }

  .sohohotel-header .sohohotel-navigation > ul > li > ul {
    top: 100%;
  }
}

/* OB orange contact banner with named sales contacts */
.sohohotel-header .sohohotel-topbar-wrapper {
  background: #b36424;
  border-bottom: 0;
}

.sohohotel-header .sohohotel-topbar-wrapper a,
.sohohotel-header .sohohotel-topbar-wrapper i {
  color: #ffffff;
}

.sohohotel-header .sohohotel-top-right-wrapper .sohohotel-top-right-button1 {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.sohohotel-header .sohohotel-top-right-wrapper .sohohotel-top-right-button2 {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.22);
}

.sohohotel-header .sohohotel-top-right-wrapper .sohohotel-top-right-button1:hover,
.sohohotel-header .sohohotel-top-right-wrapper .sohohotel-top-right-button2:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.28);
}

@media only screen and (min-width: 1091px) {
  .sohohotel-header .ob-contact-bar {
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0;
    white-space: nowrap;
  }

  .sohohotel-header .ob-contact-bar .ob-top-contact {
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0 26px 0 0;
    padding: 0;
    color: #ffffff;
  }

  .sohohotel-header .ob-contact-bar .ob-top-contact i {
    margin-right: 8px;
    font-size: 14px;
  }

  .sohohotel-header .ob-contact-bar .ob-top-contact a {
    color: #ffffff;
    font-size: 14px;
  }
}

/* OB contact banner alignment polish */
.sohohotel-header .sohohotel-topbar {
  min-height: 44px;
}

body .sohohotel-site-wrapper .sohohotel-header .sohohotel-top-right-wrapper .sohohotel-top-right-button2 {
  background: rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 1091px) {
  body .sohohotel-site-wrapper .sohohotel-header .ob-contact-bar {
    margin-top: 0;
  }
}

/* OB contact banner theme-specific overrides */
.sohohotel-header .sohohotel-topbar-wrapper .sohohotel-topbar .sohohotel-top-right-wrapper .sohohotel-top-right-button2 {
  background: rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 1091px) {
  .sohohotel-header .sohohotel-topbar-wrapper .sohohotel-topbar .ob-contact-bar {
    margin: 0;
  }
}

/* OB modern sunset gradient for the contact banner */
.sohohotel-header .sohohotel-topbar-wrapper {
  background-color: #8f4b24;
  background-image: linear-gradient(105deg, #4d3023 0%, #854522 38%, #b76227 70%, #d1903c 100%);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16), 0 2px 10px rgba(55, 29, 14, 0.12);
}

.sohohotel-header .sohohotel-topbar-wrapper .sohohotel-topbar .sohohotel-top-right-wrapper .sohohotel-top-right-button1 {
  background: rgba(255, 255, 255, 0.07);
}

.sohohotel-header .sohohotel-topbar-wrapper .sohohotel-topbar .sohohotel-top-right-wrapper .sohohotel-top-right-button2 {
  background: rgba(43, 22, 11, 0.26);
}

.sohohotel-header .sohohotel-topbar-wrapper .sohohotel-topbar .sohohotel-top-right-wrapper .sohohotel-top-right-button1:hover,
.sohohotel-header .sohohotel-topbar-wrapper .sohohotel-topbar .sohohotel-top-right-wrapper .sohohotel-top-right-button2:hover {
  background: rgba(43, 22, 11, 0.38);
}