/* XXL Awards CSS */



/* XXL Awards Update 2025 CSS */
.slug-xxl-awards.mobile article .meet-team-profile .meet-team-profile-credit {
    display: none;
}

.slug-xxl-awards.desktop article .meet-team-profile .meet-team-profile-credit {
    font-size: 10px;
    position: absolute;
    left: 103px;
    top: 93px;
    background-color: rgba(0, 0, 0, .5);
    width: 201px;
    border-radius: 0px 0px 8px 8px;
    transform: rotate(270deg);
    padding: 0px;
    padding-left: 0px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-left: 10px;
}

.slug-xxl-awards.desktop.carbon-takeover article .meet-team-profile .meet-team-profile-credit {
    font-size: 7px;
    position: absolute;
    left: 76px;
    top: 65.5px;
    background-color: rgba(0, 0, 0, .5);
    width: 145px;
    border-radius: 0px 0px 6px 6px;
    transform: rotate(270deg);
    padding: 0px;
    padding-left: 0px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    padding-left: 10px;
}

.slug-xxl-awards.desktop .post .entry article .flexy .meet-team-profile-group .meet-team-profile img,
.slug-xxl-awards.mobile .post .entry article .flexy .meet-team-profile-group .meet-team-profile img {
    border-radius: 5%;
    border: 3px solid #dd111a;
}

.mobile.slug-xxl-awards-winners .content-header .content-header-header .parallax-container figure::before,
.mobile.slug-the-peoples-champ-nominees .content-header .content-header-header .parallax-container figure::before {
    padding-top: 63%;
}

/* 2026 Edits */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@500&display=swap');

html.desktop  {
background-image: url("https://townsquare.media/site/895/files/2026/01/attachment-bg_v3.jpg") !important;
background-attachment: fixed !important;
background-size: cover !important;
} 

.title, h1, #content-header-944619, #content-header-10170,#post-944619 .bands-in-town-container,#content-header-10197,.bands-in-town-container{
display: none !important;
}

.desktop #site-menu-wrapper {
    z-index: 2;
}
.goto-top-container.outgrow {
    background-color: #fff;
}
.mobile #post-944619 .pod-content p:first-child, .mobile #post-946113 .pod-content p:first-child, .desktop #post-946113 .pod-content p:first-child {
	margin-top: 0px;
	display: inline-flex;
}

.desktop .xxl-awards-header {
    margin-top: -300px;
}

.mobile .xxl-awards-header {
    margin-top: -150px;
}

.slug-xxl-awards.desktop .post .entry article .flexy .meet-team-profile-group .meet-team-profile img,
.slug-xxl-awards.mobile .post .entry article .flexy .meet-team-profile-group .meet-team-profile img {
    border: 3px solid #2e82ff;
    border-radius: 12px;
    color: #2e82ff;
    font-family: monospace;
    text-align: center;
    /* Neon glow */
    box-shadow:
        0 0 5px #2e82ff,
        0 0 15px #2e82ff,
        0 0 30px #2e82ff,
        inset 0 0 10px #00ffff;
    animation: neon-flicker-blue 10s infinite;
}

.slug-xxl-awards.desktop .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(3n-1) img,
.slug-xxl-awards.mobile .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(3n-1) img {
    /* Neon glow */
    box-shadow:
        0 0 5px #2e82ff,
        0 0 15px #2e82ff,
        0 0 30px #2e82ff,
        inset 0 0 10px #00ffff;
    animation: neon-flicker-blue 15s infinite;
}

/* Flicker happens briefly near the end of the cycle */
@keyframes neon-flicker-blue {

    0%,
    92% {
        opacity: 1;
        box-shadow:
            0 0 5px #2e82ff,
            0 0 15px #2e82ff,
            0 0 30px #2e82ff,
            inset 0 0 10px #2e82ff;
    }

    93% {
        opacity: 0.4;
        box-shadow: none;
    }

    94% {
        opacity: 1;
        box-shadow:
            0 0 8px #2e82ff,
            0 0 20px #2e82ff,
            0 0 35px #2e82ff,
            inset 0 0 12px #2e82ff;
    }

    96% {
        opacity: 0.6;
        box-shadow: none;
    }

    100% {
        opacity: 1;
        box-shadow:
            0 0 5px #2e82ff,
            0 0 15px #2e82ff,
            0 0 30px #2e82ff,
            inset 0 0 10px #2e82ff;
    }
}

