/********************* Footer ******************************/
.footer {
    position: relative;
    background-color: var(--black);
    padding: 0 0 140px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.footer_leaves {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -70px auto 120px;
}

.footer .wrapper_large {
    z-index: 0;
}

.footer_wrapper,
.footer_copyright {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer_logo {
    width: 287px;
    height: 109px;
    margin-right: 0;
    margin-bottom: 25px;
    cursor: pointer;
}

.footer_logo svg {
    width: 287px;
    height: 109px;
}

.footer_logo .main_logo_st1 {
    fill: var(--white);
}

.footer_logo .main_logo_st0 {
    fill: var(--sage);
}

.right_panels {
    width: calc((((100% - 80px) / 5) * 3) + 80px);
    margin-left: 20px;
}

.footer_panels,
.footer_restaurants {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.footer_panel {
    background-color: var(--sage);
    padding: 20px;
    border-radius: 20px;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

.footer_panel:last-of-type {
    margin-right: 0;
}

.footer .copyright {
    width: 250px;
    color: var(--white);
    line-height: 1.8;
    margin-top: 0;
}

.footer .col .copyright span {
    opacity: 0.5;
}

.footer_wrapper h3 {
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 42px;
    text-transform: capitalize;
}

.open_hours {
    margin-top: 10px !important;
}

.footer .main_panel {
    border: 2px solid var(--dark-orange);
    background-color: var(--black);
    border-radius: 20px;
    padding: 20px;
    color: var(--white);
    width: calc((((100% - 80px) / 5) * 2) - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer .main_panel h3,
.footer .main_panel a {
    color: var(--white);
}

.footer .main_panel ul {
    margin-bottom: 0;
}

.footer_wrapper .main_panel .footer_tagline {
    color: var(--dark-orange);
}

.footer_panel h3 {
    color: var(--dark-orange);
}

.footer_panel ul {
    margin: 0;
}

.footer_panel li a,
.footer_restaurant a {
    color: var(--black);
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    transition: 0.2s all ease-in-out;
}

.footer_panel li:last-of-type a {
    margin-bottom: 0;
}

.footer_panel li a i,
.footer_restaurant a i,
.footer_restaurant p i {
    font-size: 18px;
    width: 30px;
    padding-top: 3px;
    box-sizing: border-box;
}

.footer_panel li a .fa-map-marker-alt,
.footer_restaurant p .fa-map-marker-alt {
    padding-left: 3px;
}

.footer_restaurant .opening_hours {
    margin-top: 0;
    margin-bottom: 10px;
}

.footer_restaurant .opening_hours:last-of-type {
    margin-bottom: 0;
}

/*************** Footer Restaurant Panels ********************/
.footer_restaurant {
    background-color: var(--dark-orange);
    padding: 20px;
    border-radius: 20px;
    color: var(--white);
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-top: 20px;
}

.footer_restaurant:last-of-type {
    margin-right: 0;
}

.footer_restaurant h3 {
    color: var(--black);
}

.footer_restaurant a {
    display: block;
    color: var(--white);
}

.footer_restaurant p {
    margin-top: 0;
}

/*************** Social ********************/
.social_link {
    display: flex;
    margin-top: 10px;
    color: var(--black);
    transition: 0.2s all ease-in-out;
}

.social_link:first-of-type {
    margin-top: 0;
}

.social_link i {
    font-size: 18px;
    width: 26px;
    padding-top: 3px;
    box-sizing: border-box;
}

.social_link span {
    width: calc(100% - 26px);
}

/*************** Copyright ********************/
.footer_copyright {
    flex-flow: row-reverse;
    align-items: center;
    color: var(--white);
    opacity: 0.5;
    font-size: 16px;
    margin-top: 25px;
}

.footer_copyright p {
    margin: 0 20px 0 0;
    font-size: 16px;
}

.footer_copyright a {
    margin-left: 20px;
    color: var(--white);
    transition: 0.2s all ease-in-out;
}

.footer_wrapper .col li a:hover,
.footer a:hover {
    opacity: 0.7;
    transition: 0.2s all ease-in-out;
}

@media (max-width: 1350px) {
    .footer .col .copyright {
        width: 220px;
    }
}

@media (max-width: 1150px) {
    .footer .col .copyright,
    .footer .col .copy {
        width: 450px;
    }

    .footer_wrapper,
    .footer_copyright {
        display: block;
    }

    .footer .main_panel,
    .footer .right_panels,
    .footer .footer_panels,
    .footer .footer_restaurants {
        width: 100%;
        margin-left: 0;
    }

    .footer .footer_panels {
        margin-top: 20px;
    }

    .footer_wrapper .col {
        margin-bottom: 40px;
    }

    .footer_wrapper .col:last-of-type {
        margin-bottom: 0;
    }
    
    .footer_copyright a {
        margin-left: 0;
    }
}

@media (max-width: 750px) {
    .footer {
        padding-bottom: 20px;
    }
    
    .footer .footer_panels,
    .footer .footer_restaurants {
        flex-direction: column;
        margin-top: 0;
    }

    .footer .footer_panels .footer_panel,
    .footer .footer_restaurants .footer_restaurant {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
        box-sizing: border-box;
    }
}

@media (max-width: 600px) {
    .footer .col .copy {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .footer_logo,
    .footer_logo svg {
        width: 170px;
        height: 62px;
        align-items: flex-start;
    }
}