

	#sdi {
		margin-bottom:0;
		width:100%;
		min-height:300px;
	}
	
	
	iframe.full-screen {
    	width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index:9999999;
		background-color:white;
	}


	.schedule-desktop {
		display:block;
		/*position:relative;*/
	}
	
	.full-screen-btn {
		font-family:"low_res", Roboto;
		font-size:12px;
		color: #7f220f;
		margin-bottom:-24px;
		cursor:pointer;
		text-align:right;
		margin-right:12px;
		cursor:pointer;
		width:auto;
	}


	.close-full-screen {
		display:none;
		position:absolute;
		top:20px;
		right:12px;
		background-color:#ed6245;
		color:white;
		width:auto;
		padding:8px 12px;
		-webkit-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.75);
		font-weight:bold;
		font-size:1.1em;
		z-index:99999999999;
		cursor:pointer;
	}
	
	.schedule-mobile {
		display:none;
	}
	
	
	.schedule-d-header {
		padding:32px;
		text-align:center;
		
	}
	
	.schedule-d-header img {
		display:inline;
	}
	
	.schedule-d-header h1 {
		text-align:center;
	}
	

	.sd-modal {
		display:none;
	
		border:4px solid #333;
		
		background-color:#edafc0;
		padding:12px;
		width:100%;
		max-width:500px;
		height:auto;
		position:fixed;
		top:150px;
		left:40%;
		
		z-index:99999999999;
		
	}

	.sd-close {
		position:absolute;
		top:4px;
		right:10px;
		font-size:28px;
		cursor:pointer;
	}

	.sd-modal .sd-title {
		font-family:low_res, "Londrina Solid", Roboto, Helvetica, sans-serif;
		font-size:1.4em;
		width:90%;
		color:white;
	
	}
	.sd-perfs {
		background-color:#edafc0;
		padding:8px 16px;
		border-radius:2px;
		color:#fff;
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
		margin:8px 12px;
	}
	
	.sd-tix {
		text-align:center;
		margin-top:6px;
	}
	
	.sd-tix a {
		background-color:#538DC7;
		color:white;
		font-size:.8em;
		padding:3px 12px;
	}
	.sd-perfs a {
		color:#fff;
	}
	
	.sd-tag {
		background-color:#ec603d;
		color:white;
		padding:2px 6px;
		margin-right:8px;
		
	}
	
	.sd-tag.sd-tag-nonlink {
		background-color:#c0978c;
	}
	
	#sd_modal .fa-thumbs-up {
		color:transparent;
	}
	.sd-description {
		max-height:250px;
		margin:12px 0;
		overflow:auto;
	}
	.sd-tag a {
		color:white;
	}
	.sd-tags {
		margin-top:6px;
		padding:2px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.sd-links {
		margin-top:6px;
		padding:2px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		font-size:.85em;
	}
	.sd-links a {
		color:white;
		margin-left:8px;
		margin-right:8px;
	}
	
	.sd-links a:hover, .sd-perfs a:hover {
		border-bottom:1px dotted white;
	}

	.sd-venue, .sd-time {
		font-weight:bold;
		color:white;
	}

.schedule__fort-filter__form.active {
	z-index:999999;
}

.schedule__row--filter {
	height:28px;
	width:75%;
}	

	
@media screen and (max-width:1030px) {
	.full-screen-btn {
		float:none;
		text-align:center;
		margin-top:12px;
	}

}
	
@media screen and (max-width:767px) {
	
	.schedule-d-header {
		display:none;
	}
	.full-screen-btn { 
		display:none;
	}
	.schedule-desktop {
		display:none;
	}

	.schedule-mobile {
		display:block;
	}
	.main, .page-id-51496 .main {
		margin-top:0 !important;
	}

			
	.sd-modal {

		width:96%;
		max-width:96%;
		height:auto;
		position:fixed;
		top:6px;
		left:2%;
		z-index:999999;
	}
	
	
	
}
