/*****************************
Custom CSS for the ANTIA Website
Design by Bestand, code by Obversive
V0.1, staging
*****************************/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html {
	background: #0d0d0d;
}


body {
		background: #0d0d0d;
		color: white;
		/*font-family: "JetBrains Mono", monospace;*/
		font-family: "Rubik";
		
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

.hideme {
	display: none;
}


.post, .page {
    margin: 0 0 0;
}

footer#colophon {
	display: none;
}

a, a:visited, a:active, a:focus {
	color: white;
}


h1.entry-title {
	font-family: "Rubik";
	font-weight: 500;
	font-size: 32px;
	margin: 0;
	margin-top: 16px;
}



/******** Main grid */

#backgroundloader {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center -130px;
}

#big-grid {
	display: block;
	position: relative;
	max-width: 100vw;
}

.big-grid_left {
   /* display: block;f
    position: relative;*/
    width: 238px;
   /* float: left;*/
}




.big-grid_right {
	 /*   display: block;
    position: relative;*/
    margin-left: 238px;
   /* width: 82%;*/
    height: fit-content;
	/*float: left;*/
	width: calc(100vw - 268px);
}



.home .big-grid_right {
	padding-top: initial;
}

#bg_top {
    display: flex;
    position: relative;
    width: 100%;
    height: 80px;
	max-width: 100vw;
}

#bg1 {
    width: 238px;
    float: left;
    display: block;
    position: relative;
}

.logo-container {
	margin-top: 16px;
    margin-left: 16px;
	width: 206px;
	position: fixed;
}



.wp-singular #bg4 {
	    display: block;
    position: relative;
}

.single-event #bg4 {
	    display: flex;
		
}

.wp-singular .contact_container {
	display: block;
    position: relative;
	border: 1px solid white;
	padding-left: 16px;
	padding-right: 16px;
}

#bg3 {
	position: fixed;
	margin-left: 16px;
}





/********* Logo */

#logo a {
	background-image: url('ANTIAlogo.svg');
	display: block;
	position: relative;
	width: 206px;
	height: 48px;
}

/********* Ticker */

.ticker-container {
	width: calc(100vw - 268px);
    display: block;
    position: relative;
    border: 1px solid white;
    height: 48px;
    padding-top: 8px;
    text-transform: uppercase;
	overflow: hidden;
	font-size: 20px;
	font-family: "JetBrains Mono";
	font-weight: 500;
	top: 16px;
}

.ticker-container .content span {
}

.ticker-container .content span.red {
	color: red;
}

.marquee {
  position: relative;
  /*width: 300vw;*/
  /*width: 85vw;*/
  max-width: 100%;
  width: 99%;
    left: 0.5%;
  height: 48px;
  overflow-x: hidden;
}

.track span {
	padding-left: 40px;
	padding-right: 40px;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 70s linear infinite;
}

.track .content {
}

.track a,
.track a:active,
.track a:visited {
	color: red;
	text-decoration: none;
}


@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/********* Menu */

#bg3 #menu-mainmenu-1 li a {
    font-family: "JetBrains Mono";
    font-size: 24px;
}

.menu-container {
	    height: 818px;
	border: 1px solid white;
	width: 206px;
	margin: auto;
}

ul.sub-menu,
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.sub-menu a,
ul.menu a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	    display: block;
    padding-top: 5px;
    padding-right: 14px;
}

ul.sub-menu li,
ul.menu li {
    height: 44px;
    display: block;
    position: relative;
    border-bottom: 1px solid white;
}

li.menu-item-has-children ul.sub-menu {
    display: none;
}


li.menu-item-has-children a:after {
    content: ">";
    font-weight: 300;
    display: block;
    position: absolute;
    top: 4px;
    right: 9px;
}

ul.sub-menu li a:after {
	content: "";
	display: none;
}

ul.menu li.menu-item-has-children a {
	padding-right: 26px;
}

ul.menu li ul.sub-menu li a {
	padding-right: 14px;
}
ul.menu li.menu-item-has-children {
	height: fit-content;
}

/*
li.current-menu-parent ul.sub-menu,
li.current-page-parent ul.sub-menu,
li.menu-item-has-children.current_page_item ul.sub-menu,
li.menu-item-has-children.current-menu-item ul.sub-menu,
li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}*/


