.bg-gradient-crossfaith {
    background-color: #7BC393;
}

.only-mobile {
    display: block;
}

.only-nonmobile {
    display: none;
}

.spotify-player {
    position: relative;
    top: 0%;
    width: 100%;
    height: 80px;
}

@media only screen and (max-width: 786px) {
    .overlay-promo-mobile {
        width: 95vw;

    }

    .overlay-promo-mobile img {
        width: 90vw;
        margin: 10px;

    }
}


.overlay-promo {
    height: 100%;
    text-align: center;
    margin:10px;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    color: white;

    position: relative;
    background-color: rgba(0,0,0,0.5);
}

.overlay-promo-image {
    align-self: center;
    width: 80%;
    margin-left: -2px;
    max-height: 400px;
    object-fit: contain;
}

.overlay-promo-text {
    width: 100%;
    margin-left: -2px;
    margin-top:10px;
    margin-bottom:10px;
}

.overlay-promo-link {
    width: 100%;
    margin-left: -2px;
    margin-top:10px;
    margin-bottom:10px;
    display: flex;
    justify-content: center;
}

.overlay-promo-link a {
    width: 50%;
    margin: 10px;
}

.owl-item img {
    margin-top: -80px;
    z-index: -99;

}

@media only screen and (min-width:400px)
{
    .only-mobile {
        display: none;
    }

    .only-nonmobile {
        display: flex;
        justify-content: center;
    }
}

.hide-on-mobile {
    display: none;
}

.bgcolor-1 { background-color: #ffffff !important; }
.bgcolor-2 { background-color: #8C3665 !important; }
.bgcolor-3 { background-color: #EBB6D1 !important; }
.bgcolor-4 { background-color: #9816A9 !important; }


.show-on-mobile {
    display: table-cell;;
}


@media only screen and (min-width:800px)
{
    .hide-on-mobile {
        display: table-cell;
    }

    .show-on-mobile {
        display: table-cell;;
    }
}


.theme-light .footer-logo {
    background-size: 155px 25px;
    background-image: url(../images/logo-dark.png);
    background-position: center;
    height: 30px;
    background-repeat: no-repeat;
}

.theme-dark .footer-logo {
    background-size: 155px 25px;
    background-image: url(../images/logo-light.png);
    background-position: center;
    height: 30px;
    background-repeat: no-repeat;
}

.theme-light .header-logo {
    background-size: 155px 25px;
    width: 155px;
    background-image: url(../images/logo-dark.png);
    background-repeat: no-repeat;
}

.theme-dark .header-logo {
    background-size: 155px 25px;
    width: 155px;
    background-image: url(../images/logo-light.png);
    background-repeat: no-repeat;
}

.logo-background {
    overflow: hidden;
    background-image: url('../images/pressphoto.jpg');
    background-repeat: repeat-y;
    background-position: center;
    height: 500px;
    width: 100%;
}

.logo-background-desktop {
    overflow: hidden;
    background-image: url('../images/pressphoto_glitch_small.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    /*background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 500px;*/
}

@media only screen and (min-width: 768px) {
    .logo-background-desktop {
        background-image: url('../images/pressphoto_glitch.jpg');
        height: 500px;
    }
}

@media only screen and (min-width: 800px) {
    .live-section-table {
        margin: 0 20% 0 20%;
        width: 60%;
        max-height: 60vh;
        overflow-y: scroll;
        background-color: #fff !Important;
        color: black;

    }

    .live-section-table tr {
        line-height: 20px;
    }

    .live-section-table td {
        vertical-align: top;
    }
}

.single-slider {
    overflow: hidden;
}

.merchbanner {
    object-fit: contain;
    width: 100%;
}


.next-slide {
    font-size: 50px;
    right: 30px !important;
}

.prev-slide {
    font-size: 50px;
    left: 30px !important;
}

.owl-item {
    transform: scale(0.6);
}

@media only screen and (min-width: 800px) {
    .owl-item {
        padding: 60px;
        width: 30vw;
    }
}

html { /* body won't work ¯\_(ツ)_/¯ */
    scroll-snap-type: y mandatory;
}

section {
    height: 100vh;
    width: 100vw;
    scroll-snap-align: start;
}

.music-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    width: 100%;
    justify-content: center;

    padding-top: 3vh;

}

.newsletter-button {
    padding: 8px;
    border: 1px solid #0E090B;
    border-radius: 15px;
    background-color: #BD0311;
    color: #7665F5;
    text-transform: uppercase;
    font-weight: bold;
}
.newsletter-text-input {
    padding: 8px;
    border: 1px solid #BD0311;
    background-color: #1D1D25;
    color: white;
    margin-right: 20px;

    width: 200px;
}

.newsletter-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    width: 100%;
    justify-content: center;

    padding-top: 3vh;

}

.music-services img {
    fill: #BD0311;
    color: #BD0311;
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 15px;
}

.menu-tickets {
    padding:20px;
}

@media only screen and (max-width: 400px)
{
    .newsletter-form form {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .newsletter-form input {
        width: 100%;
        margin-top: 30px;
    }

    .music-services img {
        width: 40px;
        height: 40px;
        margin: 5px;
    }

    .music-services {
        margin-top: 50px;
    }
}


.video-container {
    position: relative;
    padding-bottom: 45%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


h1.retro {
    display: block;
    position: relative;
    font-size: 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f2ff), color-stop(50%, #e2fbff), color-stop(51%, #0a343f), to(#0094f7));
    background: linear-gradient(to bottom, #00f2ff 0%, #e2fbff 50%, #0a343f 51%, #0094f7 100%);
    background-blend-mode: multiply;
    background-size: 10px 60px;
    background-repeat: repeat;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: gothic-open-shaded, sans-serif;
    font-weight: 700;
    text-align: center;
}

.menu-content {
    height: 120%;
    background-color: #1B1A24 !important;
}

.bg-region-btn {
    background-color: #A7C1E4;
}
.title-padding-top {
    height: 60px;
}

.mtb-7vh {
    margin-top: 7vh;
    margin-bottom: 7vh;
}

.mtb-5vh {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.mtb-3vh {
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.section-live {
    background-color: white;
}

.fp-tableCell {
    vertical-align: top !important;
}

h1.retro::before {
    content: attr(data-text);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: +2;
    background-image: url("https://i.imgur.com/Ym9HCsT.gif");
    background-blend-mode: screen;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
}

h1.retro::after {
    background: none;
    content: attr(data-text);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    text-shadow: 1px -1px 0 rgba(255, 255, 255, 0.5), 3px 1px 3px rgba(181, 3, 255, 0.85), -3px -2px 3px rgba(14, 94, 187, 0.85), 1px -2px 0 rgba(255, 255, 255, 0.8);
    z-index: -2;
}

.merch a {
    width: 100%;
}

.margin-0 {
    margin: 0 !important;
}

.language-icons {
    width: 260px;
    margin: 0 auto;
}

.merch-buttons {
    margin: 0 auto;
    width: 100%;
}

.language-icons a {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.language-icons a i {
    overflow: visible;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
}

.language-icons a span {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    font-weight: 500;
}

.ticket-shop-logo img {
    height: 60px;
}

.ticket-shop-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}

ul.owl-carousel{
    padding:0;
    text-align:center;
}

.special-bg-header {
    background-color: #A7C1E4 !important;
}