
.is-style-header-nav .wp-block-navigation-item:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 25px;
    height: 2px;
    content: "";
    background: transparent;
    transform: translateX(-50%);
}

.is-style-header-nav .wp-block-navigation-item:hover:after, .is-style-header-nav .wp-block-navigation-item.current-menu-item:after {
	background: #FDB715;
}

.is-style-header-nav .wp-block-navigation-item:hover a, .is-style-header-nav .wp-block-navigation-item.current-menu-item a{
	font-weight: 500;
}

/* Mobile View */
@media screen and (max-width: 767px){
	.is-style-footer-nav ul.wp-block-navigation__container {
		justify-content: center;
	}

	.is-style-header-nav {
		justify-content: flex-end !important;
	}
}