﻿.footer {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    height: 65px;
}

    .footer .text {
        display: flex;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

.footer a {
        color: #101214;
        text-decoration: none;
    }

.footer .visa-mastercard {
    width: 150px;
}

.lpx-content {
    min-height: calc(100vh - 100px);
}


@media only screen and (max-width: 767px) {
    .lpx-content {
        min-height: calc(100vh - 127px);
    }

    .lpx-topbar-container {
        display: none;
    }

    .lpx-content-container {
        min-height: calc(100vh - 72px);
    }
}

