#legal-menu {}
@media (min-width: 900px)	 { #legal-menu { margin: 150px 0 50px; } }
@media (max-width: 899.99px) { #legal-menu { margin: 0 0 50px; } }

/*--------------------------------------------------------------------------------------*/

#legal-menu > .content-wrapper > div {
	text-align: center;
	text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------*/

#legal-menu > .content-wrapper > .menu {
	margin-bottom: 15px;
	
	font-size: 10px;
	font-weight: 500;
}
#legal-menu > .content-wrapper > .menu > .menu-item { display: inline-block; }
#legal-menu > .content-wrapper > .menu > .menu-item:not(:last-child) { margin-right: 20px; }
#legal-menu > .content-wrapper > .menu > .menu-item > .label { display: inline; }

/*--------------------------------------------------------------------------------------*/

#legal-menu > .content-wrapper > .info {
	font-size: 9px;
}
#legal-menu > .content-wrapper > .info > .credits > .cta-link {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
#legal-menu > .content-wrapper > .info > .credits > .cta-link:after{
	content: '';
	position: absolute; top: 50%; right: 0; transform: translateY(-50%);
	display: block; height: 13px; width: 13px;
	
	background-image: url("../../images/aply-logo.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}