/* SCHEDULE */

#schedule {
	position:relative;
	width:100%;
	max-width:900px;
	margin:-30px auto 45px auto;
	text-align:left;
	color:#ccc;
}
#schedule .session_title {
	font-weight:normal;
	border-bottom:1px solid #999;
}
#schedule .session_number {
	color:#fff;
	font-size:14pt;
	position:relative;
	top:12px;
	background-color:#000;
	line-height:0;
	padding:5px 15px;
	border:1px solid rgba(255,255,255,0.5);
	border-bottom:none;
}
#schedule .session_name {
	font-family: "MonteCarlo", cursive;
	color:#b09350;
	font-size:32pt;
	font-weight:500;
	position:relative;
	left:20px;top:12px;
}
#schedule .session_date {
	position:relative;
	right:0;
	text-align:right;
	margin-bottom:10px;
	top:-25px;
	height:0;
}
#schedule .doors_open {
	position:relative;
	right:0;
	text-align:right;
	margin-bottom:10px;
	top:-5px;
	height:0;
}

#schedule .schedule_row {
	padding-left:25px;
}
#schedule .sesson_header_cell {
	position:relative;
}
#schedule .space_below {
	height:40px;
}

#schedule td {
	padding:5px;
}
#schedule td.indent {
	width:60px;
}


/* NEWS */

#news {
	min-height:600px;
	padding: 0 15px;
}
#news table {
	width:100%;
	margin-bottom:30px;
}
#news table:last-child {margin-bottom:60px;}
#news td {
	padding:0 0 45px 0;
	position:relative;
	text-align:left;
	line-height:1.5rem;
}
#news .photoContainer {
	width:200px; height:200px;
	overflow:hidden;
	border:1px solid #666;
	position:absolute;
	left:0; top:0;
}
#news .photoContainer img {
	width:100%; height:100%;
	object-fit:cover;
}
#news .news-header {
	padding-left:240px;
}
#news .subject {
	font-family:"Raleway",sans-serif;
	font-size:18pt;
	border-bottom:1px solid rgba(255,255,255,0.33);
	padding-bottom:5px;
	color:#b09350;
}
#news .author, #news .date, #news .time {
	display:inline-block;
	font-size:12pt;
	font-style:italic;
	color:#999;
	margin-bottom:30px;
}
#news .author {margin-right:30px;}
#news .date {margin-right:10px;}
#news .tdText {
	position:relative;
	padding-left:240px;
}

/* VENUE */

#venue {
	position:relative;
}
#venue-container1 {
	display:inline-block;
	width:100%;
	margin-top:-90px;
	padding:0 3rem;
	text-align:left;
}
#venue-poster {
	width:100vw;
	height:500px;
	object-fit:cover;
	overflow:hidden;
}
#venue:after {
	content:"";
	position:absolute;
	left:0; top:350px;
	width:100%; height:150px;
	background-image:linear-gradient(transparent, rgba(0,0,0,0.75));
}
#venue-logo {
	width:240px;
	display:block;
	border:5px solid #fff;
	z-index:2;
	float:left;
	margin-right:30px;
}
#venue-info {
	display:inline-block;
	font-size:1.2rem;
}
.venue-title {
	font-size:32pt;
	font-weight:bold;
	color:#fff;
	text-shadow:0 0 10px #3b577a;
	margin:30px 0 25px 0;
	z-index:1;
}
a.venue-button {
	display:flex;
	margin:20px 0 15px 0;
}
.starting-at, .venue-price, .venue-price-desc {
	display:inline-block;
}
.starting-at {}
.venue-price {
	font-size:xx-large;
	margin:0 5px;
	font-weight: 600;
    color: var(--Gold_Light);
}
.venue-price-desc small {
	font-size:0.75rem;
	position: relative;
    top: 20px;
    left: -85px;
}

#venue-container2 {
	clear:both;
	line-height:1.25rem;
	margin:3rem;
	text-align:left;
}

#venue-container3 h3 {
	text-align:center;
}
#venue-container3 iframe {
	width:100%;
	height:350px;
	border:1px solid #ccc;
}
.map-header {
	margin:15px 0;
	text-align:center;
}
#venue-directions {margin-top:30px;}


/* ENTRY FORMS */

.entryforms {
	
}
.entryforms ul {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	list-style-type:none;
	margin:0; padding:0;
	position:relative;
}
.entryforms ul li {
	width: 180px;
    height: 300px;
    padding-top: 160px;
    position: relative;
    margin: 15px;
    background: #000;
}
.entryforms ul li a {
	display:inline-block;
	font-size:1em;
	color:var(--default-text-color);
	line-height:1.2em;
	padding:15px;
	transition:0.2s ease-in-out;
}
.entryforms ul li a:hover {
	text-decoration:none;
	color:var(--accent-color);
	text-shadow:0 0 5px var(--default-text-color);
}
.entryforms ul li *:active, .entryforms ul li *:focus {
	outline:none;
}
.entryforms ul li a:before {
	content: "";
    background-image: url(/co/images/acrobat-gold.jpg);
    position: absolute;
    top: -130px;
    left: 40px;
    width: 100px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.2s ease-in-out;
}
.entryforms ul li a:hover:before {
	transform:scale(105%);
}
.entryforms.docPW ul li a:before {
	left:30px;
	background-image:url("/co/images/lock.png");
	background-color:#5b1602;
	border:7px solid #8b1f06;
	background-size:calc(100% - 20px);
	background-position:10px 10px;
}

.popup-password input[type=text], .popup-password input[type=password] {
	width:100%;
}
.popup-password .custom-select {
	width:100%;
}
.custom-select:after {
	background-color:#fff !important;
}

.modal-content {
	background-color:#000;
	/* background-image:url("/images/marble.jpg"); */
	border:1px solid var(--accent-color);
}