/*
 Theme Name:   Valenti Child
 Theme URI:    
 Description:  Child theme for Valenti
 Author:       Nick Buinenko
 Author URI:   https://smartpipl.com/
 Template:     valenti
 Version:      1.0.0
 Text Domain:  valenti-child
*/


body {
  /* пример */
}

#cb-nav-bar{
    transition:0.2s all linear;
}
#cb-nav-bar #cb-main-menu .main-nav .menu-item:hover{
    background: #1e73be !important;
}
#cb-nav-bar #cb-main-menu .main-nav .menu-item:hover a{
    background: #1e73be !important;
}
#cb-content.menu-sticky{
    padding-top:48px;
}
.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}