/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 80 version
*/

/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "RasterGrotesk";
  src: url("/wp-content/themes/fubar/fonts/FKRasterGrotesk.woff") format("woff");
}

@font-face {
  font-family: "CMU";
  src: url("/wp-content/themes/fubar/fonts/cmunbx.woff") format("woff");
}

@font-face {
  font-family: "CMU-Italic";
  src: url("/wp-content/themes/fubar/fonts/cmunbi.woff") format("woff");
}



@font-face {
  font-family: "AzeretMono";
  src: url("/wp-content/themes/fubar/fonts/AzeretMono-Regular.woff") format("woff");
}



@font-face {
  font-family: "Webdings";
  src: url("/wp-content/themes/kata/fonts/Webdings.woff") format("woff");
}

/* Site Options */
html {
  scroll-behavior: smooth;
}

body {
    position: relative;
    margin: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    background-color: black;
    background-image: -webkit-radial-gradient(#e2acff 0.1vw, transparent 0);
    background-image: -o-radial-gradient(#e2acff 0.1vw, transparent 0);
    background-image: radial-gradient(#e2acff 0.1vw, transparent 0);
    -webkit-background-size: 2vw 2vw;
         -o-background-size: 2vw 2vw;
            background-size: 2vw 2vw;
}

img {
    display: block;
}

p,
figure {
    display: block;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            -moz-margin-start: 0;
         margin-inline-start: 0;
    -webkit-margin-end: 0;
            -moz-margin-end: 0;
         margin-inline-end: 0;
    -webkit-padding-start: 0;
            -moz-padding-start: 0;
         padding-inline-start: 0;
}

ul, ol {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	margin-bottom: 1em;
}

li {
    margin-bottom: 0em;
}

p {
    margin-bottom: 1em;
}

a:-webkit-any-link {
    text-decoration: none;
}

a:-webkit-any-link:hover {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    display: block;
    font-size: inherit;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0px;
            -moz-margin-start: 0px;
         margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            -moz-margin-end: 0px;
         margin-inline-end: 0px;
    font-weight: normal;
    margin-bottom: 1.3vw;
}

@media (min-width: 768px) {
	h2 {
		margin-top: 1em;
	}
	
	h2:first-child {
		margin-top: 0;
	}
}




h1.title  {
    margin-bottom: 0;
}

h1 {
	font-family: "RasterGrotesk";
    color: #e2acff;
    font-size: 2.8vw;
    line-height: 3.2vw;
    letter-spacing: 0.02vw;
    text-transform: uppercase;
}

h3, h4, h5, h6 {
	font-family: "Inter";
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.83vw;
}

h6, kbd {
	text-decoration: underline;
	text-decoration-thickness: 2px;
    text-underline-offset: 5px;
	text-transform: uppercase;
	font-size: inherit;
	font-family: "Inter";
	font-weight: 600;
}

@media (max-width: 768px) {
	h6, kbd {

	text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
}

h2 {
	font-size: 1.5vw;
    line-height: 1.8vw;
	color: #e2acff;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
	text-transform: uppercase;
}




.hidden {
    display: none!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.title {
    font-family: "RasterGrotesk";
    color: #e2acff;
    font-size: 2.8vw;
    line-height: 3.2vw;
    letter-spacing: 0.02vw;
    text-transform: uppercase;
}

.reduce-title-size {
	font-size: 2vw;
    line-height: 2.5vw;
}

.subtitle {
    font-family: "Inter";
    color: #e2acff;
    font-size: 0.83vw;
    line-height: 1em;
    letter-spacing: 0.04vw;
    font-weight: 600;
    text-transform: uppercase;
}

.subtitle a {
    font-size: 1em!important;
    line-height: 1em!important;
    color:#e2acff!important;
}

.text {
    
}

.content {
    position: absolute;
    top: 0;
    left: 24.5vw;
    width: 57vw;
    padding-left: 2vw;
    height: 92.49vh;
    background-color: black;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-bottom: 2px solid #e2acff;
}

.content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 3vw;
    height: 74vh;
    width: 53vw;
    overflow-y: scroll;
    padding-top: 7.7vh;
    font-family: "CMU";
    font-size: 1.3vw;
    line-height: 1.6vw;
    letter-spacing: 0.01vw;
    color: #e2acff;
    scrollbar-width: thin;
    scrollbar-color: #e2acff #000000;
}

.content-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.content-container > *:last-child {
    padding-bottom: 10vh;
}

.content-container a {
    font-family: "Inter";
    color: #e2acff;
    font-weight: 600;
    text-decoration: underline;
}

.archive .content-container a {
	text-decoration: none;
}

.header_menu {
    
}

.menu_button {
    
}

/* Scroll */

.home::-webkit-scrollbar {
  display: none;  /* Chrome, Safari and Opera */
}

.home {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Overlay */
/* Borders */
.border-overlay {
    position: absolute;
    z-index: 999;
}

.border-left {
    top: 0;
    left: 0;
    height: 100%;
    border-right: 2px solid #e2acff;;
}

.border-top {
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #e2acff;;
}

.border-right {
    top: 0;
    right: 0;
    height: 100%;
    border-left: 2px solid #e2acff;;
}

.border-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #e2acff;;
}

/* Sidebar */
.fubar-overlay .sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 11.9vw;
    border-right: 2px solid #e2acff;
    height: 92.38vh;
    background-color: black;
}

.fubar-overlay .sidebar svg {
    height: 90vh;
    width: 12vw;
}

.fubar-overlay .sidebar svg polygon {
    fill: black!important;
}

.sidebar-new {
    width: 12vw;
    height: 92.6vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: black;
    border-right: 2px solid #e2acff;
}

.side-text {
    color: #e2acff;
    font-size: 0.83vw;
    font-family: "Inter";
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.04vw;
}

.side-text p {
    margin-bottom: 0;
}

.site-title-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2vh;
}

.site-title {
    font-family: "RasterGrotesk";
    color: #e2acff;
    font-size: 2vw;
    line-height: 2vw;
    letter-spacing: 0.02vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1vw;
    
}

.site-title h2 {
    margin-bottom: 0;
}

.site-title a {
    color: #e2acff;
    text-decoration: none;
}

.side-text1 {
    border-top: 2px solid #e2acff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 6vw;
    width: 16.9vw;
    margin-left: -3.45vw;
    padding-top: 1vw;
}

.side-text1 p {
    display: inline-block;
    margin-left: -3vw;
}

.side-text2 {
    position: absolute;
    top: 17vw;
    left: 3.5vw;
}

.side-text3 {
    border-bottom: 2px solid #e2acff;
    -webkit-transform: rotate(-51deg);
        -ms-transform: rotate(-51deg);
         -o-transform: rotate(-51deg);
            transform: rotate(-51deg);
    margin-top: 8.3vw;
    width: 19vw;
    margin-left: -4.6vw;
    padding-bottom: 1vw;
}

.side-text3 p {
    display: inline-block;
    margin-left: -3vw;
}

.cf-logo {
    border-bottom: 2px solid #e2acff;
    -webkit-transform: rotate(33deg);
        -ms-transform: rotate(33deg);
         -o-transform: rotate(33deg);
            transform: rotate(33deg);
    margin-top: 3vw;
    width: 15.4vw;
    margin-left: 0;
    padding-bottom: 1.6vw;
}

.cf-logo img {
    width: 6vw;
    -webkit-transform: rotate(-33deg);
        -ms-transform: rotate(-33deg);
         -o-transform: rotate(-33deg);
            transform: rotate(-33deg);
    margin-left: 3.2vw;
    display: inline-block;
}


.side-play {
    height: 2.5vw;
    margin-left: 1.5vw;
}

.side-play img {
    width: auto;
    height: 100%;
    object-fit: contain;
}




/* Marquee */
.marquee-container {
    position: absolute;
    height: 7.4vh;
    bottom: 2px;
    left: 2px;
    z-index: 999;
    width: -webkit-calc(100vw - 4px);
    width: calc(100vw - 4px);
    overflow: hidden;
    background-color: black;
    border-top: 2px solid #e2acff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.marquee {
    width: 100%;
    font-family: "RasterGrotesk";
    font-size: 1.8vw;
    letter-spacing: 0.03vw;
    color: #333132;
}

.marquee p,
.marquee a{
    color: #e2acff;
    margin-bottom: 0;
}

.marquee-inner {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: moveSlideshow 30s linear infinite;
         -o-animation: moveSlideshow 30s linear infinite;
            animation: moveSlideshow 30s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  from { -webkit-transform: translateX(-30%); transform: translateX(-30%); }
  to { -webkit-transform: translateX(0%); transform: translateX(0%); }
}

@-o-keyframes moveSlideshow {
  from { -o-transform: translateX(-30%); transform: translateX(-30%); }
  to { -o-transform: translateX(0%); transform: translateX(0%); }
}

@keyframes moveSlideshow {
  from { -webkit-transform: translateX(-30%); -o-transform: translateX(-30%); transform: translateX(-30%); }
  to { -webkit-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
}

/* Menu */
.menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.7vw;
    height: 6.2vw;
    border-bottom: 2px solid #e2acff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: black;
    z-index: 19;
}

.menu-open {
    margin-bottom: 1vw;
    cursor: pointer;
}


.menu-top {
    position: absolute;
    height: -webkit-calc(0.83vw + 4vh + 4px);
    height: calc(0.83vw + 4vh + 4px);
    width: -webkit-calc(84.7vw - 12vw);
    width: calc(84.7vw - 12vw);
    padding-left: 5.8vw;
    padding-right: 9.5vw;
    border-bottom: 2px solid #e2acff;
    left: -webkit-calc(11.9vw + 2px);
    left: calc(11.9vw + 2px);
    top: 0;
    background-color: black;
    z-index: 10;
}

.menu-top-group {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-right {
    position: absolute;
    height: -webkit-calc(86.9% - 13vh);
    height: calc(86.9% - 13vh);
    width: -webkit-calc(0.83vw + 4vh + 4px);
    width: calc(0.83vw + 4vh + 4px);
    padding-top: 13vh;
    border-left: 2px solid #e2acff;
    right: 0;
    top: -webkit-calc(0.83vw + 4vh + 2px);
    top: calc(0.83vw + 4vh + 2px);
    background-color: black;
    z-index: 8;
}

.menu-right-group {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10vh;
}

.menu-item {
    font-family: "Inter";
    font-size: 0.83vw;
    font-weight: 600;
    letter-spacing: 0.03vw;
    color: #e2acff;
    text-decoration: none;
}

.menu-right-group .menu-item {
    width: 0.7vw;
    word-break: break-all;
    text-align: center;
}

/* Home */
.home .content {
    background-image: -webkit-radial-gradient(#e2acff 0.1vw, transparent 0);
    background-image: -o-radial-gradient(#e2acff 0.1vw, transparent 0);
    background-image: radial-gradient(#e2acff 0.1vw, transparent 0);
    -webkit-background-size: 2vw 2vw;
         -o-background-size: 2vw 2vw;
            background-size: 2vw 2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 12vw;
    width: -webkit-calc(100vw - 12vw - 0.83vw - 4vh - 4px);
    width: calc(100vw - 12vw - 0.83vw - 4vh - 4px);
    height: 92.49vh;
    padding-left: 0;
}



.home-img-container img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.home-img {
    position: relative;
    width: 35vw;
    border: 2px solid #e2acff;

}


.app-deadline {
    position: absolute;
    top: -4.7vh;
    left: -4.7vw;
    font-family: "RasterGrotesk";
    font-size: 2.6vw;
    line-height: 2.86vw;
    color: #e2acff;
    padding: 2vh 2vw;
    border: 2px solid #e2acff;
    -webkit-border-radius: 1vw;
            border-radius: 1vw;
    background-color: black;
    width: 27vw;
}

.app-deadline p,
.app-time p{
    margin-bottom: 0;
}

.app-time {
    position: absolute;
    bottom: -5vh;
    right: -7.3vw;
    font-family: "RasterGrotesk";
    font-size: 2.6vw;
    line-height: 2.86vw;
    color: #e2acff;
    padding: 2vh 2vw;
    border: 2px solid #e2acff;
    -webkit-border-radius: 1vw;
            border-radius: 1vw;
    background-color: black;
}

/* Schedule */
.schedule .content {
    left: 0;
    width: auto;
}

.schedule .event-back {
    margin-left: 24.5vw;
}

.event-back span {
    cursor: pointer;
    
}

.event-back a {
    display: flex;
    flex-direction: row;
}

.event-back img {
    width: 0.4vw;
    height: auto;
    object-fit: contain;
    margin-right: 0.5vw;
}

.event-back {
    display: flex;
    flex-direction: row;
    
}

.event-back p {
    letter-spacing: 0.05vw;
}


.schedule-line {
    border-right: 0px solid #e2acff;
    height: 100%;
    position: absolute;
    left: 15vw;
    z-index: 9;
}

.schedule-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56vw;
    margin-left: 24.5vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    border-bottom: 2px solid #e2acff;
}

.schedule-menu {
    width: 30vw;
    margin-right: 2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.schedule-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 74vh;
    width: 58vw;
    padding-left: 24.5vw;
    overflow-y: scroll;
    padding-top: 7.7vh;
    scrollbar-width: thin;
    scrollbar-color: #e2acff #000000;
}

.event-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6vh;
}

.event-box {
    position: relative;
}

.event-box:last-child {
    padding-bottom: 7vh;
}

.event {
    width: 53vw;
    padding: 1.5vw;
    border: 2px solid #e2acff;
    -webkit-border-radius: 1vw;
            border-radius: 1vw;
    margin-top: -0.78vw;
}

.event-date-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: -11.67vw;
    top: 0.6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

            align-items: baseline;
    position: absolute;
}

.event-date-dot {
    color: #e2acff;
    font-size: 1.2vw;
    margin-right: 1vw;
	line-height: 0.83vw;
}

@media (min-width: 768px) {
	.event-date {
		max-width: 9.5vw;
		line-height: 1vw;
}
}


.event-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event-image-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 23vw;
    gap: 2vh;
}

@media (min-width: 768px) {
    .event-image-box {
        margin-right: 2vw;
    }
}

.event-image-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event-title-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.event-title-container {
    margin-bottom: 3em;
}

.event-title-container a {
    text-decoration: none;
}



.event-image-container img {
    width: 23vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
}

.event-info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2vw;
}



.shedule-menu-button {
    cursor: pointer;
    padding: -webkit-calc(0.3vw + 2px);
    padding: calc(0.3vw + 2px);
}

.schedule-menu-active {
    border: 2px solid #e2acff;
    padding: 0.3vw;
    -webkit-border-radius: 0.5vw;
            border-radius: 0.5vw;
}

/* Schedule scrollbar */
.schedule-container::-webkit-scrollbar,
.content-container::-webkit-scrollbar{
    width: 2px;
}


/* Track */
.schedule-container::-webkit-scrollbar-track,
.content-container::-webkit-scrollbar-track{
  background: transparent;
}

/* Handle */
.schedule-container::-webkit-scrollbar-thumb,
.schedule-container::-webkit-scrollbar-thumb:hover,
.content-container::-webkit-scrollbar-thumb,
.content-container::-webkit-scrollbar-thumb:hover{
  background: #e2acff;
}

/* Single Event */
.single-event-container {
    margin-top: 0;
    padding-top: 4.6vh;
    height: 68vh;
}

.single-event-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 4.6vh;
    margin-bottom: 2vh;
    border-bottom: 2px solid #e2acff;
}

