.rc-anchor-normal-footer, .rc-anchor-invisible-text, .rc-anchor, .rc-anchor-invisible, .rc-anchor-light, .rc-anchor-invisible-hover, .grecaptcha-badge { display: none !important; }
.grecaptcha-badge { display: none !important; }


@font-face {
    font-family: 'nowmedium';
    src: url('../../../assets/fonts/now-medium-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/now-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nowlight';
    src: url('../../../assets/fonts/now-light-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/now-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




* {
    box-sizing: border-box;
}

.aligncenter {
    margin: 0 auto 20px;
    display: block;
}

body {
    font-weight: 400; font-family: 'nowlight';
}

.artist,
.artist:hover,
.artist .title-overlay,
.artist:hover .title-overlay,
a,
a:hover,
img,
img:hover {

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

h2 {
    font-size: 60px;
    display: block;
    margin: 0 auto 20px;
    /*border-bottom: 0px solid #000;*/
    text-align: center; font-weight: 400 !important;
    padding-bottom: 20px;
    width: 100%;
    text-transform: uppercase;
}


#page-header {
    padding-top: 0px;
    padding-bottom: 20px;
}

#page-header h1 {
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1em;
    font-weight: 400 !important; font-family: 'nowlight';
}

h1, h2 { letter-spacing: 5px; }

strong, bold { font-family: 'nowmedium'; }

.site-wrapper:not(.slug-home) #header {
    background: #fff;
    position: sticky;
}


/*
    This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
*******************************************/

#footer {
    background-color: #fff;
    COLOR: #000;
}

#footer {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3em;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
font-family: 'nowlight';
}

#footer i {
    font-size: 24px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: 400;
}

#footer a {
    color: #000;
    text-decoration: none;
    border-bottom: 0 !important;
}

.content a {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
    text-decoration: none;
}

.content a:hover {
    border-bottom: 1px solid #fe6b70;
}

.content a:hover,
#footer a:hover {
    color: #fe6b70;
}

.more:hover {
    color: #fff !important;
}

/**
 * Menu specific generic styles
**/

.main_menu ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;

    li {



        a {
            padding: 0 10px;
            text-transform: uppercase;
            color: #fff;
            text-decoration: none;
        }

    }
}


.main_menu {
    padding: 1% 0;
    display: flex;
    justify-content: center;
}

.main_menu>ul>li:hover .nav-drop {
    height: auto !important;
}

ul.nav-drop {
    flex-direction: column;
    height: 0;
    position: absolute;
    overflow: hidden;
    background-color: #000;
}

/******************************************/

.responsive-menu-pro-button {

    .responsive-menu-pro-inner,
    .responsive-menu-pro-inner::before,
    .responsive-menu-pro-inner::after {
        transition: background-color 0.05s !important;
    }
}

.responsive-menu-pro-button.cColor:not(.is-active) {

    .responsive-menu-pro-inner,
    .responsive-menu-pro-inner::before,
    .responsive-menu-pro-inner::after {
        background-color: rgba(0, 0, 0, 1) !important;
    }
}

.site-wrapper {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
}

.video-ov-wrap .loader {
    display: none !important;
}

html,
body,
.site-wrapper {
    min-height: 100vh;
}

body {
    line-height: 1.8em;
}


/**
 * Text-List Styles
 */

.text-list {
    .page-content {
        max-width: 80%;
        margin: 0 auto;
    }

    * {
        box-sizing: border-box;
    }

    .clients-grid {
        /*display: table;
        table-layout: fixed;*/
        width: 100%;
    }

    .artist {

        width: 100%;
        align-items: center;
        align-content: center;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-column-gap: 2%;
        border-bottom: 1px solid #e2e2e2;
        padding: 15px 0;

        &:last-child {
            border-bottom: 0 !important;
        }



        >div {

            padding-top: 15px 0;

            width: 100%;
            height: 100%;
        }
    }

    .artist-name {
        font-weight: 400;
        text-align: left;
        vertical-align: middle;
        font-size: 18px;
        text-align: left;
    }

    #letters {
        text-align: center;

        a {
            margin-left: 5px;
            margin-right: 5px;
            color: #000;
            text-decoration: none;
        }
    }

    .artist-link-info {
        text-align: right;
    }

    .rights,
    .spbr-socials {

        display: inline-grid;



        >span {
            text-align: center;
        }
    }

    .spbr-socials {
        grid-template-areas: "s1 s2 s3 s4 s5";
        grid-template-columns: repeat(5, 1fr);

        >span {
            &:nth-child(1) {
                grid-area: s1;
            }

            &:nth-child(2) {
                grid-area: s2;
            }

            &:nth-child(3) {
                grid-area: s3;
            }

            &:nth-child(4) {
                grid-area: s4;
            }

            &:nth-child(5) {
                grid-area: s5;
            }
        }
    }

    .rights {
        grid-template-areas: "w p m star";
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-column-gap: 2px;

        >span:nth-child(1) {
            grid-area: w;
        }

        >span:nth-child(2) {
            grid-area: p;
        }

        >span:nth-child(3) {
            grid-area: m;
        }

        >span:nth-child(4) {
            grid-area: star;
        }

        >span {
            position: relative;
            padding-bottom: 0;
            height: 30px;
            width: 35px;
            border: 2px black solid;

            >span {

                position: absolute;
                width: 100%;
                top: 0;
                left: 0;
            }
        }
    }

    .right a {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

}




