/**
.-----------------------------------------------------------------------.
|  @version: v1.0 (27 June 2026)
|  @author:  Matteo Montanari <matteo@italinux.com>
|  @link:    https://jdelectricalcontractor.com
'-----------------------------------------------------------------------'
.-----------------------------------------------------------------------------.
|  @license: FREE BSD License                                                 |
|            https://www.freebsd.org/copyright/freebsd-license                |
|                                                                             |
|  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.                                          |
'-----------------------------------------------------------------------------'
 */

/**
*  Top banner
--------------------------------------------------------- */
@media screen and (max-width: 991px) {
   body > div.cg-nexus {
       border-top: 90px solid #000;
   }
}

@media screen and (max-width: 405px) {
   body > div.cg-nexus {
       border-top: 105px solid #000;
   }
}

@media screen and (max-width: 330px) {
   body > div.cg-nexus {
       border-top: 135px solid #000;
   }
}

@media screen and (max-width: 240px) {
   body > div.cg-nexus {
       border-top: 160px solid #000;
   }
}

/**
*  Top Header
--------------------------------------------------------- */
@media screen and (max-width: 1480px) {
   header > div.top-header {
       display: none;
   }
}
