.open-mobile-menu {
    display: flex;
}

@media (max-width: 800px) {
  .navigation-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    list-style: none;
    padding: 0;
  }

  .navigation-list li:not(:last-child):after {
    display: none;
  }
}

.navigation-list .menu-item a {
  color: white;
}

.navigation-list .menu-item:last-child a {
  padding-bottom: 0;
}

.close-mobile-menu {
  color: white;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 24px;
}

.header-logo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-button {
  float: none;
}

.new-menu-label {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.open-mobile-menu:hover span {
  background: #ceae7e;
}

@media (min-width: 800px) {
  .search-form {
    top: -15px;
  }
}

.new-menu-right {
  flex: 0 0 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-menu-left {
  flex: 0 0 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-right {
  position: inherit;
}

.new-menu-center {
  flex: 0 0 48%;
}

.menu-hr {
  border-top: 1px solid #CEAE7E;
  flex: 0 0 16.5%;
  flex-grow: 1;
  margin: 0 15px;
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .menu-hr {
    max-width: 140px;
  }
}

.topbar-social-icons {
  display: flex;
  margin-left: 0;
  width: 100%;
  flex: 0 0 100%;
  justify-content: space-between;
  align-items: center;
}

.topbar-right {
  width: 100%;
}

.topbar-social-icons .fa-instagram {
  font-size: 20px;
  margin: 0 0 0 5px;
}

.topbar-social-icons .fa-facebook-f {
  font-size: 17px;
}

.topbar-social-icons i {
  margin-right: 0;
  position: relative;
  top: -2px;
}

.topbar-social-icons i.fa-instagram {
  position: relative;
  top: -1px;
}

header {
    padding: 14px 0;
    position: fixed;
    width: 100%;
    z-index: 50;
}

@media (max-width: 800px) {

  .new-menu-label, .menu-hr, .new-menu-right {
      display: none;
  }

  .new-menu-center {
    flex: 0 0 calc(100% - 50px);
  }

  .new-menu-left {
    flex: 0 0 auto;
    min-width: 0;
  }
}

.header-logo img {
    padding-left: 0;
}

@media (min-width: 769px) and (max-width: 991px) {
  header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero-details {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

@media (min-width: 801px) {
  .content {
    margin-top: 70px;
  }
}

.open-mobile-menu span {
    width: 28px;
}

.navigation-list .menu-item a:hover {
    color: #CEAE7E;
}

.topbar-social-icons .new-menu-label {
  margin: 0 15px 0 0;
}

@media (min-width: 801px) {
  .main-menu {
      border-top: 0;
  }

  .new-menu-desktop {
    background: #1d2453;
    color: white;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform 500ms ease;
  }

  .new-menu-desktop.new-menu-open {
    transform: translateY(0);
  }

  .new-menu-desktop .header-logo {
    display: block;
  }

  .new-menu-desktop .header-logo img {
    max-width: 340px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .new-menu-desktop .menu-wrapper {
    padding-bottom: 15px;
  }
}

.close-desktop-menu {
  color: white;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 24px;
}

.close-desktop-menu span {
    width: 2px;
    height: 22px;
    background: white;
    display: inline-block;
}

.close-desktop-menu span:first-of-type {
    transform: rotate(-45deg);
}

.close-desktop-menu span:last-of-type {
    transform: rotate(45deg);
    position: relative;
    left: -9px;
}

.close-desktop-menu:hover span {
    background: #ceae7e;
}

@media (max-width: 800px) {
  .new-menu-desktop {
    display: none;
  }
}

.hr-left {
    margin-right: 9px;
}

.hr-right {
    margin-left: 9px;
}

@media (max-width: 800px) {
  .new-menu-center {
      flex: 0 0 calc(100% - 95px);
  }

  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 801px) {
  .open-mobile-menu {
    height: 24px !important;
  }
}

.search-form {
  padding-top: 2px;
}

.search-icon {
  width: 22px; height: 22px;
  background: url('../img/search-sprite.png') -0 -0;
  display: block;
}

.search-button:hover .search-icon, .search-form.visible + a .search-icon {
  background: url('../img/search-sprite.png') -22px -0;
}
