/*!   
 * Template Name: Decibel - Bootstrap 5 template for bands and musicians
 * Version: 2.3
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media Ltd.
 * Website: https://themes.3rdwavemedia.com/
 * Twitter: @3rdwave_themes
*/

.logo-holder {
    background-image: url("../images/5Over50Logo_3.png")
}

html, body {
    height: 100%
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #101113;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900
}

p {
    margin-bottom: 15px;
    line-height: 1.5
}

a {
    color: #d4a03a;
    text-decoration: none
}

    a:hover, a:active {
        text-decoration: underline;
        color: #b37a1f;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    a:focus {
        text-decoration: none;
        color: #b37a1f;
        outline: none
    }

    .btn, a.btn {
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-weight: bold;
        letter-spacing: 0.5px;
        text-decoration: none
    }

        .btn:hover, a.btn:hover {
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out
        }

        .btn:focus, a.btn:focus {
            box-shadow: none
        }

    a.btn-primary, .btn-primary {
        background: #d4a03a;
        border: 2px solid #d4a03a;
        color: #fff;
        text-transform: uppercase;
        box-shadow: inset 0 0 0 0 #8c5a12
    }

        a.btn-primary:hover, .btn-primary:hover {
            box-shadow: inset 0 100px 0 0 #8c5a12
        }

        a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
            background: #8c5a12;
            border: 2px solid #8c5a12;
            color: #fff;
            outline: none;
            box-shadow: none
        }

    a.btn-secondary, .btn-secondary {
        background: #1c1d21;
        border: 2px solid #1c1d21;
        color: #fff;
        text-transform: uppercase;
        box-shadow: inset 0 0 0 0 #d4a03a
    }

        a.btn-secondary:hover, .btn-secondary:hover {
            box-shadow: inset 0 100px 0 0 #8c5a12
        }

        a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus, a.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
            background: #8c5a12;
            border: 2px solid #8c5a12;
            color: #fff;
            outline: none;
            box-shadow: none
        }

    a.btn-ghost-primary, .btn-ghost-primary {
        background: none;
        border: 2px solid #d4a03a;
        color: #d4a03a;
        box-shadow: inset 0 0 0 0 #d4a03a;
        text-transform: uppercase
    }

        a.btn-ghost-primary:active, a.btn-ghost-primary:focus, .btn-ghost-primary:active, .btn-ghost-primary:focus {
            border: 2px solid #d4a03a;
            color: #d4a03a;
            outline: none
        }

        a.btn-ghost-primary:hover, .btn-ghost-primary:hover {
            box-shadow: inset 0 100px 0 0 #d4a03a;
            background: #d4a03a;
            color: #fff;
            border: 2px solid #d4a03a
        }

    a.btn-ghost-secondary, .btn-ghost-secondary {
        background: none;
        border: 2px solid #101113;
        color: #101113;
        box-shadow: inset 0 0 0 0 #101113;
        text-transform: uppercase
    }

        a.btn-ghost-secondary:active, a.btn-ghost-secondary:focus, .btn-ghost-secondary:active, .btn-ghost-secondary:focus {
            border: 2px solid #101113;
            outline: none;
            color: #101113
        }

        a.btn-ghost-secondary:hover, .btn-ghost-secondary:hover {
            background: #101113;
            box-shadow: inset 0 100px 0 0 #101113;
            color: #fff;
            border: 2px solid #101113
        }

    a.btn-cta, .btn-cta {
        font-size: 16px;
        padding: 10px 30px
    }

.form-control {
    box-shadow: none;
    height: 45px;
    border-color: #eee
}

    .form-control::-webkit-input-placeholder {
        color: #ccc
    }

    .form-control:-moz-placeholder {
        color: #ccc
    }

    .form-control::-moz-placeholder {
        color: #ccc
    }

    .form-control:-ms-input-placeholder {
        color: #ccc
    }

    .form-control:focus {
        border-color: #e1e1e1;
        box-shadow: none
    }

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

label {
    color: #b37a1f
}

.form-group {
    margin-bottom: 30px
}

.highlight {
    color: #d4a03a
}

