.site,
.site-content,
.inside-article,
.entry-content {
background: transparent;
}
body {
background-color: #05081d;
background-image:
radial-gradient(circle at 85vw 12vh, rgba(255, 67, 169, 0.14), transparent 28rem),
radial-gradient(circle at 8vw 45vh, rgba(41, 217, 255, 0.10), transparent 30rem),
radial-gradient(circle at 80vw 85vh, rgba(190, 80, 255, 0.08), transparent 32rem),
linear-gradient(180deg, #05081d 0%, #070b28 48%, #05081d 100%);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
color: #ffffff;
}
@media (max-width: 768px) {
body {
background-attachment: scroll;
background-image:
radial-gradient(circle at 90% 8%, rgba(255, 67, 169, 0.16), transparent 18rem),
radial-gradient(circle at 8% 40%, rgba(41, 217, 255, 0.12), transparent 20rem),
linear-gradient(180deg, #05081d 0%, #070b28 55%, #05081d 100%);
}
} .event-count {
display: none !important;
}
.page-id-700 .event-count {
display: flex !important;
}
.temp-hide {
display: none !important;
} .plain-hero .intro-text p:last-child {
margin-bottom: 0;
}
ul.bullet-list li::marker {
color: var(--accent);	
} .event-audience a {
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 30px;
padding: 14px 24px;
font-weight: 700;
background-color: rgba(255, 255, 255, 0.06);
margin-bottom: 10px;
margin-right: 10px;
display: inline-flex;
color: #fff;
}
.event-audience a:hover {
background-color: var(--contrast);
}
.event-topics a {
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 15px;
border-radius: 30px;
padding: 4px 10px;
font-weight: 500;
background-color: #FD548A;
margin-bottom: 10px;
margin-right: 10px;
display: inline-flex;
color: #fff;
}
.event-list .event-topics a {
font-size: 13px;
} .audience-dropdown .wpgb-facet select.wpgb-select {
color: #fff;
}
.topic-checkboxes .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
background: var(--global-color-8);
border-color: var(--global-color-8);
color: var(--contrast);
}
.topic-checkboxes .wpgb-facet .wpgb-hierarchical-list:first-child>li:first-child, .topic-checkboxes .wpgb-facet .wpgb-hierarchical-list li {
margin-right: 10px;
}
.topic-checkboxes .wpgb-facet .wpgb-hierarchical-list li {
display: inline-block;
}
.topic-checkboxes button.wpgb-toggle-hidden {
display: none;
} .explore-carousel .gb-carousel-items {
align-items: stretch;
}
.explore-carousel .gb-carousel-item {
height: auto;
display: flex;
}
.explore-carousel .gb-carousel-item > article {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
@media (max-width: 479px) { 
.gb-carousel.explore-carousel {
--gb-carousel-slides-per-view:1;
}
}