/********************* Footer ******************************/
.footer {
    position: relative;
    background-color: var(--black);
    padding: 120px 0 40px;
    width: 100%;
}

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

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

.large_col {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.large_col .col:first-of-type {
    margin-right: 92px;
}

.logo_col {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_logo,
#footer_logo {
    width: 260px !important;
    height: 276px !important;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

#footer_logo:hover {
    transform: scale(1.05);
    transition: 0.2s all ease-in-out;
}

.footer .col .copyright {
    width: 250px;
    color: var(--gold);
    line-height: 1.8;
}

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

.footer .col p {
    color: var(--gold);
}

.footer_wrapper .col h3 {
    color: var(--gold);
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
}

.footer_wrapper .col ul {
    margin: 0;
}

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

.footer_wrapper .col li a i {
    font-size: 18px;
    width: 30px;
    padding-top: 3px;
    box-sizing: border-box;
}

.footer_wrapper .col li a .fa-map-marker-alt {
    padding-left: 3px;
}

.footer_wrapper .right_col li:last-of-type a {
    margin-bottom: 40px;
}

/*************** Social ********************/
.social a {
    color: var(--gold);
    font-size: 20px;
    margin-right: 15px;
    transition: 0.2s all ease-in-out;
}

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

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

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

.footer_wrapper .col li a:hover,
.footer_copyright a:hover,
.social a:hover {
    color: var(--white);
    transition: 0.2s all ease-in-out;
}

#footerLineLayer_2 {
    margin-top: 120px;
    height: 5px !important;
    width: 100%;
}

@media (max-width: 1450px) {
    .footer .logo_col {
        left: 60%;
    }

    .footer_logo,
    #footer_logo {
        width: 200px !important;
        height: 216px !important;
    }
}

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

    .footer .logo_col {
        left: 57%;
    }
}

@media (max-width: 1100px) {
    .footer {
        padding-top: 80px;
        overflow: hidden;
    }

    .footer .col .copyright,
    .footer .col .copy {
        width: 450px;
    }

    .footer_wrapper,
    .footer_copyright {
        display: block;
    }

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

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

    .footer .logo_col {
        top: 0;
        left: unset;
        right: 5px;
        transform: translateX(0);
    }
}

@media (max-width: 750px) {
    .footer .large_col {
        flex-direction: column;
    }

    .footer .right_col {
        margin-top: 30px;
    }
}

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

@media (max-width: 500px) {
    .footer_logo,
    #footer_logo {
        width: 150px !important;
        height: 166px !important;
    }
}