ul.menu li:hover a {
	color: #0d0d0d;
}

ul.menu li:hover {
	background: white;
}

li.current_page_item {
	background: white;
}


li.current_page_item a {
	color: #0d0d0d;
}
li.current-menu-parent.current-page-parent ul.sub-menu,
li.menu-item-19:hover ul.sub-menu {
	display: block;
}

li.current-page-parent {
    background: white;
}
li.current-page-parent a {
	color: #0d0d0d;
}


ul.menu ul.sub-menu li {
	background: #0d0d0d;
}
ul.menu ul.sub-menu li:hover {
	background: white;
}
ul.mobmenu ul.sub-menu li.current_page_item {
    background: white;
}
ul.mobmenu ul.sub-menu li.current_page_item a {
    color: #0d0d0d;
}
li.current-page-parent a,
li.current_page_item a {
	color: #0d0d0d;
}

 ul.menu ul.sub-menu li a {
	color: white;
}
ul.menu ul.sub-menu li a:hover {
	color: #0d0d0d;
}


#bg3 li.current-page-parent ul.sub-menu li {
	background: #0d0d0d;
}
#bg3 li.current-page-parent ul.sub-menu li a {
	color: white;
}

#bg3 ul.menu ul.sub-menu li.current_page_item {
	background: white;
}
#bg3 ul.menu ul.sub-menu li.current_page_item a {
	color: #0d0d0d;
}



/*
li.menu-item-19:hover ul.sub-menu li {
	background: #0d0d0d;
}
li.current_page_item:hover ul.sub-menu a,
li.menu-item-19:hover ul.sub-menu li a {
	color: white;
}
li.menu-item-19:hover ul.sub-menu li:hover {
	background: white;
}
li.current_page_item:hover ul.sub-menu li:hover a,
li.menu-item-19:hover ul.sub-menu li:hover a {
	color: #0d0d0d;
}*/
li.menu-item-126 {
	border-top: 1px solid white;
}





/*Submenu handling*/





/* Left menu, connect */

ul.left-connect {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    bottom: 0;
	width: 100%;
}

ul.left-connect a {
	display: block;
	position: relative;
	height: 32px;
	width: 99%;
	text-align: right;
	text-transform: uppercase;
	padding-right: 12px;
	padding-top: 4px;
	border-top: 1px solid white;
	text-decoration: none;
}

ul.left-connect a:hover {
	color: #0d0d0d;
	background: white;
}


/*Mobile menu*/

#hamburger-container {
	display: none;
}

#mobile-slideout {
	display: none;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 40;
	transition: 0.2s;
}

.overlay.activated {
	display: block;
	transition: 0.2s;
}
	
	.responsive-view {
		display: none;
	} 
/********* Footer*/

.footer_info {
    display: block;
    position: relative;
    height: 139px;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
	border-top: 1px solid white;
	clear: both;
	margin-bottom: 10px;
	margin: auto;
	margin-bottom: 16px;
}


#footer_left {
	float: left;
}

ul.footer_contactinfo {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 16px;
	margin-left: 20px;
	font-size: 18px;
	font-family: Rubik;
	font-weight: 400;
}

#footer_right {
	float: right;
}

ul.footer_urls {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	margin-right: 16px;
}

ul.footer_urls li {
	padding-left: 30px;
}

ul.footer_urls a {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	font-family: Rubik;
	display: block;
	position: relative;
}

