/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

#menu-menu-cell .current-menu-item a:before,
#menu-menu-cell .current_page_item a:before,
#menu-vita-sante .current-menu-item a:before,
#menu-vita-sante .current_page_item a:before{
	/** bottom: -8px; **/
}

#menu-menu-cell .current-menu-item a,
#menu-vita-sante .current-menu-item a{
	padding-bottom: 0!important;
}

#menu-menu-cell .current-menu-item a:before,
#menu-menu-cell .current_page_item a:before,
#menu-vita-sante .current-menu-item a:before,
#menu-vita-sante .current_page_item a:before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}

#menu-menu-cell li a,
#menu-vita-sante li a{
 font-size: 16px;
}

#menu-menu-cell li a:before,
#menu-vita-sante li a:before {
 content: "";
 position: absolute;
 left: 0;
 right: 100%;
 bottom: 0px;
 background: #BBD67E;
 height: 3px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}

#menu-menu-cell li:hover,
#menu-vita-sante li a:hover {
 opacity: 1 !important;
}

#menu-menu-cell li a:hover:before
#menu-vita-sante li a:hover:before {
 right: 0;
}
