/*
Theme Name: WebNet 2026
Theme URI: https://www.webnet-italia.com
Version: 3.6
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Description: Smart. Fast. Flexible. Beautiful. Light. WebNet WordPress Theme is the most powerful theme in our collection.
Author: Tommaso Capretti
Author URI: https://www.webnet-italia.com
Template: Divi
*/
@import url(../Divi/style.css);
/* Logo */
@media only screen and (min-width: 981px) {
body.page-template-default #logo {
    max-height: 200px !important;
}
body.page-template-default span.logo_helper {
    height: 200px !important;
}
body.page-template-default .et-fixed-header span.logo_helper {
    height: 100% !important;
}
body.page-template-default .et-fixed-header #logo {
    max-height: 100% !important;
}
}/* Logo */
.mobile_menu_bar:before {
    color: #000000;
}
#main-header .et_mobile_menu {background-color: #FFFFFF !important;}
.et_mobile_menu {border-color: #000000 !important;}
/* Menù Principale – gradiente esteso */
#main-header {
    background: linear-gradient(
        to bottom,
        rgba(244, 235, 220, 1) 0%,
        rgba(244, 235, 220, 1) 55%,   /* colore pieno fino sotto il menu */
        rgba(244, 235, 220, 0.85) 75%,
        rgba(244, 235, 220, 0) 100%
    );
}
#main-header.et-fixed-header {
    background: #F4EBDC;
}
/* Sotto-menu Divi: colore pieno */
#top-menu li ul,
.et_mobile_menu {
    background-color: #F4EBDC !important;
}
/* Rimuove eventuali trasparenze/ombre */
#top-menu li ul {
    box-shadow: none;
}
#top-menu li ul li a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
