/**
 * wpml.css
 *
 * All WPML related styles
 *
**/

.wpml-language-switcher-block-container {
    position: relative;
    top: 8px;
}

.wpml-language-switcher-block {
    width: auto !important;
    position: absolute;
}

.wpml-language-switcher-block .wp-block-navigation-item__label {
    visibility: hidden;
    position: absolute;
}

.wpml-language-switcher-block .wp-block-navigation-item__content {
    position: relative;
    line-height: 0 !important;
}

.wpml-language-switcher-block .wp-block-navigation-item__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.wpml-language-switcher-block .wpml-ls-flag {
    margin: 0 !important;
}

@media screen and (min-width: 600px) {

    .wpml-language-switcher-block {
        position: relative;
    }

}