/**
 * Placements Page
 **/

.slider-inner {
    z-index: 1 !important;
}

.slick-slider {
    max-width: 90% !important;
    margin: 0 auto;
}


.slider-inner-inner {
    overflow: hidden !important;
    font-size: 22px !important;
}



.slider-inner-inner:hover img {
    -moz-transform: scale(1.2) translateX(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.2) translateX(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.2) translateX(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.2) translateX(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.2) translateX(0px) skewX(0deg) skewY(0deg);
}

.placement-pg-slider {
    background: #fff;
}

.placement-pg-slider img {
    background: #000;
}

.video-ov-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    background-size: cover;
    background-attachment: fixed;
    z-index: 99999999999999999 !important;

    .slick-next,
    .slick-prev {
        height: 30px;
        width: 30px;
    }

    .slick-next:before,
    .slick-prev:before {

        font-size: 30px !important;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .slick-next:before {
        content: "\f105" !important;
    }

    .slick-prev:before {
        content: "\f104" !important;
    }

    .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1 !important;
        transform: translate(-50%, -50%);
    }

    // .arve {
    //     width: 80vw !important;
    // }

    >span {
        position: absolute;
        color: #c7d0cf;
        z-index: 99999999999999999 !important;
        cursor: pointer;
    }

    >span.close {
        top: 10px;
        right: 30px;
        font-size: 30px;
    }

    >span.nav {
        top: 50%;
        transform: translateY(-50%);

        i {
            font-size: 3vw;
        }
    }

    >span.prev {

        left: 1%;


    }

    >span.next {

        right: 1%;
    }



    >div {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

        >div {
            width: 100%;
            height: 100%;

            .arve {
                margin: 0 auto;
                width: 80% !important;
            }
        }
    }

    .slick-list,
    .slick-track {


        height: 100%;
    }

    .slick-slide {
        .overlay-content {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

#videos {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 0px;
    min-height: 80vh;

    .slider-inner {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 25%), 1fr));
    }

    @media screen and (max-width: 1400px) {
        .slider-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(min(100%, 33%), 1fr));
        }
    }

    @media screen and (max-width: 800px) {
        .slider-inner {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: 100%;
        }
    }


    .slick-prev {
        left: 5px !important;
        z-index: 999 !important;
    }

    .slick-next {
        right: 5px !important;
        z-index: 999 !important;
    }

    .slick-next,
    .slick-prev {
        height: 30px;
        width: 30px;
    }

    .slick-next:before,
    .slick-prev:before {

        font-size: 30px !important;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .slick-next:before {
        content: "\f105" !important;
    }

    .slick-prev:before {
        content: "\f104" !important;
    }


    .slider-inner-inner {


        position: relative;

        >img {
            vertical-align: bottom;

            &:hover+.sii-ov {
                opacity: 1;
            }
        }

        .sii-ov {

            background: rgba(0, 0, 0, 0);
            position: absolute;
            top: 0;
            left: 0;
            padding: 1%;
            text-align: center;
            width: 100%;
            height: 100%;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            pointer-events: none;
            flex-direction: column;
            opacity: 0;

            span {
                color: #fff;
                text-transform: uppercase;
                font-size: 98%;
                line-height: 1.5em;
            }
        }

        >img:hover {
            cursor: pointer !important;
        }

        >img:hover+.sii-ov {
            background: rgba(0, 0, 0, 0.8);
            transition: all 0.5s;
        }

        >img+.sii-ov {
            transition: all 0.5s;
        }

        >img {
            width: 100%;
        }

    }



}





/*--- RESPONSIVE MENU ---*/

