footer .footer-middle .main-area {
    border-bottom: 1px solid var(--mid-grey);
    padding: 114px 0px 60px 0px;
}
footer .main_logo {
    max-width: 150px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 16.93%;
}
footer p.logo-text {
  padding-top: 60px;
    font-family: 'Satoshi', sans-serif;
}
footer h6 {
    margin-bottom: 30px;
    font-family: 'Satoshi', sans-serif;
    font-weight: 600;
}
footer ul.footer.menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer ul.footer.menu li {
    margin-bottom: 12px;
}
footer ul.footer.menu li a {
    text-decoration: none;
    color: var(--dark-grey);
    font-size: 18px;
    font-family: 'Satoshi', sans-serif;
}
footer .padding-right-footer-menu {
    padding-right: 30px;
}
footer .footer-bottom {
    padding: 40px 0px;
}
footer .footer-bottom * {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 21px;
}
footer .footer-bottom a {
    color: #1A1A1A;
    text-decoration: none;
    padding-right: 30px;
    font-size: 14px;
}
footer .footer-bottom a:last-of-type {
    padding-right: 0px;
}
footer a.button.link-button.social {
    background: #F5F5F5;
    text-align: center;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.2s ease-in-out;
}
footer a.button.link-button.social:last-of-type {
    margin-right: 0px;
}
footer a.button.link-button.social > img {
    max-width: 20px;
    max-height: 20px;
}
footer .social-icons {
    text-align: right;
}
footer .footer-bottom .align-row {
    align-items: center;
}
footer .sub-footer-links {
    padding-left: 30px;
}
footer a.button.link-button.social::before,
footer a.button.link-button.social::after {
    content: '';
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.2s ease-in-out;
}
footer a.button.link-button.social::after {
    opacity: 0;
    position: absolute;
}
footer a.button.link-button.social:hover:before{
    opacity: 0;
    position: absolute;
    transition: 0.2s ease-in-out;
}
footer a.button.link-button.social:hover:after{
    opacity: 1;
    position: relative;
    transition: 0.2s ease-in-out;
}
footer a.button.link-button.social.facebook::before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-facebook.svg);
}
footer a.button.link-button.social.instagram::before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-instagram.svg);
}
footer a.button.link-button.social.twitter::before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-twitter.svg);
}
footer a.button.link-button.social.linkedin::before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-linked-in.svg);
}
footer a.button.link-button.social.youtube::before {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-youtube.svg);
}
footer a.button.link-button.social.facebook::after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-facebook-colour.svg);
}
footer a.button.link-button.social.instagram::after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-instagram-colour.svg);
}
footer a.button.link-button.social.twitter::after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-twitter-colour.svg);
}
footer a.button.link-button.social.linkedin::after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-linked-in-colour.svg);
}
footer a.button.link-button.social.youtube::after {
    background-image: url(/wp-content/themes/nw-theme/images/socials/social-youtube-colour.svg);
}
footer a.button.link-button.social.facebook:hover {
    background: #edf7f5;
}
footer a.button.link-button.social.instagram:hover {
    background: #fee9f5;
}
footer a.button.link-button.social.twitter:hover {
    background: #f0fbdd;
}
footer a.button.link-button.social.linkedin:hover {
    background: #eee8e9;
}
footer a.button.link-button.social.youtube:hover {
    background: #fee9f5;
}
footer {
    background-color: var(--light-blue);
}
footer .main_logo .image-16by9 > img {
    object-fit: contain;
}
@media(max-width: 1199.98px){
    footer .sub-footer-links {
        padding-right: 30px;
    }
    footer #footer-nw {
        text-align: right;
    }
    footer .social-icons {
        margin-top: 15px;
    }
}
@media(max-width: 991.98px){
    footer p.logo-text {
        margin: 30px 0px;
        padding-top: 0px;
    }
    footer .padding-right-ipad {
        padding-right: 30px;
    }
    footer a.button.link-button.social {
        height: 40px;
        width: 40px;
    }
    footer a.button.link-button.social > img {
        max-height: 20px;
        max-width: 20px;
    }
    footer .sub-footer-links {
        text-align: right;
        margin-bottom: 15px;
    }
    footer h6 {
        margin-bottom: 15px;
    }
    footer .sub-footer-links {
        padding-right: 0px;
    }
    footer .main-area .col-12.col-lg-2 {
        text-align: center;
    }
    footer .main_logo {
        margin: 0 auto;
    }
    footer .footer-bottom .align-row {
        align-items: start;
    }
    footer .footer-middle .main-area {
        padding: 60px 0px 30px;
    }
    footer .footer-bottom {
        padding: 30px 0px;
    }
    footer .padding-right-footer-menu {
        text-align: center;
    }
}
@media(max-width: 767.98px){
    footer .footer-middle .main-area {
        padding: 45px 0px 0px;
    }
    footer .footer-bottom div.col-12:first-child {
        justify-content: center;
    }
    footer #footer-nw {
        order: 3;
        text-align: center;
        margin-bottom: 0px;
    }
    footer .sub-footer-links {
        margin-bottom: 0px;
    }
    footer .footer-bottom div.col-12:last-child {
        order: 2;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .footer-bottom .col-12.offset-lg-1.col-lg-10 {
        margin-bottom: 0px;
    }
    footer .menu-example-footer-menu-container {
        display: none;
        padding-top: 15px
    }
    footer .padding-right-footer-menu {
        padding: 15px 0px;
        border-top: 1px solid var(--dark-grey);
        position: relative;
    }
    footer .padding-right-footer-menu:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 21px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: cover;
        transition: 0.3s ease-in-out;
    }
    footer .padding-right-footer-menu.show-footer-menu:after {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }
    footer h6 {
        margin-bottom: 0px;
    }
    footer .footer-bottom {
        padding: 15px 0px 45px;
    }
    footer p.logo-text {
        margin: 15px auto 30px;
        max-width: 75%;
    }
    footer .footer-bottom .align-row {
        align-items: start;
    }
    footer .padding-right-footer-menu {
        text-align: left;
    }
    footer ul.footer.menu {
        padding-top: 15px;
    }
}
@media(max-width: 575.98px){
    footer .footer-bottom a {
        display: block;
        padding-right: 0px;
        margin-bottom: 15px;
    }
    footer .footer-bottom a:last-of-type {
        margin-bottom: 0px;
        display: inline-block;
    }
    footer .footer-bottom div.col-12:first-child {
        display: block!important;
        text-align: center;
    }
    footer .sub-footer-links {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
        padding-left: 0px;
    }
    footer .footer-bottom div.col-12:last-child {
        margin-top: 0px;
    }

}