/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.v-megamenu > ul > li {
   text-transform: none !important;
}

.fieldmegamenu .root-item.no-description .title:hover {
   text-decoration: underline !important;
   color: #fff !important;
}

#header_menu .fieldmegamenu .root-item.no-description:hover {
   text-decoration: underline !important;
   color: #fff !important;
}


#fieldmegamenu-main ul > li.root.active div.root-item div.title span.title-text {
    color: #ffffff !important; 
    text-decoration: underline !important; 
}

#fieldmegamenu-main ul > li.root:hover div.root-item div.title span.title-text {
    color: #ffffff !important; 
    text-decoration: underline !important; 
}

#fieldmegamenu-main ul > li.root div.root-item div.title span.title-text {
    color: #ffffff;
    text-decoration: none; 
}
