Current File : /home/aventura/www/site/wp-content/themes/kleo/assets/css/plugins/wpml.less
/* --------------------------------------------------
    WPML Multilingual CMS - KLEO Compatibility
----------------------------------------------------- */
#lang_sel li {
    width:140px;
}

.submenu-languages {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    box-shadow: 1px 1px 3px rgba(102, 102, 102, 0.1);
    float: left;
    left: 0;
    list-style: none;
    min-width: 190px;
    top: 100%;
    z-index: 1000;
}
.menu-item-language {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.menu-item-language:last-child {
    border-bottom: 0 none;
}
.submenu-languages a {
    padding: 7px 18px; display: block;
}
.menu-item:hover .submenu-languages {
    display: block;
}