a.footer_insta {
	background-image: url('instagram.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
a.footer_phone {
	background-image: url('call.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
a.footer_mail {
	background-image: url('mark_as_unread.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}


/*Event-formatting*/

ul#event-overview,
ul#thisweek {
	list-style: none;
	margin: 0;
	padding: 0;

}
.event_description {
    margin-top: 6px;
}

.event_entry {
	    justify-content: space-between;
}

ul#thisweek {
width: 100%;
}
ul#event-overview li,
ul#thisweek li {
	display: block;
	position: relative;
	float: none;
	clear: both;
	border: 1px solid white;
	margin-bottom: 16px;
	height: 155px;
	overflow: hidden;
}

li.thisweek_single:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s ease;
		color: white!important;
	text-decoration: none;
}

.es_bottom {
	display: block;
	position: absolute;
	height: 75px;
	bottom: 0;
	width: 100%;
}

.es_top {
    display: block;
    position: relative;
    height: 70px;
}

.es_top-left {
	width: 50%;
	float: left;
}

.es_top-right {
	width: 50%;
	float: right;
	text-align: right;
}

.es_date {
    display: block;
    position: relative;
    float: left;
    clear: both;
    font-family: "Rubik";
    font-size: 32px;
    font-weight: 500;
    padding-left: 8px;
    letter-spacing: 1px;
    padding-top: 4px;
	
}

.es_cat {
    border: 1px solid white;
    width: fit-content;
    padding: 0px 7px;
    border-top: 0px;
    border-right: 0px;
    float: right;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;

}

.es_title h2 {
    padding: 0px;
    margin: 0px;
    font-family: "Rubik";
    font-size: 32px;
    padding-left: 8px;
    font-weight: 500;
}
.es_subtitle {
    display: block;
    position: absolute;
    height: 27px;
    width: 96%;
    text-wrap: auto;
    padding-left: 10px;
    line-height: 20px;
    font-family: "Rubik";
    font-size: 18px;
    font-weight: 400;
    margin-top: -6px;
}

.es_top, .es_bottom {
		mix-blend-mode: difference;
}


.event_lineup_wrapper {
    margin-top: 54px;
}

.event_host_container {
    display: block;
    position: relative;
    border: 1px solid white;
    padding: 16px;
	margin-top: 44px;
}
.event_host_title {
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}
.event_host_about {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;
}
.event_host_bio {
    display: inline-flex;
    height: 64px;
    width: 100%;
}
.host_left {
	background: black;
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	margin-right: 24px;
}
.host_right {

	width: fit-content;
	height: 64px;
}


.event_host_img img {
    width: 64px;
    height: auto;
    max-height: 64px;
}

ul.host_links a {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
}


/* Event page */

.agenda_es_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}



/*Single event page */
.event_info-seo {
	display: none;
}
.event_info {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 18px;
}


.event_container {
	border: 1px solid white;
	padding: 8px 16px;
	display: block;
	position: relative;
	border-right: 0px;
	
}
.event_entry_right {
    text-align: right;
}
.event_getticket a.ticketurl {
    float: right;
}

.wp-singular .event_container {
	border-right: 1px solid white;
}

.page-id-12 .event_container {
	border-right: 0px;
}


.event_container h1 {
	padding: 0;
	margin: 0;
	font-size: 32px;
    font-family: "Rubik";
    font-weight: 500;
}



ul.event_pricing {
	font-family: "JetBrains Mono";
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	list-style: none;
	padding: 0;
	margin: 0;
}

#event_bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 0.7;
	background-attachment: fixed;
}

.event_entry {
	width: 100%;
	height: fit-content;
	display: inline-flex;
	position: relative;
	margin-top: 32px;
	margin-bottom: 10px;
}
.event_entry_left {
	width: 60%;
}
.event_entry_right {
	width: 40%;
	max-width: 300px;
	/*position: absolute;
	right: 0;
	top: 0;*/
}