#back-to-top {
    background: #101113;
    color: #fff;
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    #back-to-top:hover {
        background: #d4a03a
    }

    #back-to-top svg {
        position: relative;
        font-weight: normal;
        background: none;
        width: 24px;
        height: auto;
        margin-top: 7px
    }

.section {
    padding-top: 90px;
    padding-bottom: 90px
}

.section-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 32px;
    position: relative;
    padding-bottom: 5px;
    font-family: 'Playfair Display', Georgia, serif;
}

    .section-title:after {
        content: "";
        display: inline-block;
        height: 4px;
        width: 60px;
        background: #d4a03a;
        position: absolute;
        left: 50%;
        bottom: -5px;
        margin-left: -30px;
        border-radius: 1px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

.header {
    color: #fff;
    padding-top: 0;
    min-height: 51px
}

.header-scrolled {
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

    .header-scrolled .nav > li > a {
        color: rgba(255,255,255,0.65)
    }

    .header-scrolled .navbar-nav {
        padding-top: 0
    }

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-nav {
    padding-top: 15px
}

.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

    .nav-link:hover {
        text-decoration: none
    }

    .nav-link:focus, .nav-link:hover {
        background: none;
        outline: none;
        color: #fff
    }

.nav-item.active .nav-link {
    color: #fff
}

.navbar-toggler {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background: none;
    position: relative;
    top: 5px;
    right: 0;
    left: auto;
    padding-left: 0;
    padding-right: 0;
    border: none
}

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none
    }

    .navbar-toggler .toggle-title {
        display: inline-block;
        color: rgba(255,255,255,0.9);
        margin-right: 5px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        top: 0;
        font-size: 16px
    }

.footer {
    background: #000;
    font-weight: normal;
    color: rgba(255,255,255,0.6)
}

    .footer a {
        color: #d4a03a
    }

        .footer a:hover {
            color: #b37a1f
        }

.footer-content {
    padding: 15px
}

.promo-section {
    height: 100vh;
    width: 100%;
    position: relative;
    color: #fff;
    background: #101113
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.2, 1.2)
    }

    to {
        -webkit-transform: scale(1, 1)
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.promo-carousel-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

    .promo-carousel-holder .carousel-item {
        -webkit-animation: zoom 5s ease-in-out;
        animation: zoom 5s ease-in-out;
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

.overlay-mask {
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0
}

.logo-holder {
    height: 180px;
    width: 350px;
    min-width: 250px;
    max-width: 350px;
    text-align: center;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: contain;
    display: block;
}

.upper-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.logo-side {
    flex: 0 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-side {
    flex: 1 1 auto;
    text-align: left;
    max-width: 600px;
}

.promo-content {
    padding-top: 80px;
    padding-bottom: 140px;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 20
}

    .promo-content .headline {
        font-size: 48px;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0,0,0,0.4);
        margin-bottom: 15px;
        margin-top: 0;
    }

    .promo-content .tagline {
        font-size: 24px;
        margin-bottom: 60px;
        line-height: 1.4;
    }

.updates-block {
    position: absolute;
    z-index: 30;
    bottom: 2px;
    width: 100%;
    height: 160px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(0,0,0,0.8);
    color: #fff
}

    .updates-block .updates-block-inner {
        padding-left: 60px;
        padding-right: 60px;
        position: relative
    }

    .updates-block .carousel-inner {
        min-height: 100px
    }

    .updates-block .media-holder {
        display: inline-block;
        position: absolute;
        width: 170px;
        height: 100px;
        left: 0
    }

    .updates-block .media-thumb {
        position: relative
    }

    .updates-block .video-play-trigger {
        position: absolute;
        width: 36px;
        height: 36px;
        left: 50%;
        margin-left: -18px;
        text-align: center;
        z-index: 5;
        top: 50%;
        margin-top: -18px;
        color: #fff;
        background: rgba(0,0,0,0.8);
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer
    }

        .updates-block .video-play-trigger:hover {
            background: rgba(91,182,111,0.6)
        }

        .updates-block .video-play-trigger .svg-inline--fa {
            color: #fff;
            font-size: 14px;
            margin-top: 11px;
            margin-left: 4px
        }

    .updates-block .carousel-control-prev {
        left: -60px
    }

    .updates-block .carousel-control-next {
        right: -60px
    }

    .updates-block .carousel-control-next, .updates-block .carousel-control-prev {
        width: auto
    }

        .updates-block .carousel-control-next:hover, .updates-block .carousel-control-prev:hover {
            -webkit-opacity: .6;
            -moz-opacity: .6;
            opacity: .6
        }

    .updates-block .carousel-control-prev-icon {
        background: transparent url("../images/left-arrow.svg") no-repeat left top;
        width: 23px;
        height: 40px;
        left: -60px
    }

    .updates-block .carousel-control-next-icon {
        background: transparent url("../images/right-arrow.svg") no-repeat right top;
        width: 23px;
        height: 40px;
        right: -60px
    }

    .updates-block .carousel-content {
        padding-left: 200px
    }

        .updates-block .carousel-content.no-media-holder {
            padding-left: 0;
            max-width: 620px
        }

            .updates-block .carousel-content.no-media-holder .title {
                margin-bottom: 15px
            }

        .updates-block .carousel-content .title {
            font-size: 18px;
            font-weight: 600;
            margin-top: 0;
            margin-bottom: 5px
        }

        .updates-block .carousel-content .btn-cta {
            position: absolute;
            right: 0;
            top: 30px
        }

        .updates-block .carousel-content .desc {
            color: rgba(255,255,255,0.6)
        }

            .updates-block .carousel-content .desc a {
                color: #fff
            }

                .updates-block .carousel-content .desc a.more-link {
                    color: #d4a03a;
                    vertical-align: middle
                }

                    .updates-block .carousel-content .desc a.more-link:hover {
                        color: #b37a1f
                    }

        .updates-block .carousel-content .highlight {
            color: #d4a03a
        }

        .updates-block .carousel-content .btn {
            min-width: 160px
        }

.countdown-box {
    font-size: 16px
}

    .countdown-box .number {
        font-weight: 700;
        color: #d4a03a;
        font-size: 24px
    }

    .countdown-box .unit {
        color: rgba(255,255,255,0.6);
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px
    }

.gigs-section .container {
    max-width: 860px
}

.gigs-section .item {
    position: relative;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.gigs-section .date-label {
    background: #101113;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 55px;
    padding-top: 4px;
    position: absolute;
    left: 0;
    top: 15px
}

    .gigs-section .date-label .number {
        font-size: 20px;
        font-weight: 700
    }

    .gigs-section .date-label .month {
        font-size: 12px;
        font-weight: 600;
        font-family: 'Raleway', sans-serif;
        color: rgba(255,255,255,0.8)
    }

.gigs-section .gig-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700
}

.gigs-section .meta-list {
    color: #788191
}

    .gigs-section .meta-list a {
        color: #788191
    }

    .gigs-section .meta-list .svg-inline--fa {
        margin-right: 5px;
        color: #d4a03a;
        font-size: 16px
    }

.gigs-section .gig-actions {
    position: absolute;
    right: 0;
    top: 15px
}

    .gigs-section .gig-actions .btn {
        margin-right: 5px
    }

        .gigs-section .gig-actions .btn:last-child {
            margin-right: 0
        }

.gigs-section .info-extra {
    color: #4f545e;
    font-size: 16px
}

.gigs-section .gigs-contact {
    margin-top: 60px
}

    .gigs-section .gigs-contact .title {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .gigs-section .gigs-contact .intro {
        font-size: 16px;
        color: #4f545e;
        max-width: 800px
    }

    .gigs-section .gigs-contact .btn {
        margin-top: 15px
    }

.music-section {
    background: black;
}

    .music-section .sc-block {
        max-width: 860px;
        margin-bottom: 90px
    }

        .music-section .sc-block .item {
            margin-bottom: 15px
        }

    .music-section .albums-block .item {
        margin-bottom: 45px
    }

    .music-section .albums-block .item-inner {
        position: relative;
        padding-right: 60px
    }

    .music-section .albums-block .arrow-holder {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #25532f;
        position: absolute;
        left: -10px;
        top: 37px;
        bottom: -20px
    }

    .music-section .albums-block .cover-figure {
        max-width: 235px;
        max-height: 235px;
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        background: #101113;
        box-shadow: 0 0 4px rgba(0,0,0,0.5)
    }

        .music-section .albums-block .cover-figure .cover-image {
            position: relative;
            -webkit-opacity: .95;
            -moz-opacity: .95;
            opacity: .95
        }

        .music-section .albums-block .cover-figure .record-holder {
            max-width: 235px;
            max-height: 235px;
            display: inline-block;
            position: absolute;
            right: -80px;
            bottom: 0;
            -webkit-transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -ms-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out
        }

        .music-section .albums-block .cover-figure:hover .cover-image {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

        .music-section .albums-block .cover-figure:hover .record-holder {
            right: -118px
        }

    .music-section .albums-block .cover-label {
        position: absolute;
        left: -10px;
        top: 0;
        background: #d4a03a;
        color: #fff;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        padding: 10px
    }

    .music-section .albums-block .album-title {
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 0;
        max-width: 235px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        display: inline-block
    }

    .music-section .music-action {
        margin-top: 30px
    }

.about-section .section-title {
    margin-bottom: 30px
}

.about-section .section-intro {
    margin-bottom: 60px;
    max-width: 800px;
    font-size: 16px;
    color: #4f545e
}

.about-section .item-inner {
    padding: 30px;
    height: 100%
}

.about-section .member-name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px
}

.about-section .member-desc {
    color: #4f545e
}

.about-section .member-profile {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center
}

    .about-section .member-profile img {
        margin-left: auto;
        margin-right: auto;
        display: inline-block
    }

.about-section .member-label {
    display: inline-block;
    width: 60%;
    padding: 5px 10px;
    background: #101113;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px
}

.social-block {
    padding-top: 90px
}

    .social-block .instagram-block {
        margin-bottom: 30px;
        max-width: 800px
    }

        .social-block .instagram-block .title {
            margin-top: 0;
            margin-bottom: 30px
        }

    .social-block .instafeed-wrapper {
        margin-bottom: 30px;
        overflow: hidden
    }

    .social-block .instagram-item {
        display: inline-block;
        padding: 0;
        background: #101113;
        -webkit-opacity: .85;
        -moz-opacity: .85;
        opacity: .85;
        position: relative
    }

        .social-block .instagram-item:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transform: scale(1.15);
            -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
            -o-transform: scale(1.15);
            transform: scale(1.15);
            z-index: 10;
            box-shadow: 0 0 4px rgba(0,0,0,0.5)
        }

.merch-section {
    background: #f5f5f5
}

    .merch-section .item {
        margin-bottom: 30px
    }

        .merch-section .item .item-inner {
            position: relative
        }

        .merch-section .item:hover .mask {
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .merch-section .mask {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0
    }

        .merch-section .mask .item-title {
            font-size: 18px;
            color: #fff;
            margin-bottom: 5px;
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 15px
        }

        .merch-section .mask .desc {
            font-size: 16px;
            margin-bottom: 30px
        }

        .merch-section .mask span {
            display: block
        }

            .merch-section .mask span.btn {
                display: inline-block
            }

    .merch-section .mask-inner {
        background: rgba(16,17,19,0.8);
        padding: 30px;
        padding-top: 45px;
        height: 100%;
        overflow: hidden;
        color: #fff
    }

    .merch-section .merch-action {
        margin-top: 30px
    }

.contact-section {
    background: #101113;
    color: rgba(255,255,255,0.75)
}

    .contact-section a {
        color: rgba(255,255,255,0.75)
    }

        .contact-section a:hover {
            color: #d4a03a
        }

    .contact-section .section-title {
        margin-bottom: 30px;
        color: #fff
    }

    .contact-section .section-intro {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 60px;
        font-size: 16px
    }

    .contact-section .contact-block {
        max-width: 800px;
        margin-bottom: 90px
    }

        .contact-section .contact-block .item {
            margin-bottom: 30px
        }

        .contact-section .contact-block .title {
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 18px
        }

        .contact-section .contact-block .icon-holder {
            margin-bottom: 15px
        }

        .contact-section .contact-block .svg-inline--fa {
            margin-right: 5px;
            color: #d4a03a;
            font-size: 24px
        }

    .contact-section .channels-list {
        margin-bottom: 45px
    }

        .contact-section .channels-list a {
            -webkit-opacity: .4;
            -moz-opacity: .4;
            opacity: .4
        }

            .contact-section .channels-list a:hover {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1
            }

        .contact-section .channels-list li {
            margin-bottom: 15px
        }

    .contact-section .social-media-list {
        margin-bottom: 0
    }

        .contact-section .social-media-list a {
            color: rgba(255,255,255,0.4)
        }

            .contact-section .social-media-list a:hover {
                color: #fff
            }

        .contact-section .social-media-list li {
            margin-bottom: 15px
        }

        .contact-section .social-media-list .svg-inline--fa {
            font-size: 32px
        }

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    color: #4f545e
}

    .modal-body iframe {
        max-width: 100%
    }

.modal-content {
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.modal-header {
    border: none;
    padding-top: 30px;
    position: relative;
    justify-content: center !important
}

.modal button.btn-close {
    font-size: 45px;
    font-weight: 300;
    text-shadow: none;
    background: none;
    position: absolute;
    right: -15px;
    top: -60px;
    z-index: 10;
    border: none;
    outline: none;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    background: none;
    padding: 0;
    margin: 0;
    color: #fff
}

    .modal button.btn-close:hover {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }

.modal-backdrop.in {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

/* ===== Featured Events Modal Styling ===== */
.modal.modal-featured-events .modal-dialog {
    margin-top: 90px;
    max-width: 700px;
}

.modal.modal-featured-events .modal-content {
    background-color: #1c1d21;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.featured-events-modal-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: #252629;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.featured-events-modal-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.featured-events-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #d4a03a;
    color: #1c1d21;
    border: none;
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.featured-events-close-btn:hover,
.featured-events-close-btn:focus {
    background-color: #b37a1f;
    color: #1c1d21;
}

.featured-events-close-icon {
    font-size: 1.1rem;
    line-height: 1;
}

.featured-events-modal-body {
    padding: 0;
    background-color: #1c1d21;
}

#featured-events-carousel {
    background-color: #1c1d21;
}

.featured-events-carousel .carousel-item {
    padding: 2rem;
    background-color: #1c1d21;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.carousel-item[data-event-index] {
    padding: 2rem;
}

.featured-event-image {
    width: 100%;
    max-height: 300px;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    overflow: hidden;
}

.featured-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.featured-event-content.no-image {
    justify-content: center;
}

.featured-event-title {
    color: #d4a03a;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.featured-event-countdown {
    margin-bottom: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(212, 160, 58, 0.3);
}

.featured-event-description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex: 1;
}

.featured-event-btn {
    align-self: flex-start;
    background-color: #d4a03a;
    color: #1c1d21;
    border: none;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    transition: background-color 0.2s ease;
}

.featured-event-btn:hover {
    background-color: #b37a1f;
    color: #1c1d21;
}

#featured-events-carousel .carousel-control-prev,
#featured-events-carousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(212, 160, 58, 0.8);
    border-radius: 50%;
    opacity: 0.8;
    transition: opacity 0.2s ease, background-color 0.2s ease;
}

#featured-events-carousel .carousel-control-prev:hover,
#featured-events-carousel .carousel-control-next:hover {
    opacity: 1;
    background-color: #d4a03a;
}

#featured-events-carousel .carousel-control-prev {
    left: 1rem;
}

