/**
 * 
 * Тема : Основное.
 * 
 *
 * 
 */

/*
 * -----------------------------------------------------------------------------
 *
 * Панелька меню : Плавающая.
 *
 * -----------------------------------------------------------------------------
 */


/*
 * -----------------------------------------------------------------------------
 *
 * Плавающее меню.
 *
 * -----------------------------------------------------------------------------
 */

#navbar-fixed {
    position: fixed;
    top: -60px; left: 0; right: 0;
    
    /* top: 0; */
    
    height: 46px;
    
    z-index: 1030;
    
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    
    transition: top .3s ease;
}

.scrolled #navbar-fixed {
    top: 0;
}

/* --- Фиксы для админбара ВП --- */

.scrolled.admin-bar #navbar-fixed {
    top: 32px;
}

@media (max-width: 782px) {
    .scrolled.admin-bar #navbar-fixed {
        top: 46px;
    }
    html #wpadminbar {
        position: fixed;
    }
}



@media (max-width: 767px) {
    #navbar-fixed .container {
        max-width: 100%;
    }
}

/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */


#navbar-fixed .logo {
    display: block;
    float: left;
    
    height: 40px;
    
    margin-top: 3px;
}

#navbar-fixed img {
    width: auto;
    height: 100%;
}

/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

#navbar-fixed .btn-search,
#navbar-fixed .btn-menu {
    float: right;
    margin-top: 4px;
}

@media (min-width: 768px) {
    #navbar-fixed .btn-search,
    #navbar-fixed .btn-menu {
        display: none;
    }
}

/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */




#navbar-fixed .sqr {
    display: none;
}

#navbar-fixed .menu-box {
    display: none;
    float: right;
}

#navbar-fixed .menu-box .menu-item {
    display: inline-block;
    
    padding: 0 7px;
    
    line-height: 46px;
    font-size: 14px;
    
    text-transform: uppercase;
    white-space: nowrap;
    
    color: inherit;
    
    transition: all .3s ease;
}

#navbar-fixed .menu-box .menu-item.current-menu-item {
    color: #f0473e;
    cursor: default;
}

#navbar-fixed .menu-box .menu-item:not(.current-menu-item):hover {
    background-color: #00094d;
    color: #fff;
}

@media (min-width: 768px) {
    #navbar-fixed .menu-box {
        display: block;
    }
}


/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}
