:root {
    /* BrüT app color system (Figma node 1:55) */
    --color-bg-main: #09090F;
    --color-bg-header: #0A1438;
    --gradient-header-bar: linear-gradient(135deg, #060C20 0%, #0A1230 38%, #0C1848 68%, #101850 100%);
    --gradient-header-purple-haze: radial-gradient(ellipse 80% 120% at 85% -10%, rgba(88, 40, 180, 0.32) 0%, rgba(50, 25, 120, 0.14) 40%, transparent 72%);
    --gradient-header-wave: radial-gradient(ellipse 48% 95% at 50% 0%, rgba(30, 55, 140, 0.26) 0%, rgba(20, 40, 100, 0.08) 40%, transparent 68%), var(--gradient-header-purple-haze);
    --color-bg-card: #111120;
    --color-bg-footer-mid: #0C0C16;
    --color-bg-footer-deep: #040408;
    --color-bg-tabbar: #060C20;
    --color-status-bar: #0A1230;
    --color-accent-cyan: #22D3EE;
    --color-accent-cyan-deep: #0EA5E9;
    --color-accent-violet: #7E22CE;
    --color-accent-purple-mid: #6D28D9;
    --color-accent-purple-deep: #4C1D95;
    --color-accent-blue: #0EA5E9;
    --color-glow-purple: #A855F7;
    --color-glow-cyan: #22D3EE;
    --color-glow-fuchsia: #C026D3;
    --color-hero-dark: #5C1010;
    --color-hero-red: #C03030;
    --color-hero-shadow: #1E1020;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #C8C8DD;
    --color-text-muted: #7070A0;
    --color-border-subtle: rgba(255, 255, 255, 0.08);

    /* BrüT gradients */
    --gradient-header: linear-gradient(135deg, #0D1228 45%, #1A1040 72%, #4C1D95 92%, #7E22CE 100%);
    --gradient-main-bg: linear-gradient(180deg, #09090F 0%, #0D1228 100%);
    --gradient-purple-smoke: radial-gradient(ellipse 80% 120% at 85% -10%, rgba(126, 34, 206, 0.45) 0%, rgba(76, 29, 149, 0.22) 38%, transparent 72%);
    --gradient-bracket: linear-gradient(to right, #22D3EE, #0EA5E9, #7E22CE, #4C1D95);
    --gradient-profile-border: linear-gradient(135deg, #22D3EE 0%, #0EA5E9 35%, #7E22CE 70%, #4C1D95 100%);
    --gradient-accent: linear-gradient(90deg, #22D3EE, #7E22CE);
    --gradient-hero: linear-gradient(180deg, #5C1010 0%, #C03030 40%, #1E1020 100%);
    --gradient-tabbar: linear-gradient(135deg, #060C20 0%, #0A1230 55%, #0C1848 100%);
    --gradient-back-glow: linear-gradient(90deg, #0066FF 0%, #1A4CFF 45%, #8A2DFF 100%);
    --color-back-glow-blue: #0066FF;
    --color-back-glow-mid: #1A4CFF;
    --color-back-glow-violet: #8A2DFF;
    --brut-nav-back-fill: linear-gradient(180deg, rgba(13, 18, 40, 0.88) 0%, rgba(9, 9, 15, 0.92) 100%);

    /* Legacy --brut-nav-* aliases (mapped to BrüT system) */
    --brut-nav-dark-edge: var(--color-bg-main);
    --brut-nav-dark-base: var(--color-bg-main);
    --brut-nav-dark-mid: var(--color-bg-header);
    --brut-nav-dark-center: var(--color-bg-header);
    --brut-nav-dark-lift: var(--color-bg-header);
    --brut-nav-accent-cyan: var(--color-accent-cyan);
    --brut-nav-accent-purple: var(--color-accent-violet);
    --brut-nav-accent: var(--color-accent-cyan-deep);
    --brut-nav-accent-soft: rgba(34, 211, 238, 0.12);
    --brut-nav-border: rgba(126, 34, 206, 0.2);
    --brut-nav-glow-line: var(--gradient-accent);
    --brut-nav-gradient-h: var(--gradient-header);
    --brut-nav-gradient-header: var(--gradient-header);
    --brut-nav-gradient-v: var(--gradient-tabbar);
    --brut-nav-back-pill: var(--brut-nav-back-fill);
}

/* Opt-in purple smoke for specific sections (not full-page content backgrounds) */
.brut-purple-glow {
    position: relative;
}

.brut-purple-glow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--gradient-purple-smoke);
    pointer-events: none;
    z-index: 0;
}

.brut-purple-glow > * {
    position: relative;
    z-index: 1;
}

.dhrk-section.vice-contentbackground .dark-page-content h1,
.dhrk-section.vice-contentbackground .dark-page-content h2,
.dhrk-section.vice-contentbackground .dark-page-content h3,
.dhrk-section.vice-contentbackground .dark-page-content h4,
.dhrk-section.vice-contentbackground .dark-page-content h5,
.dhrk-section.vice-contentbackground .dark-page-content h6,
.dhrk-section.vice-contentbackground .dark-page-content p,
.dhrk-section.vice-contentbackground .dark-page-content li,
.dhrk-section.vice-contentbackground .dark-page-content .dhrk-content > p,
.dhrk-section.vice-contentbackground .dark-page-content .dhrk-content-details .brut-separator--number span,
.dhrk-section.vice-contentbackground .dark-page-content .dhrk-content-details .table > tbody > tr > th,
.dhrk-section.vice-contentbackground .dark-page-content .dhrk-content-details .table > tbody > tr > td {
    color: var(--color-text-primary);
}

/* Event grid/list cards — dark text on white card footer (not single-event body content) */
.dhrk-section.vice-contentbackground .dark-page-content .events-area-style .events-new-style .new-style-event-items .child-gdlr-foooter > p,
.dhrk-section.vice-contentbackground .dark-page-content .events-area-style .events-new-style .new-style-event-items .child-gdlr-foooter .event-title-wrapper h2.event-title,
.dhrk-section.vice-contentbackground .dark-page-content .events-area-style .events-new-style .new-style-event-items .child-gdlr-foooter .event-title-wrapper h2.event-title a {
    color: #1d1d1d;
}

/* BrüT brackets / dividers */
.brut-separator::after {
    border-top: none;
    height: 3px;
    background: var(--gradient-bracket);
    align-self: center;
}

.brut-separator--number::after {
    border-top: none;
    background: var(--gradient-accent);
}

.brut-page-title {
    color: var(--color-text-primary);
}

.brut-page-title::before,
.brut-page-title::after {
    opacity: 1;
    border-color: var(--color-text-secondary);
}

.dhrk .dhrk-pageheader__caption::before,
.dhrk .dhrk-pageheader__caption::after {
    border-color: var(--color-text-secondary);
}

/* BrüT artist profile photo — cyan→purple gradient border glow */
.dhrk-content-thumb.dhrk-content-thumb-artist {
    background: var(--gradient-profile-border);
    border: none;
    border-radius: 12px;
    padding: 2px;
    box-shadow: 0 0 22px rgba(34, 211, 238, 0.28), 0 0 34px rgba(126, 34, 206, 0.22);
}

.dhrk-content-thumb.dhrk-content-thumb-artist img,
.dhrk-content-thumb.dhrk-content-thumb-artist a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-bg-card);
}

/* Artist social links card */
.single-artist .dhrk-content .dhrk-content__featured {
    border-radius: 14px;
    border-color: rgba(126, 34, 206, 0.22);
    background: rgba(17, 17, 32, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.single-artist .artist-details-booking-social .brut-separator--number span {
    color: var(--color-text-secondary);
    letter-spacing: 0.14em;
    font-size: 11px;
}

.single-artist .artist-details-booking-social .brut-separator--number::after {
    height: 2px;
    background: var(--gradient-accent);
}

.single-artist .artist-social-list {
    list-style: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 0;
    -webkit-padding-start: 0;
}

.single-artist .artist-social-item {
    list-style: none;
    list-style-type: none;
    margin: 0;
    margin-left: 0;
    padding: 0;
    padding-left: 0;
    border-bottom: 1px solid var(--color-border-subtle);
}

.single-artist .artist-social-item:last-child {
    border-bottom: none;
}

.single-artist .artist-social-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 4px;
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-artist .artist-social-link:hover {
    color: var(--color-accent-cyan);
}

.single-artist .artist-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
}

.single-artist .artist-social-icon svg {
    display: block;
}

.single-artist .artist-social-icon--website {
    background: var(--gradient-accent);
    color: #fff;
}

.single-artist .artist-social-icon--facebook {
    background: #1877f2;
    color: #fff;
}

.single-artist .artist-social-icon--beatport {
    background: #94d500;
    color: #111;
}

.single-artist .artist-social-icon--soundcloud {
    background: #ff5500;
    color: #fff;
}

.single-artist .artist-social-icon--instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

.single-artist .artist-social-icon--residentadv {
    background: #000;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.single-artist .artist-social-icon--twitter {
    background: #000;
    color: #fff;
}

.single-artist .artist-social-icon--youtube {
    background: #ff0000;
    color: #fff;
}

.single-artist .artist-social-icon--mixcloud {
    background: #5000ff;
    color: #fff;
}

.single-artist .artist-social-icon--myspace {
    background: #030303;
    color: #fff;
}

.single-artist .artist-social-icon--hearthis {
    background: #00b4d8;
    color: #fff;
}

.single-artist .artist-social-label {
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-artist .artist-social-arrow {
    flex-shrink: 0;
    opacity: 0.65;
    font-size: 13px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.single-artist .artist-social-link:hover .artist-social-arrow {
    opacity: 1;
    transform: translateX(2px);
}

/* Artist prev/next navigation cards */
.single-artist .artist-prevnext {
    margin-top: 8px;
}

.single-artist .artist-prevnext-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.single-artist .artist-prevnext-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 560px;
}

.single-artist .artist-prevnext-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(126, 34, 206, 0.22);
    background: rgba(17, 17, 32, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 22px rgba(34, 211, 238, 0.12), 0 0 34px rgba(126, 34, 206, 0.1);
    color: var(--color-text-primary);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.single-artist .artist-prevnext-card:hover {
    border-color: rgba(34, 211, 238, 0.42);
    box-shadow: 0 0 24px rgba(34, 211, 238, 0.2), 0 0 40px rgba(126, 34, 206, 0.16);
    transform: translateY(-1px);
    color: var(--color-text-primary);
}

.single-artist .artist-prevnext-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-text-secondary);
}

.single-artist .artist-prevnext-card--next .artist-prevnext-label {
    align-self: flex-end;
}

.single-artist .artist-prevnext-body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.single-artist .artist-prevnext-card--next .artist-prevnext-body {
    flex-direction: row-reverse;
}

.single-artist .artist-prevnext-thumb {
    flex-shrink: 0;
    width: 72px;
    box-shadow: 0 0 16px rgba(34, 211, 238, 0.2), 0 0 24px rgba(126, 34, 206, 0.14);
}

.single-artist .artist-prevnext-thumb img {
    width: 68px;
    height: 68px;
    object-fit: cover;
}

.single-artist .artist-prevnext-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
}

.single-artist .artist-prevnext-card--next .artist-prevnext-meta {
    align-items: flex-end;
    text-align: right;
}

.single-artist .artist-prevnext-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.single-artist .artist-prevnext-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-text-secondary);
}

@media (max-width: 767px) {
    .single-artist .artist-prevnext-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .single-artist .artist-prevnext-grid--single {
        max-width: none;
    }

    .single-artist .artist-prevnext-card--next .artist-prevnext-body {
        flex-direction: row;
    }

    .single-artist .artist-prevnext-card--next .artist-prevnext-meta {
        align-items: flex-start;
        text-align: left;
    }

    .single-artist .artist-prevnext-card--next .artist-prevnext-label {
        align-self: flex-start;
    }
}

/* Artist page: gap between bio container and first events heading */
.single-artist .dhrk-section.brut-contentbackground + .artist-events-list > .artist-events-heading-section:first-child .dark-page-content {
    padding-top: 16px
}

.single-artist .artist-events-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.artist-events-list > .artist-events-heading-section + .artist-events-grid-section {
    margin-top: 32px
}

/* Upcoming heading → card grid: one gap (margin only; avoid stacking with heading padding). */
.artist-events-list > .artist-events-heading-section--upcoming + .artist-events-grid-section--upcoming {
    margin-top: 24px
}

.single-artist .artist-events-heading-section--upcoming .dark-page-content {
    padding-bottom: 0
}

/* Past heading → card grid: match upcoming spacing (margin only; avoid stacking with heading padding). */
.artist-events-list > .artist-events-heading-section--past + .artist-events-grid-section--past {
    margin-top: 24px
}

.single-artist .artist-events-heading-section--past .dark-page-content {
    padding-bottom: 0
}

/* Upcoming grid → past events heading: one gap (margin only; avoid stacking with section padding). */
.single-artist .artist-events-list > .artist-events-grid-section--upcoming + .artist-events-heading-section--past {
    margin-top: 40px
}

.single-artist .artist-events-list > .dhrk-section.vice-contentbackground.artist-events-grid-section--upcoming + .artist-events-heading-section--past .dark-page-content {
    padding-top: 0;
    padding-bottom: 0
}

.single-artist .artist-events-list > .dhrk-section.vice-contentbackground.artist-events-grid-section--upcoming:has(+ .artist-events-heading-section--past) .dark-page-content {
    padding-top: 0;
    padding-bottom: 0
}

.single-artist .dhrk-section.vice-contentbackground.artist-events-heading-section .dark-page-content {
    padding-top: 40px;
    padding-bottom: 8px
}

.single-artist .artist-events-heading-section__content,
.single-artist .artist-events-grid-section__content {
    padding-left: 15px;
    padding-right: 15px
}

.single-artist .artist-events-list .copy-message-add {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.single-artist .dhrk-section.vice-contentbackground.artist-events-grid-section .dark-page-content {
    padding-top: 0;
    padding-bottom: 24px
}

.single-artist .dhrk-section.vice-contentbackground.artist-events-grid-section--upcoming .dark-page-content {
    padding-bottom: 16px
}

.single-artist .dhrk-section.vice-contentbackground.artist-events-grid-section--past .dark-page-content {
    padding-top: 0;
    padding-bottom: 40px
}

.single-artist .artist-events-grid-section .events-area-style {
    background: none;
    padding: 0;
    margin: 0
}

.single-artist .artist-events-grid-section .events-new-style {
    width: 100%;
    max-width: none;
    margin: 0 auto
}

/* Artist page events — mobile spacing (≤1024px) */
@media only screen and (max-width: 1024px) {
    .single-artist .dhrk-section.brut-contentbackground {
        padding-top: 24px !important;
    }

    .single-artist .artist-prevnext {
        margin-top: 30px;
    }

    .single-artist .dhrk-section.vice-contentbackground.artist-events-heading-section .dark-page-content {
        padding: 0;
        margin-bottom: 12px;
    }

    .single-artist .dhrk-section.vice-contentbackground.artist-events-heading-section .dark-page-content p {
        margin-top: 0;
        padding: 0;
    }

    .artist-events-list > .artist-events-heading-section--upcoming + .artist-events-grid-section--upcoming {
        margin-top: 10px;
    }

    .single-artist .artist-events-list > .dhrk-section.vice-contentbackground.artist-events-grid-section--upcoming:has(+ .artist-events-heading-section--past) .dark-page-content {
        padding: 0;
    }

    .artist-events-list > .artist-events-heading-section--upcoming + .artist-events-grid-section--upcoming .dark-container {
        padding: 0;
    }

    .single-artist .artist-events-grid-section .events-new-style {
        padding: 0;
    }

    .single-artist .artist-events-list > .dhrk-section.vice-contentbackground.artist-events-grid-section--upcoming + .artist-events-heading-section--past .dark-page-content {
        padding: 0;
    }

    .single-artist section.dhrk-section.vice-contentbackground.artist-events-heading-section.artist-events-heading-section--upcoming .dark-container {
        padding: 0 5px;
    }

    .single-artist .dhrk-section.vice-contentbackground.artist-events-heading-section .dark-page-content p span#artist-upcoming-events-heading {
        font-size: 16px;
    }

    .single-artist .dhrk-section.vice-contentbackground.artist-events-heading-section .dark-page-content p span.brut-separator.brut-separator--number span#artist-past-events-heading {
        font-size: 16px;
    }

    .single-artist .dhrk-section.vice-contentbackground.artist-events-grid-section--past .dark-page-content {
        padding: 0;
    }

    .artist-events-list > .artist-events-heading-section--past + .artist-events-grid-section--past .dark-container {
        padding: 0;
    }
}

.single-artist .artist-past-events-load-more-wrap {
    text-align: center;
    padding: 0 15px 40px
}

.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended {
    gap: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 6px 12px rgb(0 0 0 / 10%);
    overflow: hidden
}

.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended > .child-gdlr-item.gdlr-event-item {
    background: transparent;
    box-shadow: none;
    border-radius: 0
}

.single-artist .artist-events-grid-section--past .events-new-style .event-card--ended.no-countdown > .end-event,
.single-artist .artist-events-grid-section--past .events-new-style .new-style-event-items--event-ended .end-event,
.single-artist .artist-events-grid-section--past .event-card--ended .end-event,
.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .end-event {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: #fff;
    color: #1d1d1d
}

.single-artist .artist-events-grid-section--past .event-card--ended .end-event .icon-text,
.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .end-event .icon-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto
}

.single-artist .artist-events-grid-section--past .events-new-style .event-card--ended .end-event i.fa-solid.fa-calendar-xmark,
.single-artist .artist-events-grid-section--past .events-new-style .new-style-event-items--event-ended .end-event i.fa-solid.fa-calendar-xmark,
.single-artist .artist-events-grid-section--past .event-card--ended .end-event i.fa-solid.fa-calendar-xmark,
.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .end-event i.fa-solid.fa-calendar-xmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #1d1d1d;
    background: #FFDE3F;
    border-radius: 50%;
    box-shadow: none
}

.single-artist .artist-events-grid-section--past .event-card--ended .end-event span,
.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .end-event span {
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.2;
    color: #2c3338
}

.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .child-event-img-wrapper a img {
    margin-top: 0;
    border-radius: 0
}

.single-artist .artist-events-grid-section--past .event-card--ended .event-countdwon-timmer-area.past-event-shared,
.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .event-countdwon-timmer-area.past-event-shared {
    display: none !important
}

.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .user-faces-list,
.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended span.peole-resposned {
    display: none !important
}

.single-artist .artist-events-grid-section--past .new-style-event-items--event-ended .child-gdlr-foooter-area.child-gdlr-foooter-area-new .event-status-wrapper a.gdlr-button.buy-now-button {
    display: none !important
}

#brut-theme-container #qwFixedHeader.qw-header-fixed,
#brut-theme-container #qwFixedHeader.qw-header-fixed.brut-menu--alternative,
#brut-theme-container .brut-menu.brut-menu--alternative.qw-header-fixed,
#brut-theme-container .header-mobile-menu.qw-header-fixed,
#brut-theme-container .header-desktop-menu.qw-header-fixed,
body.qw-scrolled #brut-theme-container #qwFixedHeader,
body.qw-opaqueMenu #brut-theme-container #qwFixedHeader,
body.qw-transparentMenu #brut-theme-container #qwFixedHeader,
body.qw-menu-open #brut-theme-container #qwFixedHeader,
.qw_palette_dark.qw-scrolled #brut-theme-container #qwFixedHeader,
.qw_palette_dark.qw-opaqueMenu #brut-theme-container #qwFixedHeader,
.qw_palette_dark.qw-menu-open #brut-theme-container #qwFixedHeader,
.qw-header-fixed,
.qw-scrolled .qw-header-fixed,
.qw-opaqueMenu .qw-header-fixed,
.qw-transparentMenu .qw-header-fixed,
.qw-menu-open .qw-header-fixed {
    overflow: hidden;
    top: -1px !important;
    background-color: var(--color-bg-header) !important;
    background-image: var(--gradient-header-bar) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow: none;
    border: none;
    border-bottom: none;
}

.admin-bar .qw-header-fixed {
    top: 45px !important;
}

.qw-scrolled.admin-bar .qw-header-fixed {
    top: -1px !important;
}

@media (min-width: 1200px) {
    .admin-bar .qw-header-fixed {
        top: 31px !important;
    }
}

#brut-theme-container #qwFixedHeader.qw-header-fixed::before,
#brut-theme-container .qw-header-fixed.brut-menu--alternative::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: var(--gradient-header-wave);
}

#brut-theme-container #qwFixedHeader .brut-menu__contents,
#brut-theme-container #qwFixedHeader .brut-menu__contents a,
#brut-theme-container #qwFixedHeader .brut-menu__contents .menu-item a {
    color: var(--color-text-primary);
}

