.left-bar .hlj-logo {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-left: 5px;
}

.open-sub-menu {
    width: 10% !important;
    cursor: pointer;
    min-height: 20px !important;
}

.hidden {
    display: none !important;
}

.sub-menu-content {
    position: relative;
    width: 100%;
    display: none;
}

.sub-menu-content div {
    display: flex;
    flex-direction: column;
    padding-left: 5% !important;
}

.sub-menu-content a {
    color: white !important;
    font-size: 13px;
}

.sub-menu-content a:hover {
    font-size: medium;
    border: 1px solid white;
}

.open-sub-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-sub-menu:hover span:before,
.open-sub-menu:hover span::after {
    background-color: #979797;
}

.open-sub-menu span:before,
.open-sub-menu span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.open-sub-menu span:before {
    transform: rotate(90deg);
}

.open-sub-menu.active span::before {
    transform: rotate(0deg);
}

.open-sub-menu.active span::after {
    transform: rotate(0deg);
}

@media screen and (max-width: 480px) {
    .social-media .header-content {
        padding-right: 10px !important;
    }
}
#social-media_search_bar {
    z-index: 80;
}

#social-media_search_bar {
    position: relative;
}

#onSearchRecommendation {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: white;
    color: black;
    z-index: 101;
    padding: 5px;
    border-radius: 5px;
    filter: drop-shadow(0 0 0.75rem #00000050);
}

#onSearchRecommendation a {
    color: inherit;
    margin: 0 0 5px 0;
    font-size: 16px;
}

#onSearchRecommendation li {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
  }

#onSearchRecommendation li:hover {
    background: lightgray;
}

#onSearchRecommendationBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    z-index: 100;
    display: none;
}

.rest-open-sub-menu {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
.rest-open-sub-menu:hover {
    color:#ffffff;
}

.rest-open-sub-menu .rest-open-sub-menu-icon:before,
.rest-open-sub-menu .rest-open-sub-menu-icon:after {
  content: '';
  display: block;
  height: 3px;
  width: 16px;
  border-radius: 3px;
  background-color: #c9c9c9;
  position: absolute;
  left: -15px;
}

.rest-open-sub-menu .rest-open-sub-menu-icon:before {
    transform: rotate(90deg);
}

.rest-open-sub-menu.active .rest-open-sub-menu-icon::before {
    transform: rotate(0deg);
}

.rest-open-sub-menu.active .rest-open-sub-menu-icon::after {
    transform: rotate(0deg);
}

.rest-sub-menu-content {
    color: #ffffff;
    position: relative;
    width: 100%;
    display: none;
    background-color: #333;
}

.rest-sub-menu-content a {
    font-size: 15px;
    color: #ffffff;
    background-color: #333;
}

.rest-sub-menu-content div {
  display: flex;
  flex-direction: column;
  padding-left: 5% !important;
}

.rest-sub-menu-content a:hover {
  font-size: medium;
  border: 1px solid white;
}

/* second expand */

.rest-open-sub2-menu {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
.rest-open-sub2-menu:hover {
    color:#ffffff;
}

.rest-open-sub2-menu .rest-open-sub2-menu-icon:before,
.rest-open-sub2-menu .rest-open-sub2-menu-icon:after {
  content: '';
  display: block;
  height: 3px;
  width: 16px;
  border-radius: 3px;
  background-color: #c9c9c9;
  position: absolute;
  left: -15px;
}

.rest-open-sub2-menu .rest-open-sub2-menu-icon:before {
    transform: rotate(90deg);
}

.rest-open-sub2-menu.active .rest-open-sub2-menu-icon::before {
    transform: rotate(0deg);
}

.rest-open-sub2-menu.active .rest-open-sub2-menu-icon::after {
    transform: rotate(0deg);
}

.rest-sub2-menu-content {
    color: #ffffff;
    position: relative;
    width: 100%;
    display: none;
    background-color: #333;
}

.rest-sub2-menu-content a {
    font-size: 15px;
    color: #ffffff;
    background-color: #333;
}

.rest-sub2-menu-content div {
  display: flex;
  flex-direction: column;
  padding-left: 5% !important;
}

.rest-sub2-menu-content a:hover {
  font-size: medium;
  border: 1px solid white;
}

@media only screen and (max-width: 768px) {
    
  .rest-open-sub-menu {
      font-size: 15px;
      color:#ffffff;
      display: flex;
      align-items: center;
      white-space: nowrap;
      padding-top: 9px;
      padding-bottom: 10px;
  }
  
  .rest-open-sub-menu .rest-open-sub-menu-icon:before,
  .rest-open-sub-menu .rest-open-sub-menu-icon:after {
    content: '';
    display: block;
    height: 3px;
    width: 16px;
    border-radius: 3px;
    background-color: #c9c9c9;
    position: absolute;
    left: 14px;
  }
  
  .rest-open-sub-menu .rest-open-sub-menu-icon:before {
      transform: rotate(90deg);
  }
  
  .rest-open-sub-menu.active .rest-open-sub-menu-icon::before {
      transform: rotate(0deg);
  }
  
  .rest-open-sub-menu.active .rest-open-sub-menu-icon::after {
      transform: rotate(0deg);
  }
  
  .rest-sub-menu-content {
      color: #ffffff;
      position: relative;
      width: 100%;
      display: none;
      background-color: #333;
  }
  
  .rest-sub-menu-content a {
      font-size: 15px;
      color: #ffffff;
      background-color: #333;
  }
  
  .rest-sub-menu-content div {
    display: flex;
    flex-direction: column;
    padding-left: 5% !important;
  }
  
  .rest-sub-menu-content a:hover {
    font-size: medium;
    border: 1px solid white;
  }

  /* secound expand */
  .rest-open-sub2-menu {
    font-size: 15px;
    color:#ffffff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-top: 9px;
    padding-bottom: 10px;
}

.rest-open-sub2-menu .rest-open-sub2-menu-icon:before,
.rest-open-sub2-menu .rest-open-sub2-menu-icon:after {
  content: '';
  display: block;
  height: 3px;
  width: 16px;
  border-radius: 3px;
  background-color: #c9c9c9;
  position: absolute;
  left: 14px;
}

.rest-open-sub2-menu .rest-open-sub2-menu-icon:before {
    transform: rotate(90deg);
}

.rest-open-sub2-menu.active .rest-open-sub2-menu-icon::before {
    transform: rotate(0deg);
}

.rest-open-sub2-menu.active .rest-open-sub2-menu-icon::after {
    transform: rotate(0deg);
}

.rest-sub2-menu-content {
    color: #ffffff;
    position: relative;
    width: 100%;
    display: none;
    background-color: #333;
}

.rest-sub2-menu-content a {
    font-size: 15px;
    color: #ffffff;
    background-color: #333;
}

.rest-sub2-menu-content div {
  display: flex;
  flex-direction: column;
  padding-left: 5% !important;
}

.rest-sub2-menu-content a:hover {
  font-size: medium;
  border: 1px solid white;
}

}

@media screen and (max-width: 600) {
    #onSearchRecommendation a {
        font-size: 20px;
    }
}