.single-event-img {
    width: 27vw;
    margin-right: 2vw;
    cursor: pointer;
}

.single-event-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

.single-event-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.single-event-info span {
    margin-bottom: 1em;
}

.event-back {
    font-family: "Inter";
    font-size: 0.83vw;
    color: #e2acff;
    border-bottom: 2px solid #e2acff;
    font-weight: 600;
    width: 56vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-transform: uppercase;
}

.event-back p {
    margin-bottom: 0;
}

.event-back a {
    color: #e2acff;
    text-transform: uppercase;
    text-decoration: none;
}


/* Archive */
.archive-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.archive-menu {
    margin-right: 2vw;
    gap: 1.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    flex-wrap: wrap;
}

.archive-menu-button {
    cursor: pointer;
    padding: -webkit-calc(0.3vw + 2px);
    padding: calc(0.3vw + 2px);
}

.arch-item {
    border-bottom: 2px solid #e2acff;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
}.arch-date {	font-family: "Inter";    color: #e2acff;    font-size: 0.83vw;    line-height: 1em;    letter-spacing: 0.04vw;    font-weight: 600;    text-transform: uppercase;}

@media (min-width: 768px) {
    .arch-item {
        justify-content: space-between;
    }
    
    .arch-item a {
        max-width: 70%;
    }
    
    
}

.arch-item a {
    color: #e2acff;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
}

.arch-item:last-child {
    border-bottom: none;
}

.arch-title {
    font-size: 1.5vw;
    line-height: 1.8vw;
    margin-bottom: 1em;
    display: block;
    cursor: pointer;
}

.arch-content {
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-bottom: 2px solid;
}

.arch-content a {
    color: #e2acff;
    text-decoration: underline;
}
/* Media Controls */

#audio-player-container {
  
    position: relative;
   
    width: 95%;
    max-width: 500px;
    background: transparent;
}
#audio-player-container::before {
    position: absolute;
    content: '';
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: transparent;
    z-index: -1;
}

