/*
Feature Name:    Multilingual Press
Version:         2.0
Author:          web dev media UG
Author URI:      web-dev-media.de
*/
.col-language-switch, .language-switch {
    float: right
    }
.col-language-switch {
    margin-left: 20px
    }
.row-nav .language-switch {
    margin-right: 20px;
    margin-left: 0
    }
.language-dropdown-toggle, .language-dropdown-list.open {
    width: 44px
    }
.language-dropdown-toggle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    padding: 0 0 0 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 3px;
    background-color: #192024;
    cursor: pointer
    }
.language-switch .switch-label {
    margin-top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 21px
    }
.language-switch .language-dropdown-list {
    display: none
    }
.language-switch .language-dropdown-list.open {
    position: absolute;
    display: block;
    z-index: 50;
    background-color: transparent
    }
.language-switch .language-dropdown-list a, .language-switch .language-dropdown-list a:hover {
    position: relative;
    display: block;
    margin-top: 1px;
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: #192024;
    color: #fff;
    cursor: pointer
    }
.w-icon-dropdown-toggle:after {
    position: absolute;
    display: block;
    top: 2px;
    right: 5px;
    font-family: "FontAwesome";
    content: "";
    font-size: 11px;
    color: #fff
    }