#brut-theme-container #qwFixedHeader.qw-header-fixed::after,
#brut-theme-container .qw-header-fixed.brut-menu--alternative::after {
    content: none;
    display: none;
}

#brut-theme-container #qwFixedHeader .brut-menu__contents,
#brut-theme-container #qwFixedHeader.brut-menu--alternative .brut-menu__contents {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    min-height: 50px;
    background: transparent;
    border: none;
    z-index: 1;
}

/* Desktop: full logo hangs below the 70px header bar */
@media (min-width: 1000px) {
    #brut-theme-container #qwFixedHeader.qw-header-fixed,
    #brut-theme-container #qwFixedHeader.qw-header-fixed.brut-menu--alternative,
    #brut-theme-container .brut-menu.brut-menu--alternative.qw-header-fixed {
        overflow: visible;
    }

    #brut-theme-container #qwFixedHeader .brut-menu__contents,
    #brut-theme-container #qwFixedHeader.brut-menu--alternative .brut-menu__contents {
        overflow: visible;
    }

    #brut-theme-container #qwFixedHeader .qw_site_logo,
    #brut-theme-container #qwFixedHeader #qwLogo {
        position: absolute;
        left: 16px;
        top: 0;
        height: auto;
        max-height: none;
        line-height: 1;
        padding: 0;
        z-index: 1000001;
        overflow: visible;
    }

    #brut-theme-container #qwFixedHeader .qw_site_logo img {
        width: 180px;
        height: 118px;
        max-height: none;
        max-width: none;
        display: block;
        object-fit: contain;
    }
}

/* Mobile Safari browser chrome — top status bar + bottom toolbar (OS layer, not app header/tab bar) */
@media (max-width: 1024px) {
    html {
        background-color: var(--color-bg-tabbar);
        color-scheme: dark;
    }

    html::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: env(safe-area-inset-top, 0px);
        background-color: var(--color-status-bar);
        pointer-events: none;
        z-index: 2147483646;
    }

    html::after {
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(env(safe-area-inset-bottom, 0px) + 1px);
        background-color: var(--color-bg-tabbar);
        background-image: var(--gradient-tabbar);
        pointer-events: none;
        z-index: 9998;
    }

    body,
    body.qw_palette_dark,
    body#theBody {
        background-color: var(--color-bg-main);
    }
}

/* Mobile header — rich blue/purple, contained logo; extend into status-bar safe area */
@media (max-width: 999px) {
    #brut-theme-container #qwFixedHeader.qw-header-fixed,
    #brut-theme-container #qwFixedHeader.qw-header-fixed.brut-menu--alternative,
    #brut-theme-container .header-mobile-menu.qw-header-fixed {
        top: 0 !important;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: env(safe-area-inset-top, 0px);
        height: auto;
        min-height: calc(50px + env(safe-area-inset-top, 0px));
        background-color: var(--color-bg-header) !important;
        background-image: var(--gradient-header-bar) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center top;
    }

    .admin-bar #brut-theme-container #qwFixedHeader.qw-header-fixed,
    .admin-bar #brut-theme-container .header-mobile-menu.qw-header-fixed {
        top: 46px !important;
    }

    .qw-totalcontainer {
        padding-top: calc(50px + env(safe-area-inset-top, 0px));
    }

    #brut-theme-container #qwFixedHeader.qw-header-fixed::before,
    #brut-theme-container .qw-header-fixed.brut-menu--alternative::before {
        background: var(--gradient-header-wave);
        opacity: 1;
    }

    #brut-theme-container #qwFixedHeader .brut-menu__contents {
        position: relative;
        min-height: 50px;
        background: transparent;
    }

    #brut-theme-container #qwFixedHeader .qw_site_logo,
    #brut-theme-container #qwFixedHeader #qwLogo {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        line-height: 1;
        z-index: 2;
    }

    #brut-theme-container #qwFixedHeader .qw_site_logo img.dq,
    #brut-theme-container #qwFixedHeader .qw_site_logo img {
        width: 90px;
        height: auto;
        max-height: 52px;
        object-fit: contain;
    }
}

h1,h2,h3,h4,h5 {
    font-family: Exo;
    font-weight: 700;
    letter-spacing: 0
}

.dhrk-pageheader__container {
    padding-bottom: 0px!important
}

.dhrk .dhrk-pageheader__caption {
    width: max-content;
    padding: 25px;
    text-align: center
}

.dhrk .dhrk-pageheader__caption h1 {
    font-size: 46px
}

.dhrk .dhrk-pageheader .brut-separator,.dhrk .dhrk-pageheader--single .brut-separator {
    display: none
}

.dhrk .dhrk-pageheader,.dhrk .dhrk-pageheader--single {
    right: 201px
}

.single-artist .brut-page-title::before,
.single-artist .brut-page-title::after {
    border-color: var(--color-text-secondary);
}

.single-artist .brut-page-title h1 {
    color: var(--color-text-primary);
    text-shadow: 0 0 24px rgba(34, 211, 238, 0.12);
}

.dhrk-section.brut-contentbackground {
    padding-top: 40px!important
}

.dhrk-section.vice-contentbackground {
    background-color: #0a0a0a
}

.qw-header-fixed .qw_site_logo img.img-responsive {
    max-height: 150px!important
}

.woocommerce .cart-collaterals .cart_totals table td,.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 6px 3px 6px 5px
}

.woocommerce .cart-collaterals .cart_totals td {
    padding-left: 5px
}

.woocommerce table.shop_table th,.woocommerce-page table.shop_table th {
    padding: 10px 3px;
    font-size: 12px
}

.qw-sidebar-item ul.product_list_widget li {
    clear: both
}

.qw-sidebar-item ul.product_list_widget li img {
    float: left;
    border-right: 10px
}

.woocommerce #payment,.woocommerce-page #payment {
    background: rgba(90,90,90,.6)
}

.woocommerce #content div.product div.images div.thumbnails,.woocommerce div.product div.images div.thumbnails,.woocommerce-page #content div.product div.images div.thumbnails,.woocommerce-page div.product div.images div.thumbnails {
    padding: 20px;
    background: rgba(150,150,150,.1)
}

.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text {
    height: 35px
}

.payment_methods .label {
    color: #434343
}

.qw-standard-content .cart-collaterals table th {
    font-size: 13px
}

.woocommerce form .form-row input.input-text,.woocommerce-page form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1.2em;
    padding: 12px
}

.woocommerce form .form-row input.input-text,.woocommerce-page form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row textarea {
    font-size: 16px;
    padding: 16px 12px;
    line-height: 1.6;
    line-height: 1.6em
}

.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text {
    width: 130px
}

.woocommerce form .form-row input.input-text,.woocommerce-page form .form-row input.input-text {
    height: 50px!important;
    padding: 5px 8px
}

.related.products {
    clear: both
}

.variations td {
    padding: 0 5px
}

.woocommerce-page div.product form.cart .variations td.label {
    padding: 5px 5px 0 5px;
    margin-right: 10px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: "";
    display: none
}

.woocommerce .panel {
    background: rgba(100,100,100,.2);
    padding: 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    background: rgba(100,100,100,.12);
    border: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(100,100,100,.3)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: rgba(150,150,150,.8)
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding-left: 0
}

.woocommerce .quantity .qty {
    line-height: 2em
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px
}

.woocommerce table.shop_table th,.woocommerce-page table.shop_table th {
    padding: 10px 13px;
    font-size: 16px;
    text-align: left
}

.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 47%;
    border-left: 1px solid rgba(200,200,200,.4);
    padding-left: 10px
}

.woocommerce form .form-row,.woocommerce-page form .form-row {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    min-height: 70px
}

.woocommerce-page table.shop_table tfoot th {
    text-align: right
}

.woocommerce form .form-row.place-order,.woocommerce-page form .form-row.place-order {
    border: none;
    width: auto
}

.woocommerce form input.input-radio {
    float: left
}

h3#ship-to-different-address {
    width: 99%
}

h3#ship-to-different-address .checkbox {
    float: left;
    padding: 0;
    font-size: 18px!important;
    height: 32px
}

#ship-to-different-address-checkbox {
    float: left;
    margin-left: 20px
}

.woocommerce table.shop_table,.woocommerce-page table.shop_table {
    padding: 0;
    border: 1px solid rgba(150,150,150,.5);
    font-size: 16px;
    background: transparent
}

.woocommerce table.shop_table thead th,.woocommerce-page table.shop_table thead th {
    border-bottom: 3px solid rgba(150,150,150,.5);
    padding: 20px 12px;
    font-size: 20px;
    background: transparent
}

.woocommerce table th {
    background: transparent!important
}

.woocommerce form .form-row label,.woocommerce-page form .form-row label {
    font-size: 18px
}

.select2-container-open {
    color: #000
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder {
    color: #fff;
    opacity: 1
}

::-moz-placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff
}

.woocommerce h1.page-title {
    display: block;
    width: 100%;
    border-top: 1px solid #999;
    padding: 30px 0;
    font-weight: 700;
    margin-top: 2px;
    font-size: 65px;
    line-height: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: -8px
}

.widget.woocommerce .qw-panel-collapse {
    height: auto
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 3px 3px 0 0;
    line-height: 1.2em
}

.brut-post__thumbnail {
    border: 2px solid
}

form#mc-embedded-subscribe-form {
    background: #26000C
}

.mc-field-group.input-group ul li {
    float: left;
    width: 50%
}

.mc-field-group.input-group ul li input {
    margin-right: 10px
}

div#mc_embed_signup_scroll .col-md-6 {
    padding: 0
}

.mc-field-group.size1of2.BIRTHDAY-month {
    margin-top: 18px
}

input#mce-BIRTHDAY-month,input#mce-BIRTHDAY-day {
    padding: 9px!important;
    width: 45px!important;
    color: #fff!important
}

.datefield {
    font-size: 24px
}

input#mce-BIRTHDAY-month::placeholder,input#mce-BIRTHDAY-day::placeholder {
    color: #fff;
    opacity: 1
}

input#mce-BIRTHDAY-month:-ms-input-placeholder,input#mce-BIRTHDAY-day::placeholder {
    color: #fff
}

input#mce-BIRTHDAY-month::-ms-input-placeholder,input#mce-BIRTHDAY-day::placeholder {
    color: #fff
}

.clear.subscribe-btn {
    text-align: center
}

.clear.subscribe-btn input#mc-embedded-subscribe {
    margin-top: 20px;
    height: 40px;
    background: #D5003C!important;
    color: #fff!important
}

.brut-post--event-large .brut-post--event__buttons {
    width: 250px;
    text-align: center
}

.brut-post--event-large .brut-post--event__buttons a:first-child {
    margin-right: 10px
}

.brut-post--event-large .brut-post--event__contents {
    width: calc(100% - 400px)
}

.sib-country-block .sib-toggle .sib-cflags {
    background-image: url(/wp-content/plugins/mailin/img/flags/us.png)
}

.col-md-6.name-first-div {
    padding: 0;
    width: 49%
}

.col-md-6.name-first-div:first-child {
    margin-right: 2%
}

.sib_signup_box_inside_3 {
    background: #26000C;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 20px
}

p.sib-multi-lists-area {
    margin-top: 39px!important
}

.sib-multi-lists div {
    width: 50%;
    float: left;
    line-height: 27px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.sib-multi-lists div input {
    margin-right: 10px;
    margin-top: 0;
    font-weight: 700
}

p.sib-email-area {
    display: block;
    overflow: hidden;
    width: 100%;
    clear: both
}

label.sib-email-area {
    margin-top: 10px
}

.col-md-12.cap-btn {
    display: flex;
    align-items: flex-end;
    margin-top: 16px
}

.col-md-12.cap-btn .col-md-6 {
    padding: 0;
    width: 46%
}

input.sib-default-btn {
    margin-bottom: 2px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    height: 40px;
    background: #D5003C!important
}

p.mesage-acf {
    text-align: center;
    font-size: 20px;
    padding: 30px;
    padding-top: 60px
}

.um-misc-img {
    color: #fff
}

.um-misc-with-img {
    color: #fff;
    font-size: 20px
}

ul.um-misc-ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: 700
}

ul.um-misc-ul li {
    padding: 0
}

.um-account-main input {
    text-transform: unset!important
}

.um-account-main label {
    color: #fff
}

.um .um-field-group-head,.picker__box,.picker__nav--prev:hover,.picker__nav--next:hover,.um .um-members-pagi span.current,.um .um-members-pagi span.current:hover,.um .um-profile-nav-item.active a,.um .um-profile-nav-item.active a:hover,.upload,.um-modal-header,.um-modal-btn,.um-modal-btn.disabled,.um-modal-btn.disabled:hover,div.uimob800 .um-account-side li a.current,div.uimob800 .um-account-side li a.current:hover {
    background: #D5003C
}

.um.um-account i {
    color: #fff
}

.um-account-heading {
    color: #fff!important
}

.um input[type=submit].um-button,.um input[type=submit].um-button:focus,.um a.um-button,.um a.um-button.um-disabled:hover,.um a.um-button.um-disabled:focus,.um a.um-button.um-disabled:active {
    background: #D5003C
}

.um input[type=submit].um-button:hover,.um a.um-button:hover {
    background: #212121
}

input.acf-button.button.button-primary.button-large {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px
}

.acf-form-submit {
    text-align: center;
    margin-top: 20px
}

input.acf-button.button.button-primary.button-large:hover {
    background: #212121
}

.acf-label label {
    font-size: 18px
}

.acf-field input[type=text],.acf-field input[type=password],.acf-field input[type=date],.acf-field input[type=datetime],.acf-field input[type=datetime-local],.acf-field input[type=email],.acf-field input[type=month],.acf-field input[type=number],.acf-field input[type=search],.acf-field input[type=tel],.acf-field input[type=time],.acf-field input[type=url],.acf-field input[type=week],.acf-field textarea,.acf-field select {
    text-transform: unset
}

.banck-btn {
    text-align: center
}

.banck-btn a {
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px
}

.message-status-publish {
    text-align: center
}

a.sib-default-btn.view-profile-link {
    background: #D5003C;
    color: #fff;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

a.sib-default-btn.view-profile-link:hover {
    background: #212121;
    color: #fff
}

.ttile-btn h2 {
    margin: 0
}

.banck-btn a {
    margin: 0
}

.ttile-btn {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center
}

.dhrk .dhrk-pageheader,.dhrk .dhrk-pageheader--single {
    right: 0;
    margin-top: 80px
}

.um-form p,.um-form h1 {
    color: #fff
}

.um-form p {
    font-size: 20px
}

.um-form p a ul {
    font-size: 20px!important
}

.current_page_item {
    cursor: pointer
}

.um-form p a {
    font-size: 20px;
    color: #fff
}

.um-field.um-field-block.um-field-block.um-field-type_block {
    display: block;
    overflow: hidden;
    clear: both
}

form textarea,form input[type="text"],form input[type="email"],form input[type="url"],form input[type="password"],form input[type="date"],form input[type="button"],form input[type="submit"],form input[type="reset"],form input[type="file"]::-webkit-file-upload-button,form button,form input[type="submit"],form .brut-btn--primary,form .brut-elementor-arrow {
    text-transform: unset;
    font-size: 18px!important;
    color: #fff
}

.um-page-login span.um-field-checkbox-option {
    color: #fff!important
}

.um-page-login label.um-field-checkbox {
    margin-bottom: 20px
}

a.um-link-alt {
    color: #fff!important;
    font-size: 16px
}

.um-field-icon i {
    font-size: 20px
}

.um-field-icon i.um-faicon-users {
    font-size: 16px
}

.um-page-register .um-field-role_select span.select2-selection__placeholder {
    margin-left: 13px;
    font-size: 16px;
    text-transform: capitalize
}

a.um-button.um-alt:hover {
    color: #fff!important;
    background: #D5003C!important
}

.um-postmessage {
    font-size: 20px;
    color: #fff;
    font-weight: 300
}

div#um_field_10056_first_name {
    width: 48%;
    float: left
}

div#um_field_10056_last_name {
    width: 48%;
    float: left;
    margin-left: 18px
}

div#um_field_10056_user_email {
    display: block;
    overflow: hidden
}

.um-form {
    width: 50%;
    margin: 0 auto
}

.um-register .um-form {
    width: 55%;
    margin: 0 auto
}

.um-register .um-form .um-field-user_email {
    width: 100%;
    clear: both
}

.um-register .um-form div#um_field_10056_last_name {
    margin-left: 16px
}

aside.bp-feedback.bp-messages.info {
    padding: 20px;
    background: #212121
}

aside.bp-feedback.bp-messages.info p {
    font-size: 18px;
    color: #fff
}

.buddypress-wrap.extended-default-reg .register-page .default-profile {
    display: block;
    overflow: hidden;
    flex: unset!important
}

.register-page .signup-form {
    border: 1px solid;
    width: 80%;
    padding: 40px;
    padding-top: 25px;
    border-radius: 10px;
    margin-top: 0
}

.buddypress-wrap .standard-form .submit {
    text-align: center
}

.register-page .signup-form .register-section .editfield {
    display: block;
    overflow: hidden;
    width: 100%
}

.register-page .signup-form .register-section .editfield select,.register-page .signup-form .register-section .editfield input,.register-page .signup-form .register-section input {
    width: 100%;
    padding: 8px!important;
    background: #212121!important;
    color: #fff;
    margin-top: 20px;
    font-size: 16px!important;
    border-color: #fff!important;
    border-radius: 10px!important;
    border-width: 2px
}

.register-page .signup-form .register-section label {
    margin: 0;
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 600
}

.editfield.field_3.field_public-name.required-field.visibility-public.alt.field_type_textbox {
    margin-bottom: 0
}

.register-page .signup-form .editfield fieldset legend {
    font-size: 16px;
    font-weight: 600
}

.register-page .signup-form .register-section .editfield select {
    cursor: pointer
}

.register-page .signup-form #pass1 {
    width: 100%
}

.password-input-wrapper {
    position: relative
}

.register-page .signup-form .wp-pwd button {
    right: 2px;
    top: 3px;
    background: transparent!important
}

.buddypress-wrap #pass-strength-result.strong {
    width: 100%
}

p.description.indicator-hint {
    background: #212121!important;
    color: #fff!important;
    padding: 10px
}

.buddypress-wrap .standard-form div.submit input {
    background: #D5003C!important;
    padding: 15px;
    color: #fff!important;
    border-radius: 50px!important;
    border-width: 2px
}

.register-section h1.bp-heading {
    margin-bottom: 0px!important
}

.register-section p.text-muted.my-3.col-md-10.mx-auto {
    text-align: center;
    width: 100%;
    color: #fff!important;
    font-size: 16px
}

.register-section p.text-muted.my-3.col-md-10.mx-auto a.text-primary {
    font-size: 18px;
    color: #fff!important;
    font-weight: 700;
    letter-spacing: 1px
}

.register-form-wrap .form-group .form-group-field label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 13px
}

.form-control {
    background: rgba(255,255,255,.3)!important
}

.register-form-wrap .form-group .form-group-field {
    position: relative
}

.register-form-wrap .form-group .form-group-field button.button.wp-hide-pw {
    position: absolute;
    right: 0;
    top: 43px;
    width: 44px;
    height: 44px;
    border-radius: 0 8px 8px 0px!important;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.form-tools label.control.control--checkbox,.form-tools label.control.control--checkbox a {
    font-size: 16px;
    margin-bottom: 15px
}

button#brutparty-register-btn {
    background: #D5003C!important;
    padding: 15px;
    color: #fff!important;
    border-radius: 50px!important;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.buddypress-wrap #pass-strength-result {
    width: 100%!important;
    color: #222
}

.login-form-area {
    border: 1px solid;
    width: 44%;
    padding: 20px 40px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

.mo-openid-app-icons {
    border-top: 1px solid;
    margin-top: 18px!important
}

.mo-openid-app-icons>p {
    color: #fff!important;
    text-align: center!important;
    width: 100%!important;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px
}

.login-form-area h1.bp-heading {
    margin-bottom: 0px!important
}

.login-form-area p.text-muted.my-3.col-md-10.mx-auto {
    width: 100%;
    color: #fff!important;
    font-size: 16px;
    overflow: hidden;
    display: block
}

.login-form-area p.text-muted.my-3.col-md-10.mx-auto a.text-primary {
    font-size: 18px;
    color: #fff!important;
    font-weight: 700;
    letter-spacing: 1px
}

.lwa-username {
    display: block;
    width: 100%;
    clear: both
}

.lwa-username-label,.lwa-password-label {
    border-bottom: 1px solid;
    padding: 0px!important;
    margin-bottom: 15px
}

.lwa-username-input input,.lwa-password-input input {
    width: 100%;
    padding: 10px!important;
    border: 2px solid #fff!important;
    border-radius: 10px!important
}

.lwa-username-label label,.lwa-password-label label {
    font-size: 16px;
    font-weight: 600
}

.lwa-username-input {
    margin-bottom: 19px
}

input#lwa_wp-submit,.lwa-button-remember {
    background: #D5003C!important;
    padding: 15px;
    color: #fff!important;
    border-radius: 50px!important;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    width: 50%;
    margin-top: 20px
}