.xxl-awards-nominees-category {
    border: .25px solid #db12ff;
    border-radius: 10px;
    color: #db12ff;
    font-family: monospace;
    text-align: center;
    /* Neon glow */
    box-shadow:
        0 0 5px #db12ff, 0 0 15px #db12ff, 0 0 10px #db12ff, inset 0 0 10px #db12ff;
    animation: neon-flicker-purple 10s infinite;
}

.xxl-awards-nominees-row:nth-child(odd) .xxl-awards-nominees-category:nth-child(2n-1) {
    /* Neon glow */
    box-shadow:
        0 0 5px #db12ff, 0 0 15px #db12ff, 0 0 10px #db12ff, inset 0 0 10px #db12ff;
    animation: neon-flicker-purple 15s infinite;
}

.xxl-awards-nominees-row:nth-child(even) .xxl-awards-nominees-category:nth-child(3n-1) {
    /* Neon glow */
    box-shadow:
        0 0 5px #db12ff, 0 0 15px #db12ff, 0 0 10px #db12ff, inset 0 0 10px #db12ff;
    animation: neon-flicker-purple 12s infinite;
}

/* Flicker happens briefly near the end of the cycle */
@keyframes neon-flicker-purple {

    0%,
    92% {
        opacity: 1;
        box-shadow:
            0 0 5px #db12ff,
            0 0 15px #db12ff,
            0 0 10px #db12ff,
            inset 0 0 10px #db12ff;
    }

    93% {
        opacity: 0.4;
        box-shadow: none;
    }

    94% {
        opacity: 1;
        box-shadow:
            0 0 8px #db12ff,
            0 0 20px #db12ff,
            0 0 15px #db12ff,
            inset 0 0 12px #db12ff;
    }

    96% {
        opacity: 0.6;
        box-shadow: none;
    }

    100% {
        opacity: 1;
        box-shadow:
            0 0 5px #db12ff,
            0 0 15px #db12ff,
            0 0 10px #db12ff,
            inset 0 0 10px #db12ff;
    }
}

/* Flicker happens briefly near the end of the cycle */
@keyframes neon-flicker-red {

    0%,
    92% {
        opacity: 1;
        box-shadow:
            0 0 5px #ff2020,
            0 0 15px #ff2020,
            0 0 30px #ff2020,
            inset 0 0 10px #ff2020;
    }

    93% {
        opacity: 0.4;
        box-shadow: none;
    }

    94% {
        opacity: 1;
        box-shadow:
            0 0 8px #ff2020,
            0 0 20px #ff2020,
            0 0 35px #ff2020,
            inset 0 0 12px #ff2020;
    }

    96% {
        opacity: 0.6;
        box-shadow: none;
    }

    100% {
        opacity: 1;
        box-shadow:
            0 0 5px #ff2020,
            0 0 15px #ff2020,
            0 0 30px #ff2020,
            inset 0 0 10px #ff2020;
    }
}

.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li:nth-child(3n-1) article .single-post-image>figure .theframe {
    animation: neon-flicker-red 10s infinite;
}

.desktop.slug-the-peoples-champ-nominees .post .react-parallax,
.desktop.slug-xxl-awards-winners .post .react-parallax {
    aspect-ratio: 926 / 780;
}

.mobile.slug-the-peoples-champ-nominees .content-header .content-header-header .parallax-container figure::before,
.mobile.slug-xxl-awards-winners .content-header .content-header-header .parallax-container figure::before {
    padding-top: 75%;
}

.desktop.slug-the-peoples-champ-nominees .post .entry p.xxl-awards-p,
.desktop.slug-xxl-awards-winners .post .entry p.xxl-awards-p {
    margin-top: -150px;
}

