/* Correction to add the slash between languages between any items */
.wpml-ls li:not(:last-child)::after {
    font-size: 13px;
    content: " / ";
    padding: 0 5px;
    display: inline;
}

/* Set a min width to stop language switcher from wrapping */
.wpml-ls {
    min-width: 184px;
}

/* Correction to youtube icon */
.fa-youtube-square::before {
  content: "\f431" !important;
}