#play-icon {
    margin: 0;
    margin-left: 1vw;
    cursor: pointer;
    margin-top: 1vw;
}

.time {
    display: inline-block;
    width: 37px;
    text-align: center;
    font-size: 0.7vw;
    font-weight: 600;
    margin: 0;
    margin-top: 1vh;
    float: right;
    color: #e2acff;
    font-family: "Inter";
}
output {
    display: inline-block;
    width: 32px;
    text-align: center;
    font-size: 20px;
    margin: 10px 2.5% 0 5%;
    float: left;
    clear: left;
}
#volume-slider {
    margin: 10px 2.5%;
    width: 58%;
}
#volume-slider::-webkit-slider-runnable-track {
    background: black;
}
#volume-slider::-moz-range-track {
    background: black;
}
#volume-slider::-ms-fill-upper {
    background: black;
}
#volume-slider::before {
    width: var(--volume-before-width);
}
#mute-icon {
    margin: 0 2.5%;
}
input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 65%;
    margin: 0;
    padding: 0;
    height: 19px;
    margin: 0;
    margin-left: 1vw;
    margin-top: 1vh;
    float: left;
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background-color: #e2acff;
}
input[type="range"]::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #e2acff;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    border: 1px solid #e2acff;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #e2acff;
    cursor: pointer;
    margin: -7px 0 0 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #e2acff;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background-color: #e2acff;
}
input[type="range"]::-moz-range-progress {
    background-color: #e2acff;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]::-moz-range-thumb {
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    border: 1px solid #e2acff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: black;
    cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #e2acff;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #e2acff;
    border: solid #e2acff;
    color: #e2acff;
}
input[type="range"]::-ms-fill-lower {
    background-color: #e2acff;
}
input[type="range"]::-ms-fill-upper {
    background-color: #e2acff
}
input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #e2acff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e2acff;
    cursor: pointer;
}
input[type="range"]:active::-ms-thumb {
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    background: #e2acff;
}