ul.host_links {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.host_links li {
	display: block;
	position: relative;
	width: 24px;
	height: 24px;
	    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

ul.host_links li {
	background-image: url(link.svg);
}

ul.host_links li.insta {
	background-image: url(instagram.svg);
	margin-bottom: 14px;
}

.close-me {
	display: block;
	position: absolute;
	right: 14px;
	top: 16px;
	width: 24px;
	height: 24px;
}

.eventcross,
.cross {
	background-image: url('close.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.event_host_img {
	    background-image: url(https://dev2.antia.nl/wp-content/uploads/2025/12/Screenshot-2025-12-01-195444.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
}

/* Event artist styling*/

.artist_top {
    display: block;
    position: relative;
    height: 50px;
    top: 0;
	background: white;
	color: white;
	float: none;
	width: 100%;
}

.artist_top_left {
	display: block;
	height: 100%;
	width: fit-content;
	float: left;
}

.artist_top_right {
	display: block;
	position: relative;
	float: right;
	width: 24px;
    height: 24px;
    top: 13px;
    right: 16px;
}

ul.event_lineup_artists {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

li.lineup_artist {
	margin-bottom: 32px;
}

ul.event_lineup_artists .artist_wrapper {
	display: block;
	position: relative;
	width: 100%;
	border: 1px solid white;

}

/*.lineup_artist .artist_bio {
    display: none;
}
*/

.lineup_artist .artist_bio {
	height: 0px;
    overflow: hidden;
}

.lineup_artist.opened .artist_bio {
	height: 100%;
    overflow: hidden;
}
.lineup_artist .artist_bio {
    display: flex;
	justify-content: flex-end;
}


.lineup_artist .artist_button_icon {
		background-image: url('maximize.svg');
			background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	    cursor: pointer;
}

.lineup_artist.opened .artist_button_icon {
	background-image: url('minimize.svg');
}



.artist_name h3 {
	font-size: 20px;
	font-family: "JetBrains Mono";
	font-weight: 500;
	color: #0d0d0d;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.artist_name {
    width: fit-content;
    float: left;
    display: block;
    position: relative;
    top: 10px;
    left: 16px;
	margin-right: 40px;
}

ul.artist_urls {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
    float: left;
    display: block;
    position: relative;
    top: 11px;
}

ul.artist_urls li {
	display: block;
	position: relative;
	float: left;
	margin-right: 25px;
	height: 28px;
	width: 28px;
}

ul.artist_urls li.insta {
	padding-top: 5px;
	width: 18px;
	height: 18px;
}

ul.artist_urls li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

ul.artist_urls li.bandcamp a {
	background-image: url('bandcamp.png');
}
ul.artist_urls li.soundcloud a {
	background-image: url('soundcloud.svg');
}
ul.artist_urls li.insta a {
	background-image: url('insta_black.svg');
}
ul.artist_urls li.youtubue a {
	background-image: url('');
}

.artist_bio {
	display: flex;
    position: relative;
    height: fit-content;
	    justify-content: space-between;
}

.artist_info {
    display: block;
    position: relative;
    float: none;
    padding: 18px 16px;
	min-width: 20%;
	width:  -webkit-fill-available;
	word-break: break-word;
}

.artist_photo {
	display: block;
	position: relative;
	float: none;
	width: 244px;
    padding: 16px;
}
.artist_photo_holder {
	display: block;
	position: relative;
	width: 212px;
	height: 212px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 16px;
}

.artist_trackembed {
    padding-top: 16px;
}


/* Normal page */

.normal-page_container {
    display: block;
    position: relative;
    border: 1px solid white;
    padding: 16px;
	min-height: 200px;
	    margin-bottom: 144px;
}
.normal-page_container h1, h2 {
	margin: 0;
	padding: 0px;
	font-family: "Rubik";
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 16px;
}


/* Info page */

.wp-block-columns {
    border: 1px solid white;
    padding: 16px;
    margin: 0;
    margin-bottom: 16px;
	font-size: 26px;
	font-family: "Rubik";
	font-weight: 400;
}

.page-id-25 .wp-block-columns .wp-block-column:first-of-type {
	flex-basis: 15%!important;
}
.page-id-25 .wp-block-columns .wp-block-column:last-of-type {
	flex-basis: 85%!important;
}

h2.wp-block-heading {
    margin: 0;
    padding: 0;
    font-family: "Rubik";
    font-weight: 500;
    font-size: 32px;
}

a.wp-block-button__link {
	border-radius: 0px;
    background: white;
    color: black;
    width: 440px !important;
    font-family: "JetBrains Mono";
    font-size: 24px;
    text-transform: uppercase;
    height: 44px !important;
    padding: 0px;
    text-align: right;
    padding-right: 16px;
	border: 1px solid white;
	transition: 0.5s ease;
}

a.wp-block-button__link:hover {
	background: black;
	color: white;
	transition: 0.5s ease;
}


.opening-hours_wrapper {
    border: 1px solid white;
    padding: 16px;
    font-size: 28px;
    font-family: "Rubik";
    font-weight: 400;
}
.opening-hours_title h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    padding-bottom: 16px;
    font-weight: 500;
}


.opening-hours tr {
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 16px;
	height: 40px;
}

.opening-hours {
	font-family: "Rubik";
	font-weight: 400;
	font-size: 28px;
}

.opening-hours td {
	width: 50%;
}

.opening-hours .dotw {
	float: left;
	text-transform: lowercase;
}

.opening-hours .hours {
	float: right;
	text-align: right;
}

.opening-hours table {
	margin-bottom: -0px;
}
 




/* Homepage */

.home-page_title {
    margin-bottom: 30px;
}

.home-page_title h1 {
        font-size: 88px;
    font-family: "Rubik";
    font-weight: 600;
    text-transform: lowercase;
    padding: 0;
    padding-top: 0px;
    margin: 0;
    line-height: 116px;
}




/*Home page agenda*/

.home_es_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60vw auto;
}

/* Hompage, next up */


div#hb2 {
    margin-bottom: 100px;
	display: none;
}
.nextup_holder {
	margin-bottom: 200px;
}


.nextup_wrapper {
	    display: block;
    position: relative;
    overflow: auto;
    white-space: nowrap;
	width: 100%;
}

.nextup_wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nextup_wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.nextup_container {
    width: fit-content;
}

ul#nextup {
    list-style: none;
    margin: 0;
    padding: 0;
	    width: fit-content;
    display: flex;
}

li.nextup_single {
    display: block;
    position: relative;
    float: left;
    width: 265px;
    height: 184px;
    border: 1px solid white;
    margin-right: 16px;
    overflow: hidden;
	transition: 0.5s ease;
}

li.nextup_single:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s ease;
		color: white!important;
	text-decoration: none;
}




