.main {
	padding-top:10em;
}

h1{
	float:left;
	font-size:5.5em;
	font-weight: 300;
	margin-bottom:0.5em;
	width:100%;
	text-align:center;
	line-height: 1;
}

.shows {
	margin-bottom:3em;
}

.venue {
    float:left;
    clear:left;
    width:100%;
    margin-bottom:5px;
    border-radius: 10em;
    padding:0.5em;
    background-color:var(--bgblue);
}

	.Red {
		background-color: rgba(85, 23, 23, 0.65);
	}

	.Orange {
		background-color: rgba(142, 79, 34, 0.65);
	}

	.Yellow {
		background-color: rgba(142, 125, 34, 0.65);
	}

	.Green {
		background-color: rgba(83, 142, 34, 0.65);
	}

	.Blue {
		background-color: rgba(34, 132, 142, 0.65);
	}

	.Purple {
		background-color: rgba(83, 34, 142, 0.65);
	}

	.main .show-type {
		font-weight:normal;
		font-size: 3em;
		margin-top:2em;
		color:var(--peach);
		float:left;
		clear:both;
		text-align: center;
		width:100%;
		letter-spacing: 0;
	}

	.main h4.month-title {
		float:left;
		clear:left;
		width: 100%;
		font-size:2em;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
	}

    .venue-main {
        float:left;
        width:70%;
    }
    
        .venue-main h2 {
            color:#fff;
            font-size:2em;
            margin-bottom: 0;
            letter-spacing: 0.05em;
        }

        	.venue-main h2 span {
        		text-transform: uppercase;
        		color:var(--lblue);
        	}
        
        .venue-main p {
            font-size:1.1em;
			margin-bottom:0;
			text-transform: uppercase;
        }
        
            .venue-main p span {
                color:var(--lblue);
            }
            
            .venue-main .small {
                font-size:1.1em;
            }

        .venue-date {
        	float:left;
        	margin-right:2em;
        	padding:0.5em;
        	padding-right:0.75em;
        	background: linear-gradient(100deg, rgba(21,30,93,1) 0%, rgba(0,150,213,1) 100%);
        	border-radius: 10em;
        	color:#fff;
        }

        	.venue-main .day {
        		float:left;
        		font-size:2.9em;
        		font-weight:700;
        		line-height:1;
        		padding:0;
        		text-align: center;
        		min-width:1.3em;
        	}

        	.my {
        		float:left;
        		text-align:center;
        		width:3em;
        	}

        		.main .month {
        			width:100%;
        			text-transform: uppercase;
        			font-weight: bold;
        			line-height:1.2;
        			font-size:1.2em;
        		}

        		.main .year {
        			width:100%;
        			line-height: 1;
        		}
    
    .venue-buy {
        float:right;
        width:29%;
    }
    
        .venue-buy a {
            float:right;
            color:#fff;
            text-decoration: none;
            font-size:1.2em;
            padding:1em 0.8em;
            border:1px solid var(--lblue);
            border-radius:0.2em;
            width:200px;
            text-align: center;
            max-width:100%;
            border-radius: 10em;
        }
        
            .venue-buy a:hover {
            	background-color:var(--lblue);
                border:1px solid var(--lblue);  
                color:var(--bgblue);
            }
            
            .venue-buy a.soon,
            .venue-buy a.sold-out{
                color:#bbb;
                border:1px solid #bbb;
                cursor: default;
                font-size:1.2em;
            }

            	.venue-buy a.soon:hover,
            	.venue-buy a.sold-out:hover {
            		color:#bbb;
            		background-color:var(--bgblue);
            		border:1px solid #bbb;
            	}
            
            .main p.lastfew {
                font-size:0.7em;
                margin:0;
                text-align: center;
				color:red;
				line-height: 1;
            }

            .venue-info {
            	float:left;
            }

            	.venue-info * {
            		line-height: 1;
            	}

            .venue-main .venue-details {
            	font-size:1.3em;
            	line-height: 1;
            }

.gallery {
	display:grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap:2em;
	margin-bottom:5em;
}

.gallery a {
	border:0.25em solid var(--lblue);;
	border-radius:1em;
	overflow: hidden;
}

	.gallery a img {
		display:block;
		width:100%;
	}

	.gallery a:nth-of-type(4n) {
		margin-right:0;
	}
	
	.gallery a:hover {
		border:0.25em solid #fff;
	}

.videos {
	margin-bottom:5em;
}
	.videos h2 {
		font-size:5.5em;
		font-weight: 300;
		color:var(--peach);
		margin-bottom:0.5em;
		width:100%;
		text-align:center;
		line-height: 1;
	}

	video {
		float:left;
		clear:left;
		width:100%;
		margin-bottom:2.5em;
	}


.tabs {
    margin-bottom:2em;
    text-align:center;
}