#duration,
#volume-output,
#volume-slider,
#mute-icon {
    display: none;
}

input {
    background: black;
}

.song-title {
    color: #e2acff;
    margin-left: 1vw;
    margin-top: 4vh;
    font-size: 0.7vw;
    font-family: "Inter";
    font-weight: 600;
    text-transform: uppercase;
}

/* Desktop */
@media only screen and (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    
    
    body {
        position: relative;
        margin: 0;
        overflow: visible;
        height: auto;
        width: auto;
		min-height: 100vh;
        background-color: black;
		
        background-image: none;
    }
    
    .main {
        position: relative;
        margin: 0;
        overflow: auto;
        
        width: auto;
        background-color: black;
        background-image: -webkit-radial-gradient(#e2acff 2px, transparent 0);
        background-image: -o-radial-gradient(#e2acff 2px, transparent 0);
        background-image: radial-gradient(#e2acff 2px, transparent 0);
        -webkit-background-size: 25px 25px;
             -o-background-size: 25px 25px;
                background-size: 25px 25px;
        border: 2px solid #e2acff;
    }
    
    .home {
        height: 100vh;
    }
    
    
    .content {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        
        margin-top: -1px;
        padding-left: 0;
        background-color: black;
    }
    
    .marquee-container {
        height: 50px;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
        position: fixed;
        border: 2px solid #e2acff;
        left: 0;
        bottom: 0;
    }
    
    .marquee {
        font-size: 18px;
        letter-spacing: 0.3px;
    }
    
    .header {
        display: none;
    }
    
    .event-back {
        
        font-size: 18px;
        
        border-bottom: none;
        
        width: auto;
        padding-top: 10px;
        padding-bottom: 0;
        margin-top: 59px;
        margin-bottom: -59px;
        margin-left: 5%;
    }
    
    .event-back img {
        width: 8px;
        height: auto;
        object-fit: contain;
        margin-right: 10px;
    }

    
    .archive .event-back,
    .schedule .event-back{
        display: none;
    }
    
    .content-container {
        display: block;
        padding-right: 5%;
        padding-left: 5%;
        padding-top: 20px;
        height: auto;
        width: 90%;
        overflow-y: auto;
        margin-top: 59px;
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 60px;
    }
    
    .subtitle {
        font-size: 10px;
        letter-spacing: 1px;
    }
    
    /* Menu */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        width: 100%;
        z-index: 99;
    }
    
    .mobile-menu-top-container {
        border: 2px solid #e2acff;
    }
    
    .mobile-menu-top {
        width: -webkit-calc(90% - 4px);
        width: calc(90% - 4px);
        padding-left: 5%;
        padding-right: 5%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 55px;
        
    }
    
    .site-title,
    .title {
        font-size: 28px;
        line-height: 33px;
        letter-spacing: 0.7px;
        width: auto;
        display: block;
        margin-top: 0;
        text-transform: uppercase;
    }
    
    .single-title h1 {
        margin-bottom: 0;
    }
    
    
    .site-title-top {
        width: auto;
        display: block;
        margin-top: 0;
        font-size: 10px;
        letter-spacing: 0.2px;
    }
    
    .mobile-hamb {
        width: 40px;
    }
    
    .mobile-hamb img {
        width: 100%;
    }
    
    .mobile-menu-open {
        position: fixed;
        top: 59px;
        left: 0;
        height: -webkit-calc(100% - 113px);
        height: calc(100% - 113px);
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
        border: 2px solid #e2acff;
        border-top: none;
        background-image: url("/wp-content/themes/fubar/uploads/FUBAR_mobile.jpg");
        -webkit-background-size: 100% 100%;
             -o-background-size: 100% 100%;
                background-size: 100% 100%;
        /*background: linear-gradient(124deg, black 0%,black 49.6%,#e2acff 50%,black 50.4%,black 100%);*/
    }
    
    .menu-open-container {
        position: relative;
    }
    
    .menu-top-group {
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 16px;
        margin-top: 30px;
        margin-left: 20px;
        
    }
    
    .menu-item {
        font-size: 16px;
        letter-spacing: 0.3px;
    }
    
    .menu-right-group {
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        gap: 20px;
        margin-right: 5%;
        margin-top: -19px;
    }
    
    .menu-right-group .menu-item {
        width: auto;
        word-break: normal;
        text-align: left;
    }
    
    .mobile-menu-line {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: 2px solid #e2acff;
    }
    
    .mobile-title-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .home-title {
        display: none;
    }
    
    /* Home */
    
    .home-mobile-banner {
        margin-top: 58px;
        position: relative;
        width: 100%;
        border-bottom: 2px solid #e2acff;
        background-color: black;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 20px;
    }
    
    .home-mobile-baner-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .home-mobile-player {
        margin-left: 5%;
    }
    
    .side-play {
        height: auto;
        width: 40px;
    }
    
    .side-play img {
        width: 100%;
        height: auto;
    }
    
    .time {
        margin-top: 12px;
        font-size: 10px;
    }
    

    input[type="range"] {
        margin-top: 10px;
        width: 85%;
    }
    
    .song-title {
        margin-left: 5%;
        margin-top: 5px;
        font-size: 10px;
        margin-bottom: 20px;
        
    }
    
    .home-baner-logo {
        width: 100px;
    }
    
    
    
    .banner-info-text {
        color: #e2acff;
        font-family: "Inter";
        font-size: 10px;
        line-height: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    
    .side-text {
        letter-spacing: 0.5px;
    }
    
    .banner-info-text:nth-child(1) {
        margin-left: 120px;
    }
    
    .banner-info-text:nth-child(2) {
        margin-left: 80px;
    }
    
    .banner-info-text:nth-child(3) {
        margin-left: 40px;
    }
    
    .home .home-title {
        display: block;
    }
    
    .home .content {
        background-image: none;
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;

    }
    
    .home-img {
        position: relative;
        width: 85%;
        margin: 60px auto 0 auto;
        border: none;
    }
    
    .app-deadline {
        position: absolute;
        top: -33px;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: none;
        background-color: transparent;
        padding: 0;
    }
    
    .app-deadline p {
        border: 2px solid #e2acff;
        position: absolute;
        top: 0;
        font-size: 20px;
        line-height: 25px;
        padding: 5px 5px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        text-align: center;
        background-color: black;
    }
    
    .app-time  {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 15px;
        font-size: 16px;
    }
    
    .app-time p {
        border: 2px solid #e2acff;
        position: absolute;
        bottom: 0;
        font-size: 20px;
        line-height: 25px;
        padding: 5px 5px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        text-align: center;
        background-color: black;
    }
    
    .home-img-container {
        border: 2px solid #e2acff;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        overflow: hidden;
    }
    
    /* Schedule */
    
    .schedule .content {
        width: 100%;
    }
    
    .schedule-line {
        left: 30px;
        z-index: 1;
    }
    
    .schedule-menu {
        width: 90%;
        padding-left: 5%;
        margin-bottom: 10px;
    }
    
    .shedule-menu-button {
        padding: 7px;
    }
    
    .schedule-menu-active {
        border: 2px solid #e2acff;
        padding: 5px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
    }

    
    .schedule-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-right: 0;
        padding-left: 5%;
        padding-top: 20px;
        height: auto;
        width: auto;
        overflow-y: auto;
        margin-top: 59px;
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 60px;
        margin-top: 90px;
    }
    
    .event-date-container {
        width: auto;
        left: 2px;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 23px;
        position: relative;
        margin-left: -3px;
        margin-bottom: 15px;
    }
    
    .event-date-dot {
        font-size: 24px;
        line-height: 15px;
        margin-right: 0;
    }
    
    .event-date {
        font-size: 15px;
    }
    
    .event {
        width: auto;
        padding: 15px;
        border: 2px solid #e2acff;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        margin-top: 0;
        margin-left: 0px;
        margin-right: 30px;
    }
    
    .event-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }
    
    .event-image-box {
        display: block;
        width: 100%;
    }
    
    .event-image-container img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: auto;
    }
    
    .event-title {
        font-size: 21px;
        line-height: 27px;
    }
    
    .event-info-container {
        gap: 5px;
        margin-top: 10px;
        margin-left: 2px;
    }
    
    /* Single Event */
    .single-event-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    
    .single-event-img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single-event-head .title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
    }

    .single-event-info {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        margin-top: 15px;
        border-top: 2px solid #e2acff;
        padding-top: 15px;
    }
    
    /* Archive */
    
    .archive-menu {
        margin-right: 0;
        gap: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 90%;
        padding-left: 5%;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    
    .archive-menu .subtitle {
        margin-bottom: 10px;
    }
    
    .archive-menu-button {
        padding: 7px;
    }

    .archive-content  {
        display: block;
        padding-right: 5%;
        padding-left: 5%;
        padding-top: 80px;
        height: 100vh;
        width: 90%;
        overflow-y: auto;
        margin-top: 59px;
        /* font-size: 14px;
        line-height: 17px; */
        padding-bottom: 60px;
    }
    
    .arch-item {
        flex-direction: column;
    }
    
    .arch-title {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 10px;
        width: 90%;
    }
    
    .arch-date {		font-size: 10px;		letter-spacing: 1px;
        margin-bottom: 20px;
        
    }
    
    .arch-content {
        width: 90%;
    }
    
    .event-title-container {
        margin-bottom: 1em;
    }
    
}