#featured-events-carousel .carousel-control-next {
    right: 1rem;
}

#featured-events-carousel .carousel-control-prev-icon,
#featured-events-carousel .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
}

/* Countdown Timer Styling for Modal */
.featured-event-countdown .countdown-box {
    display: flex;
    gap: 0.5rem;
    margin-right: 0.75rem;
}

.featured-event-countdown .countdown-box .number {
    color: #d4a03a;
    font-weight: 700;
    font-size: 1.1rem;
}

.featured-event-countdown .countdown-box .unit {
    color: #a0a0a0;
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .modal.modal-featured-events .modal-dialog {
        margin: 0;
    }

    .featured-events-modal-bar {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
    }

    .featured-events-close-btn {
        align-self: flex-end;
    }

    .carousel-item[data-event-index] {
        padding: 1rem;
        min-height: auto;
    }

    .featured-event-image {
        max-height: 200px;
        margin-bottom: 1rem;
    }

    .featured-event-title {
        font-size: 1.25rem;
    }

    #featured-events-carousel .carousel-control-prev,
    #featured-events-carousel .carousel-control-next {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.modal.modal-video .modal-dialog {
    margin-top: 90px
}

.modal.modal-video .modal-body {
    padding: 0;
    padding-top: 0
}

.modal.modal-video .modal-header {
    border: none;
    padding: 1.5rem;
    background-color: #252629;
    position: relative;
    z-index: 2;
}

