.musicPage .copyRightWrapper,
.musicPage .copyRightWrapper span,
.musicPage .copyRightWrapper a {
    color: #000;
}

.musicPage .footerSocial {}

.copyRightWrapper {
    font-weight: bold;
    font-size: 7px;
    /*font-family: 'Arial';*/
    font-family: 'gosha_sansultralight';
    text-transform: capitalize;
    color: #FFDB85;
    /*letter-spacing: .7px;*/
}

.footerImg .footerMob {
    display: none;
}

/* .footerSocial .socialIcons a {
    color: #FFDB85;
    margin-right: 6px;
    font-size: 10px;
} */

/* .footerSocial a#soundColudSocial {
    font-size: 17px;
    vertical-align: baseline;
} */

.footerSocial {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    padding-bottom: 50px;
}

.homepage .footerSocial {
    padding-bottom: 15px;
}

.tsunamiLogo {
    max-width: 50px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    display: inline-block;
}

.footerSocial ul.socialIcons {
    margin: 0;
    color: #FFDB85;
    display: inline-block;
    padding: 1% 0 0.65%;
}

.copyRightWrapper a {
    color: #FFDB85;
    text-decoration: none;
    letter-spacing: .7px;
}

.mlist-header {
    text-align: left;
    text-transform: capitalize;
    color: #FFDB85;
    font-size: 18px;
    margin: 0px 0 20px 0;

        font-family: 'gosha_sansultralight';
    margin-bottom: 15px;
    height: 18px;
}

.copyRightWrapper a:hover,
.footerSocial .socialIcons a:hover {
    opacity: 0.5;
}

.copyRightWrapper,
.copyRightWrapper span,
.copyRightWrapper a {
    text-align: center;

    color: #FFDB85;
    text-transform: capitalize;
    opacity: 1;
        font-family: 'gosha_sansultralight';
    font-weight: 500;
    font-style: normal;
}

@media only screen and (max-width: 767px) {
    body .copyRightWrapper {
        font-size: 8px;
        text-transform: capitalize;
        padding-bottom: 10px;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .footerSocial>div.copyRightWrapper {
        margin: 0;
    }
    .homepage .footerImg .footerMob {
        display: block;
    }
    .homepage .footerImg .footerDesk {
        display: none;
    }
    /* .footerSocial a#soundColudSocial {
        font-size: 27px;
        padding-right: 5px;
    } */
    /* body .footerSocial .socialIcons a {
        padding-right: 10px;
        font-size: 18px;
    } */
    span.brspan.copy {
        padding-bottom: 5px;
    }
    .footerSocial ul.socialIcons {
        display: inline-block;
        margin: 5px auto;
        width: 100%;
        vertical-align: middle;
    }
    .footerSocial {
        padding: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .copyRightWrapper,
    .copyRightWrapper span,
    .copyRightWrapper a {
        font-size: 14px;
    }
    /* .footerSocial .socialIcons a {
        margin-right: 10px;
        font-size: 13px;
    } */
    /* .footerSocial a#soundColudSocial {
        font-size: 18px;
    } */
}

.socialWrapper {
    display: inline-block;
}

.copyRightWrapper {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #000;
}

.footerSocial>div {
    margin: 0 40px;
}

.footerImg img {
    display: block;
    transition: transform .4s;
}

.footerImg:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
}

.footerImg {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.interiorpage .copyRightWrapper,
.interiorpage .copyRightWrapper span,
.interiorpage .copyRightWrapper a {
    color: #FFDB85;
}

.interiorpage .footerSocial {
    /* background: #FFDB85; */
    position: relative;
}

.interiorpage .copyRightWrapper,
.interiorpage .copyRightWrapper span,
.interiorpage .copyRightWrapper a {
    color: #EBEEF7;
}

.musiinteriorpage cPage .footerSocial {
    position: relative
}

.interiorpage .footerSocial .socialIcons a {
    color: #EBEEF7;
}

.interiorpage .copyRightWrapper {
    display: block;
    background: #000;
}

.interiorpage .footerSocial ul.socialIcons {
    display: block;
    padding: 1% 0 15px;
}

#cookiesclose {
    background: url(cross.svg) center center no-repeat #FFDB85;
    background-size: 63% auto;
    color: #FFDB85;
    text-decoration: none;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 0px 2px auto;
    position: absolute;
    right: auto;
    cursor: pointer;
    top: 5px;
    right: -13px !important;
}

footer {
    background: #1A1A1A;
    z-index: 99;
    position: relative;
}