/*
Theme Name: Coach Ben Child
Template: coachben
Version: 1.0.0
*/

@import url("../coachben/style.css");
.ta-header__bogo-switcher {
    position: relative;
    max-width: var(--wp--style--global--wide-size);
}
.ta-header__header {
margin-top:10px;
}
.bogo-language-switcher  {
justify-content: flex-end;
font-size: 13px;
display: flex;
max-width: var(--wp--style--global--wide-size);
    position: relative;
}
.bogo-language-switcher li:not(:first-child) {
position: relative;
margin-left: 24px;
}
.bogo-language-switcher li:not(:first-child)::after
{
position: absolute;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    top: 50%;
    left: -10px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) rotate(30deg);
    background-size: contain;
    background-color: white;
    background-position: center;
}

.ta-visibility-hidden {
display: none;
}