.slug-xxl-awards article .xxl-awards-header i {
    color: #ed1b24;
}
.desktop.carbon-takeover.slug-xxl-awards-nominees article .xxl-awards-p {
    margin-top: -175px;
}
.desktop.carbon-takeover.slug-xxl-awards-winners article .xxl-awards-p {
    margin-top: -125px;
}
.desktop.slug-xxl-awards-winners article .xxl-awards-p {
    font-size: 24px;
}
.mobile.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li:nth-of-type(12) .list-description {
font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mobile.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li:nth-of-type(20) .list-description {
font-size: 12px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.desktop.carbon-takeover.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li:nth-of-type(12) .list-description  {
font-size: 14px;
  margin-bottom: 10px;
}
.desktop.carbon-takeover.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li:nth-of-type(20) .list-description  {
font-size: 12px;
  margin-bottom: 10px;
}
/* 2026 Edits */


.slug-xxl-awards .xxl-awards-header-image,
.slug-xxl-awards-nominees .xxl-awards-header-image,
.slug-xxl-awards-winners .xxl-awards-header-image {
    margin-bottom: -65px;
}

.mobile.slug-the-peoples-champ-nominees .post .entry .single-post-oembed-youtube-wrapper,
.mobile.slug-xxl-awards-winners .post .entry .single-post-oembed-youtube-wrapper {
    display: none;
}

.desktop.carbon-takeover.slug-the-peoples-champ-nominees .page-header {
    background-color: #000000;
}

/* XXL Awards Updates 2025 CSS */


.mobile.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile.hide-mobile {
    display: none;
}

.mobile.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li:nth-of-type(15) .list-description {
    font-size: 16px;
    height: 38px;
    letter-spacing: -1px;
}


.slug-xxl-awards #main-content article,
.slug-xxl-awards-nominees .entry article,
.slug-xxl-awards-winners .entry article {
    background-color: #000;
}

.slug-xxl-awards .page-header {
    display: none;
}

.slug-xxl-awards-winners .react-parallax-background-children,
.slug-the-peoples-champ-nominees .react-parallax-background-children {
    display: none;
}

.slug-xxl-awards-winners .content-header .react-parallax .react-parallax-content .frameme,
.slug-the-peoples-champ-nominees .content-header .react-parallax .react-parallax-content .frameme {
    opacity: 1;
}

.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-headshot,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-headshot,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-headshot {
    width: 100%;
    height: auto;
}

.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile {
    padding: 0 10px;
    margin-bottom: 20px;
    width: calc(100% / 4);
    position: relative;
}

.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy p,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy p,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy p {
    font-size: 14px;
    line-height: 20px;
}

.slug-xxl-awards .post .entry article .meet-team-profile-group,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group {
    text-align: center;
    margin: auto;
    width: 100%;
}

.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role {
    text-align: center;
    margin: auto;
    display: block !important;
    line-height: 16px;
    font-size: 14px;
    margin-top: -15px !important;
    font-weight: 500;
}

.mobile.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role,
.mobile.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role,
.mobile.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role {
    font-size: 12px;
}

.slug-xxl-awards article .flexy,
.meet-team-profile-group,
.slug-xxl-awards-nominees article .flexy,
.meet-team-profile-group,
.slug-xxl-awards-winners article .flexy {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 5px;
}

.slug-xxl-awards.mobile .post .entry article .meet-team-profile-group .meet-team-profile,
.mobile.slug-xxl-awards-nominees .post .entry article.meet-team-profile-group .meet-team-profile,
.mobile.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile {
    width: calc(100% / 2);
}

.slug-xxl-awards .post .entry article .meet-team-profile-dividers,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-dividers,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-dividers {
    padding: 15px;
    width: 85%;
    border-top: #969696 1px dashed;
    margin-top: 10px;
    display: block;
}

.slug-xxl-awards.desktop article .meet-team-profile-group .meet-team-profile-bio:after,
.desktop.slug-xxl-awards-nominees article .meet-team-profile-group .meet-team-profile-bio:after,
.desktop.slug-xxl-awards-winners article .meet-team-profile-group .meet-team-profile-bio:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    background: transparent;
    top: 112px;
    border: 20px solid transparent;
    border-left-color: #fff;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg);
}

.slug-xxl-awards.desktop article .meet-team-profile-group .meet-team-profile-bio:before,
.desktop.slug-xxl-awards-nominees article .meet-team-profile-group .meet-team-profile-bio:before,
.desktop.slug-xxl-awards-winners article .meet-team-profile-group .meet-team-profile-bio:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -11px;
    background: transparent;
    top: 111px;
    border: 22px solid transparent;
    border-left-color: #cecece;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg);
}

