@media (min-width:1025px){#menu-desktop .menu-item{position:relative;display:inline-block;padding:5px 10px;color:#252c32;text-decoration:none;transition:color .2s ease;font-weight:400}#menu-desktop .menu-item:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#252c32;transition:width .3s ease}#menu-desktop .menu-item:hover:after,#menu-desktop .menu-item:focus:after{width:100%}#menu-desktop .menu-item.active,#menu-desktop .menu-item.current-menu-item,#menu-desktop .menu-item.current_page_item{font-weight:600}#menu-desktop .menu-item.active:after,#menu-desktop .menu-item.current-menu-item:after,#menu-desktop .menu-item.current_page_item:after{width:100%}}