.toucan-footer > .container:last-child{
    padding-top: 0;
    @include mq('md') {
        padding-top:0;
    }
}

.toucan-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    li{
        margin-bottom: 10px;
        &:last-child{
            margin-bottom: 0;
        }
    }
}
.toucan-footer a{
    transition: all .15s ease-in-out;
}
.toucan-footer .widget {
    margin-bottom: 40px;
    &:last-child{
        margin-bottom: 0;
    }
}

.toucan-copyright{
    font-size: 1.2rem;
}
.toucan-footer .toucan-copyright-menu{
    display: flex;
    > li{
        margin-left: 10px;
        margin-bottom: 0;
    }
}
.toucan-footer .separator-1{
    display: none;
}
.toucan-footer .toucan-footer-widgets + .toucan-copyright .separator-1,
.toucan-instagram-section + .toucan-footer .toucan-copyright .separator-1{
    display: block;
}