#responsive-menu-pro-wrapper {
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}



/*--- GENERAL PAGE ---*/

.page-content {
    margin: 0px auto 50px;
    width: 1200px;
    max-width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

hr {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 2px solid #000;
    margin-top: 40px;
    margin-bottom: 40px;
}





/*--- CONTACT ---*/

.form {
    text-align: left;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.form input,
.form textarea {
    background: none;
    color: #000;
    padding: 10px;
    border: 2px solid #000;
    width: 100%;
    font-size: 15px;
    padding-top: 15px;
    height: 40px;
    font-family: 'poppins';
}

.form textarea {
    height: 150px;
}

.form .wpcf7-submit {
    font-size: 18px;
    line-height: 1.1em;
    width: 100px;
    border: 0;
    background: #000;
    color: #fff;
    font-weight: 400;
    font-family: 'poppins';
    margin: 0;
    height: 50px;
}

.form .wpcf7-submit:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

::placeholder {
    color: #000;
    text-transform: uppercase;
}

.wpcf7 form .wpcf7-response-output {
    text-transform: uppercase;
    font-size: 20px;
    border: 0 !important;
}

.wpcf7-not-valid-tip {
    padding-top: 5px;
}


.site-wrapper{
    
    .fade-in-effect{
        transition:1s opacity;

        &:not(.effects-visible){
           
            opacity:0;
            
        }
    
        &.effects-visible{
            
            opacity:1;
            
        }
    }

    .fade-in-group{

        &:not(.effects-visible){
           
            .fade-in-effect{
                transition:1s opacity;
                opacity:0
            }
            
        }
    
        &.effects-visible{
            
            .fade-in-effect{
                transition:1s opacity;
                opacity:1
            }
            
        }
        
    }
}


/**
 * Page twig styles
 */

/**
 * Home
 */

.slug-home{
    #header{
        >a>img{
            opacity:0;
        }
    }
}

/**
 * Roster Page
 */

.slug-roster {
    h2 {
        padding-bottom: 5px;
    }

    .legend {
        font-weight: 400;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .legend .right {
        height: 30px;
        width: 35px;
        line-height: 0;
        padding: 5px;
        text-align: center;
    }

    .right {
        border: 2px solid #000;
        color: #000;
        margin-right: 10px;
        padding: 15px 10px 10px !important;
        min-height: 15px !important;
        width: 50px;
        display: inline-block;
        font-weight: 400;
        text-align: center;
    }

    .page-content {
        max-width: 100%;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0 auto 50px;
    }

    * {
        box-sizing: border-box;
    }

    .clients-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        padding-bottom: 30px;
        grid-gap: 30px;
    }

    /* .clients-grid div { min-height: 100px; } */

    .artist-name {
        width: 100%;
        text-align: left;
        font-size: 30px; font-family: 'nowlight';
    }

    @media screen and (max-width: 1800px) {
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
        }

        .artist-name {
            width: 100%;
            text-align: left;
            font-size: 26px;
        }

    }

    @media screen and (max-width: 1400px) {
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }

        .artist-name {
            width: 100%;
            text-align: left;
            font-size: 22px;
        }
    }

    @media screen and (max-width: 1200px) {
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
    }


    @media screen and (max-width: 800px) {
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media screen and (max-width: 600px) {
        .clients-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }

        .artist-name {
            width: 100%;
            text-align: left;
            font-size: 18px;
        }

    }

    .artist {
        overflow: hidden;
        position: relative;
    }

    .artist-name {
        font-weight: 400;
    }

    .artist-links {
        opacity: 0;
    }

    .artist img {
        margin-bottom: -10px;
        padding-bottom: 0;
        z-index: -1 !important;
        width: 100%;
        position: relative;
        height: auto;
    }

    .title-overlay {
        position: absolute;
        left: 0;
        top: 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
        height: 100%;
        display: flex;
        grid-template-columns: 100%;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        z-index: 1 !important;
        align-content: center;
        text-align: center;
        padding: 5%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    .title-overlay a {
        font-weight: 400;
        margin-top: 10px;
        color: #fff;
        border-bottom: 0 !important;
    }

    .title-overlay a:hover {
        font-weight: 400;
        margin-top: 10px;
        border-bottom: 0 !important;
    }

    .artist {
        background: rgba(0, 0, 0, 0.2);
        text-align: center;
    }

    .artist .bandcamp,
    .artist .spotify {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

    .artist .rights {
        width: 100%;
        text-align: right;
        min-height: 15px !important;
    }

    .artist .right {
        border: 2px solid #fff;
        color: #fff;
        padding: 15px 10px 10px !important;
        min-height: 15px !important;
        display: inline-block;
        width: 42px;
        height: 34px;
        line-height: 0;
        text-align: center;
        text-align: center;
    }

    .artist:hover .title-overlay,
    .title-overlay:hover {
        background: rgba(0, 0, 0, 0.5);
    }

    .artist:hover .artist-links,
    .title-overlay:hover .artist-links {
        opacity: 1;
    }

    .artist:hover img {
        -moz-transform: scale(1.2) rotate(5deg) translateX(0px) skewX(0deg) skewY(0deg);
        -webkit-transform: scale(1.2) rotate(5deg) translateX(0px) skewX(0deg) skewY(0deg);
        -o-transform: scale(1.2) rotate(5deg) translateX(0px) skewX(0deg) skewY(0deg);
        -ms-transform: scale(1.2) rotate(5deg) translateX(0px) skewX(0deg) skewY(0deg);
        transform: scale(1.2) rotate(5deg) translateX(0px) skewX(0deg) skewY(0deg);
    }

    .artist,
    .artist .title-overlay,
    .artist:hover,
    .artist:hover .title-overlay,
    a,
    a:hover,
    img,
    img:hover {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .color-change-2x:hover {
        -webkit-animation: color-change-2x 2s linear infinite alternate both;
        animation: color-change-2x 2s linear infinite alternate both;
    }

    /* ----------------------------------------------
 * Generated by Animista on 2021-8-10 13:0:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

    /**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
    @-webkit-keyframes color-change-2x {
        0% {
            background: rgba(25, 220, 234, 0.2);
        }

        100% {
            background: rgba(178, 44, 255, 0.2);
        }
    }

    @keyframes color-change-2x {
        0% {
            background: rgba(178, 44, 255, 0.2);
        }

        100% {
            background: rgba(25, 220, 234, 0.2);
        }
    }

    #letters {
        text-align: left;
    }

    #letters a {
        margin-left: 0;
        margin-right: 10px;
        color: #000;
        text-decoration: none;
    }
}

/**
 * Work
 */

.slug-work{
    .color-change-2x:hover {
        -webkit-animation: color-change-2x 2s linear infinite alternate both;
        animation: color-change-2x 2s linear infinite alternate both;
    }

    /* ----------------------------------------------
 * Generated by Animista on 2021-8-10 13:0:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

    /**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */
    @-webkit-keyframes color-change-2x {
        0% {
            background: rgba(25,220,234,0.6);
        }
        100% {
            background: rgba(178,44,255,0.6);
        }
    }
    @keyframes color-change-2x {
        0% {
            background: rgba(178,44,255,0.6);
        }
        100% {
            background: rgba(25,220,234,0.6);
        }
    }

    .overlay-content img {
        text-align: center;
        display: block;
        margin: 0 auto 20px;
    }
    .overlay-content img,
    .overlay-content img:hover {
        transform: none !important;
    }

    .placement-logos {
        display: grid;
        grid-template-columns: repeat(8,1fr);
        align-items: center;
        align-content: center;
        grid-gap: 50px; width: 80%; margin: 0 auto;
    }
    .logo img {
        max-width: 80%;
        height: auto;
        max-height: 200px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .video-ov-wrap .slider-inner-inner > div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    @media screen and (max-width: 1400px) {
        .placement-logos {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            align-items: center;
            align-content: center;
            grid-gap: 50px; margin: 0 auto;
        }
        .logo img {
            max-width: 80%;
            height: auto;
            max-height: 150px;
            width: auto;
            margin: 0 auto;
            display: block;
        }
    }

    @media screen and (max-width: 768px) {
        .placement-logos {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            align-items: center;
            align-content: center;
            grid-gap: 10px; width: 90%;
        }
        .logo img {
            max-width: 80%;
            height: auto;
            max-height: 100px;
            width: auto;
            margin: 0 auto;
            display: block;
        }
    }

    
}


/*--- CONTACT ---*/

.wpcf7 form .wpcf7-response-output { text-align: center; margin: 10px auto; display: block; }




/*--- UPDATED ROSTER ---*/

.slug-roster .page-content { text-align: center; }

.slug-roster .legend {
    font-weight: 400;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.slug-roster .legend .right {
    height: 36px;
    width: 40px; }



/*--- MEDIA QUERIES ---*/

@media screen and (max-width: 980px) {
h2 { font-size: 40px !important; }
}