::-moz-selection { /* Code for Firefox */
  color: black;
  background: #e2acff;
}

::selection {
  color: black;
  background: #e2acff;
}

/* Lightbox */
.single-img-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    cursor: auto;
}

@media (min-width: 768px) {
    .single-img-lightbox {
        left: 12vw;
        width: 88vw;
        height: 92.6vh; 
    }
    
}

.single-img-lightbox img {
    width: 80%;
    height: auto;
    max-height: 80%;
	max-width: max-content;
    object-fit: contain!important;
}

.close-lb {
    position: fixed;
    top: 2vw;
    right: 2vw;
    z-index: 999;
    cursor: pointer;
    width: 2vw;
}

.close-lb img {
    width: 100%;
}

/* Project LightBox */

.projects-lb_gallery .projects_lb {
    position: relative;
}

.projects-lb_gallery .projects_lb .projects-bg-block.active .wp-block-group__inner-container {
    opacity: 0;
}

.projects-lb_gallery .projects_lb .projects-grid-text_block p:nth-child(1) {
    margin-bottom: 0;

}

.projects-lb_gallery .projects_lb .projects-grid-text_block p:nth-child(2) {
    opacity: 1;    
}

.projects-lb_gallery .projects_lb .projects-bg-block {
    background: none;
}