.slug-xxl-awards.desktop .post .entry article .meet-team-profile-group .meet-team-profile:hover .meet-team-profile-bio,
.slug-xxl-awards.desktop .post .entry article .meet-team-profile-group .meet-team-profile:focus .meet-team-profile-bio,
.desktop.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile:hover .meet-team-profile-bio,
.desktop.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile:focus .meet-team-profile-bio,
.desktop.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile:hover .meet-team-profile-bio,
.desktop.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile:focus .meet-team-profile-bio {
    display: block;
}

.slug-xxl-awards.post .entry article .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio {
    background: #fff;
    border: 1px solid #cecece;
    padding: 16px;
    border-radius: 10px;
    position: absolute;
    width: 275px;
    top: -10px;
    left: 0;
    z-index: 0;
}

.slug-xxl-awards.desktop .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.desktop.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.desktop.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio {
    background: #fff;
    border: 1px solid #cecece;
    padding: 16px;
    border-radius: 10px;
    position: absolute;
    width: 320px;
    top: -40px;
    left: 190px;
    z-index: 1;
}

.slug-xxl-awards.desktop article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-role,
.desktop.slug-xxl-awards-nominees article.meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-role,
.desktop.slug-xxl-awards-winners article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-role {
    padding-bottom: 10px;
}

.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile img,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile img {
    border-radius: 50%;
    border: 3px solid #dd111a;
}

.slug-xxl-awards.desktop .post .entry article .container-inner,
.desktop.slug-xxl-awards-nominees .post .entry article .container-inner,
.desktop.slug-xxl-awards-winners .post .entry article .container-inner {
    padding: 0px;
}

.slug-xxl-awards .xxl-awards-row::after,
.slug-xxl-awards-nominees .xxl-awards-row::after,
.slug-xxl-awards-winners .xxl-awards-row::after {
    display: none;
}

.slug-xxl-awards article .xxl-awards-column img,
.slug-xxl-awards-nominees article .xxl-awards-column img,
.slug-xxl-awards-winners article.xxl-awards-column img {
    height: auto;
}

.slug-xxl-awards.desktop article .xxl-awards-row,
.desktop.slug-xxl-awards-nominees article .xxl-awards-row,
.desktop.slug-xxl-awards-winners article .xxl-awards-row {
    margin-top: -250px;
    position: relative;
}

.slug-xxl-awards.mobile article .xxl-awards-row,
.mobile.slug-xxl-awards-nominees article .xxl-awards-row,
.mobile.slug-xxl-awards-winners article .xxl-awards-row {
    margin-bottom: 35px;
}

.slug-xxl-awards article .meet-team-profile-bio-copy h3,
.slug-xxl-awards article .meet-team-profile-bio-copy h4,
.slug-xxl-awards-nominees article .meet-team-profile-bio-copy h3,
.slug-xxl-awards-nominees article .meet-team-profile-bio-copy h4,
.slug-xxl-awards-winners article .meet-team-profile-bio-copy h3,
.slug-xxl-awards-winners article .meet-team-profile-bio-copy h4 {
    color: #000;
    margin: 10px 0 0;
}

