/** Footer fix - Version 1.1 **/

.global-footer__wrapper a{
    color: #ffffff;
}

@media (max-width: 765px){
	.global-footer__wrapper {
    padding: 0 25px 15px 25px;
}
}

.global-footer__wrapper h2 {
    color: #fff;
}