input#lwa_wp-submit:hover,.lwa-button-remember:hover {
    background: #212121!important
}

.lwa-submit-button {
    text-align: center
}

span.lwa-status.lwa-status-invalid {
    background: #D5003C!important;
    color: #fff!important;
    text-align: center;
    font-size: 15px;
    border: 1px solid
}

.remmber-area {
    text-align: left;
    margin-top: 16px;
    position: relative
}

.remmber-area label {
    font-size: 16px;
    position: relative;
    top: -3px
}

.remmber-area input[type="checkbox"] {
    padding: 0px!important;
    width: 18px;
    height: 18px
}

.lwa-submit-links {
    text-align: center;
    margin-top: 20px
}

.lwa-submit-links a.lwa-links-remember {
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px
}

input.lwa-button-remember {
    background: #D5003C!important;
    border: 2px solid!important;
    padding: 15px!important;
    width: auto!important
}

a.lwa-links-remember-cancel {
    padding: 10px 40px;
    border: 2px solid #fff;
    background: #036CA4!important;
    color: #fff!important;
    margin-left: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600
}

.pw-weak label {
    width: 100%!important;
    display: inline-block!important
}

.pw-weak label input {
    float: left;
    width: auto!important;
    margin: 0px!important;
    margin-top: 7px!important;
    margin-right: 4px!important
}

.pw-weak {
    margin-bottom: 20px
}

aside.bp-feedback.bp-messages.bp-template-notice.success {
    padding: 0;
    font-size: 26px;
    color: #222
}

aside.bp-feedback.bp-messages.bp-template-notice.success p {
    font-size: 18px;
    font-weight: 700
}

div#activate-page {
    width: 50%;
    margin: 0 auto;
    border: 1px solid;
    padding: 20px;
    text-align: center;
    border-radius: 10px!important;
    padding-bottom: 30px
}

div#activate-page p a,input#activationbutton {
    background: #D5003C!important;
    padding: 10px 40px;
    color: #fff!important;
    border-radius: 50px!important;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

div#activate-page p a:hover,input#activationbutton:hover {
    background: #212121
}

form#activation-form label {
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid;
    margin-bottom: 20px
}

form#activation-form input[type="text"] {
    background: #212121!important;
    border: 2px solid #fff!important
}

input#activationbutton {
    padding: 15px 40px
}

form#activation-form p.submit {
    padding: 0;
    margin-top: 0
}

form#activation-form {
    margin: 0
}

aside.bp-feedback.bp-messages.bp-template-notice.error {
    font-size: 26px
}

aside.bp-feedback.bp-messages.bp-template-notice.error p {
    font-size: 18px;
    font-weight: 700;
    color: #D33
}

.registration .padder {
    padding-top: 200px;
    margin: 0 auto;
    width: 50%;
    padding-bottom: 100px
}

.registration .padder form {
    background: #212121;
    padding: 30px;
    width: 50%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border: 1px solid;
    border-radius: 4px
}

.registration .padder form p {
    font-size: 16px
}

.registration .padder form input[type="text"] {
    display: block;
    overflow: hidden;
    width: 100%;
    border: 2px solid;
    border-radius: 10px
}

.registration .padder form input[type="submit"] {
    background: #D5003C!important;
    padding: 10px 40px;
    color: #fff!important;
    border-radius: 50px!important;
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px
}

.registration .padder form input[type="submit"]:hover {
    background: #212121
}

.bp-user #buddypress #item-header {
    padding-top: 40px
}

.activate .buddypress-wrap {
    padding-top: 100px!important
}

.page.register-page {
    padding-top: 0px!important
}

.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=text] {
    background: rgba(255,255,255,.3)!important;
    color: #fff!important
}

.bp-single-vert-nav .item-body:not(#group-create-body) {
    width: calc(71% + 45px)
}

.dhrk-content-details-thumb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    grid-gap: 20px;
    margin-bottom: 40px
}

.dhrk-content-details .dhrk-content__featured.dhrk-spacer__m {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.qw_palette_dark .dhrk-content__featured .table>tbody>tr>th {
    min-width: 90px
}

.dhrk-content>p {
    margin-bottom: 25px
}

.dhrk-content-details .brut-separator--number span {
    font-size: 20px
}

.dhrk-content-details .brut-separator--number::after {
    border-top: none;
    height: 2px;
    background: var(--gradient-accent);
}

.dhrk-content-details .brut-post--event__buttons {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    grid-gap: 40px;
    justify-items: center;
    align-items: center;
    margin-top: 20px
}

.dhrk-content-details .brut-post--event__buttons a {
    margin: 0;
    background: #D5003C;
    padding: 10px 5px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px;
    line-height: 22px;
    width: 100%;
    text-align: center
}

.dhrk-content-details .brut-post--event__buttons a:hover {
    background: rgba(255,255,255,.93);
    color: #0A0A0A
}

.brut-post--event__buttons.disable_reward {
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px
}

.dhrk-content-details-thumb table.table.eventtable td a {
    display: block;
    overflow: hidden;
    word-break: break-all
}

span.get_add_post_for_ticket,span.get_reward_point,span.get_price {
    font-weight: 700;
    font-size: 16px
}

p.message_add_added {
    text-align: center;
    border: 2px solid #D5003C;
    padding: 10px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-top: 10px
}

p.message_add_added.message_sucess_add {
    padding-top: 15px;
    padding-bottom: 15px
}

.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group button i {
    color: #fff!important
}

.item-extra-content span.members_type_name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: -3px 0 0 #000
}

.item-extra-content {
    text-align: center
}

.item-extra-content span.members_type_name i {
    font-size: 26px
}

.buddypress-wrap .members-list li .item-extra-content {
    position: absolute;
    top: 3px;
    left: -14px;
    width: 90px;
    transform: rotate(314deg);
    -webkit-transform: rotate(314deg);
    -moz-transform: rotate(314deg);
    -ms-transform: rotate(314deg);
    -o-transform: rotate(314deg)
}

ul.item-list.members-list.bp-list>li {
    position: relative
}

.item-extra-content span.members_type_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap
}

input#field_1949 {
    margin-bottom: 0
}

.dhrk-content-details.artist-details-meta-data {
    width: 100%
}

.artist-details-booking {
    padding-left: 20px;
    padding-right: 20px
}

.artist-details-booking-part {
    margin-bottom: 30px
}

.dhrk-content-thumb.dhrk-content-thumb-artist hr.dhrk-spacer__m {
    display: none
}

.dhrk-content-details {
    width: 100%
}

a.bpbm-pm-button:before {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

a.bpbm-pm-button:not(.bm-no-style),a.bpbm-pm-button:hover:not(.bm-no-style),a.bpbm-pm-button:focus:not(.bm-no-style) {
    background: #D5003C;
    padding-top: 5px
}

a.bpbm-pm-button:hover {
    background: #fff!important
}

body.bm-mobile-device #bp-better-messages-mini-mobile-open {
    border-radius: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    background: #D5003C!important
}

.buddypress-wrap .bp-subnavs ul li {
    padding-top: 0
}

.buddypress-wrap ul.subnav {
    margin-top: 10px
}

a.qw_social.qw_tiktok {
    border-radius: 50%;
    border: 3px solid;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px
}

.brut-social-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    bottom: 158px;
    gap: 15px
}

.dhrk-pagefooter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px
}

.footer-menu-added ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px
}

.footer-menu-added ul li {
    list-style: none;
    padding: 0;
    margin: 0
}

.shop-woocommerce_before_shop_loop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 30px
}

.woocommerce .woocommerce-ordering {
    float: none;
    width: unset
}

.woocommerce .woocommerce-ordering select.orderby {
    padding: 10px;
    border-radius: 21px
}

.woocommerce ul.products li {
    background: #fff;
    box-shadow: 2px 6px 12px rgb(0 0 0 / 10%);
    border-radius: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-right: 15px!important;
    width: 24%!important
}

.woocommerce ul.products li:hover img {
    transform: scale(1.06);
    filter: brightness(1) grayscale(0);
    border-radius: 0
}

.woocommerce ul.products li img {
    transition: transform .5s,filter 1.5s ease-in-out
}

.woocommerce ul.products li:nth-child(4),.woocommerce ul.products li:nth-child(8),.woocommerce ul.products li:nth-child(12),.woocommerce ul.products li:nth-child(16) {
    margin-right: 0px!important
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #222;
    padding-top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px
}

.woocommerce ul.products li.product .price bdi {
    color: #D5003C;
    font-size: 16px;
    font-weight: 800
}

.woocommerce ul.products li.product .price {
    color: #222;
    font-weight: 800
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    background: #212121;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    border-width: 0;
    outline: none;
    padding: 15px 22px;
    margin-bottom: 20px
}

.woocommerce ul.products li.product .button:hover {
    background: #D5003C
}

.woocommerce ul.products li.product .onsale {
    right: 10px;
    top: 10px;
    min-height: 50px;
    min-width: 50px;
    background: #D5003C
}

.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    color: #fff!important
}

.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #222!important
}

a.added_to_cart.wc-forward {
    margin-left: 10px;
    color: #222;
    text-decoration: underline!important;
    font-weight: 700
}

.single-product header.woocommerce-products-header {
    padding-bottom: 40px
}

.woocommerce-message {
    border-top-color: #fff;
    background: #D5003C;
    color: #fff
}

.woocommerce div.product .stock {
    font-size: 15px!important;
    color: #77a464;
    font-weight: 700
}

.entry-summary span.woocommerce-Price-amount.amount bdi,.entry-summary span.woocommerce-Price-amount.amount span {
    font-size: 20px!important
}

p.return-to-shop a.button.wc-backward,.woocommerce .wpmc-nav-wrapper button.button.alt,button.button,a.checkout-button.button.alt.wc-forward,button#place_order,a.woocommerce-button.button.view,.woocommerce button.button.alt,.woocommerce div.product .entry-summary form.cart .button,.woocommerce #review_form #respond .form-submit input,.woocommerce a.button:not(.ajax_add_to_cart),.wizard>.actions>ul li a,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    background: #D5003C;
    padding: 10px 5px!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px!important;
    line-height: 22px;
    text-align: center;
    color: #fff!important;
    width: 200px;
    margin: 0 auto;
    display: block
}

p.return-to-shop a.button.wc-backward:hover,.woocommerce .wpmc-nav-wrapper button.button.alt:hover,button.button:hover,a.checkout-button.button.alt.wc-forward:hover,button#place_order:hover,a.woocommerce-button.button.view:hover,.woocommerce div.product .entry-summary form.cart .button:hover,.woocommerce #review_form #respond .form-submit input:hover,.woocommerce a.button:not(.ajax_add_to_cart):hover,.wizard>.actions>ul li a:hover,button.button {
    background: rgba(255,255,255,.93);
    color: #0A0A0A!important
}

a.button.wc-forward {
    background: #212121;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    border-width: 0;
    outline: none;
    padding: 15px 22px
}

a.button.wc-forward:hover {
    background: #fff;
    color: #0A0A0A
}

.woocommerce div.product .entry-summary p.price,.woocommerce div.product .entry-summary span.price {
    color: #fff
}

.woocommerce .quantity .qty {
    width: 76px;
    border: 1px solid;
    height: 42px;
    margin-right: 10px
}

.woocommerce div.product .entry-summary form.cart .button {
    background: #D5003C!important
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    padding-top: 10px
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px
}

.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 15px;
    margin-top: 10px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff
}

.woocommerce span.onsale {
    background: #D5003C;
    width: 46px;
    height: 46px
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    border: 1px solid;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 6px;
    padding: 3px
}

.woocommerce div.product form.cart .variations select,select.orderby {
    padding: 7px 8px;
    background: #222;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    padding-right: 70px
}

.woocommerce-checkout #payment div.payment_box .form-row {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0
}

.woocommerce-checkout #payment div.payment_box .form-row label {
    width: 100%;
    display: inline-block;
    float: none
}

.wc-stripe-elements-field,.wc-stripe-iban-element-field {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px!important;
    padding-left: 10px
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    margin-left: 20px!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
    margin-right: 3px!important
}

.stripe-source-errors {
    margin-left: 15px
}

.wc-credit-card-form .form-row.form-row-first,.wc-credit-card-form .form-row.form-row-last {
    width: 48%!important;
    margin-top: 10px!important;
    float: left
}

.wc-credit-card-form .form-row.form-row-first {
    margin-right: 29px!important
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    margin-left: 11px!important;
    margin-top: 15px!important
}

.quantity.wqpmb_quantity input {
    margin-right: 0px!important;
    color: #222!important
}

.woocommerce table.shop_table thead th,.woocommerce-page table.shop_table thead th {
    color: #fff
}

body #buddypress div,body #buddypress dl,body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress li,body #buddypress select,body #buddypress textarea {
    color: #fff
}

.qib-button-wrapper button.qib-button.minus {
    border-radius: 20px 0 0 20px
}

.qib-button-wrapper button.qib-button.plus {
    border-radius: 0 20px 20px 0
}

body .qib-button.qib-button-wrapper .minus.qib-button,body .qib-button.qib-button-wrapper .plus.qib-button {
    background: #D5003C;
    color: #fff
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    background: #212121!important
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover {
    background: #fff!important
}

.payment_box.payment_method_stripe {
    background-color: #0A0A0A!important;
    padding: 20px!important;
    border-radius: 12px!important
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding: 0
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    list-style: none;
    margin-bottom: 0px!important;
    padding-bottom: 0px!important
}

li.wc_payment_method.payment_method_stripe {
    list-style: none
}

#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #0A0A0A!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important
}

.bp-wrap div#item-body .woocommerce {
    margin-top: 30px
}

select.select_events {
    color: #fff!important;
    padding: 7px;
    margin-right: 0;
    background: #212121;
    border-radius: 4px!important;
    width: 100%
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number,.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    color: #222!important
}

.woocommerce table.shop_table td {
    width: 50%
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
    width: auto
}

.xoo-wsc-sm-left span.xoo-wsc-pname a {
    color: #0A0A0A
}

.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    width: 68%
}

p.woocommerce-shipping-event-warning.event-warning {
    text-align: center;
    border: 2px solid #D5003C;
    padding: 10px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 20%
}

p.woocommerce-shipping-event-warning.event-warning {
    text-align: center;
    border: 2px solid #D5003C;
    padding: 4px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 5px
}

p#changes_cookie_value {
    text-align: center;
    border: 2px solid #036CA4;
    padding: 4px;
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px
}

a.checkout-button.button[disabled] {
    cursor: not-allowed;
    opacity: .5
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    display: none
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    background: #D5003C
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error:before {
    color: #fff
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
    margin: 0 0;
    padding: 0
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 15px;
    background: #3c733e;
    border-top: 2px solid
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 16px!important
}

h2.woocommerce-order-details__title,h2.woocommerce-column__title {
    font-size: 22px;
    letter-spacing: 1px
}

ul.wc-item-meta {
    padding: 0;
    margin-top: 0
}

ul.wc-item-meta li {
    list-style: none;
    padding: 0
}

ul.wc-item-meta li p {
    margin-top: 5px
}

section.woocommerce-customer-details address {
    margin: 0;
    padding: 0px!important
}

section.woocommerce-customer-details address p {
    margin: 0;
    margin-top: 5px
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table td {
    width: unset
}

.woocommerce table.woocommerce-checkout-review-order-table.shop_table td p#changes_cookie_value {
    text-align: left;
    padding: 10px
}

ul.woocommerce-error {
    background: #D5003C;
    padding: 0;
    padding-left: 47px;
    padding-top: 8px
}

ul.woocommerce-error:before {
    color: #fff
}

.woocommerce-form-track-order .form-row button.button {
    height: 50px
}

.woocommerce table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
    width: auto
}

a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button:hover,a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button:hover,a.button.delete:hover,.woocommerce-MyAccount-paymentMethods a.button:hover {
    color: #222!important
}

ol#invite-anyone-steps {
    padding: 0;
    margin: 0;
    padding-left: 10px
}

ol#invite-anyone-steps li {
    padding: 0;
    margin: 0
}

ol#invite-anyone-steps p.description {
    margin: 0
}

#invite-anyone-by-email .submit {
    margin: 0;
    padding: 0;
    padding-left: 10px
}

#invite-anyone-by-email .submit input#invite-anyone-submit {
    margin-top: 0;
    background: #D5003C;
    padding: 10px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.select2-container--default .select2-selection--single {
    width: 100%!important
}

.woocommerce form .form-row .select2-container {
    width: 100%!important
}

ul.wc_payment_methods.payment_methods.methods {
    background: #212121
}

.qw-socialicons {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 7px
}

.qw-scroller .qw-socialicons a.qw_social.qw_tiktok {
    margin-top: -4px
}

.woocommerce form .form-row,.woocommerce-page form p.form-row {
    margin-bottom: 0
}

p#order_comments_field {
    min-height: 150px
}

h2.step-title {
    background: #D5003C;
    padding: 18px 10px!important;
    font-size: 20px;
    letter-spacing: 1px;
    border-top: 3px solid #fff;
    margin-bottom: 10px!important;
    margin-top: 10px!important
}

form.checkout_coupon.woocommerce-form-coupon {
    width: 70%;
    padding-top: 30px;
    margin: 0 auto
}

h3#ship-to-different-address .checkbox span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px
}

input.InputElement.is-empty.Input.Input--empty::placeholder,.ElementsApp .InputElement::placeholde {
    color: #31325F!important
}

.ElementsApp,.ElementsApp .InputElement {
    color: #222!important
}

button#delete-my-account {
    border-radius: 40px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px
}

.delete-user-account-container {
    text-align: center;
    font-size: 20px
}

.delete-user-account-container p {
    margin-bottom: 22px
}

.delete nav#subnav {
    display: none
}

.delete .item-body h2 {
    margin-top: 0px!important;
    margin-bottom: 0px!important
}

.delete .item-body h2 .reward-data-added {
    background: #212121;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 20px
}

button#delete-my-account:hover {
    background: #900000!important
}

button#delete-my-account:hover {
    background: #900000!important
}

.sweet-alert p {
    color: #222
}

.sweet-alert.show-input input {
    border: 1px solid #ccc;
    color: #222
}

.sweet-alert.show-input input::placeholder {
    color: red
}

.sweet-alert button.cancel {
    color: #222
}

.select2-results__option[aria-selected],.select2-results__option[data-selected] {
    color: #222!important
}

input.select2-search__field {
    color: #222!important
}

.orderbarcodes_order_barcode_div {
    background: #fff;
    padding-top: 32px;
    padding-bottom: 1px
}

.brut-sharepage-top__contents__inner a.prettySocial {
    border: 4px solid;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%
}

.brut-sharepage-top__contents__inner a.prettySocial:hover {
    color: #abc4e2
}

.brut-sharepage-top__contents__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    justify-content: flex-end
}

.brut-sharepage-top__contents {
    display: flex;
    align-items: center
}

#parallax-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    perspective: 1000px
}

.dhrk-footerwidgets {
    padding: 110px 20px;
    background: transparent;
}

.brut-footerwidgets,
.qw_palette_dark .brut-footerwidgets {
    background-color: var(--color-bg-footer-mid) !important;
    border-top: 1px solid rgba(126, 34, 206, 0.15);
    box-shadow: none;
}

.brut-footerwidgets.dark-footer-top-latest-post,
.brut-footerwidgets.dark-footer-top-logos {
    background-color: var(--color-bg-footer-mid) !important;
    border-top: 1px solid rgba(126, 34, 206, 0.15);
    border-bottom: none;
}

.dark-pagefooter {
    background-color: var(--color-bg-footer-deep) !important;
    background: var(--color-bg-footer-deep) !important;
}

.dhrk-footerwidgets .dhrk-widget-header {
    margin-bottom: 18px
}

.brut-separator--number span {
    margin-right: 4px;
    height: 12px;
    font-size: 13px;
    vertical-align: bottom;
    display: inline;
    line-height: 1em;
    font-family: Exo;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase
}

.dark-page-content {
    padding-bottom: 120px
}

.dhrk-section.vice-contentbackground .dark-page-content {
    padding-top: 40px
}

