/* SCHEDULE OF EVENTS */

#schedule {
	margin-top:5em;
}
#schedule td.space_above {height:15px;}
#schedule .schedule_row {
	padding-top:2.5px;
	padding-bottom:2.5px;
	padding-left:30px;
	text-indent:-25px;
}

#schedule td.indent {width:30px;}

#schedule .categorized {
	padding-left:30px;
}

#schedule .space_above {
	height:30px;
}
#schedule .space_below {
	height:90px;
}

#schedule .session_header_cell {
	border-bottom:1px solid rgba(0,0,0,0.5);
	position:relative;
}

#schedule .session_title {
	display:inline;
	position:absolute;
}

#schedule .session_number {
	font-family:"Cinzel", sans-serif;
	font-weight:normal;
	font-size:1.2em;
	font-weight:600;
	padding:5px 10px;
	margin-right:15px;
	position:relative;
	top:-30px;left:0;
	background-color:#fff;
	background-image: linear-gradient(to top, #ccc, #eee);
	border:1px solid #aaa;
	color:#666;
	width:150px;
	text-align:center;
	display:inline-block;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	white-space:nowrap;
}

#schedule .session_name {
	font-family:"Italianno";
	font-size:55px;
	line-height:40px;
	color:var(--accent-color);
	position:absolute;
	bottom:35px; left:175px;
	width:400px;
}
#schedule .doors_open, #schedule .session_date {
	position:absolute;
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
}
#schedule .doors_open {top:2.5px;right:0;}	
#schedule .session_date {top:-25px;right:0;}

#schedule .schedule_cat {
	font-family:var(--font-headline);
	font-weight:bold;
	padding:15px 0 10px 0;
}
#schedule .schedule_time {
	width:0;
	white-space:nowrap;
	padding:5px 30px;
}
#schedule ul {
	padding:10px 0 10px 0;
	margin:0;
}
#schedule li {
	text-indent:0;
}
#schedule td.schedule_row {
	font-size:0.9em;
}

@media(max-width:767px) {
	#schedule td.space_above {
		height:80px;
	}
	#schedule .doors_open {
		width:100%;
		top:35px; left:0;
	}
	#schedule .session_date {
		width:100%;
		top:10px; left:0;
	}
	#schedule .session_title {
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		width:100%;
	}
	#schedule .session_name {
		position:absolute;
		right:0; left:auto;
		text-align:right;
	}
}