.list-item:not(.list-item--no-gutter) {
    margin-left: -.5%;
    margin-right: -.5%;
    text-align: center;
}

.yp-lang__list {
  display: flex;
  list-style: none;
}

.yp-lang__item {
  padding: 0 8px
}

.yp-lang__item:first-child {
  content: '';
  border-right: solid 1px #fff;
}

@media screen and (max-width: 992px) {
  .yp-container--header .yp-col--header-3 {
  	flex-direction: column-reverse;
  }
  .yp-container--header .yp-col--header-3 > div {
  	flex-basis: 100%;
    width: 100%;
  }
  
  .yp-container--header .yp-col--header-3 .yp-lang__list {
    justify-content: center;
    margin-top: 1rem;
    padding: 0;
  }
}

.dropdown-menu.show, .show.yp-navbar__dropdown-menu {
    display: block;
    background-color: #2a2a2a;
}