.projects-lb_gallery .projects_lb .wp-block-image  {
    height: auto;
    width: auto;
}

.projects-lb_gallery .projects_lb .wp-block-image img {
    width: auto;
    height: auto;
    max-height: 70vh;
    max-width: 80vw;
    -o-object-fit: contain;
       object-fit: contain;
}

.projects-lb_gallery .projects-bg-block {
    display: none;
}

.projects-lb_gallery .projects-grid-text_block {
    margin-top: 1vh;
}

.projects-lb_gallery .projects-grid-text_block,
.projects-lb_gallery .projects-grid-text_block .wp-block-group__inner-container{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
}

.projects-grid-text_block .wp-block-group__inner-container p {
    cursor: pointer;
}



/* Next & previous buttons */
.projects-lb_gallery .slide-arrows {
    top: 50%;
}

.slide-arrows {
    position: absolute;
    width: 95vw;
    top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    z-index: 6;
}

.prev, .next {
  cursor: pointer;
}

.slide-arrows svg {
    width: 1.5vw;
    height: 1.5vw;
}

.prev svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

.lb-close {
    cursor: pointer;
    position: absolute;
    top: 2vh;
    right: 2vh;
}



/* Project Slideshow */



.projects-lb_gallery .projects_lb {
    display: none;
}