.modal.modal-video .modal-header .btn-close {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    filter: brightness(1.2);
}

.modal.modal-video .modal-header .btn-close::before,
.modal.modal-video .modal-header .btn-close::after {
    width: 1.8rem;
    height: 3px;
    background-color: #ffffff !important;
}

.modal.modal-video .modal-header .btn-close:hover,
.modal.modal-video .modal-header .btn-close:focus {
    opacity: 1;
    background-color: rgba(212, 160, 58, 0.3) !important;
    border-radius: 0.25rem;
}

.modal.modal-video .modal-content {
    background-color: #1c1d21;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6)
}

.modal.modal-video .modal-title {
    color: #d4a03a;
    font-weight: 600;
}

.modal.modal-video .video-modal-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: #1c1d21;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.modal.modal-video .video-modal-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.modal.modal-video .video-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #d4a03a;
    color: #1c1d21;
    border: none;
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.modal.modal-video .video-close-btn:hover,
.modal.modal-video .video-close-btn:focus {
    background-color: #b37a1f;
    color: #1c1d21;
}

.modal.modal-video .video-close-icon {
    font-size: 1.1rem;
    line-height: 1;
}

.modal.modal-video .modal-body {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .promo-section {
        height: auto
    }

    .logo-holder {
        height: 100px;
        width: 250px;
        min-width: 200px;
        max-width: 250px;
    }

    .upper-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .logo-side {
        flex: 0 0 auto;
    }

    .text-side {
        text-align: center;
    }

    .promo-content {
        padding-top: 70px;
        padding-bottom: 110px;
        min-height: auto;
    }

    .header {
        background: rgba(0,0,0,0.9);
        padding-top: 0
    }

    .navbar-collapse {
        box-shadow: none
    }

    .nav > li.active > a {
        color: #d4a03a
    }

    .promo-content {
        padding-top: 0px
    }

        .promo-content .headline {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .promo-content .tagline {
            font-size: 18px;
            margin-bottom: 40px;
            line-height: 1.3;
        }

    .updates-block {
        position: relative;
        height: inherit;
        bottom: 0;
        min-height: 400px
    }

        .updates-block .media-holder {
            position: static;
            margin: 0 auto;
            margin-bottom: 30px
        }

        .updates-block .carousel-content {
            padding-left: 0
        }

            .updates-block .carousel-content .btn-cta {
                position: static
            }

        .updates-block .carousel .item {
            height: inherit
        }

        .updates-block .glyphicon-chevron-right {
            right: -45px
        }

        .updates-block .glyphicon-chevron-left {
            left: -45px
        }

    .gigs-section .gig-actions {
        position: static;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .about-section .item-inner {
        padding: 15px
    }

    .merch-section .mask-inner {
        padding-top: 30px
    }

    .music-section .albums-block .item-inner {
        padding: 0px
    }

    .music-section .albums-block .album-title {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .music-section .albums-block .cover-figure {
        max-width: 100%;
        max-height: inherit
    }

        .music-section .albums-block .cover-figure .record-holder {
            display: none
        }

    .updates-block .carousel .carousel-item {
        height: inherit
    }
}

@media (min-width: 576px) {
    .modal-video .modal-dialog {
        max-width: inherit
    }

    .modal-info .modal-dialog {
        max-width: inherit
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px
    }

    .modal-dialog {
        width: 700px
    }

    .navbar-nav {
        float: none
    }

    .promo-content {
        padding-top: 30px
    }

    .updates-block {
        height: 260px
    }

        .updates-block .carousel-content .btn-cta {
            position: static
        }

        .updates-block .carousel .item {
            height: 200px
        }

        .updates-block .glyphicon-chevron-right {
            right: -45px
        }

        .updates-block .glyphicon-chevron-left {
            left: -45px
        }

    .music-section .albums-block .cover-figure .record-holder {
        right: -60px
    }

    .music-section .albums-block .cover-figure:hover .record-holder {
        right: -80px
    }
}

@media (min-width: 992px) {
    .promo-content {
        padding-top: 80px
    }

    .updates-block {
        height: 160px
    }

        .updates-block .carousel-content .desc {
            padding-right: 200px
        }

        .updates-block .carousel-content .btn-cta {
            position: absolute
        }

        .updates-block .carousel .item {
            height: 100px
        }

        .updates-block .glyphicon-chevron-right {
            right: -60px
        }

        .updates-block .glyphicon-chevron-left {
            left: -60px
        }

    .music-section .albums-block .cover-figure .record-holder {
        right: -80px
    }

    .music-section .albums-block .cover-figure:hover .record-holder {
        right: -118px
    }
}

body {
    overflow-x: hidden
}

.config-trigger {
    position: absolute;
    top: 30px;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #222;
    color: #fff;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none
}

    .config-trigger:hover {
        background: #000;
        text-decoration: none
    }

        .config-trigger:hover .svg-inline--fa {
            color: #fff
        }

    .config-trigger .svg-inline--fa {
        font-size: 18px;
        margin-top: 9px;
        display: block;
        color: rgba(255,255,255,0.8)
    }

.config-panel {
    position: fixed;
    top: 80px;
    z-index: 1000;
    width: 190px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

    .config-panel.config-panel-open {
        right: 0
    }

    .config-panel.config-panel-hide {
        right: -190px
    }

    .config-panel .panel-inner {
        position: relative;
        background: #222;
        color: #fff;
        padding: 15px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    .config-panel .panel-title {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 14px;
        text-transform: uppercase
    }

    .config-panel label {
        color: #fff
    }

    .config-panel #color-options {
        margin-bottom: 0px
    }

        .config-panel #color-options li a {
            display: block;
            width: 20px;
            height: 20px;
            border: 2px solid transparent
        }

            .config-panel #color-options li a:hover {
                -webkit-opacity: .9;
                -moz-opacity: .9;
                opacity: .9;
                border: 2px solid rgba(255,255,255,0.8)
            }

        .config-panel #color-options li.active a {
            border: 2px solid #fff
        }

        .config-panel #color-options li.theme-1 a {
            background: #d4a03a
        }

        .config-panel #color-options li.theme-2 a {
            background-color: #2696C2
        }

        .config-panel #color-options li.theme-3 a {
            background-color: #C9091A
        }

        .config-panel #color-options li.theme-4 a {
            background-color: #F2C020
        }

        .config-panel #color-options li.theme-5 a {
            background-color: #0F5EE8
        }

        .config-panel #color-options li.theme-6 a {
            background-color: #1DAEB0
        }

        .config-panel #color-options li.theme-7 a {
            background-color: #6B64AE
        }

        .config-panel #color-options li.theme-8 a {
            background-color: #EC3A81
        }

        .config-panel #color-options li.theme-9 a {
            background-color: #C79F7C
        }

        .config-panel #color-options li.theme-10 a {
            background-color: #AEBB4B
        }

    .config-panel .close {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff
    }

        .config-panel .close .svg-inline--fa {
            color: #fff;
            font-size: 18px
        }
