/**
.-----------------------------------------------------------------------.
|  @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.                                          |
'-----------------------------------------------------------------------------'
 */

/**
*  Preloader
--------------------------------------------------------- */
/*
div.preloader {
    opacity: 0.6;
}
 */


/**
*  Top Header
--------------------------------------------------------- */
/* Page: Default */
header > div.top-header {
    background-color: rgb(5, 5, 5, 0.2) !important;
}

/* Page: Services */
div.page-template-services > header > div.top-header {
    background-color: rgb(5, 5, 5, 0.7) !important;
}

header > div.top-header p {
    margin: 20px;
}
