.language-switcher-container {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 12px;
    min-height: 34px;
    cursor: pointer;
}

/* header */

.language-switcher-container-header {
    background: url(../img/languages-icon.svg) right 6px no-repeat;
    background-size: 21px;
    padding: 6px 30px 6px 0;
}

.language-switcher-container-header .language-switcher {
    color: #BDBDBD;
}

.language-switcher-container-header .language-switcher-dropdown.dropdown-open::before {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 10px;
    vertical-align: 0.255em;
    margin-left: 10px;
    content: "";
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    border-left: 5px solid transparent;
}

/* footer */

.language-switcher-container-footer {
    min-width: 80px;
    margin-right: 7px;
}

.language-switcher-container-footer .language-switcher {
    color: #000;
    padding: 2px 10px;
    border: 1px solid rgba(116, 115, 134, 0.2);
    border-radius: 4px;
    text-align: left;
    transition: .3s ease-in-out;
}

.language-switcher-container-footer .language-switcher:hover {
    border: 1px solid #0863CE;
}

.language-switcher-container-footer .language-switcher::after {
    display: inline-block;
    vertical-align: 0.255em;
    margin-left: 10px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.language-switcher-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.language-switcher-container-footer .language-switcher-dropdown {
    transform: translate(0, -100%);
    top: -25px;
}

.language-switcher-container-footer .language-switcher-dropdown.dropdown-open::before {
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 10px;
    vertical-align: 0.255em;
    margin-left: 10px;
    content: "";
    border-top: 5px solid white;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}

/* dropdown */

.language-switcher-dropdown.dropdown-open {
    display: block;
}

.language-switcher-dropdown {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.16);
    z-index: 1;
    margin-top: 15px;
    right: 0;
    border-radius: 4px;
}

.language-switcher-dropdown li a {
    display: inline-block;
    padding: 8px 15px;
    text-align: left;
    color: #2F2F2F;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 20px;
    min-width: 150px;
}

.language-switcher-dropdown li:first-child {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.language-switcher-dropdown li:last-child {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.current-lang a {
    background-color: #418CCA;
}

.language-switcher-dropdown li.current-lang a {
    color: #FFFFFF;
}

.language-switcher-dropdown li:not(.current-lang):hover {
    background-color: #FAFAFA;
}

/* header text */

#subscribe-open.button-subscribe::before,
#explore-open.button-explore::before {
    display: none;
}

.article-preview .overlay-excerpt:after {
    display: none !important;
}

.article-preview .overlay-excerpt p.keep-reading {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: rgba(43,59,83,0.9);
    left: 0;
    padding: 12px 24px;
    text-align: right;
    width: 100%;
}
