@import url('./styles/SingleEvent.css');
@import url('./styles/Schedule.css');
@import url('./styles/Passes.css');
@import url('./styles/Films.css');
@import url('./styles/FilmSingle.css');
@import url('./styles/Login.css');

html, body {
    background-color: #000000;
    font-family: 'futura-pt', sans-serif !important;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

button {
    font-family: 'futura-pt', sans-serif !important;
    height: auto !important;
}

/*Navbar*/
#app > div > div > div:nth-child(2) {
    height: auto !important;
    padding: 32px 32px;
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    justify-content: space-between;

    div:nth-child(1) {
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;


        > div {
            margin: 0 !important;
            padding: 0 !important;
        }
    }

    div:nth-child(3) {
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        > span > a {
            text-decoration: none !important;
        }

        > div {
            margin: 0 !important;
            padding: 0 !important;
        }
    }
}

/*Navbar inner*/
#app > div > div > div:nth-child(2) > div:nth-child(2) {
    max-width: 960px !important;
    margin-left: 0px !important;

}

/*Menu button*/
#app > div > div > div:nth-child(2) > div:nth-child(1) > div {
    background: none !important;
    box-shadow: none !important;

    button {
        padding: 12px 20px !important;
        border-radius: 6px !important;
        height: auto !important;

        div {
            line-height: normal !important;

            div {
                height: auto !important;
                font-family: "futura-pt", sans-serif;
            }
        }
    }
}

#app > div > div > div:nth-child(2) > div:nth-child(1) > div:hover {
    background: none !important;
    box-shadow: none !important;

    button {
        padding: 12px 20px !important;
        border-radius: 6px !important;
        height: auto !important;

        div {
            line-height: normal !important;

            div {
                height: auto !important;
                font-family: "futura-pt", sans-serif;
                background: transparent !important;
            }
        }
    }
}

/*#app > div > div > div:nth-child(2) > div:nth-child(1) > div > button > div > div:hover {*/
/*    background: #003E3C !important;*/
/*    opacity: 1 !important;*/
/*}*/

/*Login button*/
#app > div > div > div:nth-child(2) > div:nth-child(3) > span > a > div {
    background: none !important;
    box-shadow: none !important;
    /*background: #003E3C !important;*/

    button {
        padding: 12px 20px !important;
        border-radius: 6px !important;
        height: auto !important;

        div {
            line-height: normal !important;

            div {
                height: auto !important;
            }
        }
    }
}

#app > div > div > div:nth-child(2) > div:nth-child(3) > span > a > div:hover {
    background: none !important;
    box-shadow: none !important;

    button {
        padding: 12px 20px !important;
        border-radius: 6px !important;
        height: auto !important;

        div {
            line-height: normal !important;

            div {
                height: auto !important;
                background: transparent !important;
            }
        }
    }
}

#app > div > div > div:nth-child(4) > div:nth-child(2) > div > div > div > div:nth-child(3) > div.Eventive--FilmCard.FilmCard {
    font-family: 'futura-pt', sans-serif !important;
}

.Eventive--SchedulePage {
    background-color: black !important;
    font-family: 'futura-pt', sans-serif !important;
}

.eventive__wishlist-button {
    margin: 0 !important;
    color: #003E3C !important;

    div > svg {
        color: #003E3C !important;
    }
}

.Eventive--Footer {
    display: none !important;
}
