@import url( 'reset.css' );
/* @import url( 'brandon-grotesque.css' ); */
/* @import url("trade-gothic.css"); */
/* @import url( 'font_eames.css' ); */
/* @import url( 'brandon-text.css' ); */
/* @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

.clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
 } 

body {
	font: 18px 'Jost', 'Helvetica Neue', Helvetica, 'Times New Roman', Times, serif;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
	background: #111 url( '../img/Tipsy-BG-Stars-v2.png' );
	background-size: 150px;
	color: #fff;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
	color: #cc2947;
	text-decoration: underline;
}

a:hover {
	color: #aa1732;
	/* text-decoration: underline; */
}

h1 {
	font-family: 'Fraunces', 'Times New Roman', Times, serif;
	font-weight: 600;
	font-size: 1.8em;
	/* font-style: italic; */
	text-align: center;
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
}

h3 {
	text-align: center;
	letter-spacing: .5px;
}

h4 {
	font-family: 'Eames Century Modern', 'Times New Roman', Times, serif;
	font-weight: 300;
	font-size: 1em;
	font-style: italic;
	text-align: center;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
}

hr {
	width: 100px;
	height: 2px;
	color: #fff;
	background: #fff;
}

#intro {
	background-image: url('../img/Tipsy-BG-Left.png'), url('../img/Tipsy-BG-Right.png'), url('../img/Tipsy-BG-Header.jpg');
	background-position: left bottom, right bottom, center bottom;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 45%, 60%, cover;
	height: 600px;
	height: calc((100vw) * 0.42);

	padding-top: 5vw;
}

#intro h1 {
	text-align: center;
	background: url( '../img/Tipsy-Logo.png' );
	background-size: 100%;
	background-repeat: no-repeat;
	width: 506px;
	height: 72px;
	width: 33vw;
	height: 4.696vw;
	margin: 0 auto 25px auto;
	color: transparent;
}

#intro h2 {
	font-size: 24px;
	font-size: 1.7vw;
	letter-spacing: 5px;
	letter-spacing: .35vw;
	font-weight: 500;
}

#intro h3 .button {
	margin-top: 30px;
	font-size: 1em;
	font-size: 1.2vw;
	width: 450px;
	width: 35vw;
	border: 3px solid #cc2947;
}

#intro {
	margin: 0 0 0 0;
}

.nav {
	position: absolute;
	top: 6.7vw;
	width: 32%;
	text-align: center;
}

.nav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	margin: 0 20px;
}

.nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 1.2vw;
}

	.nav a:hover {
		color: rgba( 255, 255, 255, .5 );
	}

#nav1 {
	left: 0;
}

	#nav1 ul {
		/* right: 20%; */
	}

#nav2 {
	right: 0;
}

	#nav2 ul {
		/* left: 60px; */
	}

.section {
	margin: 0 10% 80px 10%;
}

.section h1 {
	margin: 0 0 20px 0;
}

.section hr {
	margin-bottom: 40px;
}

.section ul {
	list-style-type: none;
}

.section ul h2 {
	margin: 0 0 10px 0;
}

.section li {
	margin: 0 0 40px 0;
}
.section ul h4 {
	margin: 8px 0 10px 0;
	letter-spacing: 0;
	font-size: 0.9em;
}

.section p {
	margin: 0 auto;
	width: 100%;
	line-height: 1.5;
	text-align: center;
	font-size: 24px;
}

.section p em {
	font-weight: 200;
	font-style: italic;
	font-size: .7em;
	letter-spacing: 1px;
}

a.button {
	background: #cc2947;
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 20px 20px;
	border-radius: 6px;
	/* width: 350px; */
	text-transform: uppercase;
	letter-spacing: 3px;
	letter-spacing: .25vw;
	font-size: .7em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.button:hover {
	background: #aa1732;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
}

.section ul a.button {
	/* width: 100px; */
	border: 2px solid #cc2947;
	background: none;
}

.section ul a.button:hover {
	background-color: #cc2947;
	color: #fff;
}

.section ul a.button_disabled,
#intro h3 a.button_disabled {
	pointer-events: none;
	background: none;
	border-color: rgba( 255, 255, 255, .2 );
}

#pass {
	margin-left: 0;
	margin-right: 0;
	padding: 50px 10%;
	background-color: rgba( 255, 255, 255, .05 );
	background-image: url( '../img/Tipsy-Spiral.png' );
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

#pass a.button {
	width: 350px;
}

.show_item {
	clear: both;
	width: 100%;
	overflow: hidden;
	font-size: 1.4vw;
	line-height: 1.3;
	border-bottom: 1px solid rgba( 255, 255, 255, .2 );
	padding: 20px 0 25px 0;
}

.show_item li {
	float: left;
	margin: 0;
	/* background-color: #333; */
}

.show_date {
	width: 15%;
	text-transform: uppercase;
	letter-spacing: .2vw;
	font-size: 1vw;
	padding-top: 4px;
}

.show_venue {
	width: 35%;
}

.show_venue_title {
	font-weight: bold;
	/* text-transform: uppercase; */
	/* letter-spacing: .2vw; */
}

.show_venue_opener {
	color: #aaa;
	font-weight: normal;
	font-size: 1.1vw;
	font-style: italic;
}

.show_city {
	width: 25%;
}

.show_tickets {
	width: 25%;
}

.show_tickets .button {
	margin: 0;
	padding: 10px;
}

#cast section {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
}

.cast_box {
	background: url( '../dogs/alex/alex.png');
	background-size: cover;
	aspect-ratio: 1/1;
	background-color: #111;
	height: auto;
	margin: 15px;
	flex-basis: calc(25% - 30px);
	flex-grow: 0;

	/* border-radius: 8px; */
	display: flex;
}

