@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?xf4k4y');
    src: url('../fonts/icomoon.eot?xf4k4y#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?xf4k4y') format('truetype'), url('../fonts/icomoon.woff?xf4k4y') format('woff'), url('../fonts/icomoon.svg?xf4k4y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-apple:before {
    content: "\e900";
}

.icon-music:before {
    content: "\e911";
}

.icon-amazon:before {
    content: "\ea87";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-soundcloud:before {
    content: "\eac3";
}

@font-face {
    font-family: 'amz';
    src: url('../fonts/amz.eot?1l61f3');
    src: url('../fonts/amz.eot?1l61f3#iefix') format('embedded-opentype'), url('../fonts/amz.ttf?1l61f3') format('truetype'), url('../fonts/amz.woff?1l61f3') format('woff'), url('../fonts/amz.svg?1l61f3#amz') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="amz"],
[class*=" amz"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'amz' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amzicons8-amazon-music:before {
    content: "\e900";
}

.landingpage-container>div.featuredSection {
    margin: 53px 0 72px;
}

.featuredSection {
    font-size: 0;
}

.musicThumbnail {
    background: rgba(0, 0, 0, 1);
}

.featuredMusic,
.featuredVideo {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.featuredMusic {
    width: 49.6%;
}

.featuredVideo {
    width: 100%;
    max-width: 220px;
}

.musicContents,
.videoContents {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 360px;
    /* margin: 0 auto; */
    left: 50%;
}

.videoContents {
    padding-bottom: 35px;
    max-width: 325px;
}

.featuredSection .mobile,
.streamingEmbedsAndText,
.streamingEmbeds>div {
    display: none;
    max-width: 300px;
    width: 100%;
}

.streamingEmbedAndSelector {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
}

.singers {
    padding: 25px 0 23px;
}

.musicLogo {
    position: relative;
    color: #E5DBD3;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 0;
    font-size: 46px;
    display: block;
    padding-bottom: 7px;
}

.singers span,
.officialVideo {
    font-size: 16px;
    color: #e5dbd3;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 0;
}

.singers span.separator {
    padding: 0 4px;
}

.featuredSection .buttons {
    font-size: 12px;
    color: #000;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    background: #e5dbd3;
    width: 138px;
    height: 34px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}

.featuredSection .buttons:hover {
    color: #e5dbd3;
    background: #000;
}

.musicButtons .streamItNow,
.musicButtons .watchNow {
    margin-left: 20px;
}

a.watchButton.watchNow.buttons {
    margin-left: 0;
    margin-top: 15px;
}

.streamingEmbedAndSelector {
    background: #000;
}

.musicThumbnialContents,
.streamingEmbedAndSelector {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d !important;
    transition: all 0.5s ease-in-out;
}

.musicThumbnialContents,
.showFeaturedEmbeds .streamingEmbedAndSelector {
    -webkit-transform: rotateY(0deg) translateZ(0);
    -moz-transform: rotateY(0deg) translateZ(0);
    -o-transform: rotateY(0deg) translateZ(0);
    transform: rotateY(0deg) translateZ(0);
    z-index: 1;
}

.showFeaturedEmbeds .musicThumbnialContents,
.streamingEmbedAndSelector {
    -webkit-transform: rotateY(180deg) translateZ(0);
    -moz-transform: rotateY(180deg) translateZ(0);
    -o-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0);
}

.streamingServices {
    display: inline-block;
    width: 300px;
    text-align: left;
}

.streamingServicesAndText {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
}

.chooseServices,
.chooseStream {
    font-size: 16px;
    color: #e5dbd3;
    letter-spacing: 1px;
    padding: 30px 0;
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

.streamingServices a {
    color: #e5dbd3;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 0;
}

.streamingServices a i {
    font-size: 20px;
    width: 30px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.streamingServices a span {
    font-size: 14px;
    width: calc(100% - 50px);
    vertical-align: middle;
}

.chooseStream {
    background: url("../images/select-arrows.svg") no-repeat scroll center right / 15px 15px;
    cursor: pointer;
}

.streamingEmbeds>div.active {
    display: block;
}

.streamingEmbeds {
    max-width: 300px;
    margin: 0 auto;
}

.featuredSection .videoOuterWrapper,
.magnificOuterWrapper .videoOuterWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.featuredSection .videoOuterWrapper iframe,
.magnificOuterWrapper .videoOuterWrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.magnificOuterWrapper {
    width: 72%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.officialVideo {
    display: block;
    /* margin-top: -38px; */
    padding-bottom: 25px;
}


/* .videoLogo {
    width: 88%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    left: 15px;
} */

.videoLogo {
    position: relative;
    color: #E5DBD3;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 0;
    font-size: 41px;
    display: block;
    padding-bottom: 7px;
}

.videoLogo span {
    font-size: 18px;
    display: block;
    padding-top: 7px;
}

.mfp-close-btn-in .mfp-close {
    font-size: 20px;
    color: #e5dbd3;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    width: auto;
    height: auto;
    line-height: 1;
    position: absolute;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    top: -25px;
    right: 0;
}

.mfp-close-btn-in .mfp-close:hover {
    opacity: 0.5;
}

.music-wrapper .owl-item li a.image-zero {
    pointer-events: none;
}

a.deezer-play i {
    width: 30px;
    height: 23px;
    background: url("../images/deezer.svg") no-repeat scroll center top -4px /100% auto;
}

#ss-bit-narrow .bit-widget .bit-top-track-button,
#ss-bit-narrow .bit-widget .bit-top-track-button span {
    color: #000;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    padding: 0 0 15px;
}

.music-wrapper .owl-item li.Kutthroat a.image-zero::after {
    content: "PRE-SAVE NOW";
    width: 100%;
    height: 50px;
    background: #fff;
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 0px 0px 1.0416666666666667vw 1.0416666666666667vw;
    font-size: 18px;
    color: #7ADFDF;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 

    line-height: 20px;
    box-sizing: border-box;
    padding: 17px 0;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.music-wrapper .owl-item li.Kutthroat a.image-zero {
    /* pointer-events: auto; */
}

.music-wrapper .owl-item li.Kutthroat a.image-zero:hover::after {
    color: #fff;
    background: #7ADFDF;
}

.music-wrapper .owl-item li.Kutthroat:hover {
    /* opacity: 1; */
}

.music-wrapper .owl-item li.Kutthroat a.getitnow-button {
    /* display: none; */
}

@media only screen and (min-width: 1024px) and (max-width: 1329px) {
    .chooseServices,
    .chooseStream {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 1329px) {
    .officialVideo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .streamingServices a span {
        width: calc(100% - 44px);
    }
    .streamingServices a i {
        margin-right: 7px;
    }
    .featuredSection .mobile {
        display: block;
        margin: 0 auto;
    }
    .featuredSection .desktop {
        display: none;
    }
    .landingpage-container>div.featuredSection {
        width: 100%;
        max-width: 100%;
    }
    .videoLogo {
        left: 8px;
    }
    .videoContents {
        padding-bottom: 0;
    }
    .featuredMusic {
        width: 100%;
    }
    .featuredMusic,
    .featuredVideo {
        display: block;
        vertical-align: middle;
        position: relative;
    }
    .featuredSection .mobile {
        max-width: 100%;
    }
    a.watchButton.watchNow.buttons {
        margin: 0 auto;
        margin-top: 11px;
    }
    .featuredVideo {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body .closeButton {
        display: none;
    }
    .musicLogo {
        /* width: 73%;
        margin: 0 auto;
        max-width: 112px; */
    }
    .videoLogo {
        /* max-width: 137px;
        left: 2px; */
    }
    .showFeaturedEmbeds .musicThumbnialContents,
    .streamingEmbedAndSelector {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    .landingpage-container>div.featuredSection {
        margin: 45px 0 0;
    }
    .streamingServicesAndText {
        position: static;
        display: block;
    }
    .showFeaturedEmbeds+div+div .streamingServicesAndText {
        display: block;
    }
    .streamingEmbedAndSelector {
        position: static;
        height: auto;
        background: transparent;
    }
    .chooseServices,
    .chooseStream,
    .streamingServices a {
        color: #000;
    }
    .chooseStream {
        background-image: url("../images/select-arrows-black.svg");
    }
    a.deezer-play i {
        background-image: url("../images/deezer-black.svg");
    }
    .singers span {
        font-size: 10px;
        line-height: 1.5;
    }
    .singers span.separator {
        display: block;
        font-size: 0;
    }
    .featuredSection .buttons {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        width: 100px;
        letter-spacing: 0.4;
        display: block;
        margin: 10px auto;
    }
    .musicButtons .streamItNow {
        display: block;
        margin: 8px auto 0;
    }
    .singers {
        padding: 7px 0 5px;
    }
    .officialVideo {
        font-size: 10px;
        padding: 6px 0 8px;
    }
    .streamingServices {
        width: 160px;
    }
    .streamingServicesAndText,
    .chooseServices {
        text-align: center;
    }
    .merch-carousel {
        margin-top: 22px;
    }
    .magnificOuterWrapper {
        width: 90%;
    }
}

.closeButton {
    font-size: 40px;
    color: #c33c32;
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    right: 2%;
    display: block;
}

.streamWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.deezerfollowbutton {
    background-size: 100% auto;
    width: 42px;
    height: 35px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.follow-button {
    margin-top: 10px;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .featuredSection .buttons {
        display: block;
        margin: 10px auto;
    }
}

@media(max-width:1023px) {
    .musicLogo {
        font-size: 32px;
    }
    .videoLogo {
        font-size: 32px;
    }
    .videoLogo span {
        font-size: 13px;
    }
    a.streamItNow.buttons.in-button {
        margin-left: 15px;
    }
    a.buttons.in-button {
        display: inline-block;
        margin: 0px;
    }
}

@media(min-width:1024px) {
    .musicContents {
        /* top: 44%; */
        top: 60%;
    }
}

@media(max-width:1024px) {
    body .musicContents {
        top: 64%;
    }
    .musicContents,
    .videoContents {
        max-width: 261px;
    }
    .streamingServicesAndText {
        position: static;
        display: none;
        left: 0;
        top: 12%;
        width: 100%;
        transform: unset;
        max-width: 100%;
    }
    .closeButton {
        display: block;
    }
}

@media(min-width:1024px) and (max-width:1366px) {
    .musicContents {
        max-width: 365px;
    }
    .videoContents {
        max-width: 320px;
    }
}

@media(min-width:768px) and (max-width:1366px) {
    .musicContents {
        max-width: 302px;
    }
    .musicLogo {
        max-width: 260px;
        margin: 0 auto;
    }
}