.top-menu-parent > a{
	display: block !important;
	position: relative;
}
.menu-arrow > a{
	display: block !important;
}
.menu-arrow > a:after{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: url(images/sub-menu-arrow.svg) no-repeat center;
	right: 0;
	top: 4px;
}
.sub-menu{
	display: none;
}
.footer__menu.sub-menu-visible > ul, .footer__menu.sub-menu-visible > .footer__menu-title{
	display: none;
}
.sub-menu .footer__menu-title{
	cursor: pointer;
	padding: 0 0 0 30px;
	background: url(images/sub-menu-back-arrow.svg) no-repeat 0 3px;
}

.top-menu-parent.footer__menu-title > a{
	text-decoration: none;
}