// HEADER NAVIGATION - PILL HOVER STYLE - GHOSTPLUGINS.COM // .header-nav-item a { padding: 5px 12px !important; background-image: none !important; transition: all ease-in-out .2s !important; } .header-nav-item a:hover { background: #eee; padding: 5px 12px; border-radius: 50px; transition: all ease-in-out .2s !important; }