@import "helpers/mixins"; @import "helpers/variables"; @import "helpers/functions"; #block-mainnavigation-2 { .navbar-nav { li { border-top: 1px #979797 dotted; a { display: inline; padding: 0 14px; } } ul { display: none; position: inherit; background: transparent; border: none; box-shadow: none; padding: 0; list-style-type: none; li { a { color: $black-base; padding: 0px 5px 0px 35px; } i { padding: 0 10px; } li { a { padding: 0px 5px 0px 55px; } } } } .active-trail ul { display: inherit; } i { float: right; padding: 2px 10px; cursor: pointer; } &:nth-last-child(1) { border-bottom: 1px #979797 dotted; border-top: none; } } .nav > li > a:hover, .nav > li > a:focus { background-color: transparent; } .active-link { background-color: $white; border-left: solid #D0021B 3px; } .link-wrapper { &:hover { background-color: $white; } } @media (max-width: 768px) { display: none; } }