/**/
.header-nav .current-menu-item::after{
	width: 100%;
}
.home .header-nav .current-menu-item::after{
	width: 0;
}

.home .header-nav .current-menu-item:hover::after{
	width: 100%;
}

.content strong{
	font-weight: bold;
}

.footer-section.footer-nav a.btn{
	display: none;
}