.nu_top-right {
    display: block;
    position: relative;
    float: right;
    clear: right;
    
}
.es_day { 
display: block;
    position: relative;
    float: left;
    clear: both;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;
}
.nu_bottom {
    display: block;
    position: absolute;
    clear: left;
    height: 96px;
    bottom: 0;
	width: 100%;
}

	

.nu_top-left {
    display: block;
    position: relative;
    float: left;
}

.nextup_last {
    font-family: "Rubik";
    font-size: 44px;
    text-align: left;
    text-wrap: auto;
    padding: 0;
    line-height: 40px;
    display: block;
    position: absolute;
    height: fit-content;
    width: 88%;
    bottom: 18px;
    left: 8px;
}

li.nextup_single.last {
	transition: 0.5s;
}


li.nextup_single.last:hover {
	background: white;
	color: #0d0d0d!important;
	transition: 0.5s;
}

	

/* Agenda page*/

.test-divider {
	position: relative;
	display: flex;
}

.page-id-12 .test-divider {
	/*margin-top: 16px;*/
}

.agenda-row.first {
	width: fit-content;
	max-width: 47%;
}

.agenda-row.second {
	width: -moz-available;
	width: -webkit-fill-available;
	min-width:  600px;
	margin-bottom: 40px;
	border-bottom: 0px;
}

ul.agenda_content_holder {
    list-style: none;
    padding: 0;
    margin: 0;
	/*width: fit-content;*/
}

li.agenda_eventcard  {
	/*width: 47%;*/
	width: 100%;
}

li.agenda_eventcard.open  {
	border-right: 1px solid white;
}


.scroller {
	border: 1px solid white;
}
.single-event .scroller {
	    border-top: 1px solid white;
		border-left: 0px;
}

#scrollerholder.open .scroller {
	border-left: 0px;
}

#shelfholder.open {
	border-right: 1px;
}



ul.agenda_cards {
    list-style: none;
    padding: 0;
    margin: 0;
	border-left: 1px solid white;
	margin-left: -1px;
}
ul.agenda_cards li.agenda_singlecard  {
	height: 140px;
	width: 100%; 
	transition: 0.5s ease;
	display: block;
	position: relative;
	border-bottom: 1px solid white;
	border-left: 0px;
	cursor: pointer;
}

ul.agenda_cards li.agenda_singlecard:last-of-type {
	border-bottom: 0px;
}

li.agenda_singlecard.clicked {
	background: rgba(255, 255, 255, 0.2);
    transition: 0.5s ease;
}

