.page-wrapper {
	width:100%;
	background-color:#fae6ce;
    padding:0;
    z-index: 888;
}	
	
.tl-header:after {
  content: "";
  display: table;
  clear: both;
}

.tickets-list-wrapper:after {
  content: "";
  display: table;
  clear: both;
  
  font-family:"londrina_light", Roboto, sans-serif;
}

.tickets-list-wrapper:after {
	  content: "";
	  display: table;
	  clear: both;
}
.tickets-list-wrapper {
		
}

.tl-item {
	margin:24px 0;
}

.tl-item.grayed {
	opacity:.5;
}


@keyframes blinker {
  50% {
    opacity: .4;
  }
}

.tl-flasher {
	background-image: url(/treefort-wp/2025/purple-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    width: auto;
    height: 50px;
    color: white;
    text-align: center;
    position: absolute;
    right: 300px;
    top: 0;
    padding-top: 16px;
    text-transform: uppercase;
    font-family: 'londrina_light';
    text-align: right;
    padding-right: 38px;
    padding-top: 14px;
    padding-left:24px;

	animation: blinker 3s ease-in-out infinite;
}



.tl-item.grayed .tl-switch, .tl-item.grayed .tl-body {
	display:none;
}

.tl-info-fineprint {
	padding: 8px 32px;
    color: #9c9c9c;
    font-size: 1.3em;
    font-family: 'londrina_light';
}

.tl-pricing-header {
	clear:both;
	width:100%;
	font-size:1.2em;
	padding:12px 32px;
	color:white;
	text-transform:uppercase;
}

.tl-item.orange .tl-pricing-header {
	background-color:#eb6145;
	
}

.tickets-eye {
	display:flex;
	margin:64px;
	justify-content:center;
}
.tl-header {
	background-color:#eb6145;
	color:white;
	font-size:1.2em;
	text-transform:uppercase;
	padding:4px;
	display:flex;
}
.tl-header .tl-starting-at {
    padding-left: 20px;
    color: #000;
    font-size: 0.75em;
}


.tl-item.gray .tl-header {
	background-color:#333;
}


.tl-item.blue .tl-header {
	background-color:#538dc7;
}

.tl-item.dark-pink .tl-header {
	background-color:#e888a3;
}

.tl-item.pink .tl-header {
	background-color:#edafc0;
}

.tl-item.green .tl-header {
	background-color:#7fd790;
}





.tl-header h4 {
	float: left;
    width: 85%;
    font-size: 2em;
    margin: 14px 0 0 32px;
    letter-spacing:.1em;
}

.tl-switch {
	margin:8px 1.5% 0 1.5%;
	width:12%;
	text-align: right;
    padding-right: 1em;
    padding-top:24px;
}

.tl-switch img {
	width:56px;
	height:auto;
	float:right;
	cursor:pointer;
}

.tl-purchase {
	text-align:right;
	padding-right:24px;
	width:33%;
}

.tl-purchase img {
	width:160px;
	height:auto;
	float:right;
	cursor:pointer;
	margin-right: 32px;
    margin-top: 0;
}

.tl-purchase img.sold-out {
	cursor:default;
}

.sold-out-button {
	font-family:"londrina_light", Roboto, sans-serif;
	background-color:#b299e5;
	color:#fae6ce;
	text-transform:uppercase;
	font-size:2em;
	padding:.2em .75em;
}


.tl-body {
	
	background-color:#fff;
	overflow:hidden;
	
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
}


.tl-body-item {
	margin:22px 0 22px 0;
	position:relative;
	display:flex;
}

.tl-body-item:after {
	  content: "";
	  display: table;
	  clear: both;
}

.tl-info-wrapper {
	width:66%;
}


	


.collapsed .tl-body {
	/*display:block;*/
		max-height: 0; 
   
   		-webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out;  	
}

.expanded .tl-body {
	/*display:none;*/
		max-height:9400px;	
		-webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out; 
}



.tl-info {
	font-size:1.1em;
	color:black;
	
}

.tl-info-inline {
    margin: 12px 0 16px 36px;
    /* float: left; */
}

.tl-header h4 {
	font-family:"londrina_light", monospace;
}
.tl-info.tl-info-inline.tl-info-large {
	font-size:2.2em;
	font-family:"londrina_light", monospace;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
}

.tl-item.blue .tl-info.tl-info-inline.tl-info-large {
	color:#538dc7;
}

.test-buttons {
	width:200px;
	margin:0 auto;
}


.tl-expand-collapse {
	font-size:4em;
	color:#6633cc;
	line-height:0;
	font-family:"londrina_light", Roboto, sans-serif;
}

.tl-buy-btn {
	color: #fae6ce;
    background-color: #6633cc;

    padding: .2em 1.5em;
    font-family:"londrina_light", Monaco, Courier, monospace;
    font-size:2em;
    cursor:pointer;
    margin-top:8px;
}

.tl-info-inline-full {
	width:90%;
	margin-top:16px;
	margin-bottom:8px;
	padding-bottom:8px;
}

.tl-buy-btn.free-btn {
	padding-left:24px;
	padding-right:24px;
}

.tl-buy-btn.on-hold-small, a .on-hold-small {
	font-size:1.2em;
	background:transparent;
	color:#6633cc;
	display:inline-block;
	margin-top:9px;
	color:#666;
	padding-right:0;
}



.tickets-nav {
	display:flex;
	justify-content:center;
}

.tickets-nav .tickets-nav-item {
	font-family:"londrina_light", Monaco, Courier, monospace;
	font-size:24px;
	margin:12px 32px;
	text-transform:uppercase;
}
.anchor_placement {
	position:relative;
	top:-116px;
}

.tl-switch > span {
    cursor: pointer;
}

@media only screen and (max-width: 1300px) {
	
	.tl-flasher {
		position: static;
		background-image: none;
		background-color: #6732cc;
		text-align: center;
		height: 24px;
		padding-top: 0;
		margin-top: -6px;
		margin-bottom: 12px;
		width:100%;
		margin:4px 0;
	}
	
}
@media only screen and (max-width: 1100px) {
    .tl-header .tl-starting-at {
        padding-left: 0;
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
	
	
	.tl-body-item {
		flex-direction:column;
		border-bottom: 1px dashed #ccc;
        padding-bottom: 32px;
	}
	
	.tl-info-wrapper {
		width:100%;
		
	}


	
	.page-wrapper {
		padding:4px;
		margin-bottom:120px;
	}
	.tickets-list-wrapper {
		width:100%;
	}
	
	.tl-header h4 {
		font-size:1.5em;
		text-align:center;
		/*width:100%;*/
		margin:0 4px 0 4px;
		line-height:110%;
		padding:8px 0;
	}
	
	.tl-switch {
		margin-top:28px;
		padding:0;
	}

	
	.tl-info-inline {
		width:90%;
		margin:12px 5%;
		float:none;
		text-align:center;
	}
	
	.tl-purchase {
		width:100%;
		clear:both;
		text-align:center;
		padding-right:0;
	}
	.tl-purchase img {
		float:none;
		display:inline;
		margin:0;
	}
	
	.tl-switch {
		/*display:none;*/
	}
	
	.collapsed .tl-body {
		/*max-height:9400px;*/
	}
}
	
