.custom .grossitems
{
	display: table;
	border-collapse: separate;
	border-spacing: 0 25px;
	width: 100%;
}
.custom .customrow { display: table-row; }
.custom .customrow.rows-1
{
	display: table-row;
	width: 33.333333%;
}
.custom .customrow.rows-2
{
	display: table-row;
	width: 66.666666%;
}
.custom .customrow.rows-3
{
	display: table-row;
	width: 100%;
}

.custom .customrow-w.rows-1
{
	display: table;
	width: 33.333333%;
	margin-left: 16.66%;
}
.custom .customrow-w.rows-2
{
	display: table;
	width: 66.666666%;
	margin-left: 16.66%;
}
.custom .customrow-w.rows-3
{
	display: table;
	width: 100%;
}


.custom .customitem
{
	width: 33.3333333%;
	padding: 20px 20px 20px 20px;
	text-align: center;
	display: table-cell;
	margin: 20px 0 20px 0;
	border-left: 2px #85714D solid;
	vertical-align: top;
	position: relative;
}

.custom.press h1 { text-align: center; }

.custom .customitem:first-child { border-left: none; }
.custom.press .returnlink { margin-top: 30px; }
.custom .customitem
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grossintro h2
{
	font-family: 'Gill Sans W01 Light', Helvetica, sans-serif;
	color: #85714D;
	font-size: 150%;
	font-weight: 300;
	margin-bottom: 12px;
}
.grossintro h3
{
	font-family: 'Gill Sans W01 Medium', Helvetica, sans-serif;
	font-size: 135%;
}
.customitem
{
	text-transform: uppercase;
}
.customitem h3
{
	font-family: 'Gill Sans W01 Light', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 220%;
	color: #85714D;
}
.customitem p { margin: 0 0 6px 0; }
.customitem .custom-img { position: relative; }
.custom .custom-img img
{
	width: auto;
	height: 256px;
}
.custom.press .custom-img img
{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px #000 solid;
}
.custom.contact h1
{
	font-size: 422%;
	font-family: 'Gill Sans W01 Light', Helvetica, sans-serif;
	font-weight: 300;
	color: #85714D;
	text-align: center;
}
/* 
.custom.contact h1.biggr { font-size: 566%; }
 */
.custom.contact h3
{
	font-family: 'Gill Sans W01 Light', Helvetica, sans-serif;
	font-weight: 300;
	color: #85714D;
	text-align: center;
	font-size: 120%;
}
.scrty { padding-top: 24px; }
.returnlink { padding-bottom: 24px; }
.custom.contact h3.bolder
{
	font-family: 'Gill Sans W01 Medium', Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	line-height: 150%;
}
.custom.contact #tickets,
.custom.contact #ticketdates
{ font-size: 19.2px; }
.custom.contact #tickets-label,
.custom.contact #ticketdates-label
{ color: #888; }
.custom.contact #sdl
{
	font-family: 'Gill Sans W01 Light', Helvetica, sans-serif;
	font-weight: 300;
	text-align: left;
	border-left: 2px #85714D solid;
	padding-right: 18px;
	padding-left: 18px;
	color: #85714D;
	margin-bottom: 28px;
	line-height: 21px;
}
.custom.contact #sdl h2
{
	text-transform: uppercase;
	margin-bottom: 8px;
}
.custom.contact #sdl h3
{
	text-align: left;
}
.custom.contact #sdl .sdldv { margin-bottom: 12px; }
.custom.contact #sdl a, .custom .gross a
{
	color: #85714D;
	text-decoration: underline;
}
.custom .gross {padding: 0 20px 0 20px;}
.custom .gross strong
{
	font-family: 'Palatino LT W01 Roman', Times, 'Times New Roman', serif;
	font-weight: bold;
}
.custom.press h1
{
	font-size: 422%;
	font-family: 'Gill Sans W01 Light', Helvetica, sans-serif;
	font-weight: 300;
	color: #85714D;
	text-transform: uppercase;
	margin: 0;
}
.custom.press .customitem h3 { font-size: 180%; }
.custom.press .customitem p { text-transform: none; }
.bspkimg img
{
	width: 50%;
	height: auto;
}
@media (max-width: 808px)
{
	.custom .custom-img img { height: 220px; }
	.custom.press .custom-img img
	{
		width: 100%;
		height: auto;
	}
	.custom.press .customitem h3 { font-size: 150%; }
	.custom.press h1 { font-size: 300%; }
}

@media (max-width: 767px)
{
	.custom .custom-img img
	{
		width: auto;
		height: 180px;
	}
	.custom.press .custom-img img
	{
		width: 100%;
		height: auto;
	}
	.grossintro h1 { font-size: 150%; }
	.grossintro h2 { font-size: 120%; }
	.grossintro h3 { font-size: 120%; }
	.customitem h3 { font-size: 180%; }
	.custom.press .customitem h3 { font-size: 130%; }
}

@media (max-width: 664px)
{
	.custom .customitem
	{
		width: 100%;
		display: block;
		margin: 20px 0 0 0;
		border-left: none;
		padding: 10px 20px 20px 20px;
		border-bottom: 2px #85714D solid;
	}
	.custom .customrow:last-child .customitem {border-bottom: 2px #85714D solid;}
	.custom .custom-img img
	{
		width: 75%;
		height: auto;
	}
	.custom .grossitems
	{
		display: block;
		border-collapse: separate;
		border-spacing: 0 0;
	}
	.custom .customrow { display: block; }
	.custom .customrow.rows-1
	{
		display: block;
		width: auto;
	}
	.custom .customrow.rows-2
	{
		display: block;
		width: auto;
	}
	.custom .customrow.rows-3
	{
		display: block;
		width: auto;
	}
	.custom .customrow-w.rows-1
	{
		margin-left: 0;
		width: auto;
	}
	.custom .customrow-w.rows-2
	{
		margin-left: 0;
		width: auto;
	}
	.custom.press .customitem h3 { font-size: 180%; }
	.bspkimg img { width: 100%; }

}
