/*
Theme Name: Libri e Bambini Theme
Template:   twentytwentyfive
Theme URI: https://www.linkedin.com/in/maxdefa/
Author: Massimo De Faveri
Author URI: https://wordpress.org
Description: this is a Twenty Twenty-Five's child theme, made for Libri e Bambini website.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


/* sticky header */
header:has(>.is-position-sticky) {
position: sticky;
top: calc( 0px + var( --wp-admin--admin-bar--height, 0px ) );
z-index: 100;
}


/* rimozione gap footer */ 
footer { margin-top: 0; }

/* rimozione spazio sopra loghetto */
figure { line-height: 0; }

/* ombreggiatura menu */
.blocco-menu { z-index: 10; 
box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.4); 
}

/* colore menu:hover */
.blocco-menu .wp-block-navigation-item__content {
  border-bottom: 6px solid transparent; /* riserva lo spazio */
  padding-bottom: 0.6rem; 
  padding-top:0.6rem;
  letter-spacing: 0.04rem;
}
.blocco-menu .wp-block-navigation-item__content:hover, .blocco-menu .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
    color: var(--wp--preset--color--base); 
    font-weight:800;
    text-decoration: none; /* rimuove underline */
    border-bottom: 6px solid var(--wp--preset--color--leb-orange);
}
/* Rimuovere il bordo di focus dalle voci del menu */
.blocco-menu .wp-block-navigation-item__content:focus {
    outline: none;
}

.loghetto { padding-bottom: 0.7rem; }
