#footer-menu {}

/*--------------------------------------------------------------------------------------*/

#footer-menu > .content-wrapper {}
#footer-menu > .content-wrapper > .title {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Stretch Pro';
}
@media (min-width: 900px) {
	#footer-menu > .content-wrapper { margin-bottom: 50px; }
	#footer-menu > .content-wrapper > .title { font-size: 40px; }
}
@media (max-width: 899.99px) {
	#footer-menu { margin-bottom: 50px; }
	#footer-menu > .content-wrapper { margin-bottom: 30px; }
	#footer-menu > .content-wrapper > .title { font-size: 24px; }
}