body:not(.nav-opened) header.app-header .secondary-nav a:hover{
	color: #414040;
}

/*header.app-header .logo{
	background: url("../images/logo_home.svg") 0 0 no-repeat;
	background-size: contain;
}
header.app-header .logo img{
	opacity: 0;
}*/

footer.app-footer .social-wrap a{
	border-color: #fff;
}
footer.app-footer .social-wrap a svg{
	fill: #fff;
}

footer.app-footer .strategy-online-btn,
footer.app-footer .strategy-online-btn::before,
footer.app-footer .strategy-online-btn::after{
	border-color: #000 !important;
	color: #000 !important;
}

@media (max-width: 991px){
    footer.app-footer .social-wrap a,
    footer.app-footer .social-wrap a:hover{
        border-color: #000 !important;
    }
    footer.app-footer .social-wrap a svg,
    footer.app-footer .social-wrap a:hover svg{
        fill: #000 !important;
    }
}