.footer {
    transition: transform .5s ease;
    text-align: center;
}

.footer .footer-menu-wrapper {
    padding-top: 20px;
    background: #E9E8F0;
    color: #1B1464;
}



.footer-menu-wrapper .footer-logo {
    width: 94px;
    margin: 20px auto;
}

.footer-menu-wrapper .footer-menu-lists ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.footer-menu-wrapper .footer-menu-lists ul li {
   margin: 5px;
   font-size: 12px;
}
.footer-menu-lists .footer-menu {
    flex: 0 0 25%;
}

.footer-menu-lists .footer-menu:before {
    font-family: "Flaticon";
    font-size: 35px;
}

.footer-menu-lists .wink-experience:before {
    content: "\f162";
}

.footer-menu-lists .slot-games:before {
    content: "\f154";
}

.footer-menu-lists .best-bingo:before {
    content: "\f161";
}

.footer-menu-wrapper .footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu-wrapper .footer-menu ul li a {
    font-size: 16px;
    line-height: 30px;
}

.footer-menu ul li.footer-menu-selected-item {
    font-size: 17px;
    font-weight: 700;
}

.footer .footer-licence-wrapper {
    padding-top: 20px;
    background: #312e29;
    color: #fff;
}

.footer-licence-wrapper .footer-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 200px;
}

.footer-social-links .footer-social {
    flex: 0 0 50%;
}

.footer-social .footer-social-title {
    font-size: 17px;
     font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .75;
    transition: opacity 0.3s ease;
}
.footer-social a:hover {
    opacity: 1;
}

.footer-social a.facebook {
    background-image: url('../images/icons/facebook.png');
}

.footer-social a.instagram {
    background-image: url('../images/icons/instagram.png');
}

.footer-social a.linkedin {
    background-image: url('../images/icons/linkedin.png');
}


.footer p.rights-text {
    font-size: 12px;
    font-weight: 700;
}

.footer-logo img {
    max-width: 95px;
    height: auto;
}

.error-message {
    margin-top: 5px;
    color: #dc3545;
    font-size: 12px;
    display: block;
}

@media only screen and (max-width: 1000px) {
    .footer-menu-lists .footer-menu {
        flex: 0 0 50%;
    }

    .footer .footer-licence-wrapper {
        padding-bottom: 70px;
    }
}



@media only screen and (max-width: 455px) {
    .footer-menu-wrapper .section-wrapper {
        padding: 0 0 25px;
    }


    .footer-menu-wrapper .footer-menu {
        flex: 0 0 100%;
    }

    .footer-licence-wrapper .footer-social-links {
        padding-left: 0;
        padding-top: 30px;
    }

    .footer-social-links .footer-social {
        flex: 0 0 100%;
        text-align: center;
        padding: 10px 0;
    }

    .footer .footer-licence-wrapper {
        padding-bottom: 80px;
    }

    .core-footer-links-wrapper .core-footer-links .core-footer-link {
        width: 100%;
        text-align: center;
        padding: 5px;
    }

    .core-footer-links-wrapper .core-footer-links .core-footer-link:after {
        display: none;
    }

    .core-footer-links-wrapper .core-footer-links .core-footer-link a {
        font-size: 14px;
    }
}
