/**
.---------------------------------------------------------------------.
|  @package: Theme Start5up (a.k.a. theme Startup Pro)
|  @version: v2.4.5.1 (21 January 2025)
|  @link:    http://italinux.com/startup-pro
|  @docs:    http://italinux.com/theme-startup-pro
|
|  @author: Matteo Montanari <matteo@italinux.com>
|  @link:   https://matteo-montanari.com
'---------------------------------------------------------------------'
.---------------------------------------------------------------------------.
| @copyright (c) 2025                                                       |
| ------------------------------------------------------------------------- |
| @license: Concrete5.org Marketplace Commercial Add-Ons & Themes License   |
|           https://concrete5.org/help/legal/commercial_add-on_license      |
|           or just: file://theme_start5up/LICENSE.TXT                      |
|                                                                           |
| This program is distributed in the hope that it will be useful - WITHOUT  |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or     |
| FITNESS FOR A PARTICULAR PURPOSE.                                         |
'---------------------------------------------------------------------------'
*/
section.sticky.menu.sticky-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
section.sticky.menu.loggedIn.sticky-fixed {
  top: 48px !important;
}

@media screen and (max-width: 1024px) {
  section.sticky.menu {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  section.sticky.menu.loggedIn {
    top: 48px !important;
  }
}

@media screen and (max-width: 768px) {
  section.sticky.menu {
    top: -2px !important;
  }
}
