/* ==========================================================
   Movie Critic Review Custom Footer
========================================================== */

.mcr-footer-columns {
    color: #d7d7d7;
    padding: 50px 20px 0;
}

.mcr-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
    align-items: center;
}

/* ==========================================================
   Affiliate Columns
========================================================== */

.mcr-footer-affiliates {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mcr-footer-affiliates-left {
    justify-content: flex-start;
}

.mcr-footer-affiliates-right {
    justify-content: flex-end;
}

.mcr-footer-affiliates a {
    display: inline-flex;
    transition: opacity .25s ease,
                transform .25s ease;
}

.mcr-footer-affiliates a:hover {
    opacity: .85;
    transform: translateY(-2px);
}

.mcr-footer-affiliates img {
    display: block;
    max-height: 42px;
    width: auto;
    max-width: 140px;
}

/* ==========================================================
   Navigation
========================================================== */

.mcr-footer-navigation {
    display: flex;
    gap: 70px;
    justify-content: center;
    align-items: flex-start;
}

.mcr-footer-menu ul,
.mcr-footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mcr-footer-menu li {
    margin-bottom: 12px;
}

.mcr-footer-menu li:last-child {
    margin-bottom: 0;
}

.mcr-footer-menu a {
    color: #d7d7d7;
    text-decoration: none;
    transition: color .25s ease;
}

.mcr-footer-menu a:hover,
.mcr-footer-menu a:focus {
    color: #ffffff;
}

/* ==========================================================
   Responsive
========================================================== */

@media (max-width: 1024px) {

    .mcr-footer-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .mcr-footer-affiliates-left,
    .mcr-footer-affiliates-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .mcr-footer-navigation {
        justify-content: center;
        gap: 60px;
    }

}

@media (max-width: 768px) {

    .mcr-footer-columns {
        padding-top: 40px;
    }

    .mcr-footer-navigation {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .mcr-footer-affiliates {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .mcr-footer-affiliates img {
        max-height: 36px;
    }

}

@media (max-width: 480px) {

    .mcr-footer-columns {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mcr-footer-affiliates img {
        max-height: 32px;
        max-width: 110px;
    }

}

.footer-box{
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
    padding:0 !important;
}

#vw-footer_box{
    background:transparent !important;
}

#vw-footer{
    background:#000 !important;
}

.vw-footer-cols{
    max-width:100% !important;
    padding:0 !important;
}

/* ==========================================================
   Footer Bottom
========================================================== */

.mcr-footer-bottom{
    margin-top:40px;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.08);
    text-align:center;
}

.mcr-footer-copyright{
    margin:0 0 10px;
    color:#bdbdbd;
    font-size:.92rem;
}

.mcr-footer-legal{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.mcr-footer-legal a{
    color:#d7d7d7;
    text-decoration:none;
    transition:color .25s ease;
}

.mcr-footer-legal a:hover{
    color:#ffffff;
}

.mcr-footer-separator{
    color:#666;
}

@media (max-width:768px){

    .mcr-footer-bottom{
        margin-top:30px;
    }

    .mcr-footer-legal{
        gap:8px;
    }

}

/* ==========================================================
   Individual Logo Tweaks
========================================================== */

.mcr-footer-affiliates img.mcr-logo-nordvpn{
    max-height:62px !important;
    max-width:none !important;
    width:auto;
    height:auto;
}