﻿
/*
[----------------------------------]
[------------- FOOTER -------------]
[----------------------------------]
*/

@media only screen {

    .footer {
        border-top: 1px solid black;
        background-color: #1b1b1b;
        clear: both;
        padding-bottom: 24px;
    }

    .footer-top {
        background-color: white;
        text-align: center;
        padding: 24px 0;
    }

    .footer-top-content {
        max-width: 1600px;
        margin: 24px auto 0 auto;
        word-break: break-word;
        line-height: 24px;
    }

    .footer .footer-contact {
        border: 2px solid #9b9b9b;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        margin-bottom: 24px;
        padding: 24px;
    }

    .footer-contact a:before {
        content: ' ';
        background-image: url(/images/icons/envelope.svg);
        background-size: 16px;
        width: 20px;
        background-repeat: no-repeat;
        height: 12px;
        display: inline-block;
        color: white;
    }

    .footer-contact .footer-contact-text {
        margin-right: 8px;
    }

    .footer .footercontent {
        color: #9b9b9b;
        max-width: 1600px;
        margin: 0 auto;
        padding-top: 24px;
    }

    .footer .footercontent a {
        color: #9b9b9b;
    }

    .footer .footercontent .office-list {
        display: flex;
        justify-content: space-between;
        line-height: 1.5;
    }

    .footer .footercontent .office-list .office-detail {
        margin-bottom: 12px;
    }

    .footer .section-title {
        margin-bottom: 4px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff
    }


    .footer-link-list.social-list a::before {
        content: '';
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 12px;
    }


    .footer .fb::before {
        background-image: url(/images/icons/facebook.svg);
    }

    .footer .ig::before {
        background-image: url(/images/icons/instagram.svg);
    }

    .footer .li::before {
        background-image: url(/images/icons/linkedin.svg);
    }

    .footer .youtube::before {
        background-image: url(/images/icons/youtube.svg);
    }

    .footer-links {
        border-bottom: 3px solid #2f2f2f;
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
    }

    .footer-links .footer-link-list {
        margin-bottom: 12px;
        margin-right: 24px;
    }

    .footer-links .footer-link-list-title {
        margin-bottom: 4px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .footer-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li.active a {
        color: white;
        font-weight: bold;
    }

    .footer-links ul a {
        color: #9b9b9b;
        line-height: 2.05;
    }

    .footer .footer-bottom {
        display: flex;
        justify-content: center;
    }

    .footer .footer-bottom-content {
        color: white;
        padding: 24px;
        display: inline-block;
        width: auto;
        text-align: center;
    }
}
