.footer-top {
    margin-top: 80px;
    padding: 0;
    border-top: 1px solid var(--border-ash);
}

.footer-top .leftie {
    border-right: 1px solid var(--border-ash);
}

.footer-pattern {
    height: 130px;
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 135px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#menu-footer-menu {
    flex-direction: row;
}

#menu-footer-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 0;
    margin:0 10px 0 0;
    color: var(--grey);
    transition: color 0.3s ease;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

#menu-footer-menu li a::before {
    content: "•";
    color:rgba(0,0,0,0.3);
    position: absolute;
    right:0;
    top:9px;
}

#menu-footer-menu li:last-child a::before {
    display: none;
}

.footer-heading {
    line-height: 1.3;
    font-weight: 200;
}

.footer-top .footer-form-wrapper form div input[type="email"] {
    outline: none !important;
    box-shadow: none !important;
    color: var(--black) !important;
    font-weight: 200 !important;
    padding: 10px 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
    max-width: 400px !important;
}

.footer-top .footer-form-wrapper form div input[type="email"]::placeholder {
    color: var(--ash) !important;
}

.footer-heading,
.footer-top .footer-form-wrapper form div input[type="email"] {
    font-size: 26px !important;
}

.footer-heading a:hover {
    opacity: 0.5;
}

.footer-top .footer-form-wrapper form div input[type="submit"] {
    box-shadow: none !important;
    border: var(--standard-btn-border) !important;
    background-color: var(--standard-btn-background-color) !important;
    color: var(--standard-btn-color) !important;
    font-size: var(--standard-btn-font-size) !important;
    border-radius: var(--standard-btn-border-radius) !important;
    padding: var(--house-btn-padding) !important;
    font-size: var(--house-btn-font-size) !important;
    line-height: var(--house-btn-line-height) !important;
}

.footer-top .footer-form-wrapper form div input[type="submit"]:hover {
    background-color: var(--standard-btn-hover-background-color) !important;
    outline: var(--standard-btn-outline) !important;
}

.footer-top .footer-form-wrapper form div input[type="submit"]:focus {
    outline: var(--standard-btn-outline) !important;
}

.footer-top .footer-form-wrapper form div .gfield_label {
    display: none;
}

.contacts a {
    color: var(--black);
}

.socials i {
    font-size: 42px;
    padding:0;
    margin:0 10px 0 0;
    width:42px;
}

i.fa-linkedin {
    color: var(--blue);
}

i.fa-instagram {
    color: var(--black);
}

.footer-sign-up {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .footer-pattern {
        height: 80px;
        background-size: auto 85px;
    }
    .footer-top .leftie {
        border-right: none;
    }
    .footer-heading,
    .footer-top .footer-form-wrapper form div input[type="email"] {
        font-size: 20px !important;
    }
     
    .footer-top .footer-form-wrapper form div input[type="submit"] {
    }
    #menu-footer-menu {
        flex-direction: column;
        margin-bottom: 30px;
    }
    #menu-footer-menu li a::before {
        display: none;
    }
    .footer-sign-up {
        margin-top: 0;
    }
}

@media screen and (max-width: 576px) {

    .footer-pattern {
        height: 60px;
        background-size: auto 65px;
    }
}