.projects-lb_gallery .projects_lb.active-slide {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
}

.projects-lb_gallery .projects_lb img {
    width: auto;
    max-width: 90vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
}

.projects-lb_gallery .projects_lb {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}


.cf-logo img {
    -webkit-animation:spin 7s linear infinite;
    -moz-animation:spin 7s linear infinite;
    animation:spin 7s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.content-container a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
	font-size: 1.1vw;
    line-height: 1.4vw;
	    text-underline-offset: 5px;
}

code, .mono-font, pre {
	font-family: "AzeretMono";
	font-size: 1.1vw;
	line-height: 1.4vw
}

pre {
	margin-top: 0;
}


.single .content-container h2,
.single .content-container h3,
.single .content-container h4 {
    font-family: "Inter";
    font-weight: 500;
}


.wp-block-gallery img {
    margin-bottom: 1em;
}


/* Mobile Lightbox */
@media (max-width: 768px) {
    .close-lb {
        top: 80px;
        right: 40px;
        width: 40px;
    }
}

.sidebar-new a {
    text-decoration: none;
}

.text-indent {
    margin-left: 2em;
}

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

.has-text-align-right {
	text-align: right;
}

.has-text-align-left {
	text-align: left;
}

.no-margin {
	margin: 0;
}

.normal-margin {
	margin-bottom: 1em;
}



strong {
	
	text-shadow: 3px 3px 8px #e2acff;
}



em {
	font-family: "CMU-Italic";
	font-style: normal;
}