@media (min-width: 769px) {
    button.brut-goback.brut-dhrk-linkback,
    a.brut-goback.brut-dhrk-linkback {
        font-family: Exo, sans-serif;
        font-weight: 600;
        letter-spacing: .01em;
        text-transform: uppercase;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        border: none;
        background: transparent;
        color: #fff;
        cursor: pointer;
        padding: 0;
        -webkit-tap-highlight-color: transparent
    }
}

.dhrk-fade-to-content {
    content: ' ';
    z-index: -1;
    width: 100%;
    height: 180px;
    top: 108px;
    left: 0;
    object-position: center center;
    object-fit: cover;
    position: absolute;
    background: linear-gradient(to bottom, transparent 0%, #0a0a0a 100%)
}

.home a.brut-goback.brut-dhrk-linkback,
.home button.brut-goback.brut-dhrk-linkback {
    display: none
}

@media only screen and (max-width: 768px) {
    .dhrk-section.vice-contentbackground .dark-page-content {
        padding-top: 0;
        position: relative
    }

    .brut-mobile-back-sentinel {
        height: 40px;
        width: 100%;
        pointer-events: none;
        visibility: hidden
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn {
        font-family: Exo, sans-serif;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border: 1px solid transparent;
        background:
            var(--brut-nav-back-fill) padding-box,
            var(--gradient-back-glow) border-box;
        color: var(--color-text-primary);
        text-decoration: none;
        cursor: pointer;
        padding: 0 12px 0 10px;
        height: 29px;
        min-width: 81px;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 10px;
        font-size: 11px;
        line-height: 1;
        margin: 0;
        z-index: 999998;
        width: auto;
        max-width: none;
        isolation: isolate;
        /* box-shadow:
            0 0 14px rgba(0, 102, 255, 0.32),
            0 0 22px rgba(26, 76, 255, 0.22),
            0 0 30px rgba(138, 45, 255, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.06) */
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn::before {
        content: none;
        display: none
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn::after {
        content: none;
        display: none
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn .brut-mobile-back-arrow {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        flex-shrink: 0;
        margin-right: 1px;
        margin-left: 2px;
        filter: none
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn .brut-mobile-back-label {
        display: inline;
        text-shadow: none
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn:active {
        opacity: .88
    }
}

.artist-new-style {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    align-content: center;
    grid-gap: 20px
}

body.page-template-page-artists .artist-area-style {
    padding-top: 30px;
}

.artist-area-style a#load-more {
    margin-top: 30px
}

.no-more-msg {
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    border: 2px solid #855d5d;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 1px
}

.artist-new-style a.brut-post__btn.btn:hover {
    background: #D5003C
}

.dhrk-content__featured {
    padding: 3px;
    border: 1px solid rgba(126, 34, 206, 0.2);
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--color-bg-card);
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

table.table.eventtable {
    color: #fff
}

.venue-details-block .venue-details-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 15px
}

.venue-details-block .venue-details-info {
    flex: 1 1 auto;
    min-width: 0
}

.venue-details-block .venue-details-name {
    margin: 0 0 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.25
}

.venue-details-block .venue-details-meta {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0
}

.venue-details-block .venue-details-meta__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    align-items: start
}

.venue-details-block .venue-details-meta__row::before {
    display: none
}

.venue-details-block .venue-details-label {
    margin: 0;
    grid-column: 1;
    grid-row: 1;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase
}

.venue-details-block .venue-details-value {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    word-break: break-word
}

.venue-details-block .venue-details-value--address {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.venue-details-block .venue-details-value a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-word
}

.venue-details-block .venue-details-value a:hover {
    color: #D5003C
}

.venue-details-block .venue-event-galleries {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12)
}

.venue-details-block .venue-event-galleries__heading {
    margin: 0 0 8px;
    color: rgba(255,255,255,.5);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase
}

.venue-details-block .venue-event-galleries__summary,
.venue-details-block .venue-event-galleries__albums {
    display: none !important
}

.venue-details-block .venue-event-galleries__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    max-width: 360px
}

.venue-details-block .venue-event-galleries__grid--single-album {
    max-width: none;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr))
}

.venue-details-block .venue-event-galleries__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.35);
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease
}

.venue-details-block .venue-event-galleries__tile:hover {
    border-color: rgba(213,0,60,.65);
    transform: translateY(-1px)
}

.venue-details-block .venue-event-galleries__tile-img {
    display: block;
    width: 100%;
    height: 100%
}

.venue-details-block .venue-event-galleries__tile-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.venue-details-block .venue-event-galleries__tile--more {
    border-style: dashed;
    border-color: rgba(255,255,255,.35);
    background: rgba(0,0,0,.2)
}

.venue-details-block .venue-event-galleries__tile--more:hover {
    border-color: rgba(213,0,60,.65);
    background: rgba(213,0,60,.08)
}

.venue-details-block .venue-event-galleries__more-count {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02em
}

.venue-details-block .venue-event-galleries__tile--more-album {
    border-style: solid;
    border-color: rgba(255,255,255,.12);
    background: rgba(0,0,0,.35)
}

.venue-details-block .venue-event-galleries__tile--more-album:hover {
    border-color: rgba(213,0,60,.65);
    background: rgba(213,0,60,.08)
}

.venue-details-block .venue-event-galleries__more-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.venue-details-block .venue-event-galleries__more-icon {
    display: flex;
    color: rgba(255,255,255,.75);
    line-height: 0
}

.venue-details-block .venue-event-galleries__all {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.12)
}

.venue-details-block .venue-event-galleries__all-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none
}

.venue-details-block .venue-event-galleries__all-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.2);
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease
}

.venue-details-block .venue-event-galleries__all-link:hover {
    border-color: rgba(213,0,60,.5);
    background: rgba(213,0,60,.08)
}

.venue-details-block .venue-event-galleries__all-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 6px
}

.venue-details-block .venue-event-galleries__all-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.venue-details-block .venue-event-galleries__all-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0
}

.venue-details-block .venue-event-galleries__all-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35
}

.venue-details-block .venue-event-galleries__all-count {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    line-height: 1.35
}

@media only screen and (max-width:767px) {
    .venue-details-block .venue-event-galleries__grid {
        max-width: none
    }

    .venue-details-block .venue-event-galleries__grid--single-album {
        grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
        gap: 6px
    }

    /* Single-album "more" tile: ~42–108px cells; scale count/icon down from desktop */
    .venue-details-block .venue-event-galleries__grid--single-album .venue-event-galleries__tile--more-album .venue-event-galleries__more-inner {
        gap: 2px
    }

    .venue-details-block .venue-event-galleries__grid--single-album .venue-event-galleries__tile--more-album .venue-event-galleries__more-count {
        font-size: 16px;
        letter-spacing: -.03em
    }

    .venue-details-block .venue-event-galleries__grid--single-album .venue-event-galleries__tile--more-album .venue-event-galleries__more-icon svg {
        width: 14px;
        height: 14px
    }
}

@media only screen and (min-width:768px) {
    .venue-details-block .venue-event-galleries__grid--single-album {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr))
    }
}

.single-venue .venue-details-section .dark-page-content {
    padding-top: 40px;
    padding-bottom: 24px
}

/* Tighten gap between venue details and the first events heading (avoid stacking 60+40px). */
.single-venue .venue-details-section + .venue-events-list > .venue-events-heading-section:first-child .dark-page-content {
    padding-top: 16px
}

.single-venue .venue-details-section__content .venue-details-block {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    background: transparent;
    box-shadow: none
}

.single-venue .venue-events-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

/* Heading → card grid: gap before white event boxes */
.venue-events-list > .venue-events-heading-section + .venue-events-grid-section {
    margin-top: 32px
}

/* Upcoming grid → past events heading: one gap (margin only; avoid stacking with heading padding). */
.venue-events-list > .venue-events-grid-section--upcoming + .venue-events-heading-section--past {
    margin-top: 40px
}

.venue-events-list > .venue-events-grid-section--upcoming + .venue-events-heading-section--past .dark-page-content {
    padding-top: 0;
    padding-bottom: 16px
}

.venue-events-list > .venue-events-grid-section--upcoming:has(+ .venue-events-heading-section--past) .dark-page-content {
    padding-bottom: 0
}

.single-venue .venue-events-heading-section .dark-page-content,
.single-venue .venue-events-section--empty .dark-page-content {
    padding-top: 40px;
    padding-bottom: 16px
}

.single-venue .venue-events-heading-section__content,
.single-venue .venue-events-section__content,
.single-venue .venue-events-grid-section__content {
    padding-left: 15px;
    padding-right: 15px
}

.single-venue .venue-events-section--empty .venue-events-empty {
    margin: 12px 0 0;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    line-height: 1.55
}

.single-venue .venue-events-list .copy-message-add {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.single-venue .venue-events-grid-section .dark-page-content {
    padding-top: 0;
    padding-bottom: 24px
}

.single-venue .venue-events-grid-section--upcoming .dark-page-content {
    padding-bottom: 16px
}

.single-venue .venue-events-grid-section--past .dark-page-content {
    padding-bottom: 40px
}

.single-venue .venue-events-grid-section .events-area-style {
    background: none;
    padding: 0;
    margin: 0
}

.single-venue .venue-events-grid-section .events-new-style {
    width: 100%;
    max-width: none;
    margin: 0 auto
}

/* Past venue grid: one card shell; ended strip flush above image/title */
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended {
    gap: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 6px 12px rgb(0 0 0 / 10%);
    overflow: hidden
}

.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended > .child-gdlr-item.gdlr-event-item {
    background: transparent;
    box-shadow: none;
    border-radius: 0
}

/* Past venue grid: ended event bar (flush white strip; overrides main.css .end-event border/shadow) */
.single-venue .venue-events-grid-section--past .events-new-style .event-card--ended.no-countdown > .end-event,
.single-venue .venue-events-grid-section--past .events-new-style .new-style-event-items--event-ended .end-event,
.single-venue .venue-events-grid-section--past .event-card--ended .end-event,
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .end-event {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: #fff;
    color: #1d1d1d
}

.single-venue .venue-events-grid-section--past .event-card--ended .end-event .icon-text,
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .end-event .icon-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto
}

.single-venue .venue-events-grid-section--past .events-new-style .event-card--ended .end-event i.fa-solid.fa-calendar-xmark,
.single-venue .venue-events-grid-section--past .events-new-style .new-style-event-items--event-ended .end-event i.fa-solid.fa-calendar-xmark,
.single-venue .venue-events-grid-section--past .event-card--ended .end-event i.fa-solid.fa-calendar-xmark,
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .end-event i.fa-solid.fa-calendar-xmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #1d1d1d;
    background: #FFDE3F;
    border-radius: 50%;
    box-shadow: none
}

.single-venue .venue-events-grid-section--past .event-card--ended .end-event span,
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .end-event span {
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1.2;
    color: #2c3338
}

.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .child-event-img-wrapper a img {
    margin-top: 0;
    border-radius: 0
}

.single-venue .venue-events-grid-section--past .event-card--ended .event-countdwon-timmer-area.past-event-shared,
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .event-countdwon-timmer-area.past-event-shared {
    display: none !important
}

/* Past venue grid: hide interested attendees UI (keep Learn More) */
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .user-faces-list,
.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended span.peole-resposned {
    display: none !important
}

.single-venue .venue-events-grid-section--past .new-style-event-items--event-ended .child-gdlr-foooter-area.child-gdlr-foooter-area-new .event-status-wrapper a.gdlr-button.buy-now-button {
    display: none !important
}

.venue-details-block .venue-details-map {
    flex: 1 1 auto;
    min-width: 0
}

.venue-details-block .venue-details-map__embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 6px;
    background: rgba(0,0,0,.25);
    aspect-ratio: 4 / 3
}

.venue-details-block .venue-details-map__iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    border: 0
}

.venue-details-block .venue-details-map__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 24px;
    border: 1px dashed rgba(255,255,255,.15);
    border-radius: 6px;
    background: rgba(0,0,0,.2)
}

.venue-details-block .venue-details-map__placeholder p {
    margin: 0;
    color: rgba(255,255,255,.45);
    font-size: 14px;
    letter-spacing: .04em;
    text-transform: uppercase
}

@media only screen and (min-width:768px) {
    .venue-details-block .venue-details-grid--has-map {
        flex-direction: row;
        align-items: stretch;
        gap: 40px
    }

    .venue-details-block .venue-details-grid--has-map .venue-details-info {
        flex: 1 1 52%;
        max-width: 52%
    }

    .venue-details-block .venue-details-grid--has-map .venue-details-map {
        flex: 1 1 48%;
        max-width: 48%
    }

    .venue-details-block .venue-details-meta__row {
        grid-template-columns: 110px 1px minmax(0, 1fr);
        column-gap: 16px;
        row-gap: 0;
        align-items: start
    }

    .venue-details-block .venue-details-meta__row::before {
        content: "";
        display: block;
        grid-column: 2;
        grid-row: 1;
        align-self: stretch;
        width: 1px;
        min-height: 100%;
        background: #fff
    }

    .venue-details-block .venue-details-label {
        grid-column: 1;
        grid-row: 1
    }

    .venue-details-block .venue-details-value {
        grid-column: 3;
        grid-row: 1
    }

    .venue-details-block .venue-details-name {
        font-size: 32px
    }

    .venue-details-block .venue-details-map__embed {
        min-height: 100%
    }

    .venue-details-block .venue-details-map__iframe {
        position: absolute;
        inset: 0;
        min-height: 0
    }
}

@media only screen and (max-width:767px) {
    .venue-details-block .venue-details-grid--has-map .venue-details-info {
        order: 1
    }

    .venue-details-block .venue-details-grid--has-map .venue-details-map {
        order: 2
    }
}

.message-add {
    display: block;
    overflow: hidden;
    margin-top: 30px
}

.dhrk-content-thumb {
    box-shadow: 2px 6px 12px rgb(0 0 0 / 10%);
    background: var(--color-bg-card);
    padding: 10px;
    border-radius: 6px
}

.brut-page-title:after,.brut-page-title:before {
    opacity: 1
}

.soundcloud-new-style {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.dark-page-content ul,.dark-page-content ol {
    margin: 20px 0
}

.button-default {
    -webkit-transition: 0.25s ease-out 0.1s color;
    -moz-transition: 0.25s ease-out 0.1s color;
    -o-transition: 0.25s ease-out 0.1s color;
    transition: 0.25s ease-out 0.1s color;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    position: relative
}

.show-brut-notifications {
    position: relative
}

.show-brut-notifications:hover #icon-bell,.show-brut-notifications:focus #icon-bell,.show-brut-notifications.active #icon-bell {
    fill: #fff
}

.show-brut-notifications #icon-bell {
    fill: #fff
}

.show-brut-notifications .brut-notifications-count {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #D5003C;
    color: #fefefe;
    height: 20px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: -2px;
    width: 20px;
    font-size: 14px
}

.brut-notifications {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.25s ease-out 0.1s opacity;
    -moz-transition: 0.25s ease-out 0.1s opacity;
    -o-transition: 0.25s ease-out 0.1s opacity;
    transition: 0.25s ease-out 0.1s opacity;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    opacity: 0;
    position: absolute;
    top: -999px
}

.brut-notifications:after {
    border: 10px solid transparent;
    border-bottom-color: #212121;
    content: '';
    display: block;
    height: 0;
    right: 10px;
    position: absolute;
    top: -20px;
    width: 0
}

.brut-notifications h3,.brut-notifications .show-all {
    background: #212121;
    color: #fefefe;
    margin: 0;
    padding: 10px;
    width: 350px
}

.brut-notifications h3 {
    cursor: default;
    font-size: 1.05em;
    font-weight: 400
}

.brut-notifications .show-all {
    display: block;
    text-align: center;
    text-decoration: none
}

.brut-notifications .show-all:hover,.brut-notifications .show-all:focus {
    text-decoration: underline
}

.brut-notifications .brut-notifications-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.brut-notifications .brut-notifications-list .item {
    -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
    -moz-transition: -moz-transform 0.25s ease-out 0.1s;
    -o-transition: -o-transform 0.25s ease-out 0.1s;
    transition: transform 0.25s ease-out 0.1s;
    border-top: 1px solid #bdc3c7;
    color: #7f8c8d;
    cursor: default;
    display: block;
    padding: 10px 8px;
    position: relative;
    white-space: nowrap;
    width: 350px
}

.brut-notifications .brut-notifications-list .item:before,.brut-notifications .brut-notifications-list .item .details,.brut-notifications .brut-notifications-list .item .button-dismiss {
    display: inline-block;
    vertical-align: middle
}

.brut-notifications .brut-notifications-list .item:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    content: '';
    height: 8px;
    width: 8px;
    display: none
}

.brut-notifications .brut-notifications-list .item .details {
    margin-left: 4px;
    white-space: normal;
    width: 280px
}

.brut-notifications .brut-notifications-list .item .details .title,.brut-notifications .brut-notifications-list .item .details .date {
    display: block
}

.brut-notifications .brut-notifications-list .item .details .date {
    color: #95a5a6;
    font-size: .85em;
    margin-top: 3px
}

.brut-notifications .brut-notifications-list .item .button-dismiss {
    color: #bdc3c7;
    font-size: 2.25em
}

.brut-notifications .brut-notifications-list .item .button-dismiss:hover,.brut-notifications .brut-notifications-list .item .button-dismiss:focus {
    color: #95a5a6
}

.brut-notifications .brut-notifications-list .item.no-data {
    display: none;
    text-align: center
}

.brut-notifications .brut-notifications-list .item.dismissed {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.brut-notifications.empty .brut-notifications-list .no-data {
    display: block;
    padding: 10px
}

.brut-notifications.open {
    display: block;
    max-height: 100vh;
    right: 20px;
    opacity: 1;
    position: fixed;
    top: 68px;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(100,100,100,.3);
    background: #0A0A0A
}

.brut-notifications.open ul.brut-notifications-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center
}

a.notofication-closebtn {
    position: unset!important
}

.brut-notifications.open ul.brut-notifications-list li .details .title {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 10px
}

.brut-notifications.open ul.brut-notifications-list li .details .collect a {
    color: #D5003C;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: underline!important
}

.brut-notifications.open ul.brut-notifications-list .spain-added-icon {
    width: 100%
}

.xoo-wsc-ft-buttons-cont a.button {
    background: #0A0A0A!important;
    padding: 10px 5px!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px!important;
    line-height: 22px;
    text-align: center;
    color: #fff!important;
    width: 200px;
    margin: 0 auto;
    display: block
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover {
    background: #D5003C!important;
    color: #fff!important
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
    font-size: 13px!important;
    font-weight: 600
}

.woocommerce div.product div.summary {
    padding: 20px;
    border: 1px solid rgba(100,100,100,.3);
    background: #212121;
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

.woocommerce .entry-summary .product_title {
    font-size: 26px
}

.woocommerce .entry-summary p.price {
    margin-top: 15px;
    margin-bottom: 15px
}

.woocommerce div.product .entry-summary form.cart .button {
    font-size: 15px!important
}

.woocommerce div.product .entry-summary form.cart .button:hover {
    background: #FFFFFF!important
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    box-shadow: 2px 6px 12px rgb(0 0 0 / 10%);
    background: #212121;
    padding: 10px;
    border-radius: 6px
}

.dhrk-container-small.podcast-area-details .dhrk-content .dhrk-content__featured,.single-artist .dhrk-content .dhrk-content__featured {
    padding-left: 30px;
    padding-right: 30px
}

.woocommerce a.it-btn.button.sib-default-btn.claim-points-button:hover {
    color: #0A0A0A!important
}

body #buddypress div .bp-messages-wrap div {
    color: #222!important
}

body #buddypress div .bp-messages-wrap div .bm-sticky-date {
    color: #fff!important
}

body#error-page #qm-fatal {
    position: absolute;
    left: 0;
    width: 100%;
    color: #222
}

body#error-page #qm-fatal code {
    color: #222;
    padding: 0;
    margin: 0
}

.at-reward-card {
    z-index: 999999;
    position: fixed;
    bottom: -80px;
    right: -40px;
    display: flex;
    flex-direction: column;
    background: #212121;
    width: 260px;
    height: 240px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    font-family: 'Barlow Condensed';
    overflow: hidden;
    transform: translate(-50%,-50%)
}

.at-reward-card__header {
    position: relative;
    background: #D5003C;
    height: 50px;
    margin: 0 0 43px
}

.at-reward-card__thumbnail {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    margin: 0 auto;
    transform: translateX(-50%)
}

.at-reward-card__content {
    flex-grow: 1;
    text-align: center
}

.at-reward-card__content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #D5003C;
    font-size: 22px
}

.at-reward-card__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px
}

.at-reward-card__footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 60px
}

.at-reward-card__button {
    outline: none;
    display: block;
    background: #26000C;
    width: 100%;
    border: 0;
    margin: 0 1px;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer
}