.slug-xxl-awards article .xxl-awards-header,
.slug-xxl-awards article .xxl-awards-p,
.slug-xxl-awards-nominees article .xxl-awards-header,
.slug-xxl-awards-winners article .xxl-awards-header,
.slug-xxl-awards-winners article .xxl-awards-p {
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    text-transform: uppercase;
}

.slug-xxl-awards-nominees article .xxl-awards-p {
    padding: 0px 15px;
    color: #fff;
    text-align: center;
}

.desktop.slug-xxl-awards-nominees article .xxl-awards-p {
    padding: 0px 40px;
    margin-top: -225px;
}

.mobile.slug-xxl-awards-nominees article .xxl-awards-p {
    margin-top: -95px;
}

.desktop.slug-xxl-awards .post .entry article.flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:before,
.desktop.slug-xxl-awards .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio:before,
.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:before,
.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio:before,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:before,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio:before {
    right: -11px;
    top: 112px;
    border: 22px solid transparent;
    border-right-color: #cecece;
    border-left: 0;
    border-bottom: 0;
    left: auto;
}

.desktop.slug-xxl-awards .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:after,
.desktop.slug-xxl-awards .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio:after,
.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:after,
.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio:after,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:after,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio:after {
    right: -10px;
    top: 113px;
    border: 20px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    border-bottom: 0;
    left: auto;
}

.desktop.slug-xxl-awards .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio,
.desktop.slug-xxl-awards .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio,
.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio,
.desktop.slug-xxl-awards-nominees .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio,
.desktop.slug-xxl-awards-winners .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n-1) .meet-team-profile-bio {
    right: 190px;
    left: auto;
}

.slug-xxl-awards article .xxl-awards-header,
.slug-xxl-awards article .xxl-awards-p,
.slug-xxl-awards-nominees article .xxl-awards-header,
.slug-xxl-awards-nominees article .xxl-awards-p,
.slug-the-peoples-champ-nominees article .xxl-awards-p,
.slug-xxl-awards-winners article .xxl-awards-header,
.slug-xxl-awards-winners article .xxl-awards-p,
.slug-the-peoples-champ-nominees article .xxl-awards-p {
    font-family: 'Orbitron', 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.slug-xxl-awards article .xxl-awards-header,
.slug-xxl-awards-nominees article .xxl-awards-header,
.slug-xxl-awards-winners article .xxl-awards-header {
    font-size: 4rem;
    line-height: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
}

.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile-name,
.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-name,
.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-name {
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    display: block;
    font-family: "Cooper BT W03 Light", Roboto;
    font-weight: 600;
    margin-bottom: 24px;
}

.slug-xxl-awards article .meet-team-profile-credit,
.slug-xxl-awards-nominees article .meet-team-profile-credit,
.slug-xxl-awards-winners article .meet-team-profile-credit {
    font-style: italic;
    font-weight: normal;
}

.desktop.slug-xxl-awards article .content-wrap .content,
.desktop.slug-xxl-awards-nominees article .content-wrap .content,
.desktop.slug-xxl-awards-winners article .content-wrap .content {
    padding: 0px;
}

.desktop .xxl-awards-row {
    display: flex;
    gap: 10px;
}

.slug-xxl-awards .single-post-image {
    display: block;
    float: left;
    width: calc(100% / 3 - 20px / 3);
    margin-left: 33.3%;
}

.slug-xxl-awards .single-post-image+.single-post-image {
    margin-left: 10px;
}


.mobile.slug-xxl-awards .content-wrap,
.mobile.slug-xxl-awards-nominees .content-wrap,
.mobile.slug-xxl-awards-winners .content-wrap {
    padding: 0;
}

.mobile.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.mobile.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio,
.mobile.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio {
    z-index: 1;
    background-color: #fff;
    width: 200%;
}

.mobile.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile:nth-child(even) .meet-team-profile-bio,
.mobile.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile:nth-child(even) .meet-team-profile-bio,
.mobile.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile:nth-child(even) .meet-team-profile-bio {
    left: -100%;
}

.mobile.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-name,
.mobile.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-name,
.mobile.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-name {
    margin-top: 5px;
    margin-bottom: 10px;
}

.desktop.slug-xxl-awards .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-name,
.desktop.slug-xxl-awards-nominees .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-name,
.desktop.slug-xxl-awards-winners .post .entry article .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-name {
    display: none;
}

.mobile.slug-xxl-awards .content-footer.outgrow,
.mobile.slug-xxl-awards-nominees .content-footer.outgrow,
.mobile.slug-xxl-awards-winners .content-footer.outgrow {
    width: 100%;
    margin-left: 0;
}

.slug-xxl-awards .meet-team-profile.active .meet-team-profile-bio,
.slug-xxl-awards-nominees .meet-team-profile.active .meet-team-profile-bio,
.slug-xxl-awards-winners .meet-team-profile.active .meet-team-profile-bio {
    display: block;
}

.slug-xxl-awards .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards-nominees .meet-team-profile-group .meet-team-profile-bio,
.slug-xxl-awards-winners .meet-team-profile-group .meet-team-profile-bio {
    display: none;
}

.mobile.slug-xxl-awards .xxl-awards-header {
    padding-top: 15px;
    display: table;
}

.mobile.slug-xxl-awards .pod-content p:first-child,
.mobile.slug-xxl-awards-nominees .pod-content p:first-child,
.mobile.slug-xxl-awards-winners .pod-content p:first-child {
    margin-top: 0px;
}

.post .entry article .meet-team-profile-group .meet-team-profile-bio,
.post .entry article .meet-team-profile-group .meet-team-profile-bio-copy p {
    font-size: 14px;
    line-height: 20px;
}

.post .entry article .meet-team-profile-group {
    text-align: center;
    margin: auto;
    width: 100%;
}

.post .entry article .meet-team-profile-group .meet-team-profile .meet-team-profile-role {
    text-align: center;
    margin: auto;
    display: block !important;
    line-height: 16px;
    font-size: 14px;
    margin-top: -15px !important;
    font-weight: 300;
}

.mobile .post .entry article .meet-team-profile-group .meet-team-profile {
    width: calc(100% / 2);
}

.post .entry article .meet-team-profile-group .meet-team-profile-dividers {
    padding: 15px;
    width: 85%;
    border-top: #969696 1px dashed;
    margin-top: 10px;
    display: block;
}

.desktop .post .entry article .meet-team-profile-group .meet-team-profile-bio:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    background: transparent;
    top: 112px;
    border: 20px solid transparent;
    border-left-color: #fff;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg);
}

