/*=============================*/
/*=====----- GENERAL -----=====*/
/*=============================*/

.panel-footer {
    background: var(--cactus-alt-1);
    color: var(--white);
}

.panel-footer .footer-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-5);
}

.panel-footer .footer-row.top,
.panel-footer .footer-row.bottom {
    background: #6e7e4a;
}

.panel-footer .footer-row.inner {
    padding: 0;
}

/*=============================*/
/*=====----- TOP ROW -----=====*/
/*=============================*/

.panel-footer .footer-row.top {
    padding-bottom: var(--space-5);
    gap: 27px;
}

.panel-footer .badge {
    width: 84px;
    height: auto;
}

/*================================*/
/*=====----- MIDDLE ROW -----=====*/
/*================================*/

.panel-footer .footer-row.mid {
    padding: var(--space-8) var(--space-5) 41px var(--space-5);
    gap: 46px;
}

.panel-footer .footer-row.mid .footer-row.inner {
    gap: 36px;
}

.panel-footer .footer-row.mid .footer-row.inner.logo {
    gap: 18px;
}

/*================================*/
/*=====----- MIDDLE ROW, LOWER -- LAND ACKNOWLEDGEMENT MESSAGE -----=====*/
/*================================*/

.panel-footer .footer-row.mid.lower {
    justify-content: center;
    border-top: 2px solid #6e7e4a;
    max-width: 70%;
    margin: 0 auto;
    padding: 0;
}

.panel-footer.gastronomy-footer .footer-row.mid.lower {
    border-top-color: white;
}

.film .panel-footer .footer-row.mid.lower {
    border-top-color: var(--brown);
}

.panel-footer .footer-row.mid.lower a,
.panel-footer.gastronomy-footer .footer-row.mid.lower .contentRender_name_plugins_core_textbox a {
    color: white;
}

.panel-footer .footer-row.mid.lower .contentRender_name_plugins_core_textbox p {
    font-size: 15px;
}

/*=====----- LOGO -----=====*/

.logo-footer {
    width: 100%;
    max-width: 137px;
    margin: 0 auto;
}

.logo-footer img {
    width: 100%;
}

.logo-footer .logo-img {
    margin-bottom: 22px;
}

.logo-footer .free-thyself {
    width: 100%;
    max-width: 107px;
    margin: 0 auto;
}

/*================================*/
/*=====----- BOTTOM ROW -----=====*/
/*================================*/

.panel-footer .footer-row.bottom {
    gap: 25px;
    padding-bottom: var(--space-5);
    text-align: center;
}

.panel-footer .copyright {
    margin: 0;
    font-family: var(--font-body-semibold);
    font-weight: normal;
    font-size: var(--text-xs);
    letter-spacing: .05rem;
    line-height: var(--leading-tight);
}

.panel-footer .footer-row.ext-logos {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-4);
}

.panel-footer .footer-row.ext-logos a {
    display: block;
    flex-shrink: 0;
    margin: 0 auto;
}

.panel-footer .footer-row.ext-logos img {
    width: 100%;
}

.panel-footer .tripadvisor {
    width: 123px;
}

.panel-footer .made-by-sv {
    width: 173px;
}

/*===================================================*/
/*=====----- Mobile Bottom Fixed Container -----=====*/
/*===================================================*/

.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/*===================================*/
/*=====----- MEDIA QUERIES -----=====*/
/*===================================*/

@media (min-width: 375px) {
    .panel-footer .footer-row.ext-logos a {
        margin: 0;
    }
}

@media (min-width: 40em) {
    .panel-footer .footer-row.inner.cta {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-row {
        flex-direction: row;
        justify-content: space-between;
    }

    .panel-footer .footer-row.inner {
        justify-content: flex-start;
    }

    .panel-footer .footer-row.inner.cta {
        justify-content: flex-end;
    }

    .panel-footer .badge {
        width: 80px;
    }

    .panel-footer .footer-col.logo {
        order: -1;
    }

    .panel-footer .social-links {
        gap: var(--space-2);
    }

    .panel-footer .footer-row.ext-logos {
        width: auto;
    }

    .logo-footer .logo-img {
        margin-bottom: var(--space-3);
    }

    .logo-footer .free-thyself {
        max-width: 116px;
        margin: 0;
    }
    
    .panel-footer .footer-row.mid.lower .contentRender_name_plugins_core_textbox p {
        font-size: 18px;
    }
}

@media (min-width: 90em) {
    .panel-footer .footer-row.mid .footer-row.inner {
        gap: 30px;
    }

    .panel-footer .footer-row.bottom {
        padding: 14px 54px 14px 77px;
    }

    .panel-footer .footer-row.top {
        padding: var(--space-2) 56px var(--space-2) 76px;
    }

    .panel-footer .footer-row.mid {
        align-items: flex-start;
        padding: 44px 50px var(--space-5) 77px;
    }

    .panel-footer .footer-row.mid .footer-row.inner.logo {
        align-items: flex-start;
        gap: 30px;
    }

    .panel-footer .social-links {
        margin-top: 18px;
        gap: var(--space-3);
    }

    .panel-footer .footer-row.ext-logos {
        gap: 30px;
    }

    .panel-footer .tripadvisor {
        width: 128px;
    }
    
    .panel-footer .made-by-sv {
        width: 179px;
    }
}

/* Gastronomy Footer */
.panel-footer.gastronomy-footer,
.panel-footer.gastronomy-footer .footer-row.bottom,
.panel-footer.gastronomy-footer .footer-row.top {
    background-color: #862455;
}

.panel-footer.gastronomy-footer .footer-row {
    align-items: center;
}

.panel-footer.gastronomy-footer .footer-row.mid {
    gap: 0;
    padding-top: 15px;
}

.panel-footer.gastronomy-footer .footer-row.mid .learnmore-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    font-family: var(--font-display);
    font-size: 23px;
    line-height: 1;
    color: #fff;
}

.panel-footer.gastronomy-footer .footer-row.mid .learnmore-title::before,
.panel-footer.gastronomy-footer .footer-row.mid .learnmore-title::after {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transforms: translateY(-50%);
}

.panel-footer.gastronomy-footer .footer-row.mid .learnmore-title::before {
    left: 0
}

.panel-footer.gastronomy-footer .footer-row.mid .learnmore-title::after {
    right: 0;
}

.panel-footer.gastronomy-footer .footer-row.mid .footer-row.inner.logo {
    gap: 15px;
    align-items: center;
}

.panel-footer.gastronomy-footer .footer-row.mid .footer-row.inner.logo .startup-logo {
    margin-bottom: 15px;
}

.panel-footer.gastronomy-footer .footer-row.mid .footer-row.inner.logo .social-links {
    margin: 0;
}

.panel-footer.gastronomy-footer .footer-row.mid .footer-row.inner.logo .social-links a {
    width: 30px;
    height: 30px;
}

@media (max-width: 1280px) {
    .panel-footer.gastronomy-footer .footer-row {
        justify-content: center;
    }

    .panel-footer.gastronomy-footer .footer-row.mid {
        flex-direction: column;
    }

    .panel-footer.gastronomy-footer .footer-row.mid .enews-cont {
        order: -1;
    }

    .panel-footer.gastronomy-footer .footer-row.mid .footer-row.inner.logo {
        margin-top: 35px;
    }
}

@media (max-width: 640px) {
    .panel-footer.gastronomy-footer .footer-row.mid .learnmore-title::before {
        left: -60px;
        width: 50px;
    }

    .panel-footer.gastronomy-footer .footer-row.mid .learnmore-title::after {
        right: -60px;
        width: 50px;
    }

}