.tabs a {
    display:inline-block;
    line-height: 1;
    background-color:var(--lblue);
    color:#fff;
    box-shadow:var(--lblue);
    text-decoration: none;
    font-size: 1.6em;
    font-weight:300;
    padding:1em;
    border-radius: 10em;
}

    .tabs a.active,
    .tabs a:hover {
        background-color:#fff;
        color:var(--bgblue);
    }

.people,
.stars {
	display:grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap:2em;
	margin:2.5em 0;
}

.stars {
	grid-template-columns: repeat(2,1fr);
}

.tab-content {
    display:none;
}

    .contents div:first-of-type {
        display:grid;
    }

.person {
	text-decoration: none;
	background-color:var(--lblue);
	padding:0.25em;
	border-radius: 1em;
	color:#fff;
}

	.person .text {
		padding:1em;
	}

	.person:nth-of-type(4n) {
		margin-right:0;
	}
	
	.person h2 {
		font-size:1.8em;
		margin-bottom:0.25em;
	}
	
	.person p {
		margin-bottom:0;
		line-height:1;
		font-size:1.1em;
	}

	.person img {
		width:100%;
		border-radius: 0.75em;
	}
	
	.person:hover {
		background-color:#fff;
		color:var(--bgblue);
	}
	
.cast-photo {
	float:left;
	width:45%;
	border:0.25em solid var(--peach);
	border-radius: 1em;
	margin-bottom:5em;
}

.cast-member .right {
	float:right;
	width:50%;
}

	.cast-member h2 {
		clear:left;
		font-size:4em;
		font-weight:300;
		margin-bottom:0.25em;
	}

	.cast-member .role {
		font-size: 1.8em;
		color:var(--lblue);
	}
	
	.backto {
		float:left;
		display:inline-block;
		font-size:1.3em;
		color:var(--lblue);
		margin-bottom:2em;
		background-color:#fff;
		border-radius:10em;
		text-decoration: none;
		padding:0.5em 1em;
		box-shadow:var(--ds_blue);
	}

		.backto:hover {
			color:#fff;
			background-color:var(--lblue);
		}

/* Store */

.type {
	margin-bottom:3em;
}

	.type > h3 {
		font-size:3em;
		font-weight:300;
	}

	.product {
		background-color:#fff;
		margin-bottom:1em;
	}

		.product .image {
			float:left;
			width:25%;
			background-color:#fff;
			padding:2em;
		}

		.product .text {
			float:right;
			width:75%;
			padding:2%;
			background-color:var(--purple);
		}

			.product .text h2 {
				color:var(--lblue);
				margin-bottom:0.5em;
				font-weight:300;
			}

			.product .text p {
				font-size:1.2em;
			}

			.product .links {
				margin-top:1.5em;
				margin-bottom:2em;
			}

			.product .links a {
				background-color:var(--lightpurple);
				color:#fff;
				padding:1em 2em;
				margin-right:1em;
				border-radius: 0.2em;
				text-decoration: none;
			}


				.product .links a:hover {
					background-color:var(--lblue);
					color:var(--purple);
				}

.default p,
.default h2,
.default h3,
.default h4,
.default h5,
.default h6 {
	text-align: center;
}

.default h2,
.default h3,
.default h4,
.default h5,
.default h6 {
	color:var(--lblue);
	font-weight:300;
}


@media screen and (max-width:1199px) {
	.people {
		grid-template-columns: repeat(3,1fr);
	}
}

@media screen and (max-width:999px) {
	#logo-small {
		padding:0;
	}

	.venue-date {
		padding:0.5em;
	}
}

@media screen and (max-width:699px) {
	.gallery {
		grid-template-columns: repeat(3,1fr);
	}

	.people {
		grid-template-columns: repeat(2,1fr);
	}

	.cast-photo,
	.cast-member .right {
		width:100%;
		margin-bottom:2em;
	}

	.product .text {
		padding:4%;
		width:100%;
	}

	.product .image {
		width:100%;
	}

		.product .image img {
			width:100%;
		}

	.venue {
		margin-bottom:1em;
	}

		.venue-date {
			margin-right:0;
			width:20%;
			margin-bottom:0.5em;
		}

		.venue-info {
			float:right;
			width:75%;
		}

		.venue-buy,
		.venue-buy a {
			clear:both;
			width:100%;
		}

		.venue-main {
			width:100%;
		}
}

@media screen and (max-width:534px) {
	.venue-date {
		text-align: center;
	}

		.venue-date p,
		.my {
			width: 100%;
		}
}
            
@media screen and (max-width:479px) {
    .venue-main,
    .venue-buy{
        width:100%;
        clear:left;
        float: left;
    }
    
        .venue-buy a {
            float:left;
        }

    h1 {
    	font-size:4em;
    }

    .gallery {
		grid-template-columns: repeat(2,1fr);
	}

    .people {
		grid-template-columns:1fr;
	}

	.product .links {
		margin-bottom:0;
	}

		.product .links a {
			display:block;
			width:100%;
			text-align: center;
			margin-bottom:0.5em;
			margin-right:0;
		}

	.my,
	.day {
		width:100%;
	}

	.venue-main .day {
		font-size:2.8em;
	}
}