.desktop .post .entry article .meet-team-profile-group .meet-team-profile-bio:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -11px;
    background: transparent;
    top: 111px;
    border: 22px solid transparent;
    border-left-color: #cecece;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg);
}

.post .entry article .meet-team-profile-group .meet-team-profile-bio {
    background: #fff;
    border: 1px solid #cecece;
    padding: 16px;
    border-radius: 10px;
    position: absolute;
    width: 275px;
    top: -10px;
    left: 0;
    z-index: 1;
}

.desktop .post .entry article .meet-team-profile-group .meet-team-profile-bio {
    background: #fff;
    border: 1px solid #cecece;
    padding: 16px;
    border-radius: 10px;
    position: absolute;
    width: 320px;
    top: -40px;
    left: 190px;
    z-index: 1;
}

.desktop .meet-team-profile-group .meet-team-profile-bio-copy .meet-team-profile-role {
    padding-bottom: 10px;
}

.post .entry article .meet-team-profile-group .meet-team-profile img {
    border-radius: 50%;
    border: 3px solid #dd111a;
}

.post .entry article .meet-team-profile-group .meet-team-profile-bio-copy h3,
.post .entry article .meet-team-profile-group .meet-team-profile-bio-copy h4 {
    color: #000;
}



.desktop .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:before {
    right: -11px;
    top: 112px;
    border: 22px solid transparent;
    border-right-color: #cecece;
    border-left: 0;
    border-bottom: 0;
    left: auto;
}

.desktop .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio:after {
    right: -10px;
    top: 113px;
    border: 20px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    border-bottom: 0;
    left: auto;
}