.agenda_singlecard {
	display: block;
	height: 140px;
}
.agenda_eventcard.closed {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.agenda_eventcard.open {
	height: fit-content;
	width: 100%;

}
.agenda_eventcard.opened {
		min-width: 38vw;
}
	

li.agenda_singlecard:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s ease;
}

.as_one {
    width: 288px;
    height: 100%;
    float: left;
}

.as_two {
    width: 53%;
    display: block;
    float: left;
	height: 100%;
}


.as_three {
    width: 239px;
    float: right;
    display: block;
    height: 100%;
    text-align: right;
	position: absolute;
	right: 0;
}
.as_title h3 {
    margin: 0;
    padding: 0;
    margin-top: 16px;
    font-size: 28px;
    font-family: "Rubik";
    font-weight: 400;
}

.as_subtitle {
	font-weight: 100;
	font-size: 18px;
	font-family:  "Rubik";
	margin-top: -6px;
}

.as_day {
    display: block;
    position: relative;
    float: left;
    clear: both;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;
}

.as_date {
    display: block;
    float: left;
    clear: both;
    font-size: 88px;
    font-family: "Rubik";
    font-weight: 600;
    padding: 0;
    margin: 0;
    height: 104px;
    margin-top: -19px;
    margin-left: 8px
}
.as_cat {
    border: 1px solid white;
    width: fit-content;
    border-top: 0px;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "JetBrains Mono";
}

.mob_cat {
	display: none;
}

span.mobilehide {
	display: none;
}

.presaledoor span.mobilehide,
.presaleonly span.mobilehide {
	display: block;
	margin-right: 8px;
}



.ticket_wrap {
/*a.ticketurl {
    width: 239px;*/
	width: fit-content;
	padding-left: 68px;
	
    display: block;
    position: relative;
	float: right;
    height: 44px;
    background: white;
    color: #0d0d0d;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'JetBrains Mono';
    font-size: 24px;
    padding-top: 4px;
    padding-right: 16px;
	border: 1px solid white;
	transition: 0.2s ease;
}

.ticket_wrap:hover,
.ticket_wrap:active,
.ticket_wrap:focus {
	transition: 0.2s ease;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.15);
}

.ticket_wrap.free,
.ticket_wrap.dooronly,
.ticket_wrap.private,
.ticket_wrap.tba,
.ticket_wrap.soldout {
	    pointer-events: none;
}




.ticket_arrow {
    width: 24px;
    height: 24px;
    background-image: url('arrow_outward.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 10px;
    left: 32px;
	transform: rotate(135deg);
}

.ticket_arrow.pointright {
	transform: rotate(-135deg);
}

.soldout .ticket_arrow,
.empty .ticket_arrow,
.free .ticket_arrow,
.dooronly .ticket_arrow,
.private .ticket_arrow {
	display: none;
}

.empty ul.event_pricing,
.free ul.event_pricing,
.tba ul.event_pricing,
.private ul.event_pricing {
	display: none;
}

.dooronly ul.event_pricing li#presale {
	display: none;
}
.regreq ul.event_pricing li#door,
.presaleonly ul.event_pricing li#door {
	display: none;
}



.ticket_text {
	display: inline-flex;
}

a.ticketurl {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

.empty a.ticketurl,
.free a.ticketurl,
.dooronly a.ticketurl,
.private a.ticketurl {
	display: none;
}



/* Edit footer*/
.page-id-12 .edit-footer,
.page-id-15 .edit-footer,
body.home .edit-footer {
	display: none;
}



/*Contact page community urls*/

ul.community_urls {
	list-style: none;
    margin: 0;
    padding: 0;
    font-family: JetBrains mono;
    font-size: 20px;
    font-weight: 500;
    height: 43px;
    display: block;
    position: relative;
}

.community_urls_wrapper {
    display: block;
    position: relative;
    clear: both;
	display: block;
	position: relative;
}

.community.gridcontainer {
    display: block;
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 16px;
    padding-bottom: 36px;
    border: 1px solid white;
    margin-top: 16px;
}
.community h3 {
		margin: 0;
    font-size: 32px;
    font-family: "Rubik";
    font-weight: 500;
	margin-bottom: 13px;
}
.section_subtitle {
    font-size: 26px;
    font-weight: 400;
    font-family: "Rubik";
    letter-spacing: 0;
    margin-bottom: 32px;
}


li.join {
	list-style: none;
    float: left;
    display: block;
    position: relative;
    height: 42px;
    padding-top: 7px;
    padding-right: 10px;
    text-align: right;
    text-transform: uppercase;
	margin-right: 16px;
}

li#whatsapp {
	background: #25D366;
	color: #0d0d0d;
	width: 264px;
}

