@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:700&display=swap');

/*	Title
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.heading-h2 {
    background-color: #1f1f1f;
}
.heading-h2 h2 {
    margin: 0;
    padding: 70px 0;
    font-size: 8em !important;
    font-weight: 700;
    color: #a46eff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .heading-h2 h2 {
        padding: 30px 0;
        font-size: 3.5em !important;
    }
}


.movie-full-width {
    margin: 0;
    padding: 0 0 70px;
    background-color: #1f1f1f;
}

@media screen and (max-width: 767px) {
    .movie-full-width {
        padding: 0 0 30px;
    }
}


.artist-profile {
    margin: 0;
    padding: 0 0 70px;
    background-color: #1f1f1f;
}
.artist-profile .heading {
    margin: 0;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}
.artist-profile .sub-heading {
    margin: 20px 0 0;
    font-size: 1.2em;
    color: #fff;
}
.artist-profile .descriptions {
    margin: 30px 0 0;
    font-size: 1.1em;
    line-height: 1.6;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .artist-profile {
        padding: 0 0 30px;
    }
    .artist-profile .heading {
        font-size: 2.4em;
    }
    .artist-profile .sub-heading {
        margin: 10px 0 0;
        font-size: 1.2em;
    }
    .artist-profile .descriptions {
        margin: 20px 0 0;
        font-size: 1em;
    }
}


.images-for-slider-full-width {
    margin: 0;
    padding: 0 0 70px;
    background-color: #1f1f1f;
}

@media screen and (max-width: 767px) {
     .images-for-slider-full-width {
        padding: 0 0 30px;
    }
}


.social-icons {
    margin: 0;
    padding: 0 0 70px;
    background-color: #1f1f1f;
}
.social-icons .list-inline {
    margin: 0;
}
.social-icons .list-inline > li {
    padding: 0 10px 10px;
}
.social-icons .list-inline a.btn-social-icon {
    width: 50px;
    height: 50px;
    background-color: #1f1f1f;
    transition: background-color 0.3s ease;
}
.social-icons .list-inline .btn-social-icon .fa {
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .social-icons {
        padding: 0 0 30px;
    }
    .social-icons .list-inline a.btn-social-icon {
        width: 40px;
        height: 40px;
    }
    .social-icons .list-inline .btn-social-icon .fa {
        font-size: 20px;
    }
}


.artist-pageLink {
    margin: 0;
    padding: 0 0 70px;
    background-color: #1f1f1f;
}
.artist-pageLink .links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
}
.artist-pageLink .links li a {
    display: block;
    padding: 15px 20px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #7B47D2;
    transition: background-color 0.3s ease;
}
.artist-pageLink .links li a:hover {
    text-decoration: none;
    background-color: #a46eff;
}
.artist-pageLink .links li a .fa {
    display: none;
}

@media screen and (min-width: 768px) {
    .artist-pageLink .links li {
        margin: 0 0 0 3%;
        width: 31.33333%;
    }
    .artist-pageLink .links li:nth-child(3n+1) {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .artist-pageLink {
        padding: 0 0 30px;
    }
    .artist-pageLink .links {
        flex-direction: column;
    }
    .artist-pageLink .links li {
        margin: 0;
        width: 100%;
    }
    .artist-pageLink .links li ~ li {
        margin-top: 20px;
    }
}