/* ======= Video Fallback Styles ======= */
.video-fallback {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-fallback-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.video-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.video-play-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 10;
    text-decoration: none;
    transition: all 0.3s ease;
}

.video-play-button:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.play-icon {
    width: 80px;
    height: 80px;
    background: rgba(212, 160, 58, 0.9);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    transition: all 0.3s ease;
}

.video-play-button:hover .play-icon {
    background: rgba(212, 160, 58, 1);
    box-shadow: 0 0 20px rgba(212, 160, 58, 0.8);
}

.play-text {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.video-play-button:hover .play-text {
    color: #d4a03a;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .play-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .play-text {
        font-size: 14px;
    }
}

/* ======================================== */
/* Gallery Section Styles */
/* ======================================== */

.gallery-section {
    background-color: #1c1d21;
}

.gallery-section .section-title {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery-section .section-intro {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 500;
}

.gallery-filters {
    margin-bottom: 2rem;
}

.gallery-filters .btn-group {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.gallery-filters .filter-btn {
    border-color: #d4a03a;
    color: #d4a03a;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}

.gallery-filters .filter-btn:hover {
    background-color: #d4a03a;
    color: #1c1d21;
    border-color: #d4a03a;
}

.gallery-filters .filter-btn.active {
    background-color: #d4a03a;
    color: #1c1d21;
    border-color: #d4a03a;
}

.gallery-grid {
    min-height: 400px;
}

.gallery-item-wrapper {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: scale(1);
}

.gallery-item-wrapper.gallery-hidden {
    opacity: 0;
    transform: scale(0.8);
}

.gallery-item-wrapper.gallery-visible {
    opacity: 1;
    transform: scale(1);
}

.gallery-item {
    position: relative;
    cursor: pointer;
}

.gallery-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
    aspect-ratio: 4 / 3;
    background-color: #101113;
}

.gallery-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-thumbnail {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(212, 160, 58, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay i {
    color: #fff;
    font-size: 2rem;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    color: #fff;
    font-weight: 500;
}

/* Gallery Modal Styles */
#galleryModal .modal-content {
    background-color: #1c1d21;
}

#galleryModal .modal-header {
    padding: 1.5rem;
    background-color: #252629;
}

#galleryModal .gallery-modal-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background-color: #1c1d21;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#galleryModal .gallery-modal-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

#galleryModal .gallery-close-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #d4a03a;
    color: #1c1d21;
    border: none;
    border-radius: 4px;
    padding: 0.35rem 0.75rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

#galleryModal .gallery-close-btn:hover,
#galleryModal .gallery-close-btn:focus {
    background-color: #b37a1f;
    color: #1c1d21;
}

#galleryModal .gallery-close-icon {
    font-size: 1.1rem;
    line-height: 1;
}