.at-reward-card__button:hover {
    background: #f3f3f3
}

.at-reward-card__button:first-child {
    margin-left: 0;
    color: #ccc
}

.at-reward-card__button:last-child {
    margin-right: 0;
    color: #D5003C;
    font-weight: 600
}

.load-more-wrapper a.it-btn.loadmore.load-more.button.sib-default-btn:hover {
    background: #fff;
    color: #080808!important
}

/* Desktop header nav (#brut-menubar): light white to match #qwMenuToggle hamburger */
#brut-theme-container #qwFixedHeader .brut-menu-horizontal .brut-menubar>li>a {
    color: var(--color-text-primary);
    opacity: 1;
    text-transform: uppercase;
}

#brut-theme-container #qwFixedHeader .brut-menu-horizontal .brut-menubar>li>a::before {
    color: #FFFFFF;
    opacity: 0.9;
    font-size: 9px;
}

#brut-theme-container #qwFixedHeader .brut-menu-horizontal .brut-menubar>li:hover>a,
#brut-theme-container #qwFixedHeader .brut-menu-horizontal .brut-menubar>li:hover>a::before,
#brut-theme-container #qwFixedHeader .brut-menu-horizontal .brut-menubar .current-menu-item>a,
#brut-theme-container #qwFixedHeader .brut-menu-horizontal .brut-menubar .current-menu-item>a::before {
    color: var(--color-accent-cyan);
    opacity: 1;
}

div#woo-slg-social-container-login {
    border-top: 1px solid #fff;
    margin-top: 30px;
    width: 100%
}

div#woo-slg-social-container-login span {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    font-family: Barlow Condensed;
    font-size: 24px
}

div#woo-slg-social-container-login .woo-slg-social-wrap .woo-slg-clear {
    clear: unset;
    display: none
}

div#woo-slg-social-container-login .woo-slg-social-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    clear: both;
    gap: 18px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center
}

div#woo-slg-social-container-login .woo-slg-social-wrap .woo-slg-login-wrapper a {
    width: 100%;
    display: block;
    overflow: hidden
}

.register-page .signup-form .register-section .editfield select,.register-page .signup-form .register-section .editfield input,.register-page .signup-form .register-section input {
    width: 100%;
    padding: 8px!important;
    background: #212121!important;
    color: #fff;
    margin-top: 0;
    font-size: 16px!important;
    border-color: #fff!important;
    border-radius: 10px!important;
    border-width: 2px;
    margin-bottom: 0
}

.editfield.field_3.field_public-name.required-field.visibility-public.alt.field_type_textbox {
    margin-bottom: 20px
}

input#signup_email {
    margin-bottom: 20px;
    margin-top: 5px
}

.register-page .signup-form .register-section label {
    border: none
}

.registration div#woo-slg-social-container-login {
    margin-top: 0
}

.woo-slg-social-container legend,.woo-slg-email-login-container legend {
    margin-bottom: 0;
    font-weight: 400
}

.registration .user-pass1-wrap {
    margin-top: 5px
}

.user-faces-list i {
    color: #D5003C;
    font-size: 28px;
    cursor: pointer
}

.user-faces-list {
    display: flex;
    position: absolute;
    top: 18px;
    left: 16px;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row
}

.user-faces-list img {
    border-radius: 50%;
    margin-right: -4px
}

.child-gdlr-foooter-area {
    position: relative
}

.child-gdlr-foooter h3.event-title {
    padding-bottom: 0;
    margin-top: 33px;
    text-align: left;
    padding-left: 5px
}

span.peole-resposned {
    font-size: 15px;
    color: #222;
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-family: Barlow Condenseda;
    font-weight: 600
}

span.peole-resposned i {
    color: #D5003C;
    font-size: 20px
}

.child-gdlr-foooter h3.event-title a {
    padding: 2px 0
}

.swal-modal.red-bg {
    background: #26000C
}

.swal-modal.red-bg .swal-icon--info:after,.swal-modal.red-bg .swal-icon--info:before {
    background-color: #D5003C
}

.swal-modal.red-bg .swal-icon.swal-icon--info {
    border-color: #D5003C;
    width: 60px;
    height: 60px
}

.swal-modal.red-bg .swal-footer {
    text-align: center
}

button.gdlr-button.buy-now-button.interested-btn,button.gdlr-button.buy-now-button.going-btn {
    background: #A00;
    border-radius: 50px;
    font-size: 15px;
    padding: 10px 36px;
    font-family: 'Barlow Condensed'
}

button.gdlr-button.buy-now-button.going-btn {
    background: #0674D9
}

.swal-modal.red-bg .swal-text {
    color: #fff;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 23px
}

.swal-modal.red-bg .swal-icon--info:before {
    height: 15px
}

.swal-modal.red-bg button.swal-button.swal-button--cancel {
    background-color: #212121;
    color: #fff;
    border-color: #fff
}

.swal-modal.red-bg button.swal-button.swal-button--cancel:hover {
    background-color: #D5003C
}

button.gdlr-button.buy-now-button.interested-btn:hover,button.gdlr-button.buy-now-button.going-btn:hover {
    background-color: #D5003C
}

.swal-icon--success:after,.swal-icon--success:before {
    background: transparent!important
}

.swal-icon--success__hide-corners {
    background: transparent!important
}

.event-user-face-details .user-faces-list {
    position: unset
}

.event-user-face-details {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap
}

.event-user-face-details span.peole-resposned {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    gap: 8px
}

.event-user-face-details span.peole-resposned i {
    font-size: 25px
}

.dhrk-section.brut-contentbackground.countdown_switcher {
    padding-top: 0px!important
}

.event-countdwon-timmer-area.event-countdwon-timmer-area-single {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    margin-bottom: 30px;
    width: 100%
}

.event-countdwon-timmer-area.event-countdwon-timmer-area-single .count-down-title {
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 2px;
    width: 100%
}

.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer {
    gap: 15px
}

.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer span {
    color: #fff;
    font-size: 18px
}

.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer #days,.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer #hours,.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer #minutes,.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer #seconds {
    font-size: 26px;
    width: 65px;
    height: 65px;
    border: 2px solid;
    line-height: 22px
}

p.artists_list_events {
    display: inline-block;
    text-transform: capitalize;
    line-height: 24px
}

.dhrk-section.vice-contentbackground .dark-page-content p.artists_list_events a {
    color: #fff;
    display: inline-block;
    word-break: normal;
    overflow: unset
}

p.artists_list_events span:after {
    content: "||";
    margin-left: 5px;
    letter-spacing: 2px
}

p.artists_list_events span:last-child:after {
    display: none
}

.new-style-event-items {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.new-style-event-items .child-gdlr-foooter {
    display: flex;
    flex-direction: column;
    text-align: left;
    min-height: 135px;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    gap: 6px
}

.new-style-event-items .child-gdlr-foooter h2.event-title a,.new-style-event-items .child-gdlr-foooter p {
    color: #1d1d1d
}

.new-style-event-items .child-gdlr-foooter h2.event-title {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 40px;
    display: flex;
    align-items: center
}

.new-style-event-items .child-gdlr-foooter h2.event-title a {
    font-size: 20px;
    font-family: 'Barlow Condensed';
    letter-spacing: 1px
}

.child-gdlr-foooter-area.child-gdlr-foooter-area-new .child-gdlr-foooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: unset;
    padding-left: 10px;
    padding-right: 10px
}

.child-gdlr-foooter-area.child-gdlr-foooter-area-new .child-gdlr-foooter h3.event-title {
    margin: 0
}

.child-gdlr-foooter-area.child-gdlr-foooter-area-new .child-gdlr-foooter a.gdlr-button.buy-now-button {
    margin: 0
}

.child-gdlr-foooter-area.child-gdlr-foooter-area-new .child-gdlr-foooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: unset;
    padding-left: 10px;
    padding-right: 10px
}

.child-gdlr-foooter-area.child-gdlr-foooter-area-new .child-gdlr-foooter h3.event-title {
    margin: 0
}

.child-gdlr-foooter-area.child-gdlr-foooter-area-new .child-gdlr-foooter a.gdlr-button.buy-now-button {
    margin: 0
}

.child-gdlr-item.gdlr-event-item .has-countdown .count-down-title {
    color: #1d1d1d;
    line-height: 20px;
    font-family: 'Barlow Condensed';
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    overflow: hidden;
}
.child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    padding: 10px;
    min-height: 65px
}

.child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area .event-countdwon-timmer {
    gap: 4px
}

/* Countdown "LIVE NOW" badge */
.event-countdwon-timmer.event-countdwon-timmer--live {
    display: flex;
    align-items: center;
}

.event-countdwon-timmer.event-countdwon-timmer--live .brut-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #34d058 0%, #22a84a 55%, #178a3a 100%);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.15),
        0 0 14px rgba(34, 208, 88, 0.35),
        0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

/* Single event: make LIVE NOW pill wider/bolder */
.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer.event-countdwon-timmer--live .brut-live-badge {
    padding: 11px 24px;
    font-size: 15px;
    letter-spacing: 1.6px;
    min-width: 158px;
    justify-content: center;
}

.event-countdwon-timmer-area.event-countdwon-timmer-area-single .event-countdwon-timmer.event-countdwon-timmer--live .brut-live-dot {
    width: 12px;
    height: 12px;
}

.event-countdwon-timmer.event-countdwon-timmer--live .brut-live-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    animation: brutparty-live-dot-pulse 1.2s ease-out infinite;
}

@keyframes brutparty-live-dot-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media (max-width: 480px) {
    .event-countdwon-timmer.event-countdwon-timmer--live .brut-live-badge {
        padding: 7px 11px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .event-countdwon-timmer.event-countdwon-timmer--live .brut-live-dot {
        animation: none;
    }
}

.child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area button.event-social-link,
.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area button.event-social-link {
    background: #1d1d1d;
    color: #fff
}

.child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area button.event-social-link:hover,
.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area button.event-social-link:hover {
    background: #D5003C
}

/* Share-only cards (.no-countdown): match countdown/share row layout + title */
.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    min-height: 65px
}

.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area .count-down-title {
    color: #1d1d1d;
    line-height: 20px;
    font-family: 'Barlow Condensed';
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    overflow: hidden
}

.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area button.event-social-mobile-btn,
.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area button.event-social-mobile-btn {
    background: #212121;
    border: 1px solid #0262d8;
    border-radius: 50px;
    padding: 6px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background-image: linear-gradient(#0e94dc,#0262d8)!important
}

.events-area-style .copy-message-add.new-class-for-message-add {
    width: auto;
    margin-bottom: 10px
}

.sib-form {
    padding: 0;
    display: block;
    overflow: hidden
}

#sib-container {
    display: block;
    overflow: hidden;
    background: transparent;
    padding: 0
}

form#sib-form {
    display: block;
    overflow: hidden;
    margin: 0
}

.form-input-submit-feilds .sib-input.sib-form-block {
    padding: 0;
    margin-bottom: 10px
}

.form-input-submit-feilds-area {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start
}

.form-input-submit-feilds .input.form-control {
    background: #000;
    padding: 5px 10px;
    color: #fff
}

.sib-form .form-input-submit-feilds-area .entry__specification {
    color: #fff;
    font-size: 14px
}

.sib-captcha-google-with-btn.p-0 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 50px
}

.sib-captcha-google-with-btn.p-0 .sib-captcha.sib-form-block {
    padding: 0
}

.sib-form-block-btn-area .sib-form-block {
    padding: 0
}

.sib-form-block-btn-area .sib-form-block button.sib-form-block__button.sib-form-block__button-with-loader.btn.btn-primary {
    margin: 0;
    padding: 12px 25px;
    border-radius: 4px;
    background: #D5003C
}

.sib-form-block-btn-area .sib-form-block button.sib-form-block__button.sib-form-block__button-with-loader.btn.btn-primary:hover {
    background: #EFEFEF;
    color: #1d1d1d
}

.sib-captcha.sib-form-block label.entry__error.entry__error--primary {
    position: absolute;
    width: 100%;
    max-width: unset;
    bottom: 2px;
    left: 14px
}

.sib-captcha.sib-form-block .form__entry.entry_block.entry_errored {
    position: relative
}

.shorcode-form-area {
    padding: 20px
}

.shorcode-form-area h4.vice-textfx-default {
    font-family: 'Barlow Condensed';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 0
}

.shorcode-form-area .form-input-submit-feilds .form-input-submit-feilds-first-last .sib-input.sib-form-block {
    width: 50%
}

.upcoming-artist-djs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    align-content: center;
    gap: 20px;
    align-items: stretch
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile {
    text-align: center;
    color: #fff;
    background: var(--color-bg-card);
    padding: 20px;
    box-shadow: 0 0 12px rgba(34, 211, 238, 0.12), 0 0 20px rgba(126, 34, 206, 0.1);
    border: 1px solid rgba(126, 34, 206, 0.28);
    border-radius: 12px;
    display: block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile p {
    text-align: left;
    font-size: 14px;
    height: 65px
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile h3 {
    text-transform: capitalize;
    margin-top: 10px
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile .djsimg {
    width: 200px;
    margin: 0 auto
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile .djsimg img {
    width: 100%;
    margin: 0 auto;
    border-radius: 50%
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile:hover {
    border-color: #0A84DB;
    background: #081f2b
}

.djs-read-more {
    color: #fff;
    border: 1px solid;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px
}

.dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile:hover .djs-read-more {
    background: #EFEFEF;
    color: #1d1d1d
}

.dark-page-content.dark-page-content-design h2.ac {
    padding: 8px 20px;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px
}

.upcoming-artist-djs-area .brut-page-title-container {
    margin-top: 0
}

.brutparty-gallery-style-updated .box .content,.brutparty-gallery-style-updated .box:hover .content {
    position: absolute;
    bottom: 50%;
    top: 40%;
    padding: 40px 30px;
    opacity: 1;
    width: 100%;
    text-align: center;
    background: #1d1d1d9c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.brutparty-gallery-style-updated .box .imgBox img {
    opacity: .8
}

.brutparty-gallery-style-updated .box .content h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 4px 0 4px #000
}

body.gallery-padding-bottom .dark-page-content {
    padding-bottom: 20px
}

.event-countdwon-timmer-area.past-event-shared {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px
}

.brut-post__details p.qw-artists-names.qw-small.qw-caps a,.brut-post__details p.qw-artists-names.qw-small.qw-caps {
    color: #fff;
    text-transform: capitalize
}

.single-podcast .dhrk-content-thumb {
    width: 100%
}

.single-podcast.qw_palette_dark .dhrk-content__featured .table>tbody>tr>th {
    width: 90px
}

.single-podcast .dhrk-content__featured.dhrk-prevnext.dhrk-spacer__m {
    padding: 30px
}

#lvideo-wrap {
    position: fixed;
    padding: 12px;
    height: 100vh;
    display: flex;
    z-index: 9991;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

#lvideo-wrap,#lvideo-wrap:after,#lvideo-wrap .lvideo-overlay {
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box
}

#lvideo-wrap:after,#lvideo-wrap .lvideo-overlay {
    height: 100%;
    position: absolute
}

#lvideo-wrap:after {
    content: "";
    display: block;
    background-color: #121212;
    opacity: 0;
    z-index: -1
}

#lvideo-wrap .lvideo-container,#lvideo-wrap video,#lvideo-wrap iframe {
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
    background-color: #000
}

#lvideo-wrap .lvideo-container {
    width: 95%;
    z-index: 5
}

#lvideo-wrap video,#lvideo-wrap iframe {
    z-index: 10;
    box-shadow: 0 0 19px rgba(0,0,0,.16);
    width: 100%;
    height: 100vh;
    max-height: 85vh;
    display: block
}

#lvideo-wrap video {
    object-fit: cover
}

#lvideo-wrap.active {
    opacity: 1;
    visibility: visible
}

#lvideo-wrap.active:after {
    opacity: .5
}

@media (max-width: 1659px) and (min-width:1330px) {
    #lvideo-wrap .lvideo-container {
        max-width:978px
    }
}

@media (min-width: 1660px) {
    #lvideo-wrap .lvideo-container {
        max-width:80%
    }
}

.btn-animated {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #D5003C;
    border-radius: 100px;
    transition: all 0.3s ease;
    line-height: 100px;
    position: relative;
    padding: 0;
    cursor: pointer;
    border: 0
}

.btn-animated:before,.btn-animated:after {
    content: "";
    border: 1px solid;
    border-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    animation: 1s it-zoom linear infinite
}

.btn-animated:before {
    animation-delay: 0.10s
}

.btn-animated:hover {
    transform: scale(1.1)
}

@keyframes it-zoom {
    0% {
        transform: scale(1);
        opacity: .6
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.video-play-thumb-list {
    margin-top: 30px
}

.video-play-thumb-list ul li {
    list-style: none;
    padding: 0;
    position: relative
}

.video-play-thumb-list {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px
}

.video-play-thumb-list ul li button.lvideo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0000004d;
    border: 1px solid #fff;
    font-size: 36px;
    transition: all 0.3s ease
}

.video-play-thumb-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 15px
}

.video-play-thumb-list ul li {
    max-width: 150px;
    float: left
}

.video-play-thumb-list ul li button.lvideo:hover {
    background: transparent
}

.video-play-thumb-list ul li button.lvideo:hover i {
    transform: scale(1.1);
    color: #D5003C
}

.video-play-iframe a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.video-play-iframe button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #fff;
    font-size: 30px
}

.video-play-iframe a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    overflow: hidden;
    position: absolute;
    opacity: .2
}

.video-play-iframe a img {
    height: 600px;
    width: 100%
}

.video-player-box .video-play-iframe {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%
}

.video-play-iframe.play-loader {
    position: relative;
    background: #212121
}

.video-play-iframe.play-loader:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgb(214 201 201 / 30%);
    border-top: 4px solid #D5003C;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

.slick-track {
    display: flex;
    gap: 1px
}

.slick-slide {
    margin-right: 10px
}

.slick-list {
    margin-right: -10px
}

@keyframes spin {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

.slick-slide img {
    width: 100%
}

.video-play-iframe {
    position: relative;
    background: #212121
}

.video-play-iframe:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgb(214 201 201 / 30%);
    border-top: 4px solid #D5003C;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

button.lvideo.small-play-btn:hover {
    background: transparent;
    border: 2px solid #D5003C
}

button.lvideo.small-play-btn.clicked {
    background: transparent;
    border: 2px solid #D5003C
}

button.lvideo.small-play-btn.clicked i {
    display: none
}

.video-play-thumb-list ul li button.lvideo:before {
    content: "\f04b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.video-play-thumb-list ul li:hover button.lvideo:before {
    color: #D5003C
}

.video-play-thumb-list ul li button.lvideo.clicked:before {
    display: none
}

.home-page-calendar button.show-event-data {
    background: transparent;
    border: 0;
    font-size: 45px
}

.home-page-calendar button.show-event-data i.fa-solid.fa-angles-up {
    display: none
}

.home-page-calendar button.show-event-data.event-active i.fa-solid.fa-arrow-turn-up {
    display: block
}

.home-page-calendar button.show-event-data.event-active i.fa-solid.fa-angles-down {
    display: none
}

.home-page-calendar button.show-event-data.active i.fa-solid.fa-angles-down {
    display: none
}

.home-page-calendar button.show-event-data.active i.fa-solid.fa-angles-up {
    display: block
}

.home-page-calendar h2.ac {
    padding: 8px 20px;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed'!important;
    margin-top: 0
}

.home-page-calendar .brut-post--event__date.events-uplist-date {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 5px;
    max-width: 110px
}

.home-page-calendar .brut-post--event__date.events-uplist-date span.month-added {
    font-size: 15px;
    line-height: 20px
}

.home-page-calendar .brut-post--event__date.events-uplist-date span.month-number {
    font-size: 30px
}

.home-page-calendar .brut-post--event__date.events-uplist-date span.month-added {
    font-size: 15px;
    width: 80px
}

.home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row {
    padding-bottom: 5px;
    padding-top: 5px
}

.home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row h3.brut-post__caption {
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.brut-post--event__contents.brut-3d-element__front.events-uplist-artist p.artists_list_events {
    margin-top: 0
}

.each-event-details {
    background: #212121;
    padding: 26px!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center
}

.each-event-details span {
    transform: unset
}

.home-page-calendar span.ebent-link-added {
    min-width: 250px
}

.dark-container.d-flex.justify-content-center.align-items-center .upcoming-events-area-style,.dark-container.d-flex.justify-content-center.align-items-center .video-player-box {
    width: 100%
}

a.woo-slg-social-login-apple {
    border: 1px solid #fff
}

div#basic-details-section.register-section {
    padding-top: 20px
}

.foter-top-latest-title .brut-page-title h2.ac {
    padding: 8px 20px;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Barlow Condensed';
    margin-top: 0
}

.brut-footerwidgets.dark-footer-top-latest-post .dhrk-footerwidgets {
    padding: 70px 20px;
    padding-bottom: 90px
}

.foter-top-latest-title .brut-page-title-container {
    margin-bottom: 20px
}

.foter-top-latest-posts ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    gap: 10px;
    align-content: center
}

