/*
Theme Name: Caridad Child
Author: VamTam
Author URI: https://vamtam.com
Template: caridad
*/



/*

put your child theme styles here


you don't need any @import rules

*/

section.vamtam-sticky-header--fixed-hidden {
    transform: none !important;
    background-color: var(--vamtam-sticky-header-bg-color) !important;
}

body.home section.vamtam-sticky-header--fixed-hidden nav > ul > li > a,
body.home section.vamtam-sticky-header--fixed-shown nav > ul > li > a {
    color: var(--e-global-color-vamtam_accent_6 ) !important;
}

body:not(.home) section.vamtam-sticky-header:not(.vamtam-sticky-header--fixed-hidden):not(.vamtam-sticky-header--fixed-shown) nav > ul > li:not(.current-menu-item):not(.current_page_ancestor) > a {
    color: var(--e-global-color-vamtam_accent_6 ) !important;
}

body.home section.vamtam-sticky-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) nav > ul > li:not(.current-menu-item):not(.current_page_ancestor) > a,
body:not(.home) section.vamtam-sticky-header--fixed-hidden nav > ul > li:not(.current-menu-item):not(.current_page_ancestor) > a,
body:not(.home) section.vamtam-sticky-header--fixed-shown nav > ul > li:not(.current-menu-item):not(.current_page_ancestor) > a {
    color: var(--e-global-color-vamtam_accent_5 ) !important; /*bianco*/
}

body section.vamtam-sticky-header--fixed-hidden nav.elementor-nav-menu--main > ul > li > a.elementor-item:hover,
body section.vamtam-sticky-header--fixed-shown nav.elementor-nav-menu--main > ul > li > a.elementor-item:hover,
body section.vamtam-sticky-header:not(.vamtam-sticky-header--fixed-shown):not(.vamtam-sticky-header--fixed-hidden) nav > ul > li:not(.current-menu-item):not(.current_page_ancestor) > a:hover,
body section.vamtam-sticky-header nav > ul > li.current-menu-ancestor > a,
body section.vamtam-sticky-header nav > ul > li.current-menu-ancestor > a {
    color: var(--e-global-color-vamtam_accent_1 ) !important; /*giallo*/
}


