.footer-modern {
    background: var(--gt-header);
    color: rgba(255,255,255,0.8);
    padding: 70px 0 30px;
}

/* Logo */
.footer-logo {
    height: 50px;
}

/* Titles */
.footer-title {
    color: var(--gt-white);
    font-weight: 600;
    margin-bottom: 15px;
}

/* Text */
.footer-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: rgba(255,255,255,0.75) !important;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-links a:hover {
            color: var(--gt-theme) !important;
            padding-left: 5px;
        }

/* Contact links */
.footer-text a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}

    .footer-text a:hover {
        color: var(--gt-theme);
    }

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
}

/* Social */
.footer-social a {
    color: var(--gt-white);
    margin-left: 15px;
    font-size: 16px;
    transition: 0.3s;
}

    .footer-social a:hover {
        color: var(--gt-theme);
    }