.desktop .post .entry article .flexy .meet-team-profile-group .meet-team-profile:nth-child(4n) .meet-team-profile-bio {
    right: 190px;
    left: auto;
}

.post .entry article .meet-team-profile-group .meet-team-profile-name {
    font-size: 21px;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
    display: block;
    font-family: "Cooper BT W03 Light", Roboto;
    font-weight: 600;
    margin-bottom: 24px;
}

.post .entry article .meet-team-profile-group .meet-team-profile-credit {
    font-style: italic;
    font-weight: normal;
}

.post .entry article .meet-team-profile-group h3,
.post .entry article .meet-team-profile-group h4 {
    color: #fff;
}

.post .entry article .meet-team-profile-group .meet-team-profile-bio-copy h3,
.post .entry article .meet-team-profile-group .meet-team-profile-bio-copy h4 {
    color: #000;
}

/* XXL Awards CSS */

/* XXL Awards Nominees CSS */

.xxl-awards-nominees-container {
    padding: 20px;
    text-align: center;
}

.desktop .xxl-awards-nominees-row,
.desktop .xxl-awards-nominees-row-peopleschamp {
    display: flex;

}

.desktop .xxl-awards-nominees-category {
    flex: 50%;
    text-align: center;
    margin: 7px;
}

.mobile .xxl-awards-nominees-category {
    text-align: center;
    margin: 7px;
    padding-bottom: 20px;
}

.desktop .xxl-awards-nominees-category ul {
    color: white;
    float: left;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', 'Roboto Condensed', Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.5rem;
    list-style-type: none;
    width: 50%;
}

.mobile .xxl-awards-nominees-category ul {
    color: white;
    padding: 0 10px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', 'Roboto Condensed', Helvetica, Arial, Geneva, sans-serif;
    font-size: 1.5rem;
    list-style-type: none;
}

.xxl-awards-nominees-category .xxl-awards-nominees-title {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0px;
    color: #db12ff;
    text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 42px #db12ff, 0 0 82px #db12ed, 0 0 92px #db12ff, 0 0 102px #db12fc, 0 0 151px #db12ff;
}

.xxl-awards-nominees-title,
.xxl-awards-nominees-button {
    text-transform: uppercase;
    font-family: 'Orbitron', 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}

.mobile .xxl-awards-nominees-title {
    margin-bottom: 10px;
    font-size: 21px;
}

.xxl-awards-nominees-row-peopleschamp .xxl-awards-nominees-title {
    font-size: 2.5rem;
}

.xxl-awards-nominees-row-peopleschamp {
    margin-bottom: 25px;
}

.xxl-awards-nominees-button {
    padding: 15px 80px;
    margin: 30px auto;
    background: #fff;
    color: #db12ff !important;
    border-radius: 15px;
    text-transform: uppercase;
    display: table;
    clear: both;
}

.desktop.slug-xxl-awards-nominees article .xxl-awards-header,
.mobile.slug-xxl-awards-nominees article .xxl-awards-header,
.desktop.slug-xxl-awards-winners article .xxl-awards-header,
.mobile.slug-xxl-awards-winners article .xxl-awards-header {
    padding: 0px;
}

.desktop .xxl-awards-nominees-row.last {
    width: 50%;
    margin-left: 25%;
}

.slug-the-peoples-champ-nominees .post .entry .content-header-header .header,
.slug-the-peoples-champ-nominees .bands-in-town-container {
    display: none !important;
}

.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li article .single-post-image>figure .theframe {
    height: 194px;
    border-radius: 5%;
    border: 3px solid #ff2020;
    animation: neon-flicker-red 15s infinite;
}

.slug-the-peoples-champ-nominees.carbon-takeover .post .entry .list-post.media-poll ul li article .single-post-image>figure .theframe {
    height: 150px;
}

.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li header {
    display: none;
}

