@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:700&display=swap');


/*	common
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}



/*	Header
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

[data-id="1558027"] {
    background-color: #1f1f1f;
    color: #ffffff;
    text-align: center;
}
[data-id="1558027"] h3 {
    font-weight: 700;
    color: #a46eff;
    font-size: 12em;
    margin-top: 220px;
    letter-spacing: -0.06em;
}
[data-id="1558027"] .descriptions {
    font-size: 1.5em;
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    [data-id="1558027"] h3 {
        font-size: 6em;
        margin-top: 50px;
    }
    [data-id="1558027"] .descriptions {
        margin-top: -30px;
    }
}



/*	Navigation
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

section.et-hero-tabs {
    background-color: #1f1f1f;
    z-index: 100;
}
section.et-hero-tabs .et-hero-tabs-container {
    background-color: rgba(31, 31, 31, 0.8);
    max-width: 1200px;
}
section.et-hero-tabs a.et-hero-tab {
    color: #ffffff;
    font-size: 2em;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-weight: 700;
}
a.et-hero-tab:hover, a.et-hero-tab:focus {
    text-decoration: none;
    background-color: rgba(164, 110, 255, 0.8);
}
section.et-hero-tabs .et-hero-tab-slider {
    display: none !important;
}

@media screen and (max-width:767px) {
    section.et-hero-tabs .et-hero-tabs-container {
        display: inline-block;
        height: 80px;
        background-color: #a74ba2;
    }
    section.et-hero-tabs a.et-hero-tab {
        width: 33.3333333333%;
        height: 40px;
        float: left;
        font-size: 1.1em;
    }
    section.et-hero-tabs a:nth-child(1),
    section.et-hero-tabs a:nth-child(2) {
        width: 50%;
    }
}



/*	Title
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.et-slide {
    background-color: #1f1f1f;
}
.et-slide h2 {
    font-weight: 700;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #a46eff;
    font-size: 8em !important;
}
.et-slide h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 16px !important;
    opacity: 1 !important;
    max-width: 900px;
    letter-spacing: 0rem !important;
    line-height: 1.4em;
    margin-bottom: 70px;
}
@media screen and (max-width:767px) {
    .et-slide {
        padding-top: 50px !important;
    }
    .et-slide h3 {
        margin-bottom: 30px;
    }
}


/*	ARTIST PROFILES
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

section#artist_profiles h2 {
    margin: 0 0 70px;
}
[data-id="d98445-1"] {
    padding: 0;
    max-width: 100%;
    background-color: #1f1f1f;
}
[data-id="d98445-1"] .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1264px;
}
[data-id="d98445-1"] .row::before,
[data-id="d98445-1"] .row::after {
    content: none;
}
/* for 4 column */
[data-id="d98445-1"] .ngc {
    float: none;
    margin: 40px 0 0 40px !important;
    padding: 0;
    width: calc(25% - (120px / 4));
}

/* for 5 column */
/* [data-id="d98445-1"] .ngc {
    float: none;
    margin: 30px 0 0 30px !important;
    padding: 0;
    width: calc(20% - (120px / 5));
} */

/* for 6 column */
/* [data-id="d98445-1"] .ngc {
    float: none;
    margin: 12px 0 0 12px !important;
    padding: 0;
    width: calc(16.66667% - (60px / 6));
} */

[data-id="d98445-1"] .ngc .list-inline-img {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
}
[data-id="d98445-1"] .ngc .list-inline-img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
[data-id="d98445-1"] .ngc a .links li {
    padding: 15px 20px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #7B47D2;
    transition: background-color 0.3s ease;
}
[data-id="d98445-1"] .ngc a:hover {
    text-decoration: none;
}
[data-id="d98445-1"] .ngc a:hover .links li {
    background-color: #a46eff;
}

/* for 4 column */
@media screen and (min-width:768px) {
    [data-id="d98445-1"] .ngc:nth-child(-n+4) {
        margin-top: 0 !important;
    }
    [data-id="d98445-1"] .ngc:nth-child(4n+1) {
        margin-left: 0 !important;
    }
}

/* for 5 column */
/* @media screen and (min-width:768px) {
    [data-id="d98445-1"] .ngc:nth-child(-n+5) {
        margin-top: 0 !important;
    }
    [data-id="d98445-1"] .ngc:nth-child(5n+1) {
        margin-left: 0 !important;
    }
} */

/* for 6 column */
/* @media screen and (min-width:768px) {
    [data-id="d98445-1"] .ngc:nth-child(-n+6) {
        margin-top: 0 !important;
    }
    [data-id="d98445-1"] .ngc:nth-child(6n+1) {
        margin-left: 0 !important;
    }
} */

@media screen and (max-width:767px) {
    section#artist_profiles h2 {
        margin: 0 0 30px;
        font-size: 4em !important;
    }
}
@media screen and (min-width:469px) and (max-width:767px) {
    [data-id="d98445-1"] .ngc:nth-child(-n+2) {
        margin-top: 0 !important;
    }
    [data-id="d98445-1"] .ngc:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    [data-id="d98445-1"] .ngc {
        margin: 20px 0 0 25px !important;
        width: calc(50% - (25px / 2));
    }
}
@media screen and (max-width:468px) {
    [data-id="d98445-1"] .row {
        flex-direction: column;
    }
    [data-id="d98445-1"] .ngc {
        margin: 20px 0 0 !important;
        width: 100%;
    }
}


/*	DOCUMENTARIES
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

[data-id="d98445-2"] {
    padding: 0;
    max-width: 100%;
    background-color: #1f1f1f;
}
[data-id="d98445-2"] .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1264px;
}
[data-id="d98445-2"] .row::before,
[data-id="d98445-2"] .row::after {
    content: none;
}
/* for 2 column */
/*
[data-id="d98445-2"] .ngc {
    float: none;
    margin: 40px 0 0 40px !important;
    padding: 0;
    width: calc(50% - (40px / 2));
}
*/

