//*
Theme Name: Porto Child
Template: porto
Version: 1.0
*/

/* =========================================================
   BANFI – OVERRIDE PORTO (CHILD THEME)
   Header + Menu: home trasparente, pagine azzurro, attivo rosso
   ========================================================= */

/* 1) HEADER HOME: overlay semi-trasparente */
body.home #header .header-main {
  background-color: rgba(46, 94, 139, 0.55) !important; /* azzurro trasparente */
}

/* 2) HEADER PAGINE INTERNE: azzurro pieno */
body:not(.home) #header .header-main {
  background-color: rgba(46, 94, 139, 0.90) !important; /* come nel tuo screenshot */
}

/* 3) Link menu: bianco */
#main-menu .mega-menu > li.menu-item > a,
#main-menu .mega-menu > li.menu-item > h5 {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* 4) Voce attiva: rosso + testo bianco */
#main-menu .mega-menu > li.menu-item.active > a,
#main-menu .mega-menu > li.menu-item.current-menu-item > a,
#main-menu .mega-menu > li.menu-item.current_page_item > a {
  background: #f40001 !important;
  color: #ffffff !important;
}

/* 5) Hover: rosso (coerente con attivo) */
#main-menu .mega-menu > li.menu-item:hover > a,
#main-menu .mega-menu > li.menu-item:focus-within > a {
  background: #f40001 !important;
  color: #ffffff !important;
}

/* 6) Freccette dropdown (se presenti) */
#main-menu .mega-menu > li.menu-item > a .tip,
#main-menu .mega-menu > li.menu-item > a .arrow,
#main-menu .mega-menu > li.menu-item > a:after {
  color: #ffffff !important;
  border-top-color: #ffffff !important;
}

/* 7) (Opzionale) Spazio/padding voci menu – scommenta se serve
#main-menu .mega-menu > li.menu-item > a{
  padding: 18px 18px !important;
}
*/

/* =========================================================
   LOGO OVERLAY (BANFI) – stabile dopo update Porto
   ========================================================= */

/* Mantiene il logo a sinistra e sopra l’header */
#header .overlay-logo{
  position: relative;
  display: inline-block;
  z-index: 50;
}

/* Limite dimensione logo: replica max-width che ora è inline */
#header .overlay-logo img{
  max-width: 324px !important;
  height: auto !important;
}

/* Se vuoi che non “spinga” troppo in verticale l’header (opzionale)
#header .header-left{
  display:flex;
  align-items:center;
}
*/

/* BANFI – FIX: titoli widget footer NON uppercase */
#footer .widget .widget-title,
#footer .widget .widget-title a,
#footer .widget .widgettitle,
#footer .widget .widgettitle a{
  text-transform: none !important;
}

/* BANFI – FIX DEFINITIVO: Porto Heading H2 */
.porto-u-heading .porto-u-main-heading h2[style]{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.porto-u-heading .porto-u-main-heading h3,
.porto-u-heading .porto-u-main-heading h4{
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0 !important;
}

.porto-u-heading.wpb_custom_95a9aa11c17ad45cfabaf210d84ee7cc .porto-u-main-heading h2{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}

/* BANFI – Riduci padding solo nella hero homepage */
body.home .vc_custom_1519914646023{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

body.home .vc_custom_1676023294770 h4{
    color: #ffffff !important;
}

body.home .vc_custom_1520180419845 h4 {
    color: #ffffff !important;
}