li#signal {
	background: #3A76F0;
	color: white;
	width: 240px;

}
li#instagram {
    background: white;
    color: black;
    width: 336px;

}

li#instagram:hover,
li#whatsapp:hover,
li#signal:hover {
	background: white;
	color: #0d0d0d;
}

/* Map */


.contact_map {
    display: block;
    position: relative;
}

.map-right {
    width: 58%;
    height: 362px;
    /*background: gray;*/
	background-image: url('Map750.png');
	background-size: auto 131%;
	background-position: center center;
    min-width: 416px;
    max-width: 629px;
	position: relative;
	display: block;
	transition: 0.5s ease-in-out all;
}
.map-right:hover {
	background-size: auto 150%;
	transition: 0.5s ease-in-out all;
}


a#mapsoverlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

a#mapsoverlay:hover {
	text-decoration: none;
}

.map-wrapper {
     display: flex;
    position: relative;
    width: 100%;
    border: 1px solid white;
    padding: 16px;
    margin-top: 16px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 16px;
}

.antia-address {
    display: flex;
    flex-direction: column;
}
.antia-address span {
	font-size: 28px;
	font-family: "Rubik";
	font-weight: 400;
}


.map-wrapper h2 {
	margin: 0px;
	font-size: 32px;
	font-family: "Rubik";
	font-weight: 500;
	margin-bottom: 16px;
}



/*Contact form*/

.page-id-15 article {
	border: 1px solid white;
}

.contact_form_wrapper {
	font-family: JetBrains mono;
}

legend.wpforms-field-label,
#contact_form label {
	color: white!important;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 500;
}
.wpforms-container .wpforms-submit-container {
	min-height: 42px;
}

#contact_form input {
	max-width: 100%;
	background: rgba(27, 27, 27, 0.5);
	border: 1px solid white;
	padding: 8px;
	padding-left: 16px;
	font-family: Rubik;
}


#contact_form input[type="radio"] {
	opacity: 0;
}


#contact_form li.depth-1:hover,
#contact_form li.depth-1.wpforms-selected,
#contact_form li.depth-1:hover label,
#contact_form li.depth-1.wpforms-selected label {
	background: white!important;
	color: #0d0d0d!important;
}

#contact_form li.depth-1.wpforms-selected label {
	color: #0d0d0d!important;
}
#contact_form ul#wpforms-47-field_4 li.depth-1:hover label {
color: #0d0d0d!important;
}
	

input#wpforms-47-field_2::placeholder,
#contact_form text::placeholder,
#contact_form textarea::placeholder,
#contact_form input::placeholder {
		color: rgba(255, 255, 255, 0.3);
		border-radius: 0px;
}

div.wpforms-container-full input[type=text] {
	color: rgba(255,255,255,0.5)!important;
}

#contact_form div#wpforms-47-field_3-container legend.wpforms-field-label {
	font-family: "Rubik";
	text-transform: capitalise;
	padding-right: 7px;
	font-weight: 500;

}
#contact_form div#wpforms-47-field_3-container label {
	font-family: "JetBrains Mono";
	text-transform: uppercase;
	padding-right: 7px;
	font-weight: 200;
}


#wpforms-47-field_2,
#wpforms-47-field_1 {
	width: 100%;
	height: 53px;
}

#contact_form textarea {
	background: rgba(27, 27, 27, 0.5);
	border: 1px solid white;
	
}

#contact_form text,
#contact_form input,
#contact_form textarea,
#contact_form email {
	--wpforms-field-text-color: white;
	padding-left: 20px;
}


ul#wpforms-47-field_3 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

ul#wpforms-47-field_3 li {
	display: block;
	position: relative;
	list-style: none;
	float: left;
	height: 32px!important;
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
	text-transform: uppercase;
	border: 1px solid white;
	margin-right: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	background: rgba(27, 27, 27, 0.5);
}