#galleryModal .modal-header .btn-close {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    filter: brightness(1.2);
}

#galleryModal .modal-header .btn-close::before,
#galleryModal .modal-header .btn-close::after {
    width: 1.8rem;
    height: 3px;
    background-color: #ffffff !important;
}

#galleryModal .modal-header .btn-close:hover,
#galleryModal .modal-header .btn-close:focus {
    opacity: 1;
    background-color: rgba(212, 160, 58, 0.3) !important;
    border-radius: 0.25rem;
}

#galleryModal .modal-body {
    padding: 0;
}

#galleryModal .modal-body img {
    border-radius: 0;
}

#galleryModal .modal-title {
    color: #d4a03a;
    font-weight: 600;
}

#galleryModal .modal-footer {
    padding: 1.5rem;
    background-color: #252629;
}

#galleryModal #modalCaption {
    font-size: 1.1rem;
    font-weight: 600;
}

#galleryModal #modalEvent {
    color: #999;
}

/* Responsive adjustments for gallery */
@media (max-width: 576px) {
    .gallery-filters .btn-group {
        width: 100%;
    }
    
    .gallery-filters .filter-btn {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
    }
    
    .gallery-thumbnail-wrapper {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 768px) {
    .gallery-overlay i {
        font-size: 1.5rem;
    }
}