/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 03 2025 | 06:25:35 */
  @media (min-width: 992px) and (max-width: 1440px) {  
  /* 1) Never let the nav flex‑container wrap its items */  
  header.top-header .navbar-nav {  
    flex-wrap: nowrap !important;  
  }  
  
  /* 2) Never allow the links themselves to break or wrap */  
  header.top-header .navbar-nav li a {  
    white-space: nowrap;  
  }  
  
  /* 3) Slightly reduce lateral padding so they all fit */  
  header.top-header .navbar-nav li a {  
    padding: 0 12px !important;  
  }  
}  
  