#contact_form ul#wpforms-47-field_4 label {
	text-transform: uppercase;
	font-family: "JetBrains Mono";
	font-size: 18px;
	font-weight: 500;
}

button#wpforms-submit-47 {
    float: right;
    background: white;
    text-align: right;
    color: #0d0d0d;
    text-transform: uppercase;
    width: 239px;
    height: 44px;
    padding-right: 10px;
	border-radius: 0px;
	border: 1px solid white;
	font-family: "JetBrains Mono";
	font-size: 24px;
}

button#wpforms-submit-47:hover {
	background: rgba(0,0,0,0);
	color: white;
}

div#wpforms-confirmation-47 {
    margin-top: 16px;
}

/*Event type specific hiding*/


.event-type-dooronly li#presale {
	display: none;
}

.event-type-private ul.event_pricing,
.event-type-free ul.event_pricing {
display: none;
}

.event-type-presaleonly li#door {
	display: none;
}


/*Hider*/

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-22 {
	display: none;
}
tr.thursday, tr.friday {
    display: none;
}

/*end fixes*/

.wp-singular .footer_info {
	margin-top: 80px;
}

.event_ticketing {
    mix-blend-mode: screen;
    max-width: 590px;
    margin: auto;
	        margin-top: 64px;
        margin-bottom: 63px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-125 {
	border-bottom: 0px;
}

.event_ticketing {
	    mix-blend-mode: screen;
}

.community_urls_wrapper li#instagram:hover {
    background: black;
    color: white;
}

.ticket_wrap.artists a {
	color: black;
	transition: 0.5s ease all;
	cursor: pointer; 
}

.ticket_wrap.artists a:hover {
	opacity: 0.8;
	transition: 0.5s ease all;
}

.normal-page_content {
    font-size: 26px;
    font-family: "Rubik";
    font-weight: 400;
}

.normal-page_content a:hover {
    background: white;
    color: black;
}

.event_id-343 ul.event_pricing {
	opacity:  0;
	pointer-events: none;
}


.single-event.postid-343 .event_ticketing, 
.single-event.postid-343 .event_lineup_wrapper, 
.event_id-343  .event_ticketing,  
.event_id-343  .event_lineup_wrapper  {
	display: none;
}


/* Hm */

.acj_cont,
.bck_cont {
	display: block;
}


.acj_cont {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-image: url('minibby.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.bck_cont {
	 width: 12px;
    height: 12px;
    position: absolute;
	background-image: url('floer.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	    right: 20px;
    margin-top: -16px;
	
}

.fsgg {
	display: none;
	position: fixed;
}
#c0r4c {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
	z-index: 1000;
}

#c0r4c.active {
	display: block;
}

.ggsy {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	    position: relative;
		margin: auto;
		    top: 20vh;
    width: 402px;
    height: 494px;
}
.acj .ggsy {
	background-image: url('minibby.png');
}

.bck .ggsy {
	background-image: url('floer.png');
}


.gg_cross {
	display: block;
	position: absolute;
	background-image: url('close.svg');
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	right: 0px;
}

.gg_cross:hover {
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}


footer.entry-footer.edit-footer {
	display: none;
}

.gg_txt_wrapper {
    display: block;
    position: relative;
    width: 340px;
    text-align: center;
    top: 70px;
    margin: auto;
}

.txt_title {
    font-size: 33px;
    font-weight: 500;
    line-height: 37px;
}

.gg_txt_wrapper a:hover {
	background: black;
	color: white;
}

.txt_sub {
    margin-top: 52px;
    font-size: 18px;
}

.txt_c {
    font-size: 33px;
}

@media screen and (max-width: 550px) {
	
	.ggsy {
		width: 302px;
    height: 394px;
	top: 15vh;
	}
	.gg_txt_wrapper {
		width: 80%;
		top: 50px;
	}
	.txt_title {
    font-size: 26px;
    line-height: 32px;
}
.txt_sub {
    margin-top: 32px;
    font-size: 15px;
}
.txt_c {
    font-size: 26px;
}
	
}


li.agenda_eventcard.open {
	min-width: 37vw;
}