[data-id="d98445-2"] .ngc a .list-inline-img {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
}
[data-id="d98445-2"] .ngc a .list-inline-img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}
[data-id="d98445-2"] .ngc a .links {
    display: none;
}
[data-id="d98445-2"] .ngc a:hover .list-inline-img img {
    opacity: 0.7;
}

/* for 2 column */
@media screen and (min-width:768px) {
    [data-id="d98445-2"] .ngc:nth-child(-n+2) {
        margin-top: 0 !important;
    }
    [data-id="d98445-2"] .ngc:nth-child(2n+1) {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:767px) {
    section#documentary h2 {
        margin-bottom: 0;
        font-size: 3.2em !important;
    }
    [data-id="d98445-2"] .row {
        flex-direction: column;
    }
    [data-id="d98445-2"] .ngc {
        margin: 20px 0 0 !important;
        width: 100%;
    }
}


/*	PANELS
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

[data-id="d98445-3"] {
    padding: 0;
    max-width: 100%;
    background-color: #1f1f1f;
}
[data-id="d98445-3"] .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1264px;
}
[data-id="d98445-3"] .row::before, [data-id="d98445-3"] .row::after {
    content: none;
}

@media screen and (max-width: 767px) {
    [data-id="d98445-3"] .row {
        flex-direction: column;
        padding: 0 16px;
    }
}

/* PANELS Video */
.panels-thumb {
    margin: 0 !important;
    padding: 0;
    width: 50%;
}
.panels-thumb .list-inline-img {
    display: block;
    margin: 0 auto;
    border-spacing: 0;
}
.panels-thumb .list-inline-img li {
    display: block;
}
.panels-thumb .list-inline-img li img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.panels-thumb .links {
    margin: 0;
}
.panels-thumb .links li a {
    display: block;
    padding: 15px 20px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #7B47D2;
    transition: background-color 0.3s ease;
}
.panels-thumb .links li a:hover {
    text-decoration: none;
    background-color: #a46eff;
}

@media screen and (max-width: 767px) {
    .panels-thumb {
        width: 100%;
    }
}

/* PANELS Text */
.panels-text {
    margin: 0 !important;
    padding: 50px;
    width: 50%;
}
.panels-text .heading {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: #fff;
}
.panels-text .descriptions {
    line-height: 1.6;
    color: #fff;
}
.panels-text .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0 0;
}
.panels-text .links li {
    margin: 0 10px 10px 0;
}
.panels-text .links li a {
    display: block;
    padding: 10px 15px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #7B47D2;
    transition: background-color 0.3s ease;
}
.panels-text .links li a:hover {
    text-decoration: none;
    background-color: #a46eff;
}

@media screen and (max-width: 767px) {
    .panels-text {
        margin: 20px 0 0 !important;
        padding: 0;
        width: 100%;
    }
    .panels-text .heading {
        margin: 0 0 10px;
        font-size: 2.4em;
    }
    .documpanelsentaries-text .links {
        margin: 10px 0 0;
    }
}


/*	IMAGE SLIDER
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.images-for-slider-full-width {
    margin: 0;
    padding: 70px 0;
    background-color: #1f1f1f;
}
.images-for-slider-full-width .resize-wrapper {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .images-for-slider-full-width {
        padding: 30px 0;
    }
}


/*	MODAL
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.modal-dialog .modal-content .modal-body .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0 0;
}
.modal-dialog .modal-content .modal-body .links li {
    margin: 0 10px 10px 0;
}
.modal-dialog .modal-content .modal-body .links li a {
    display: block;
    padding: 10px 15px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #7B47D2;
    transition: background-color 0.3s ease;
}
.modal-dialog .modal-content .modal-body .links li a:hover {
    text-decoration: none;
    background-color: #a46eff;
}



/*	PANELS
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:767px) {
    section#panels h2 {
        font-size: 3.5em !important;
    }
    section#panels h3 {
        margin-bottom: 30px !important;
    }
}


/*	MUSIC
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.music-spotify {
    background-color: #1f1f1f;
}
.music-spotify #spotify_object {
    width: 100%;
    max-width: 900px;
    height: 380px;
}
@media screen and (max-width:767px) {
    section#music h2 {
        font-size: 4em !important;
    }
}



/*	PODCASTS
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#d1558626 {
    padding-bottom: 70px;
    background-color: #1f1f1f;
}
#d1558626 .podcasts-spotify {
    max-width: 100%;
    padding: 0;
}
#d1558626 .podcasts-spotify .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0 32px;
    max-width: 1264px;
}
#d1558626 .podcasts-spotify .row::before,
#d1558626 .podcasts-spotify .row::after {
    content: none;
}
/* for 2 column */
#d1558626 .podcasts-spotify .podcasts-item {
    float: none;
    margin: 40px 0 0 40px !important;
    padding: 0;
    width: calc(50% - (40px / 2));
}
/* for 2 column */
@media screen and (min-width:768px) {
    #d1558626 .podcasts-spotify .podcasts-item:nth-child(-n+2) {
        margin-top: 0 !important;
    }
    #d1558626 .podcasts-spotify .podcasts-item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
}
@media screen and (max-width:767px) {
    #d1558626 {
        padding-bottom: 30px;
    }
    #d1558626 .podcasts-spotify {
        padding: 0;
    }
    section#podcasts h2 {
        font-size: 3.5em !important;
    }
    #d1558626 .podcasts-spotify .row {
        flex-direction: column;
    }
    #d1558626 .podcasts-spotify .podcasts-item {
        margin: 20px 0 0 !important;
        width: 100%;
    }
}