hr {
	border-color: #e2acff;
    height: 1px;
    width: 99%;
    overflow: visible;
    margin-bottom: 1em;
    margin-top: 0;
}

.double-margin {
	margin-top: 1em;
	margin-bottom: 2em;
}


	.single-event-container a {
		font-family: "Inter";
		color: #e2acff;
		font-weight: 600;
		text-decoration: underline;
	}
	
	mark {
		background-color: #e2acff!important;
		color: black!important;
	}
	
@media (max-width: 768px) {
	h1 {
		font-size: 28px;
		line-height: 33px;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin-bottom: 1em;
	}
	
	h2, h3, h4, h5, h6, .content-container a, kbd, code, .mono-font, pre  {
		font-size: 16px;
		line-height:20px;
		width: 90%;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
		margin-bottom: 1em;
	}
	
	h3, h4, h5, h6 {
		font-size: 14px;
		line-height: 20px;
		font-weight: 600!important;
	}
	
	h2 {
		font-size: 21px;
		line-height: 25px;
	}
	
	 kbd {
		font-size: 14px;
		line-height: 20px;
		font-weight: 600!important;
	}
	
	hr {
		height: 0px;
    }
}

.site-title-img {
	width: 90%;
	height: 3vw;
	object-fit: contain;
}

mark > a {
    color: black !important;
}

/* .content-container > ul {

    margin-bottom: unset!important;

} */

h2 {
    margin-top: unset!important;
  }

html body div.home.main div.content div.home-img div.app-deadline p {
    text-transform: uppercase;
  }

.wp-block-separator {
    border-bottom: 2px solid #e2acff!important;
  }

/* Player background */
.mytheme-mejs-container.mejs-container,
.mytheme-mejs-container .mejs-controls,
.mytheme-mejs-container .mejs-embed,
.mytheme-mejs-container .mejs-embed body {
  background-color: #efefef;
}

/* Player controls */
.mytheme-mejs-container .mejs-play > button {
    background-image: url("uploads/PLAY.png");
    background-size: contain;
    background-repeat: no-repeat;
 }

.mejs-pause>button {
    background-position: unset!important;
}

.mejs-mute, .mejs-unmute {
    display: none;
}
.mytheme-mejs-container .mejs-pause > button {
    background-image: url("uploads/PAUSE.png");
    background-size: contain!important;
    background-repeat: no-repeat!important;   
 }
 
 .mytheme-mejs-container .mejs-time {
  color: #e2acff;
}

/* Progress and audio bars */

/* Progress and audio bar background */
.mytheme-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mytheme-mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #e2acff;
}

/* Track progress bar background (amount of track fully loaded)
  We prefer to style these with the main accent color of our theme */
.mytheme-mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(219, 78, 136, 0.075);
}

/* Current track progress and active audio volume level bar */
.mytheme-mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mytheme-mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
}

/* Reduce height of the progress and audio bars */
.mytheme-mejs-container .mejs-time-buffering,
.mytheme-mejs-container .mejs-time-current,
.mytheme-mejs-container .mejs-time-float,
.mytheme-mejs-container .mejs-time-float-corner,
.mytheme-mejs-container .mejs-time-float-current,
.mytheme-mejs-container .mejs-time-hovered,
.mytheme-mejs-container .mejs-time-loaded,
.mytheme-mejs-container .mejs-time-marker,
.mytheme-mejs-container .mejs-time-total,
.mytheme-mejs-container .mejs-horizontal-volume-total,
.mytheme-mejs-container .mejs-time-handle-content {
  height: 3px;
  color: #e2acff;
  
}

.mytheme-mejs-container .mejs-time-handle-content {
  top: -6px;
}

.mytheme-mejs-container .mejs-time-total {
  margin-top: 8px;
}

.mytheme-mejs-container .mejs-horizontal-volume-total {
  top: 19px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: transparent!important;
  }

.is-layout-flex.wp-block-gallery-1.wp-block-gallery.has-nested-images.columns-default.is-cropped {
    display: flex;
    flex-wrap: wrap;
  }
  .is-layout-flex.wp-block-gallery-1.wp-block-gallery.has-nested-images.columns-default.is-cropped > .wp-block-image {
    padding-right: 10px;
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        margin: 0 auto;
   }

.wp-block-image img {
    margin: 0 auto;
}

figcaption a {
    font-size: 13px !important;
  }

  .single-event-info > .subtitle {
    line-height: 1.5em;
  }

/* Custom button style inside editor */
.is-style-outline-red {
  border: 2px solid red;
  background: transparent;
  padding: 0.25em 0.5em;

}

/* Custom paragraph style inside editor */
.is-style-highlight {
  background: yellow;
  padding: 0.25em 0.5em;
}
