.footerMain .footer-social {
    text-align: center;
    padding-top: 3.515625vw;
    padding-bottom: 1.2890625vw;
}

.footerMain .footer-social a {
    background: linear-gradient(120deg, #606060, #FFFFFF, #606060);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-right: 1vw;
    font-size: 1.3177159590043923vw;
    vertical-align: middle;
}

.footerMain .footer-social a.soundcloud.icon-soundcloud {
    font-size: 2vw;
}

.footerMain .footer-social a:hover,
.copyrightWrapper a:hover {
    opacity: 0.5;
}

.copyrightWrapper {
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 1.8359375vw;
    font-family: "bicyclette", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.copyrightWrapper a,
.copyrightWrapper span {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.732vw;
    line-height: 0.8784vw;
    font-family: "bicyclette", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

span.separator {
    margin-right: 0.2vw;
    margin-left: 0.2vw;
    color: #9B9B9B;
}

a.icon-mail {
    width: 1.5vw;
    display: inline-block;
}

.message-text a{
    font-size: 2.1961vw;
    line-height: 3.2942vw;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 2.5622vw;
    text-align: center;
    font-weight: 800;
    text-decoration:none;
}

.message-text a:hover{
    opacity:0.5;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .footerMain .footer-social {
        padding-top: 20px;
        padding-bottom: 23px;
    }

    .footerMain .footer-social a {
        margin-right: 15px;
        font-size: 20px;
    }

    .footerMain .footer-social a.soundcloud.icon-soundcloud {
        font-size: 30px;
       
    }

    .footerWrapper {
        width: 92%;
        margin: 0 auto;
    }

    .copyrightWrapper a,
    .copyrightWrapper span {
        font-size: 10px;
        line-height: 12px;
    }

    span.separator.mob {
        display: none;
        display: block;
        font-size: 0;
        line-height: 0;
    }

    .copyrightWrapper {
        padding-bottom: 23px;
    }

    .footerMain .footer-social a.icon-mail{
        margin-right: 0px;
    }

    .footerMain .footer-social .icon-soundcloud:before,
    .footerMain .footer-social .icon-mail:before {
        vertical-align: unset;
    }

    a.icon-mail {
        width: 25px;
        display: inline-block;
       
    }

    .message-text a{
        font-size: 28px;
    line-height: 35px;
    margin-bottom: 31px;
    }
}