@charset "utf-8";

.map-svg {
	width: 100%;
	height: auto;
}
.map-svg .state {
	cursor: default;
}
.map-svg .has-locations {
	cursor: pointer;
}
#state-map {
	height: 30rem;
	width: 100%;
}
.single-location .pl-calendar tbody tr td {
	padding: 0;
}
.day-cell:not(.past) .event {
    cursor: pointer;
}
.day-cell:not(.past) .event:hover {
	color: #30d1ff;
}
.day-cell.past .event {
    opacity: 0.7;
}
.single-location #state-map {
	height: 300px;
}
#state-map .location-title {
    color: #226f6f;
    font-size: 1.125rem;
    font-weight: bold;
	border-bottom: 1px solid #226f6f;
	text-shadow: none;
	font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#state-map .location-details {
    color: #000;
    /*height: 100px;*/
    line-height: normal;
    /*width: 250px;*/
}
#locations-list > article {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding: 0.8rem;
}
#locations-list > article:hover {
	background: rgba(255,255,255,0.20);
}
#locations-list > article h3 {
    margin-top: 0;
	font-size: 120%;
}
#locations-list .entry-content {
    font-size: 92%;
}
#loc-events #events-list {
	background: #101b45;
    border: 1px solid #0050c7;
}
#loc-events #events-list .list-item {
	padding: 0.75em;
	margin: 0;
	width: 100%;
}
#loc-events #events-list .list-item .event-details {
	border-bottom: 1px solid #8f8f8f;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
.event-details > span {
	display: block;
}
.event-details .soldout {
    color: #ffff00;
    font-style: italic;
}
.event-details .low-tickets {
	color: #ffff00;
}
.event-details .event-fb-link a {
	color: #fff;
}
.event-details .event-fb-link a:hover {
	color: #30d1ff;
}
#events-list .event-title {
	font-size: 2em;
}
#loc-criteria {
	line-height: normal;
}
#loc-criteria .address_hint {
	font-style: italic;
}

.address_wrapper {
    line-height: normal;
}
#loc-leaderboards .gb-table {
	width: 100%;
}
#loc-events .events-list small.event-date {
    font-family: open sans;
	vertical-align: middle;
	font-weight: bold;
}
#loc-events .pl-calendar-top button {
	display: none;
}
#loc-events #events-list .event-description {
	
}
#loc-events .cycle-controls {
	margin-top: 1em;
}
#loc-events .cycle-controls .column {
	
}
#loc-events .cycle-controls .cycle-control-btn {
	width: 100%;
	margin-bottom: 0;
}
.highlight-games figure.game-wrap {
	padding: 1.25rem;
	text-align: center;
	margin-bottom: 0;
}
.highlight-games .game-wrap h4 {
	font-size: 1rem;
}
.highlight-games figure.game-wrap .game-cover-art {
	position: relative;
	border: 1px solid #009b00;
}
.highlight-games figure.game-wrap .game-cover-art::after {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
    box-shadow: 0 0 1px #000 inset;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
#loc-games .highlight-games figure.game-wrap .game-cover-art img {
	border-radius: 0;
}
#loc-games .games-text-list {
	margin-bottom: 0;
}
#loc-hours .hours {
	display: block;
}
#loc-criteria > div, #loc-hours > div {
    margin-bottom: 0.6em;
    margin-left: 0.7em;
}
.gb-table .column-Location {
	display: none;
}
.title-wrap > h4 {
	border-bottom: 1px solid #ffffae;
}
#events-list h4, #specials-list .item-title {
	font-weight: bold;
	color: #ffffae;
}
#events-list, #specials-list .list-item {
	border: 0.1em solid #777;
	background: #1E1E1E;
	border-radius: 0.5em;
	padding: 0.5em;
	width: 97%;
	margin: auto auto 0.75em;
}
#specials-list {
}
#specials-list .list-item {
	background: #103111 none repeat scroll 0 0;
	border-color: #009750;
}
.marquee {
}
.marquee .list-item .title {
	color: #fff;
}
#specials-list .price {
    color: #fff;
	float: right;
}
#specials-list .loc-ds-details {
	margin-left: 4rem;
}
.cycle-carousel-wrap {
	width: 100%;
}
@media only screen and (max-width: 40.063em) {
	#calendar-column {
		display: none;
	}
}
.searchform input, .searchform select {
    font-size: 0.9rem;
    height: auto;
    padding: 0.5rem 0.5rem;
	margin-bottom: 0px;
}
.searchform .search-submit {
	width: 100%;
}
#locations-list .location .fa-map-marker {
    float: left;
    font-size: 6em;
    margin: 0 0.25em 0 0.1em;
}
#party-packages {
	text-align: center;
}
#subscription-lists > li {
	display: inline;
}
#loc-parties .parties-top {
	background: url(../images/birthday-candles-dim.jpg) no-repeat scroll 0 -0.2em #091a2e;
	background-size: cover;
	text-shadow: 1px 2px 1px #000;
	padding: 1em 1em 1em 1em;
}
body.single-location .column-Players {
    display: none;
}
.tax-states .coming-soon {
	color: #00ff00;
}
.index-card p {
    font-size: 70%;
    margin-bottom: 0.5em;
}
.general-packages {
	
}
.general-packages .package {
    border-bottom: 1px solid rgb(100, 100, 100);
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
}
.general-packages .package:last-of-type {
	border-bottom: none;
}
.general-packages .package .package-title {
    font-weight: bold;
    display: block;
    text-decoration: underline;
	font-size: 1.1em;
}
.general-packages .package .package-criteria {
    display: block;
}
.singular-price .icon-wrap {
    width: auto;
    height: auto;
    border-radius: 2.5em;
    padding: 0.5em 2em;
}
.singular-price .icon-wrap i {
	line-height: normal;
}
.range-line {
    font-size: 1.75em;
}
.range-line .range-digit {
    text-decoration: underline;
    font-size: 150%;
}
.details {
	font-size: 1.25em;
}
.details .price-only {
    margin-right: 5px;
}
.details .price-cost {
	font-family: Impact, Charcoal, sans-serif;
    color: #ff0;
    font-size: 2.5em;
    vertical-align: middle;
}
.parties-bottom {

    margin-top: 1em;

}

/* SIMPLE LOCATIONS LIST */
#locations-table td .revealoncellhover {
	visibility: hidden;
}
#locations-table td:hover .revealoncellhover {
	visibility: visible;
}
#locations-table td.phone {
	white-space: nowrap;
}