/*
Theme Name: Food For Thought Theme
Author: Joy Media Creative LLC | Kaitlyn Thul
Description: A custom theme created for Food For Thought Food Bank
Version: 1.0.11
Text Domain: fft
*/

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

.header-language-switcher .wpml-language-switcher-block>.wp-block-navigation-item,
.header-language-switcher .wpml-language-switcher-block>.wp-block-navigation-item>div {
    width: auto !important;
}

.header-language-switcher {
    justify-content: flex-end;
}

.header-language-switcher.wpml-language-switcher-block .wp-block-navigation-item.hasHoverBackgroundColor {
    padding: 0 !important;
}

.header-language-switcher.wpml-language-switcher-block .wp-block-navigation-item.hasHoverBackgroundColor:hover {
    background-color: #fff !important;
    opacity: 1;
}

.header-language-switcher.wpml-language-switcher-block .wp-block-navigation-item.hasHoverBackgroundColor a {
    padding: 10px;
}

@media(max-width: 600px){
    .desktop-only {
        display: none;
    }
}

@media (max-width: 1100px){
    .fft-header-row {
        justify-content: center;
    }
}