h2.follow-text {
    margin: 0px;
    font-size: 2.333vw;
    letter-spacing: 0.05833vw;
    line-height: 3.0833vw;
    color: #000;
    font-family: 'suisse_intlsemi_bold';
    text-transform: uppercase;
    padding-bottom: 1.75vw;
}

div#footer fieldset {
    border: none;
    padding: 0px;
}

.mlist-header {
    display: none;
}

.wrapper.leftWrapper {
    width: 89%;
    margin: 0 auto;
    padding-bottom: 4.083vw;
}

.follow-block {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.footer_wrapper.wrapper {
    display: inline-block;
    width: 49%;
}

div#footer .socials a {
    text-decoration: none;
    color: #000;
    padding-right: 1vw;
    vertical-align: middle;
    display: inline-block;
}

div#footer .socials a.icon-soundcloud {
    font-size: 26px;
}

div#footer .socials a.icon-deezer {
    font-size: 20px;
}

div#footer .socials a:hover,
div#footer .copyright a:hover {
    opacity: 0.5;
}

div#footer .socials {
    margin-bottom: 6.333vw;
}

.copyright a,
.copyright,
.copyright span {
    font-size: 0.6666vw;
    letter-spacing: 0.0166vw;
    line-height: 0.8333vw;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'suisse_intlsemi_bold';
}

.copyright a {
    display: inline-block;
}

.copyright {
    width: 76%;
}

span.sep-ppipe {
    display: none;
}

@media only screen and (max-width:1023px),
only screen and (min-width:1024px) and (orientation:portrait) {

    h2.follow-text {
        font-size: 28px;
        letter-spacing: 0.7px;
        padding-bottom: 30px;
    }

    .footer_wrapper.wrapper {
        display: block;
        width: 100%;
    }

    .follow-block {
        display: block;
        width: 100%;
    }

    div#footer .socials {
        text-align: center;
        position: absolute;
        /* top: 250px; */
        width: 100%;
    }

    div#footer .socials a {
        padding-right: 10px;
    }

    .copyright a,
    .copyright,
    .copyright span {
        font-size: 9px;
        letter-spacing: 0.2px;
        line-height: 10px;
    }


    .wrapper.leftWrapper {
        position: relative;
    }

    .copyright {
        position: absolute;
        /* top: 297px; */
        width: 100%;
        text-align: center;
    }

    div#footer .socials a.icon-soundcloud {
        font-size: 23px;
    }

    div#footer .socials a.icon-youtube {
        font-size: 20px;
    }

    .copyright {
        max-width: 100%;
    }

    span.sep-Terms {
        display: none;
    }

    span.sep-ppipe {
        display: inline-block;
    }
}

@media screen and (min-width:1920px) {

    div#footer .socials a.icon-soundcloud,
    div#footer .socials a.icon-deezer {
        font-size: 1.33vw;
    }
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .copyright {
        position: absolute;
        top: 108vw;
    }

    div#footer .socials {
        text-align: center;
        position: absolute;
        top: 97vw;
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    div#footer .socials {
        top: 33vw;
    }

    .copyright {
        top: 38vw;
    }
}

@media only screen and (max-width:932px) and (orientation: landscape) {
    span.sep-Terms {
        display: inline-block;
    }
}