.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li .list-description {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.slug-the-peoples-champ-nominees .post .entry .content-wrap {
    background-color: #000;
}

.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li .list-description-secondary {
    display: none;
}

.slug-the-peoples-champ-nominees .post .entry a.cto {
    border-radius: 5px;
    background: #fff;
    color: #ff2020;
    font-weight: bold !important;
}

.slug-the-peoples-champ-nominees .post .entry p.xxl-awards-p {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.slug-the-peoples-champ-nominees .post .entry h2.xxl-awards-header {
    color: #fff;
    text-align: center;
    margin-top: 0;
}

.slug-the-peoples-champ-nominees .post .entry .content {
    padding: 30px 30px 0;
}

.slug-the-peoples-champ-nominees .post .entry .list-post.media-poll ul li {
    padding-bottom: 30px;
}

.slug-the-peoples-champ-nominees .post .entry .xxl-awards-photo-credits {
    color: #45444a;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

.slug-the-peoples-champ-nominees .post .entry .tags-lines a {
    color: #fff;
}

.slug-the-peoples-champ-nominees.mobile .post .entry .content {
    padding: 10px 10px 0;
}

.slug-the-peoples-champ-nominees.mobile .post .entry .list-post.media-poll ul li article .single-post-image>figure .theframe {
    height: 150px;
}

.mobile .post .entry .list-post.media-poll .overlay-media-poll .carbon-overlay-content .voted-for-name {
    font-size: 28px;
}

.mobile.slug-the-peoples-champ-nominees .post .entry .content-header .byline,
.mobile.slug-the-peoples-champ-nominees .post .entry .content-header .title {
    display: none;
}

.mobile.slug-the-peoples-champ-nominees #ts_blogroll-afterpost .articles,
.slug-the-peoples-champ-nominees #ts_blogroll-afterpost .content {
    background-color: #ffffff !important;
}

.mobile .xxl-awards-nominees-category {
    margin-bottom: 20px;
}

.mobile .xxl-awards-nominees-button {
    margin: auto;
    padding: 10px 20px;

}

.xxl-awards-nominees-category li {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}

.xxl-awards-nominees-category ul {
    padding: 0 15px;
    margin: 0;
    margin-left: 30px !important;
    text-transform: initial !important;
    list-style-type: disc !important;
}

.desktop .xxl-awards-nominees-category li {
    line-height: 21px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
}

.desktop h3.xxl-awards-nominees-title {
    margin-bottom: 5px;
}

.desktop .xxl-awards-nominees-category {
    padding-bottom: 20px;
}

.desktop .xxl-awards-nominees-category ul {
    float: left;
    padding: 0 10px;
    width: calc(100% - 40px);
}

.desktop .xxl-awards-nominees-row-peopleschamp .xxl-awards-nominees-category ul {
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-count: 3;
}

.mobile.slug-xxl-awards-nominees .single-post-image.outgrow {
    width: 100%;
    margin-left: 0px;
}

/* XXL Awards Nominees CSS */

/* XXL Awards Winners CSS */
.slug-xxl-awards-winners .post .entry .content-header .title,
.slug-xxl-awards-winners .post .entry .content-header .byline {
    display: none;
}

.slug-xxl-awards-winners .xxl-awards-winner,
.slug-xxl-awards-winners .xxl-awards-winner a {
    color: #fff;
}

.desktop.slug-xxl-awards-winners .xxl-awards-nominees-category ul,
.mobile.slug-xxl-awards-winners .xxl-awards-nominees-category ul {
    color: #808080;
}

.slug-xxl-awards-winners li.xxl-awards-winner {
    list-style-image: url("https://townsquare.media/site/812/files/2025/02/attachment-trophyicon.png");
}

.slug-xxl-awards-winners span.xxl-awards-winner-text {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
}

.slug-xxl-awards-winners .content-header.show-ui .header,
.slug-xxl-awards-winners .content-header.show-ui .video-overlay {
    opacity: 0;
}

.slug-xxl-awards-winners article .zergnet-widget,
.slug-xxl-awards-winners article .content-footer {
    background: #fff;
}

/* XXL Awards Winners CSS */

/* XXL Awards CSS */