.post-prev-title {
  min-height: 48px;
}

.hs-line-6 {
  opacity: 1;
}

div.langbox {
  text-align: center;
  display: table;
  float: right;
}

div.langbox a {
  line-height: 55px;
  width: 75px;
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.9);
  display: table-cell;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

nav.transparent div.langbox a {
  line-height: 75px;
}

@media (max-width: 1024px) {
  div.langbox a {
    font-size: 18px;
  }
}
