/*

Project: iON 2025
Creator: Air

 */
.custom-footer {
    background-color: #2B3F7E;
    padding: 40px 0;
    color: #fff;
}
.custom-footer div {
    width: 100%;
    display: flex;
}
.custom-footer .logo {
    margin-bottom: 25px;
}
.custom-footer .logo img {
    height: 60px;
}
.custom-footer .social {
    display: flex;
    flex-direction: column;
}
.custom-footer a {
    margin-bottom: 5px;
}
.custom-footer .menu {
    display: flex;
    flex-direction: column;
}

@media (max-width: 600px) {
    .custom-footer ul {
        padding: 0;
    }
    .custom-footer .payment {
        display: none;
    }
    .custom-footer .social {
        margin-bottom: 20px;
    }
    .footer-column {
        flex-direction: column;
    }
}
.custom-footer li {
    list-style: none;
}
.custom-footer .payment {
    margin-top: 10px;
    height: 46px;
}
/* FOOTER BUTTON */
.main-footer .footer-bottom {
    border-top: 1px solid #2B3F7E;
}
.footer-bottom {
    background-color: #2B3F7E;
}
.footer-copyright,
.main-footer .footer-nav>li>a {
    color: #e5e5e5;
}
.main-footer .footer-nav>li>a:hover,
.main-footer .footer-nav>li>a:focus {
    color: #ffffff;
}
.footer-column .menu a,
.footer-column .social a {
    color: #ffffff;
}
.footer-column .menu a:hover,
.footer-column .social a:hover {
    color: #F79F79;
}
.main-footer .footer-nav>li>a>i {
    color: #ffffff;
}