/*------------------------------------------------*/
#et-top-navigation nav > ul > li > a {
padding-bottom: 20px!important;}
#top-menu-nav > ul > li > a {
display: inline-block;
position: relative;
padding-bottom: 1px;}
#top-menu-nav > ul > li > a:after {
content: '';
display: block;
margin: auto;
margin-top:10px;
height: 2px;
width: 0px;
background: transparent;
transition: width .5s ease, background-color .5s ease;}
#top-menu-nav > ul > li > a:hover:after, #top-menu li.current-menu-item > a:after {
width: 100%;
background: #3173b5;}