.cast_box.small {
	flex-basis: calc(20% - 30px);
}

.cast_info {
	margin-top: auto;
	padding: 15px 20px 15px 20px;
	width: 100%;
	background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,1));
	/* border-bottom-left-radius: 8px; */
	/* border-bottom-right-radius: 8px; */
}

.cast_info h2 {
	/* font-family: 'Fraunces', 'Trade Gothic', 'Franklin Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 6px;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
}

.cast_info h3 {
	font-size: 1em;
	color: #cc2947;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: left;
}

.cast_info h3 span {
	text-transform: uppercase;
	font-style: italic;
	font-size: .8em;
}

/*
.cast_box h4 {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
*/



.video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

#contact {
	background-image: url('../img/Tipsy-BG-Header.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 600px; */
	margin: 0;
	padding: 40px 0 80px 0;
}

#contact h1 {
	margin-bottom: 10px;
}

#contact a {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: .6em;
	color: #fff;
	text-decoration: none;
}

#contact a:hover {
	color: rgba( 255, 255, 255, .6 )
}

/*---- MOBILE ----*/
@media only screen and (max-width: 1200px) {
	body {
		/* background-color: #f00 !important; */
	}	
}

@media only screen and (max-width: 1000px) {
	.cast_box.small {
		flex-basis: calc(33.33% - 20px);
	}
}

@media only screen and (max-width: 800px) {
	.cast_box {
		margin: 5px;
		/* flex-basis: 50%; */
		
		flex-basis: calc(50% - 10px);
	}

	.cast_box.small {
		margin: 5px;
		flex-basis: calc(33.33% - 10px);
	}

	.cast_box.small .cast_info h2 {
		font-size: 1.3em;
	}

	.cast_box.small .cast_info h3 {
		font-size: 1em;
	}

	.cast_box.small .cast_info h4 {
		font-size: .8em;
	}

	.cast_info {
		padding: 15px 10px 15px 10px;
	}

	.cast_info h2 {
		font-size: 1.8em;
		font-size: 1em;
	}

	.cast_info h3 {
		font-size: .8em;
	}

	.cast_info h4 {
		font-size: 1em;
		letter-spacing: 0;
	}

	#cast {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/*---- MOBILE ----*/
@media only screen and (max-width: 600px) {
	body {
		/* background-color: #f00 !important; */
	}

	#intro {
		/* background-image: url( '../img/Tipsy-BG-Left.png');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: contain;
		height: 200px;
		padding: 30px 0 50px 0;
		margin-bottom: 20px; */
		height: calc((100vw) * .7);

		padding-top: 70px;

		background-size: 47%, 62%, cover;
	}

	#intro h1 {
		/* text-align: right;
		background-size: 100%;
		background-repeat: no-repeat;
		width: 160px;
		height: 147px;
		margin: 0 30px 10px auto;
		padding: 0;
		color: transparent; */
	}

	#intro h1 {
		width: 300px;
		height: 43px;
		margin-bottom: 14px;
	}

	#intro h2 {
		font-size: .8em;
		/* text-align: right; */
		letter-spacing: 2px;
		/* margin-right: 20px; */
	}

	#intro h3 .button {
		/*
		margin-top: 10px;
		margin-left: auto;
		margin-right: 20px;
		width: 160px;
		font-size: 0.9em;
		*/
		width: 80%;
		font-size: 0.8em;
		margin-top: 20px;
	}

	#intro h3 .button span {
		display: none;
	}

	.nav {
		position: absolute;
		top: 20px;
		width: 50%;
		text-align: center;
	}

	.nav li {
		margin: 0 10px;
	}

	.nav a {
		font-size: 12px;
	}

		.nav a:hover {
			color: rgba( 255, 255, 255, .5 );
		}

	#nav1 {
		left: 0;
	}

		#nav1 ul {
			/* right: 20%; */
		}

	#nav2 {
		right: 0;
	}

		#nav2 ul {
			/* left: 60px; */
		}

	a.button {
		width: 90%;
		font-size: 0.8em;
	}

	.section p {
		font-size: 18px;
	}

	#pass {
		background-size: 200%;
	}

	#pass a.button {
		width: 90%;
	}

	#shows h2 span {
		display: none;
	}

	.show_item {
		/*
		clear: both;
		width: 100%;
		overflow: hidden;
		font-size: 1.4vw;
		line-height: 1.3;
		border-bottom: 1px solid rgba( 255, 255, 255, .2 );
		padding: 20px 0 25px 0;
		*/
		font-size: 1em;
	}
	
	.show_item li {
		float: none;
	}
	
	.show_date {
		/*
		width: 15%;
		text-transform: uppercase;
		letter-spacing: .2vw;
		font-size: 1vw;
		padding-top: 4px;
		*/
		width: auto;
		font-size: .8em;
		padding-bottom: 5px;
	}
	
	.show_venue {
		/*
		width: 35%;
		*/
		width: auto;
	}
	
	.show_venue_title {
		/*
		font-weight: bold;
		*/
	}
	
	.show_venue_opener {
		/*
		color: #aaa;
		font-weight: normal;
		font-size: 1.1vw;
		font-style: italic;
		*/
		font-size: .9em;
	}
	
	.show_city {
		/*
		width: 25%;
		*/
		width: auto;
		font-size: .9em;
		padding-top: 5px;
	}
	
	.show_tickets {
		/*
		width: 25%;
		*/
		width: auto;
	}
	
	.show_tickets .button {
		/*
		margin: 0;
		padding: 10px;
		*/
		margin-top: 20px;
		font-size: 0.8em;
	}
}