/*
Theme Name:     Neeon
Theme URI:      http://radiustheme.com/demo/wordpress/themes/neeon
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Neeon is an Responsive News, Blog & Magazine WordPress Theme.
Version:        2.3
Text Domain:    neeon  
Tags: theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License: Envato split License
License URI: https://themeforest.net/licenses/terms/regular
*/

#header-13 .edition-switcher {
    font-size: 12px;
    position: absolute;
    color: white;
    right: 50px;
    width: 180px;
}

@media screen and (max-width: 768px) {
    .offscreen-navigation .edition-switcher {
        padding: 7px 7px 7px 25px;
        font-size: 14px;
        font-family: 'Spartan', sans-serif;
    }
}

#header-13 .edition-switcher label {
    padding: 0px 10px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .offscreen-navigation .edition-switcher {

        border-top: 1px solid rgb(233, 233, 233);
    }

    .offscreen-navigation .edition-switcher label {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

    }

    .offscreen-navigation .edition-switcher label i {
        color: #999999;
        margin-right: 6px;
    }
}

#header-13 .edition-switcher label:hover {
    border-bottom: 1px solid white;
}

@media screen and (max-width: 768px) {
    #header-13 .edition-switcher label:hover {}
}

#header-13 ul.edition-options {
    position: absolute;
    background-color: white;
    width: 100%;
    margin-top: 10px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
}

#header-13 ul.edition-options li {
    padding: 5px 10px;
    font-weight: bold;
}

#header-13 ul.edition-options li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mean-container .mobile-mene-bar .mean-bar {
    background-color: #000;
}

.mean-container .mean-bar .sidebarBtn .bar {
    background-color: #FFF;
}

#footer-7 .footer-logo-area {
    padding-bottom: 0px;
}

.yg-footer {
    width: 100%;
    text-align: right;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .yg-footer {
        text-align: center;
        padding-bottom: 20px;
    }
}

/**
Override Elementor's default styles for the .elementor-invisible class to ensure that elements with this class are visible.
This is necessary because Elementor's default styles set .elementor-invisible to display: none, which hides the element from view. By setting visibility: visible and using !important, we ensure that the element is displayed while still allowing it to take up space in the layout.
*/
.elementor-invisible {
    visibility: visible !important;
}