footer.site-footer nav, footer.site-footer .contact { 
    a {
        color: var(--sec);
        border-bottom: 1px var(--sec) dotted;
    }
    a:hover {
        color: var(--sec-light);
        border-bottom: 1px var(--sec-light) dotted;
    }
}

footer {
    background-color: var(--bg-footer);
    padding-top:  var(--sp5);
    padding-bottom:  var(--sp5);
    width: 100%;
    overflow: hidden;
    @media (min-width: 992px) {
        padding-top: var(--sp10);
        padding-bottom: var(--sp10);
    }
    h2,h3,h4,h5,h6 {
        color: var(--col-ft-h);
        margin: 0;
        font-weight: 400;
        font-size: 1.3rem;
    }
    td, p, a {
        color: var(--col-ft-text);
        margin: 0;
    }
    a {
        border-bottom: none;
    }
    a:hover {
        color: var(--col-ft-hover);
        border-bottom: 1px solid var(--col-ft-hover);
    }
    td {
        padding-right: var(--sp);
        padding-top: var(--sp03);
    }
    hr {
        margin-top: var(--sp3);
        margin-bottom: var(--sp2);
        border-color: var(--col-ft-hr);
    }
    div.social {
        padding-bottom: var(--sp1);
        a {
            font-size: 2rem;
            padding-right: var(--sp2);
        }
        a:hover {
            border-bottom: none;
        }
    }
    div.address {
        padding-bottom: var(--sp1);
    }
    div.copyright {
        p {
            padding-bottom:var(--sp1);
        }
        a {
            color: var(--col-ft-a) !important;
        }
        a:hover {
            border-bottom: 1px solid var(--col-ft-a) !important;
        }
    }
    div.container {
        display: flex;
        flex-direction: column;
        @media (min-width: 992px) {
            flex-direction: row;
            justify-content: space-between;
            align-items: start;
        }
        div.brand {
            padding:0;
            text-align: center;
            padding-bottom:var(--sp1);
            a {
                border-bottom: none;
            }
            a:hover {
                filter: brightness(150%);
            }
            img {
                max-height: 8rem;
            }
        }
    }
    nav.footer-menu {
        ul {
            margin: 0;
            padding: 0;
            li {
                display: block;
                padding: 0;
                padding-bottom: var(--sp1);
            }
            a {
                color: var(--col-ft-a);
            }
            a:hover {
                border-bottom: 1px solid var(--col-ft-a);
            }
            @media (min-width: 992px) {
                column-count: 2;
                vertical-align: text-top;
            }
        }
    }
}
header {
    margin: 0;
    padding: 0;
    width: 100%;
    a {
        border-bottom: none;
    }
    a:hover {
        border-bottom: none;
    }
    section#contact {
        background-color: var(--bg-contact);
        div.container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: baseline;
            color: var(--col-contact);
            padding-top: var(--sp08);
            padding-bottom: var(--sp08);
            a {
                font-size: 1.3rem;
                font-weight: 600;
                color: var(--col-contact);
            }
            a:hover {
                color: var(--hov-contact);
            }
            i.fa { 
                padding-right: var(--sp08);
            }
            div.socials i.fa {
                padding-left: var(--sp08);
            }
        }
    }
    section#navbar {
        background-color: var(--bg-navbar);
        div.container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: end;
            color: var(--pri);
            padding-top: var(--sp);
            padding-bottom: var(--sp);
            div.logo {
                img {
                    height: 2.4rem;
                    width: auto;
                }
            }
        }
    }
}

div#stay-connected-form {
    padding-bottom: var(--sp2);
    div.inputs p {
        display: flex;
        flex-direction: row;
        padding: 0;
        margin: 0;
        width: fit-content;
        border-radius: 50px;
        border: 2px solid var(--ter);
        overflow: hidden;
        span.wpcf7-spinner {
            display: none;
        }
        input {
            margin: 0;
            font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
        }
        input#footemailadd {
            font-size:1.2rem;
            line-height: 1.2rem;
            background-color: transparent;
            padding-left: var(--sp15);
            padding-bottom: var(--sp05);
            color: var(--ter);
            border-bottom: none;
        }
        input.wpcf7-submit {
            border-radius: 0;
            background-color: transparent;
            padding-right: var(--sp2);
            padding-left: var(--sp);
            font-size: 2rem;
            color: var(--ter);
        }
        input.wpcf7-submit:hover {
            background-color: var(--ter);
            color: var(--sec);
        }
        input.wpcf7-submit:active {
            background-color: white;
            color: var(--sec);
        }
        span.wpcf7-not-valid-tip {
            display: none;
        }
    }
}