/*
Theme Name:   Avada Child
Theme URI:    https://www.stmartinikindergarten.org.za
Description:  Child theme for Avada. Holds custom PHP and CSS for St Martini Kindergarten so the parent theme can be updated safely.
Author:       Mark Norman
Author URI:   https://marknorman.co.za
Template:     Avada
Version:      1.0.0
Requires PHP: 7.4
Text Domain:  avada-child
*/

/* Top-right language switcher */
.stm-language-switcher {
    position: absolute;
    z-index: 200;
    list-style: none;
    display: flex;
    gap: .5em;
    top: -50px;
    right: 0;
}

.stm-language-switcher .lang-item a {
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    gap: .3em;
    text-decoration: none;
}

.stm-language-switcher .lang-item img {
    display: block;
}