.foter-top-latest-posts ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-loges-list ul li:before,.footer-loges-list ul li:after {
    content: '';
    position: absolute
}

.footer-loges-list ul li:before {
    height: 100%;
    top: 0;
    left: 1px;
    border-left: 1px dashed #645a5a
}

.footer-loges-list ul li:first-child:before {
    border-left: 0
}

.footer-loges-list ul li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #645a5a
}

.footer-loges-list ul li {
    position: relative;
    list-style: none;
    width: calc(13% - 10px);
    padding: 10px 20px;
    margin: 0
}

.foter-top-latest-posts ul li a {
    text-transform: capitalize
}

.foter-top-latest-posts {
    margin-top: 30px
}

.brut-footerwidgets.dark-footer-top-logos {
    background-color: var(--color-bg-footer-mid) !important;
    border-top: 1px solid rgba(126, 34, 206, 0.15);
    border-bottom: none;
}

.footer-loges-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row
}

.footer-loges-list ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-loges-list ul li a img {
    max-height: 100px;
    min-height: auto;
    height: auto;
    width: auto
}

li.logos-li-items.remove-bottom-border-class.remove-border-class:before,li.logos-li-items.remove-bottom-border-class.remove-border-class:after {
    display: none
}

li.logos-li-items.remove-bottom-border-class:after {
    display: none
}

.brut-footerwidgets.dark-footer-top-logos .dhrk-footerwidgets {
    padding: 70px 20px
}

.brut-footerwidgets.dark-footer-top-latest-post.inner-page-footer-added {
    background-color: var(--color-bg-footer-mid) !important;
}

h3.video-play-iframe-title {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 11px;
    font-family: Barlow Condensed;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 24px;
    text-shadow: 0 1px 2px #000;
    margin-top: 15px
}

.loader-wrap .loader {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-direction: column-reverse;
    width: auto!important;
    gap: 25px;
    height: auto!important;
    border-radius: unset!important
}

.loader-wrap .loader span {
    display: none
}

.loader-wrap .loader:after {
    content: "Loading ....";
    margin-top: 33px;
    font-family: 'Barlow Condensed';
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1px
}

.home-page-calendar .events-uplist-content-row .brut-post--event {
    margin-bottom: 0
}

a:hover {
    cursor: pointer!important
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after {
    position: inherit;
    display: block;
    right: 0;
    font-size: 14px;
    top: 10px
}

.dhrk-content-thumb {
    position: relative
}

.save-the-date {
    width: 100%;
    text-align: center;
    font-family: 'Exo';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 20px;
    text-shadow: 0 10px 5px #000;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.save-the-date .small-save-date {
    font-size: 75px
}

.register-page .signup-form .g-recaptcha {
    position: absolute;
    bottom: 0
}

.register-page .signup-form .register-section {
    position: relative
}

.register-page .signup-form .description.indicator-hint {
    margin-bottom: 88px
}

.login-form-area .g-recaptcha {
    margin-top: 20px
}

.editfield.field_1937.field_account-type.optional-field.visibility-public.field_type_selectbox {
    display: none
}

.qib-button-wrapper button.qib-button {
    color: #fff!important
}

#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box {
    color: #fff
}

.swal-modal.sweet-box-login-register-success .swal-title {
    margin: 0;
    color: #121212;
    letter-spacing: 1px
}

.swal-modal.sweet-box-login-register-success .swal-text {
    color: #121212;
    text-align: center
}

.swal-modal.sweet-box-login-register-success .swal-footer {
    text-align: center
}

.swal-modal.sweet-box-login-register-success .swal-footer button.swal-button.swal-button--confirm,.swal-modal.sweet-box-login-register-success .swal-footer button.swal-button.swal-button--yes {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 30px;
    background: #121212
}

#buddypress #item-header-cover-image #item-header-avatar img.avatar {
    width: 150px!important
}

.swal-modal.sweet-box-login-register-success .swal-icon--info:after,.swal-modal.sweet-box-login-register-success .swal-icon--info:before {
    background: #121212
}

h5.brut-meta.brut-post--event__art.brut-post--event__loc {
    display: flex;
    gap: 2px;
    align-items: center
}

.swal-modal.sweet-box-login-register-success .swal-icon.swal-icon--info {
    border-color: #121212
}

.wrapper-notify-box .button.button-notify-box.loader {
    position: relative;
    background: #D5003C!important;
    height: auto
}

.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height:
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff #fff #fff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite
}

@keyframes ml-form-embedSubmitLoad {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#mlb2-14692939.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100%!important
}

#mlb2-14692939.ml-form-embedContainer h4,#mlb2-14692939.ml-form-embedContainer p,#mlb2-14692939.ml-form-embedContainer span,#mlb2-14692939.ml-form-embedContainer button {
    text-transform: none!important;
    letter-spacing: normal!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper {
    box;k!important}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
    width: 400px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    width: 100%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-align-left {
    text-align: left
}

#mlb2-14692939.ml-form-embedContainer .ml-form-align-center {
    text-align: center
}

#mlb2-14692939.ml-form-embedContainer .ml-form-align-default {
    display: table-cell!important;
    vertical-align: middle!important;
    text-align: center!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-align-right {
    text-align: right
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: auto;
    margin: 0 auto!important;
    max-width: 100%;
    width: undefinedpx
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    padding-bottom: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 12px 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    color: #000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: left;
    word-break: break-word
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
    color: #000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
    list-style-type: lower-alpha
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
    list-style-type: lower-roman
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
    color: #000;
    text-decoration: underline
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
    text-align: left!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 20px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    margin: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    margin: 0;
    width: 100%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    margin: 0 0 20px 0;
    width: 100%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    float: left
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    height: auto;
    float: left
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
    margin: 0 0 10px 0;
    width: 100%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
    margin: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
    margin: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    border-radius: 4px!important;
    border-style: solid!important;
    border-width: 1px!important;
    font-size: 16px!important;
    height: auto;
    line-height: 21px!important;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 8px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    max-width: 100%!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
    color: #fff
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
    color: #fff
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
    color: #fff
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
    color: #fff
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
    background-color: #646464!important;
    color: #fff!important;
    border-color: #ccc;
    border-radius: 4px!important;
    border-style: solid!important;
    border-width: 1px!important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px!important;
    height: auto;
    line-height: 21px!important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    max-width: 100%!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-color: #cccccc!important;
    background-color: #ffffff!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-radius: 4px!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before {
    border-color: #000000!important;
    background-color: #000000!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
    top: 2px;
    box-sizing: border-box
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px!important;
    box-sizing: border-box!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px!important;
    box-sizing: border-box!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
    top: 0px!important;
    box-sizing: border-box!important;
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
    top: 0px!important;
    box-sizing: border-box!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
    position: absolute;
    top: 2px!important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
    position: absolute;
    top: 0px!important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    position: absolute;
    top: 0px!important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
    background: no-repeat 50%/50% 50%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    background: no-repeat 50%/50% 50%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    padding: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
    color: #fff;
    font-size: 12px!important;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    font-style: normal;
    font-weight: 700
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
    background-color: #ffffff!important;
    color: #fff!important;
    border-color: #ccc;
    border-radius: 4px!important;
    border-style: solid!important;
    border-width: 1px!important;
    font-size: 14px!important;
    line-height: 20px!important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 28px 10px 12px!important;
    width: 100%!important;
    box-sizing: border-box!important;
    max-width: 100%!important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background: url(https://assets.mlcdn.com/ml/images/default/dropdown.svg) no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    height: auto;
    width: 100%;
    float: left
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 70%;
    float: left
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 30%;
    float: left
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
    padding-top: 25px
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    box-sizing: border-box;
    float: left;
    padding-right: 10px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: initial
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    background-color: #000000!important;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff!important;
    cursor: pointer;
    font-size: 14px!important;
    font-weight: 700;
    line-height: 20px;
    margin: 0!important;
    padding: 10px!important;
    width: 100%;
    height: auto
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #333333!important;
    border-color: #333333!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
    color: #000;
    display: block;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 24px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
    color: #000;
    text-decoration: underline
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
    color: #000000!important;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif!important;
    font-size: 12px!important;
    font-weight: normal!important;
    line-height: 18px!important;
    padding: 0!important;
    margin: 0 5px 0 0!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
    margin: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    float: left;
    width: 100%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #000000!important;
    box-shadow: none!important;
    color: #ffffff!important;
    cursor: pointer;
    padding: 15px 40px;
    width: 100%!important;
    border-radius: 4px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    display: none
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: #D5003C!important
}

.ml-subscribe-close {
    width: 30px;
    height: 30px;
    background: url(https://assets.mlcdn.com/ml/images/default/modal_close.png) no-repeat;
    background-size: 30px;
    cursor: pointer;
    margin-top: -10px;
    margin-right: -10px;
    position: absolute;
    top: 0;
    right: 0
}

.ml-error input,.ml-error textarea,.ml-error select {
    border-color: red!important
}

.ml-error .custom-checkbox-radio-list {
    border: 1px solid red!important;
    border-radius: 4px;
    padding: 10px
}

.ml-error .label-description,.ml-error .label-description p,.ml-error .label-description p a,.ml-error label:first-child {
    color: #ff0000!important
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
    color: #ff0000!important
}

.last-feilds-grid {
    display: flex;
    gap: 10px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow {
    margin-bottom: 20px;
    text-align: left;
    float: left;
    width: 60%;
    padding-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox {
    margin: 0 0 10px 0;
    width: 100%
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox.last-group {
    margin: 0
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow h4 {
    color: ;
    font-family: ;
    font-size: px;
    font-weight: ;
    line-height: px;
    margin: 0 0 10px 0;
    text-align: left;
    word-break: break-word
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox label {
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 24px
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    font-style: normal;
    font-weight: 700
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .description {
    color: #000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0 0 0;
    text-align: left
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible
}

.form-input-submit-feilds,.sib-city-lists-area {
    width: 100%
}

.sib-checkbox-group.sib-form-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-content: center;
    align-items: baseline
}

.wrapper-notify-box .button.button-notify-box.loader:before {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    top: 30px
}

.form-input-submit-feilds .sib-form-block .input.form-control {
    background: #000!important
}

.all-of-feilds {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start
}

.submit-google-re-area {
    display: flex;
    gap: 10px;
    align-items: center
}

a.event-social-link-download {
    background: #D5003C
}

.mfp-counter,button.mfp-arrow {
    opacity: 1!important;
    transition: opacity .2s ease-in,opacity 2s ease-out
}

#mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:focus {
    color: #fff
}

.footer-text-added p {
    color: #fff
}

.footer-text-added p a {
    color: #0E92DC
}

p.qw-artists-names.qw-small.qw-caps span a {
    padding: 6px
}

.page-template-page-podcast .brut-post--podcast .brut-post__content {
    min-height: 100px
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    margin-top: 30px
}

h3.qw-small.qw-caps.artist-city-caps {
    font-size: 18px
}

ul.woocommerce-error li {
    color: #fff
}

.woocommerce-page table.cart td.actions .coupon label.screen-reader-text {
    display: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
    margin-top: 0
}

.woocommerce-page table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.upcoming-events-area-style .upcoming-events-new-style .events-uplist>h3 {
    text-align: center;
    padding: 12px;
    margin-bottom: 0
}

.get-the-apps {
    text-align: left;
    margin-bottom: 15px
}

.apps-icons {
    display: flex;
    align-items: center;
    gap: 10px
}

a.apple-apps-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #222;
    background: #fff;
    padding: 5px 18px;
    border-radius: 6px;
    justify-content: center
}

a.apple-apps-icons i {
    font-size: 20px
}

.app-text p {
    margin: 0;
    color: #222;
    line-height: 17px
}

a.apple-apps-icons i.fa-brands.fa-apple {
    font-size: 25px
}

p.app-sotere-text {
    font-weight: 800;
    font-size: 15px
}

p.app-download-text {
    font-size: 14px
}

.get-the-apps>p {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer-text-added {
    text-align: left
}

.page-template-page-artists .dhrk-section.vice-contentbackground .dark-page-content h2 a {
    color: #fff
}

.page-template-page-artists .dhrk-section.vice-contentbackground .brut-post__excerpt a {
    color: #fff
}

.brut-post.brut-post--artist.brut-paper.brut-post--thumb:hover .brut-post__excerpt {
    position: absolute;
    bottom: 8px;
    max-height: unset;
    right: 5px
}

.brut-post.brut-post--artist.brut-paper.brut-post--thumb {
    position: relative
}

.brut-post.brut-post--artist.brut-paper.brut-post--thumb:hover .brut-post__excerpt a {
    background: #000000ad;
    padding: 8px 15px;
    font-size: 13px;
    border-radius: 17px
}

.page-template-page-podcast .brut-post.brut-paper.brut-post--podcast .brut-post__content.brut-3d-element__front {
    bottom: 0
}

.page-template-page-podcast .brut-post.brut-paper.brut-post--podcast .brut-3d-element__front a {
    color: #fff;
    font-size: 20px
}

.wizard>.content>.body input.error {
    border: 1px solid #d5003c
}

.iframe-container {
    width: 100%;
    height: 100vh;
    overflow: auto
}

.iframe-container iframe {
    width: 100%;
    height: 100vh;
    border: 0
}

.page-template-page-home .upcoming-events-new-style .brut-buy-now a.brut-post__btn.btn.brut-btn--primary {
    width: 100%
}

a.brut-post__btn.btn.brut-btn--primary.waiting-btn {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 1px 1px 1px 1px #000;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222
}

a.brut-post__btn.btn.brut-btn--primary.waiting-btn:hover {
    background: #D5003C;
    color: #fff
}

.single.single-event .dhrk-section.vice-contentbackground .dark-page-content p.artists_list_events {
    margin: 0;
    padding: 0
}

.page-template-page-event-calender a.brut-post__btn.btn.brut-btn--primary.waiting-btn {
    width: 80%
}

.brut-social-footer-buttom {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

span.ebent-link-added {
    width: 100%;
    text-align: right
}

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

div#pageLoader {
    display: none
}

button.button.loading:after {
    top: 19px!important
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
    display: flex;
    align-items: flex-end;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px
}

a.added_to_cart.wc-forward {
    display: none
}

.wc-proceed-to-checkout {
    display: flex;
    flex-direction: column
}

.checkout-button {
    order: 1
}

p.express-checkout-text {
    text-align: center;
    margin-top: 15px!important;
    display: block;
    overflow: hidden;
    order: 2;
    margin-bottom: 0
}

#wc-stripe-express-checkout-element {
    order: 3
}

.dhrk-section.vice-contentbackground .dark-page-content table.shop_table.shop_table_responsive p.woocommerce-shipping-event-warning.event-warning {
    font-weight: 400;
    margin-top: 15px
}

div#wc-stripe-express-checkout-element:before {
    content: "— OR Express Checkout —";
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
    width: 100%
}

div#wc-stripe-express-checkout-element {
    margin-top: 0px!important
}

.single-product.woocommerce div.product form.cart {
    margin-bottom: 1rem
}

.woocommerce-variation.single_variation {
    display: flex;
    gap: 20px;
    line-height: 10px;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px
}

.woocommerce-variation.single_variation .woocommerce-variation-description {
    display: none
}

.single-product.woocommerce div.product form.cart .variations {
    margin-top: 6px
}

.single-product.woocommerce div.product form.cart .variations th.label {
    width: 54px;
    padding-left: 0
}

.single-product.woocommerce div.product form.cart .variations th.label label {
    font-size: 16px;
    letter-spacing: 1px
}

button.qib-button.is-disabled {
    color: inherit!important;
    cursor: not-allowed!important;
    opacity: .5
}

.single-product .qib-button-wrapper .quantity input.qty.text {
    height: 41px;
    padding: 6px 12px 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #efefef;
    font-size: 20px;
    line-height: 20px;
    box-shadow: none;
    margin: 0!important
}

.reset_variations_alert.woocommerce-error {
    background: #D5003C;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

.reset_variations_alert.woocommerce-error:before {
    color: #fff;
    top: 5px
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.child-event-img-wrapper.no-thumbnail {
    position: relative;
}
   
.child-event-img-wrapper.no-thumbnail .save-the-date {
    min-height: auto;
}

.child-event-img-wrapper.no-thumbnail .save-the-date .small-save-date {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 2px;
    display: block;
}

.child-event-img-wrapper.no-thumbnail .save-the-date .large-save-date {
    font-size: 14px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row p.artists_list_events span {
        width:100%;
        display: block;
        overflow: hidden;
        font-size: 14px
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row p.artists_list_events span:after {
        display: none
    }

    .all-of-feilds {
        display: block
    }

    .submit-google-re-area {
        display: block
    }

    .last-feilds-grid {
        display: block
    }

    #mlb2-14692939.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow {
        width: 100%;
        padding: 0;
        margin: 5px 3px
    }

    .save-the-date {
        font-size: 20px;
        bottom: 16px;
        min-height: 130px
    }

    .save-the-date .small-save-date {
        font-size: 50px
    }

    h3.video-play-iframe-title {
        font-size: 20px
    }

    .footer-loges-list ul li:before {
        left: 2px
    }

    .foter-top-latest-posts ul {
        grid-template-columns: 1fr 1fr;
        display: grid;
        justify-content: space-evenly;
        align-content: center;
        justify-items: stretch;
        align-items: center
    }

    .footer-loges-list ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .footer-loges-list ul li {
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .footer-loges-list ul li:nth-child(5):before {
        display: none
    }

    .foter-top-latest-title .brut-page-title-container {
        margin-top: 10px
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding-left: 0;
        margin-bottom: -1px;
        justify-content: start;
        align-items: center;
        justify-items: center
    }

    .home-page-calendar .brut-post--event__date.events-uplist-date {
        min-width: 80px;
        max-width: 80px;
        gap: 2px;
        border-radius: 10px
    }

    .home-page-calendar .brut-post--event-large .brut-post--event__contents a,.home-page-calendar .brut-post--event-large .brut-post--event__contents span.calandar-city,.home-page-calendar .brut-post--event-large .brut-post--event__contents p.artists_list_events>span.no-link-span {
        padding: 6px 12px;
        overflow: hidden;
        display: block
    }

    .home-page-calendar .brut-post--event-large .brut-post--event__contents {
        order: 2;
        width: 260px;
        padding-right: 5px;
        padding-left: 0
    }

    .home-page-calendar .brut-post--event-large .brut-post--event__buttons {
        width: 30px;
        max-width: 30px;
        min-width: 30px
    }

    .home-page-calendar button.show-event-data {
        font-size: 26px
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row h3.brut-post__caption {
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 0;
        margin-bottom: 0
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row span.calandar-city {
        font-size: 13px
    }

    .brut-coming-soon h3.brut-post__caption {
        padding-left: 12px
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row p.artists_list_events {
        display: grid;
        line-height: 12px;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row p.artists_list_events a:after {
        content: ",";
        margin-left: 2px
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row p.artists_list_events a:last-child:after {
        content: ""
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event .events-uplist-title-row p.artists_list_events a {
        font-size: 14px
    }

    .home-page-calendar .brut-post--event__date.events-uplist-date span.month-number {
        font-size: 26px
    }

    .home-page-calendar .brut-post--event__date.events-uplist-date span.month-added {
        font-size: 14px;
        line-height: 12px
    }

    .home-page-calendar .brut-post--event__date.events-uplist-date span.month-added {
        width: 68px;
        font-size: 13px;
        padding-top: 2px;
        padding-bottom: 1px;
        line-height: 16px
    }

    .home-page-calendar .events-uplist-content-row {
        padding-bottom: 1px
    }

    .home-page-calendar .events-uplist-content-row:last-child {
        border: 0
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event {
        border-bottom: 1px solid #fff
    }

    .each-event-details {
        padding: 10px!important
    }

    .each-event-details span {
        font-size: 20px
    }

    .home-page-calendar span.ebent-link-added {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .home-page-calendar .events-uplist-content-row .brut-post--event {
        margin-bottom: 0;
        padding-bottom: 1px
    }

    .home-page-calendar .upcoming-events-new-style .events-uplist {
        background-color: transparent
    }

    .video-player-box {
        padding-top: 30px;
        padding-bottom: 20px
    }

    .video-player-box .video-play-iframe {
        min-height: auto
    }

    .video-play-thumb-list {
        width: 100%;
        margin-top: 20px
    }

    .video-play-iframe a img {
        height: auto;
        margin-bottom: 5px
    }

    .video-play-thumb-list ul li button.lvideo {
        font-size: 20px
    }

    .brutparty-gallery-style-updated .box .content,.brutparty-gallery-style-updated .box:hover .content {
        top: 37%;
        padding: 28px 10px
    }

    .brutparty-gallery-style-updated .box .content h3 {
        font-size: 16px
    }

    .dark-page-content.dark-page-content-design h2.ac {
        font-size: 28px
    }

    .dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile .djsimg {
        width: 120px;
        margin: 0 auto
    }

    .upcoming-artist-djs {
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile h3 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 7px
    }

    .dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile p {
        font-size: 12px;
        margin-bottom: 5px;
        height: 100px;
        text-align: center;
        padding: 0
    }

    .dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile {
        padding: 10px
    }

    .dhrk-section.vice-contentbackground .dark-page-content .upcoming-artist-djs a.djs-profile .djs-read-more {
        padding: 4px 13px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'Barlow Condensed'
    }

    .shorcode-form-area {
        padding: 0;
        margin-bottom: 25px
    }

    .shorcode-form-area .sib-text-form-block p strong,.shorcode-form-area .sib-text-form-block p {
        font-size: 12px
    }

    .shorcode-form-area .sib-form .form-input-submit-feilds-area .entry__specification {
        line-height: 20px
    }

    .sib-form .entry__choice,.sib-form .entry__choice:not(:first-child) {
        margin: 0
    }

    .shorcode-form-area .form-input-submit-feilds-area .sib-city-lists {
        gap: 0
    }

    .form-input-submit-feilds-area {
        display: flex;
        flex-direction: column
    }

    .form-input-submit-feilds {
        width: 100%
    }

    .form-input-submit-feilds .input.form-control {
        padding: 0 10px
    }

    .dhrk-section.vice-contentbackground .dark-page-content .sib-form-block .sib-text-form-block p strong,.dhrk-section.vice-contentbackground .dark-page-content .sib-form-block .sib-text-form-block p {
        font-size: 12px;
        line-height: 18px
    }

    .sib-form .entry__label {
        margin-bottom: 0
    }

    .form-input-submit-feilds .sib-input.sib-form-block {
        margin-bottom: 0
    }

    .sib-form .form-input-submit-feilds-area .entry__specification {
        font-size: 12px
    }

    .sib-form-block {
        padding: 0
    }

    .sib-checkbox-group.sib-form-block {
        margin-bottom: 10px
    }

    .sib-captcha-google-with-btn.p-0 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px
    }

    .sib-form-block-btn-area {
        width: 100%
    }

    .sib-form-block-btn-area .sib-form-block button.sib-form-block__button.sib-form-block__button-with-loader.btn.btn-primary {
        width: 100%
    }

    .event-countdwon-timmer-area.event-countdwon-timmer-area-single {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%
    }

    .at-reward-card {
        bottom: unset;
        right: unset;
        left: 50%;
        top: 50%
    }

    .qw-menutype1 #nav {
        width: 260px
    }

    .woocommerce div.product .entry-summary form.cart .button {
        width: 185px;
        margin-top: 6px
    }

    button.button-default.show-brut-notifications.js-show-brut-notifications svg {
        width: 23px;
        height: 25px
    }

    .show-brut-notifications .brut-notifications-count {
        font-size: 10px;
        width: 15px;
        height: 15px
    }

    .brut-notifications.open {
        top: 50px;
        right: 17px
    }

    .soundcloud-new-style {
        grid-template-columns: 1fr
    }

    .brut-sharepage-top__contents__inner a.prettySocial {
        border: 3px solid;
        width: 28px;
        height: 28px;
        font-size: 15px
    }

    .brut-sharepage-top__contents {
        height: 48px
    }

    .brut-page-title h2 {
        font-size: 30px;
        text-align: center
    }

    .dark-container>.py-5 {
        padding-top: 0rem!important
    }

    .brut-page-title-container {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px
    }

    .dhrk-fade-to-content {
        top: 80px
    }

    .artist-new-style {
        grid-template-columns: 1fr 1fr
    }

    .brut-footerwidgets .dhrk-footerwidgets .container .col-md-9 {
        padding: 0;
        margin-bottom: 13px
    }

    .brut-footerwidgets .dhrk-footerwidgets .container .col-md-9 .shorcode-form-area {
        padding: 10px;
        margin-bottom: 10px
    }

    .brut-footerwidgets .dhrk-footerwidgets .container .col-md-9 section.dhrk-widget-header {
        padding-left: 10px;
        padding-right: 10px
    }

    .dhrk .dhrk-pageheader__caption {
        width: fit-content;
        padding: 12px;
        text-align: left
    }

    .dhrk .dhrk-pageheader,.dhrk .dhrk-pageheader--single {
        right: 0;
        display: block
    }

    .elementor-602 .elementor-element.elementor-element-b150fbb>.elementor-widget-container {
        margin: 0 0 30px 0
    }

    .sib-multi-lists div {
        width: 100%;
        float: none
    }

    .col-md-6.name-first-div {
        width: 100%
    }

    .col-md-6.name-first-div:first-child {
        margin-right: 0
    }

    p.sib-multi-lists-area {
        margin-top: 15px!important
    }

    .col-md-12.cap-btn {
        display: block;
        text-align: center
    }

    .col-md-12.cap-btn .col-md-6 {
        width: 100%
    }

    .um-form {
        width: 95%
    }

    .um-register .um-form {
        width: 95%;
        margin: 0 auto
    }

    .um-register .um-form .um-field-user_email {
        width: 100%;
        clear: both
    }

    .um-register .um-form div#um_field_10056_first_name,.um-register .um-form div#um_field_10056_last_name {
        width: 100%;
        float: none;
        margin: 0
    }

    .dhrk .dhrk-pageheader__caption h1 {
        font-size: 30px;
        width: 318px
    }

    .dhrk .dhrk-pageheader__caption {
        text-align: center
    }

    .register-page .signup-form {
        width: 100%;
        margin-top: 0;
        padding: 15px
    }

    button#brutparty-register-btn {
        width: 100%
    }

    .register-section h1.bp-heading {
        font-size: 26px
    }

    .register-page .signup-form .wp-pwd button {
        padding: 9px
    }

    .login-form-area {
        width: 100%;
        padding: 22px 15px
    }

    .mo-openid-app-icons {
        display: flex!important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 5px
    }

    .mo-openid-app-icons>p {
        padding-bottom: 0
    }

    h1.bp-heading {
        font-size: 24px
    }

    input.lwa-button-remember {
        width: 100%!important;
        display: block
    }

    .lwa-remember-buttons {
        text-align: center
    }

    a.lwa-links-remember-cancel {
        display: block;
        overflow: hidden;
        margin-top: 15px;
        margin-left: 0
    }

    div#activate-page {
        width: 100%
    }

    .activation h1.brut-caption.dhrk-pagecaption.brut-textfx-none {
        font-size: 24px;
        margin-bottom: 0
    }

    .registration .padder {
        width: 90%
    }

    .registration .padder form {
        width: 100%
    }

    .registration .padder form input[type="submit"] {
        width: 100%
    }

    #bp-better-messages-mini-mobile-open {
        border-radius: 50%;
        border: 2px solid;
        right: 10px;
        background: #D5003C;
        box-shadow: 0 1px 4px 0 #000
    }

    .bp-single-vert-nav .item-body:not(#group-create-body) {
        width: 100%
    }

    .dhrk-content-details-thumb {
        display: block;
        overflow: hidden
    }

    .dhrk-content-details-thumb table.table.eventtable th,.dhrk-content-details-thumb table.table.eventtable td {
        display: block;
        overflow: hidden
    }

    .dhrk-content-details-thumb table.table.eventtable td a {
        display: block;
        overflow: hidden;
        word-break: break-all
    }

    .dhrk-content-details .brut-post--event__buttons {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 20px
    }

    .dhrk-content-thumb {
        margin-bottom: 20px
    }

    .single-event .dhrk-content-details-thumb .dhrk-content-thumb {
        box-sizing: border-box;
        width: 100%;
        padding: 3px;
        overflow: hidden;
        border: 1px solid rgba(126, 34, 206, 0.2);
        border-radius: 14px;
        background: var(--color-bg-card);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .single-event .dhrk-content-details-thumb .dhrk-content-thumb img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 11px
    }

    .qw-menucontainer .qw-socialicons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        gap: 10px;
        align-items: center;
        justify-content: flex-start
    }

    .qw-menucontainer .qw-socialicons a.qw_social.qw_tiktok {
        width: 28px;
        height: 28px;
        margin-top: 0
    }

    .brut-social-footer {
        display: none
    }

    .dhrk-pagefooter {
        display: flex;
        flex-direction: column-reverse;
        padding-right: 39px;
        padding-left: 0;
        gap: 10px
    }

    .dhrk-footerwidgets {
        padding: 30px 0px!important
    }

    .shop-woocommerce_before_shop_loop {
        display: block;
        margin-bottom: 15px;
    }

    p.woocommerce-result-count {
        width: 100%;
        text-align: center
    }

    .woocommerce .woocommerce-ordering {
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .woocommerce ul.products li {
        width: 100%!important
    }

    .woocommerce ul.products li:nth-child(4),.woocommerce ul.products li:nth-child(8),.woocommerce ul.products li:nth-child(12),.woocommerce ul.products li:nth-child(16) {
        margin-right: 0px!important
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none
    }

    .woocommerce-products-header .dhrk-pageheader__container {
        padding-top: 0
    }

    .qw-menutype1 #qwtoggle {
        margin-top: 0;
        padding: 20px 0
    }

    header.woocommerce-products-header {
        position: relative
    }

    header.woocommerce-products-header button.brut-goback.brut-dhrk-linkback,
    header.woocommerce-products-header a.brut-goback.brut-dhrk-linkback {
        position: relative;
        transform: none;
        color: #fff
    }

    .quantity.wqpmb_quantity input {
        margin-right: 0px!important;
        color: #222!important
    }

    .woocommerce table.shop_table thead th,.woocommerce-page table.shop_table thead th {
        color: #fff
    }

    body #buddypress div,body #buddypress dl,body #buddypress input[type=reset],body #buddypress input[type=search],body #buddypress input[type=submit],body #buddypress li {
        color: #fff
    }

    .qib-button-wrapper button.qib-button.minus {
        border-radius: 20px 0 0 20px
    }

    .qib-button-wrapper button.qib-button.plus {
        border-radius: 0 20px 20px 0
    }

    td.product-quantity {
        overflow: hidden
    }

    .wc-credit-card-form .form-row.form-row-first,.wc-credit-card-form .form-row.form-row-last {
        width: 100%!important
    }

    button#wpmc-back-to-cart {
        display: block!important
    }

    .woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
        width: 100%
    }

    .woocommerce-cart .cart-collaterals .cart_totals table th {
        width: 100%!important
    }

    .woocommerce table.shop_table td {
        width: 100%
    }

    tr.cart-event td:before {
        display: none
    }

    .woocommerce .wpmc-nav-wrapper {
        margin-top: 0
    }

    .woocommerce-checkout-review-order table.shop_table td {
        width: auto
    }

    .wpmc-nav-wrapper {
        display: flex;
        flex-direction: column-reverse
    }

    .wpmc-tabs-wrapper .wpmc-tab-text {
        display: block
    }

    h3#payment_heading {
        padding: 0;
        margin-top: 0
    }

    .cart_totals h2 {
        margin-top: 0px!important;
        margin-bottom: 8px!important;
        font-size: 20px
    }

    .wizard>.steps>ul {
        display: flex
    }

    a.showcoupon {
        font-size: 15px;
        float: left;
        margin-left: 0px!important
    }

    span.woocommerce-input-wrapper {
        height: 50px!important
    }

    .wizard.wizard>.actions>ul>li {
        margin-bottom: 11px
    }

    .wizard.wizard>.actions,.wizard.wizard>.actions>ul,.wizard>.actions>ul {
        padding: 0
    }

    h3#ship-to-different-address .checkbox span {
        font-size: 13px;
        line-height: 18px
    }

    .wizard>.steps li.current a:before {
        border-bottom: 27px solid #d5003c
    }

    .wizard>.steps li.done a:before {
        border-bottom: 27px solid #036ca4
    }

    .wizard>.steps a:before {
        border-bottom: 27px solid #212121
    }

    .wizard>.steps a:after {
        border-bottom: 27px solid transparent
    }

    .woocommerce ul.products li {
        margin-right: 0px!important
    }

    .qw-menutype1.qw-menu-open #qwFixedHeader,
    .qw-menutype1.qw-menu-open .qw-header-fixed {
        background-color: var(--color-bg-header) !important;
        background-image: var(--gradient-header-bar) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important
    }

    .brut-menu__contents .qw_site_logo img {
        width: 90px
    }

    .event-user-face-details {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        justify-items: center;
        align-content: center;
        gap: 5px
    }

    .event-user-face-details span.peole-resposned {
        font-size: 15px
    }

    .dhrk-section.vice-contentbackground .dark-page-content {
        padding-top: 0
    }

    .footer-menu-added ul li a {
        font-size: 13px
    }

    .footer-text-added p {
        font-size: 13px
    }

    /* Event card save-the-date overlay styling */



    @media only screen and (max-width: 768px) {
        .child-event-img-wrapper.no-thumbnail .save-the-date {
            bottom: 8px;
        }

        .child-event-img-wrapper.no-thumbnail .save-the-date .small-save-date {
            font-size: 28px;
        }

        .child-event-img-wrapper.no-thumbnail .save-the-date .large-save-date {
            font-size: 12px;
        }
    }

    .child-event-img-wrapper {
        padding-left: 6px;
        padding-right: 6px
    }

    .dhrk-section.vice-contentbackground.vh-100.d-flex {
        height: unset!important
    }

    .upcoming-artist-djs-area {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .page-template-page-home .dark-page-content {
        padding-bottom: 40px
    }

    .form-input-submit-feilds-first-last {
        width: 100%
    }

    .form-input-submit-feilds-first-last .sib-input.sib-form-block {
        width: 50%
    }

    .image-height-fixed {
        display: none
    }

    a.event-social-link-download svg {
        width: 20px;
        height: 20px
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile {
        position: fixed;
        bottom: 56px;
        left: 0;
        background-color: #120101;
        color: #fff;
        text-align: center;
        padding: 12px 12px;
        border-radius: 8px;
        width: 99%;
        right: 0;
        margin: 0 auto
    }

    .brut-sharepage-top__contents__inner .event-social-mobile button {
        background: #212121;
        border: 1px solid #D5003C;
        border-radius: 50px;
        padding: 0 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 14px;
        background-image: linear-gradient(#87092d,#D5003C)!important;
        width: 100%;
        height: 36px;
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: 21px
    }


    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile .join-list-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile p.join-text-p {
        font-size: 14px
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile span.price-text {
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile .join-list-button button.brut-post__btn.btn.brut-btn--primary.join-list-btn {
        background: #fff;
        color: #222;
        padding: 14px 15px;
        font-weight: 600;
        letter-spacing: 1px;
        border-radius: 40px;
        font-size: 14px
    }

    .dark-pagefooter {
        padding-right: 0
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile a.brut-post__btn.btn.brut-btn--primary {
        background: #D5003C;
        padding: 13px 30px;
        border-radius: 40px;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        border-color: rgba(255,255,255,.25);
        color: #fff
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile a.brut-post__btn.btn.brut-btn--primary:hover {
        background: #fff;
        color: #222
    }

    .dhrk-content__featured.dhrk-spacer__m.waiting_list_area.waiting_list_area_mobile.waiting_list_area_mobile_on_sale .join-list-area {
        display: block;
        text-align: center
    }

    .dark-pagefooter {
        padding-right: 0
    }

    .get-the-apps {
        text-align: center
    }

    .footer-text-added p {
        text-align: center
    }

    .dhrk-section.vice-contentbackground .dark-page-content h2 {
        font-size: 30px
    }

    .qw-widg-tags {
        text-align: left
    }

    .qw-widg-singleline {
        text-align: left;
        font-size: 18px
    }

    .apps-icons.only-single-apps {
        display: block;
        width: 180px;
        margin: 0 auto
    }

    .apps-icons.only-single-apps a.apple-apps-icons:first-child {
        margin-bottom: 10px
    }

    .brutparty-gallery-style.brutparty-gallery-style-updated .col-md-3.brut-post--gallery.brut-post--thumb h2 {
        font-size: 18px
    }

    .brut-post.brut-post--artist.brut-paper.brut-post--thumb .brut-post__content {
        padding: 0;
        bottom: 70px;
        width: 97%
    }

    .page-template-page-artists .dhrk-section.vice-contentbackground .dark-page-content h2 a {
        font-size: 18px
    }

    .brut-post.brut-post--artist.brut-paper.brut-post--thumb .brut-3d-element__front {
        margin-bottom: 0
    }

    .brut-post.brut-post--artist.brut-paper.brut-post--thumb h2.brut-post__caption {
        margin-bottom: 10px
    }

    .brut-post.brut-post--artist.brut-paper.brut-post--thumb:hover .brut-post__excerpt a:hover {
        background-color: #D5003C
    }

    .brut-post.brut-post--artist.brut-paper.brut-post--thumb .brut-post__excerpt a {
        background: #000000ad;
        padding: 8px 15px;
        font-size: 13px;
        border-radius: 17px
    }

    .brut-post.brut-post--artist.brut-paper.brut-post--thumb .brut-post__excerpt {
        position: absolute;
        bottom: 8px;
        max-height: unset;
        right: 5px
    }

    .single.single-event .brut-page-title:after,.single.single-event .brut-page-title:before {
        border: 3px solid;
        border-right: 0
    }

    .single-artist .dhrk-content-thumb.dhrk-content-thumb-artist img {
        width: 100%
    }

    .single-product form.cart .qib-button-wrapper {
        width: 100%
    }

    .single-product form.cart .qib-button-wrapper .quantity.wqpmb_quantity {
        width: 100%
    }

    .single-product form.cart .qib-button-wrapper .quantity.wqpmb_quantity input.qty {
        width: 100%
    }

    .single-product form.cart button.single_add_to_cart_button.button.alt {
        width: 100%
    }

    .single-product.woocommerce div.product form.cart {
        margin-bottom: 15px;
        margin-top: 0
    }

    body.woocommerce-cart.woocommerce-page table.cart td.actions .coupon {
        display: flex;
        flex-direction: column
    }

    .dhrk-section.vice-contentbackground .dark-page-content p {
        margin-top: 10px;
        padding: 10px;
        font-size: 14px
    }

    p.form-row.validate-required {
        position: relative
    }

    p.form-row.validate-required label.error {
        position: absolute;
        top: 15px;
        right: -167px;
        font-size: 15px;
        margin: 0
    }

    .iframe-container {
        height: 480px
    }

    .iframe-container iframe {
        height: 100%
    }

    .page-template-page-iframe-embed .dhrk-section.vice-contentbackground .dark-page-content {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .page-template-page-iframe-embed .brut-page-title-container {
        margin-top: 0;
        margin-bottom: 20px
    }

    .page-template-page-iframe-embed button.brut-goback.brut-dhrk-linkback,
    .page-template-page-iframe-embed a.brut-goback.brut-dhrk-linkback {
        position: relative;
        transform: none
    }

    .page-template-page-iframe-embed button.brut-goback.brut-dhrk-linkback i,
    .page-template-page-iframe-embed a.brut-goback.brut-dhrk-linkback i {
        font-size: 16px
    }

    .dhrk-section.vice-contentbackground .dark-page-content a.link-ifreame {
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        letter-spacing: 1px
    }

    .page-template-page-event-calender .dhrk-section.vice-contentbackground .dark-page-content .brut-post--event__contents.brut-3d-element__front.events-uplist-artist>p {
        text-align: left;
        width: 100%;
        padding: 0
    }

    .brut-post--event__buttons.events-uplist-tickets {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .events-uplist-artist-header {
        position: relative;
        margin-bottom: 0px;
    }
    
    .events-uplist-artist-header .bpum-favorite-btn--event-inline {
        position: absolute;
        right: 20px;
    }
    .brut-post--event__buttons.events-uplist-tickets .bpum-favorite-btn {
        flex-shrink: 0;
    }
    
    .brut-post--event__buttons.events-uplist-tickets .show-event-data {
        flex-shrink: 0;
    }

    .single.single-event .dhrk-section.vice-contentbackground .dark-page-content p.artists_list_events {
        margin: 0;
        padding: 0
    }

    .page-template-page-event-calender a.brut-post__btn.btn.brut-btn--primary.waiting-btn {
        width: 74%
    }

    .single-artist .dhrk-section.vice-contentbackground .dark-page-content h1,.single-artist .dhrk-section.vice-contentbackground .dark-page-content h2,.single-artist .dhrk-section.vice-contentbackground .dark-page-content h3,.single-artist .dhrk-section.vice-contentbackground .dark-page-content h4,.single-artist .dhrk-section.vice-contentbackground .dark-page-content h5,.single-artist .dhrk-section.vice-contentbackground .dark-page-content h6 {
        padding-left: 10px
    }

    .dhrk-container-small.podcast-area-details .dhrk-content .dhrk-content__featured p,.single-artist .dhrk-content .dhrk-content__featured p {
        padding: 0;
        padding-left: 0
    }

    .dhrk-container-small.podcast-area-details .dhrk-content .dhrk-content__featured h3,.single-artist .dhrk-section.vice-contentbackground .dark-page-content .dhrk-content .dhrk-content__featured h3 {
        padding: 0;
        padding-left: 0;
        margin-top: 12px;
        margin-bottom: 10px
    }

    div#pageLoader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #230d31;
        background-image: url(https://brut-party-images.s3.us-east-1.amazonaws.com/uploads/brut-bg-gradient.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 999999999;
        display: none;
        color: #fff
    }

    .pageLoader-text {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        letter-spacing: 2px;
        animation: fadeInOut 1.5s infinite
    }

    @keyframes fadeInOut {
        0%,100% {
            opacity: 1
        }

        50% {
            opacity: .5
        }
    }

    .child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area.count-down-shared-area,
    .child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area.count-down-shared-area button.event-social-mobile-btn,.child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area button.event-social-mobile-btn,.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area button.event-social-mobile-btn,.child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area button.event-social-mobile-btn {
        background: #212121;
        border: 1px solid #0262d8;
        border-radius: 50px;
        padding: 6px 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        background-image: linear-gradient(#0e94dc,#0262d8)!important
    }

    .child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area button.event-social-mobile-btn,
    .child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area button.event-social-mobile-btn {
        padding: 10px 25px
    }

    .child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area,
    .child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area.count-down-shared-area {
        justify-content: space-between
    }

    tr.share-details th {
        display: none!important
    }

    .modal-content.mobileShareModalBody>button {
        display: block;
        overflow: hidden;
        background: linear-gradient(#0e94dc,#0262d8)!important;
        padding: 5px;
        border: 1px solid #0262d8;
        width: 100px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 28px;
        font-size: 18px;
        letter-spacing: 1px
    }

    .modal-content.mobileShareModalBody .event-social {
        display: flex;
        justify-content: center;
        align-items: center
    }

    tr.share-details .event-social-mobile button,.gallery-shared .event-social-mobile button,.gallery-shared a.event-social-mobile-btn,.event-countdwon-timmer-area.past-event-shared .event-social-mobile button {
        background: #212121;
        border: 1px solid #0262d8;
        border-radius: 50px;
        padding: 6px 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 15px;
        background-image: linear-gradient(#0e94dc,#0262d8)!important;
        width: 100%
    }

    .mfp-bottom-bar .mfp-title a.event-social-mobile-btn {
        font-size: 12px;
        gap: 5px
    }

    .mfp-bottom-bar .mfp-title a.event-social-link-download {
        background: #212121;
        border: 1px solid #D5003C;
        border-radius: 50px;
        padding: 6px 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 12px;
        background-image: linear-gradient(#dd1049,#D5003C)!important;
        width: 100%
    }

    .mfp-bottom-bar .mfp-counter {
        display: none
    }

    .mfp-bottom-bar .mfp-title {
        width: 100%;
        padding-right: 0px!important;
        margin: 0 auto;
        text-align: center;
        left: auto;
        right: auto
    }

    .mfp-bottom-bar .mfp-title .gallery-shared {
        display: flex;
        align-items: center;
        margin-top: 25px;
        justify-content: center
    }

    .swal-modal.sweet-box-image-download .swal-icon.swal-icon--info {
        margin: 0 auto;
        width: 42px;
        height: 42px;
        margin-top: 15px
    }

    .swal-modal.sweet-box-image-download .swal-icon.swal-icon--info:before {
        content: "";
        height: 20px;
        bottom: 5px
    }

    .swal-modal.sweet-box-image-download .swal-icon.swal-icon--info:after {
        content: "";
        top: 7px
    }

    .swal-modal.sweet-box-image-download .swal-title {
        margin: 0;
        padding-top: 0;
        font-size: 20px;
        margin-bottom: 10px
    }

    .swal-modal.sweet-box-image-download .swal-content img {
        width: 100%;
        height: auto;
        border-radius: 20px
    }

    .swal-modal.sweet-box-image-download .swal-content {
        padding: 7px;
        margin-top: 0
    }

    .swal-modal.sweet-box-image-download .swal-footer {
        margin-top: 0;
        text-align: center
    }

    .swal-modal.sweet-box-image-download .swal-footer button.swal-button.swal-button--confirm {
        background-color: #222!important
    }

    .single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
        padding: 0;
        margin-bottom: 0
    }

    .woocommerce div.product div.summary .woocommerce-product-details__short-description p {
        padding: 0
    }

    .woocommerce div.product form.cart .variations select,select.orderby {
        width: 100%
    }

    .single-product.woocommerce div.product form.cart .variations td.value.attribute-value {
        display: flex;
        position: relative
    }

    .woocommerce-variation.single_variation p.stock.in-stock {
        padding: 0;
        margin: 0
    }

    .single-product.woocommerce div.product form.cart .variations td.value.attribute-value a.reset_variations {
        position: absolute;
        right: 34px;
        top: 10px;
        color: #D5003C;
        font-size: 15px
    }

    .single-product.woocommerce div.product form.cart .variations td.value.attribute-value select {
        background: #fff;
        padding: 10px;
        color: #212121;
        font-size: 15px;
        border: 1px solid #212121;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 10px;
        margin-right: 0;
        margin-bottom: 0;
        background-image: url('data:image/svg+xml;utf8,<svg fill="%23212121" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 16px
    }

    .single-product .dark-ajax-content {
        background: #0a0a0a
    }

    .single-product .dark-ajax-content .brut-page-title-container {
        background: #212121;
        padding: 15px 12px;
        border-radius: 6px;
        box-shadow: 2px 6px 12px rgb(0 0 0 / 10%);
        margin-bottom: 10px
    }

    .single-product .dark-ajax-content .brut-page-title-container h1.ac {
        text-transform: capitalize;
        font-size: 24px
    }

    .woocommerce-cart div#wc-stripe-express-checkout-element::before {
        margin-top: 10px
    }

    .single-product .woocommerce-variation-availability p.stock.out-of-stock {
        margin: 0;
        padding: 0
    }

    .qib-button-wrapper .quantity input.input-text.qty.text {
        border-radius: 0px!important
    }
    .woocommerce .woocommerce-ordering select.orderby {
        width: 73%;
        padding: 5px 15px;
        font-size: 16px;
        border: 1px solid #767676; /* Replace invalid CSS value */
        border-radius: 8px;
        appearance: none;
        -webkit-appearance: none; /* iOS Safari */
        -moz-appearance: none;
        background-color: #212121;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cpath fill='%23fff' d='M0 0l5 5 5-5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 10px;
        cursor: pointer;
        box-sizing: border-box;
        color: #fff; /* Optional: text color for dark background */
      }
      
}

@media (min-width: 1025px) {
    button.brut-goback.brut-dhrk-linkback,
    a.brut-goback.brut-dhrk-linkback,
    .brut-dhrk-linkback {
        display: flex;
        position: fixed;
        z-index: 10;
        top: 48vh;
        left: 18px;
        width: auto;
        height: 40px;
        margin: 0;
        padding: 0 20px 0 0;
        border: none;
        border-radius: 0;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
        vertical-align: middle;
        font-size: 13px;
        font-family: Exo, sans-serif;
        font-weight: 600;
        letter-spacing: .01em;
        text-transform: uppercase;
        align-items: center;
        gap: 10px;
        transform: translateX(0);
        transition: transform 0.3s ease;
        color: #fff;
        cursor: pointer
    }

    button.brut-goback.brut-dhrk-linkback i,
    a.brut-goback.brut-dhrk-linkback i {
        font-size: 16px;
        margin: 0
    }

    a.brut-goback.brut-dhrk-linkback.brut-mobile-back-btn .brut-mobile-back-arrow {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        flex-shrink: 0;
        margin-right: 2px
    }

    .brut-mobile-back-label {
        display: inline
    }

    .brut-dhrk-linkback .dhrk-arrow {
        transform: scale(.33);
        display: inline-block;
        float: left
    }

    button.brut-goback.brut-dhrk-linkback:hover,
    a.brut-goback.brut-dhrk-linkback:hover,
    .brut-dhrk-linkback:hover {
        transform: translateX(-8px);
        transition: transform 0.3s ease
    }

    .home .brut-dhrk-linkback,
    .home button.brut-goback.brut-dhrk-linkback,
    .home a.brut-goback.brut-dhrk-linkback {
        display: none
    }
}

@media only screen and (max-width: 400px) {
    .apps-icons.only-single-apps a.apple-apps-icons:first-child {
        margin-bottom:10px
    }

    .ml-form-embedWrapper.embedDefault,.ml-form-embedWrapper.embedPopup {
        width: 100%!important
    }

    .ml-form-formContent.horozintalForm {
        float: left!important
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
        height: auto!important;
        width: 100%!important;
        float: left!important
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
        width: 100%!important
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div {
        padding-right: 0px!important;
        padding-bottom: 10px
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal {
        width: 100%!important
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
        padding-top: 0px!important
    }

    .iframe-container {
        height: 300px
    }
}

@media only screen and (max-width: 375px) {
    .iframe-container {
        height:430px
    }

    .apps-icons.only-single-apps a.apple-apps-icons:first-child {
        margin-bottom: 10px
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:844px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    .brut-social-footer {
        display:none
    }

    .apps-icons.only-single-apps a.apple-apps-icons:first-child {
        margin-bottom: 10px
    }

    .woocommerce ul.products li {
        width: 48%!important
    }

    .events-new-style {
        grid-template-columns: 1fr 1fr
    }

    .qw-menutype1.qw-menu-open #qwFixedHeader,
    .qw-menutype1.qw-menu-open .qw-header-fixed {
        background-color: var(--color-bg-header) !important;
        background-image: var(--gradient-header-bar) !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width:667px) and (orientation:landscape) and (-webkit-device-pixel-ratio:3) {
    .brut-social-footer {
        display:none
    }

    .events-new-style {
        grid-template-columns: 1fr 1fr
    }

    .woocommerce ul.products li {
        width: 48%!important
    }

    .iframe-container {
        height: 400px
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width:736px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .brut-social-footer {
        display:none
    }

    .events-new-style {
        grid-template-columns: 1fr 1fr
    }

    .woocommerce ul.products li {
        width: 48%!important
    }
}

@media only screen and (min-device-width: 812px) and (max-device-width:896px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .brut-social-footer {
        display:none
    }

    .woocommerce ul.products li {
        width: 48%!important
    }

    .events-new-style {
        grid-template-columns: 1fr 1fr
    }

    ul.item-list.members-list.bp-list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
    .brut-social-footer {
        display:none
    }

    .woocommerce ul.products li {
        width: 48%!important
    }

    .events-new-style {
        grid-template-columns: 1fr 1fr
    }

    ul.item-list.members-list.bp-list {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media only screen and (max-width: 1024px) {
    .mobile-menu {
        position: fixed;
        bottom: 5px;
        width: calc(100% - 11px);
        display: flex;
        justify-content: space-around;
        align-items: stretch;
        background-color: var(--color-bg-tabbar);
        background-image: var(--gradient-tabbar);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid var(--bpum-profile-primary);
        box-shadow: 0 -4px 28px rgba(0, 0, 0, 0.55);
        padding: 1px 8px 0px;
        z-index: 9999;
        min-height: 64px;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin: 0 auto;
        left: 0;
        right: 0;
        border-radius: 14px;
        border-bottom: 1px solid rgb(65 34 206 / 73%);
    }

    .mobile-menu .menu-item {
        position: relative;
        z-index: 1;
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: var(--color-text-primary, #fff);
        font-size: 9px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 4px 2px;
        margin: 0 2px;
        border-radius: 10px;
        border: 1px solid transparent;
        transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-menu .menu-item svg {
        width: 22px;
        height: 22px;
        color: inherit;
        stroke: currentColor;
        fill: none;
        transition: color 0.2s ease, stroke 0.2s ease, fill 0.2s ease;
    }

    .mobile-menu .menu-item svg[fill="currentColor"] {
        fill: #fff;
        stroke: none;
    }

    .mobile-menu .menu-item .menu-text {
        display: block;
        margin-top: 7px;
        line-height: 1;
        font-size: 11px;
        color: #fff;
    }

    .mobile-menu .menu-item .menu-text .screen-reader-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .mobile-menu .menu-item.active {
        color: #fff;
        background: rgba(0, 102, 255, 0.12);
        border: none;
    }

    .mobile-menu .menu-item.active svg {
        color: rgb(0 102 255);
        font-size: 32px;
        width: 26px;
        height: 26px;
    }

    .mobile-menu .menu-item.active svg[fill="currentColor"] {
        fill: rgb(0 102 255);
        stroke: none;
    }

    .mobile-menu .menu-item.active .menu-text {
        display: block;
        color: #fff;
    }

    /* Keep footer content (app links, copyright, footer nav) above fixed tab bar */
    body.brut-has-mobile-tabbar .dark-pagefooter {
        padding-bottom: calc(64px + 5px + env(safe-area-inset-bottom, 0px) + 24px);
    }
}

@media only screen and (min-device-width: 393px) and (max-device-width:393px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:3) {
    .child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area button.event-social-mobile-btn,
    .child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area button.event-social-mobile-btn {
        padding:10px 22px;
        font-size: 15px
    }

    .event-countdwon-timmer #days,.event-countdwon-timmer #hours,.event-countdwon-timmer #minutes,.event-countdwon-timmer #seconds {
        font-size: 18px;
        width: 42px;
        height: 42px;
        line-height: 14px
    }

    .event-countdwon-timmer span {
        font-size: 13px
    }
}

@media (max-width: 360px) {
    .child-gdlr-item.gdlr-event-item .has-countdown .event-countdwon-timmer-area button.event-social-mobile-btn,
    .child-gdlr-item.gdlr-event-item .no-countdown .event-countdwon-timmer-area button.event-social-mobile-btn {
        padding:8px 14px;
        font-size: 13px
    }

    .event-countdwon-timmer #days,.event-countdwon-timmer #hours,.event-countdwon-timmer #minutes,.event-countdwon-timmer #seconds {
        font-size: 18px;
        width: 42px;
        height: 42px;
        line-height: 14px
    }

    .event-countdwon-timmer span {
        font-size: 13px
    }
}

body.home.page-template.page-template-page-home.has-no-events .dark-container .dark-page-content {
    padding-bottom: 64px
}

/* Home events block: countdown preloader (matches live ring layout; shows until deferred scripts run) */
.events-new-style .event-countdwon-timmer--preload .event-countdwon-timmer-preloader {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-height: 48px;
    position: relative;
}

.events-new-style .event-countdwon-timmer-preloader .preloader-unit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #1d1d1d;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 16px;
    box-sizing: border-box;
    background: #fff;
    flex: 0 0 auto;
}

.events-new-style .preloader-unit--d,
.events-new-style .preloader-unit--h {
    border-color: #9A1919;
}

.events-new-style .preloader-unit--m {
    border-color: #273FA0;
}

.events-new-style .preloader-unit--s {
    border-color: #43550C;
}

.events-new-style .preloader-unit__spinner {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #1d1d1d;
    animation: brutparty-preloader-spin 0.7s linear infinite;
    flex-shrink: 0;
}

.events-new-style .preloader-unit--d .preloader-unit__spinner,
.events-new-style .preloader-unit--h .preloader-unit__spinner {
    border-color: rgba(154, 25, 25, 0.22);
    border-top-color: #9A1919;
}

.events-new-style .preloader-unit--m .preloader-unit__spinner {
    border-color: rgba(39, 63, 160, 0.22);
    border-top-color: #273FA0;
}

.events-new-style .preloader-unit--s .preloader-unit__spinner {
    border-color: rgba(67, 85, 12, 0.22);
    border-top-color: #43550C;
}

.events-new-style .preloader-unit--d .preloader-unit__spinner {
    animation-delay: 0s;
}

.events-new-style .preloader-unit--h .preloader-unit__spinner {
    animation-delay: 0.1s;
}

.events-new-style .preloader-unit--m .preloader-unit__spinner {
    animation-delay: 0.2s;
}

.events-new-style .preloader-unit--s .preloader-unit__spinner {
    animation-delay: 0.3s;
}

.events-new-style .preloader-unit__label {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #1d1d1d;
    margin-top: 4px;
    line-height: 1;
}

@keyframes brutparty-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 360px) {
    .events-new-style .event-countdwon-timmer-preloader .preloader-unit {
        width: 42px;
        height: 42px;
    }

    .events-new-style .preloader-unit__spinner {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .events-new-style .preloader-unit__label {
        font-size: 11px;
    }
}

a.notify-btn-click {
    background: #D5003C;
    padding: 10px 5px!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 50px!important;
    line-height: 22px;
    text-align: center;
    color: #fff!important;
    width: 200px;
    margin: 0 auto;
    display: block
}

.xoo-wsc-container, .xoo-wsc-slider {
    z-index: 99999999 !important;
}

/* Event single: Meet the Maestros (add_artist profiles) */
.brutparty-event-maestros {
    margin-top: 2.5rem;
    clear: both;
}

.brutparty-event-maestros .brut-page-title-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

.brutparty-event-maestros .brut-page-title-container .brut-page-title h2.ac {
    padding-left: 20px;
    padding-right: 10px;
    line-height: 36px;
    margin-bottom: 0px;
}

.brutparty-event-maestros__grid {
    margin-top: 1.25rem;
}

.brutparty-event-maestros .brut-post--maestros-card {
    height: 100%;
}

/* Separator between maestros + gallery (single event) */
body.event-template-default.single.single-event .brutparty-section-separator {
    margin: 28px 0 22px;
    position: relative;
    text-align: center;
}

body.event-template-default.single.single-event .brutparty-section-separator span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 78%);
}

body.event-template-default.single.single-event .brutparty-section-separator::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 66%;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #D5003C;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.35);
}
.modal {
    z-index: 99999999;
}
/* Desktop-only card height */
@media (min-width: 1025px) {
    .brutparty-event-maestros .brut-post.brut-post--artist.brut-paper.brut-post--maestros-card.brut-post--thumb {
        min-height: 300px;
    }
}

/* Keep read-more + bio readable; override artist-archive mobile rules inside this block */
@media (max-width: 1024px) {
    .brutparty-event-maestros .brut-post.brut-post--artist.brut-paper.brut-post--thumb .brut-post__excerpt {
        position: relative;
        bottom: auto;
        right: auto;
    }
}

/* Mobile-only typography tweaks (do not affect desktop) */
@media (max-width: 575px) {
    .brutparty-event-maestros .brut-page-title-container .brut-page-title h2.ac {
        font-size: 20px;
    }

    .brutparty-event-maestros .brut-post.brut-post--artist.brut-paper.brut-post--thumb h2.brut-post__caption {
        font-size: 19px;
        margin: 0px;
    }
}

/* Sidebar nav must stack above the fixed header when open */
body.qw-menutype1.qw-menu-open #brut-theme-container > .slimScrollDiv {
    position: relative;
    z-index: 10000000;
}

body.qw-menutype1.qw-menu-open #nav {
    z-index: 10000000;
}

/* Mobile / app webview: overlay drawer — no body push (avoids horizontal scroll) */
@media (max-width: 768px) {
    html.qw-menutype1.qw-menu-open,
    body.qw-menutype1.qw-menu-open {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    body.qw-menutype1.qw-menu-open #brut-theme-container {
        overflow-x: hidden;
        max-width: 100%;
    }

    body.qw-menutype1.qw-menu-open #brut-theme-container > .slimScrollDiv {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    #brut-togglemenu.brut-menu-togglemask,
    .qw-menutype1 .brut-menu-togglemask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        max-width: 100%;
        height: 100%;
        height: 100vh;
        height: 100dvh;
        margin: 0;
        box-sizing: border-box;
    }

    .qw-menutype1 #nav {
        left: -100%;
        max-width: 85vw;
    }

    body.qw-menutype1.qw-menu-open #nav {
        left: 0;
        z-index: 10000001;
        transform: none;
        -webkit-transform: none;
    }
}