html {
	height:100%;
}

body {
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	height:100%;
	color:#FFF;
	font-family: caslons-egyptian, sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	height:100%;
}

h1 {
	font-size:70px;
	margin:0;
	margin-bottom:15px;
	line-height: 1.3;
}

h2 {
	font-size:25px;
	margin:0;
	margin-bottom:20px;
	line-height: 1;
}
h3 {
	font-size:25px;
	margin:0;
	margin-bottom:30px;
	line-height: 1;
}

p {
	
}

a, a:visited {
	text-decoration: none;
	color:#FFF;
	-webkit-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease; 
}

.flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flex-col {
	-webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.vertcenter {
	-webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.btn, .btn:visited {
	color:#16180F;
	background:#FFF;
	display: inline-block;
	padding:0 20px;
	text-transform: uppercase;
	line-height: 37px;
	font-size: 0.88em;
}

.btn:hover {
	background:#809A94;
	color:#FFF;
}

main {
	height:100%;
}

#album {
	background:url(images/CalexicoIronandWine_YearsToBurn_Cover-Web.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:66.666%;
  height:100vh;
  position: relative;
  box-sizing: border-box;
}

.labels {
	position: absolute;
	top:30px;
	right:30px;
	width:auto;
}

.labels img {
	margin:0 10px;
}

.info {
  position: absolute;
  width:100%;
  top:48%;
  transform:translateY(-50%);
}

.links {
  position: absolute;
  width:560px;
  bottom:30px;
  left:50%;
  transform: translateX(-50%);
}

.listen svg {
	display: inline-block;
	box-sizing: border-box;
}

.listen a {
	display: inline-block;
	margin:0 20px;
	box-sizing: border-box;
}

#tour {
	width:33.333%;
	height:100vh;
	background:#EED8C1;
	position: relative;
	overflow: hidden;
}

.dates {
	padding: calc(15px + (35 - 15) * (100vw - 320px) / (1440 - 320));
	overflow:scroll;
	height:calc(100vh - 120px);
}

.dates::-webkit-scrollbar {
  width:10px;
}

.dates::-webkit-scrollbar-track {
  background:#F4E3D1; 
}

.dates::-webkit-scrollbar-thumb {
  background:#809A94;
}

.dates::-webkit-scrollbar-thumb:hover {
  background:#232010; 
}

.sitelink {
	position: absolute;
	bottom:0;
	left: 0;
	right:0;
}

.sitelink a {
	text-align: center;
	display: block;
	background:#809A94;
	padding:25px 0;
	text-transform: uppercase;
	text-decoration: none;
	color:#FFF;
	letter-spacing: 1px;
}

.sitelink a:hover {
	background:#232010;
}

.sitelink a svg {
	margin-left:10px;

}

.bit-widget .bit-event .bit-offers-text, .bit-widget .bit-event .bit-date, .bit-widget .bit-event .bit-location {
	font-weight: 400!important;
	text-align: left!important;
	letter-spacing: 0!important;
	color:#232010!important;
}

.bit-widget .bit-venue {
	color:#232010!important;
	font-weight: 300!important;
	text-align: left!important;
	letter-spacing: 0!important;
}

.bit-widget .bit-event .bit-location {
	font-weight: 300!important;
}

.bit-widget .bit-event .bit-button {
	line-height: 35px!important;
}

.bit-widget.bit-layout-ipad .bit-event-list-title {
	font-size:25px;
	margin:0;
	margin-bottom:20px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.social {
	border-top:1px solid #FFF;
	margin-top:15px;
	padding-top:15px;
}

.social div {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.social div:first-of-type {
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #FFF;
}

.social div a {
	display: inline-block;
	position: relative;
	bottom:-2px;
	margin-left:4px;
}





@media (max-width: 996px) {
	.flex {
		display:block;
	}
	#album {
		width:100%;
	}
	#tour {
		width:100%;
		height:auto;
		overflow: auto;
	}
	.dates {
		height:auto;
		overflow: auto;
	}
	.sitelink {
		display: block;
		position: static;
	}
}

@media (max-width: 600px) {

	h1 {
		font-size:55px;
	}

	#album {
		height:auto;
		padding:30px;
		box-sizing: border-box;
	}
	.labels {
		position: static;
		width:100%;
		text-align: center;
		margin-bottom:90px;
		display:flex;
		-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width: 100%;
	}

	.info {
		position: static;
		width:100%;
		transform:none;
		margin-bottom: 90px
	}

	.links {
		position: static;
		width:auto;
		transform:none;
		padding:0 15px;
	}

	.social div {
		/*display: block;*/
		width:48%;
		box-sizing: border-box;
	}

	.social div span {
		display: block;
		font-size: 80%;
		margin-bottom:10px;
	}
	.social div a {
		clear:left;
	}

	.social div:first-of-type {
    margin-right: 0;
    padding-right:0;
	}

	.listen a {
		margin:0 5px;
	}

	.listen svg, .listen img {
		height:25px;
		width:auto;
	}

	#tour {
		padding-top:20px;
	}

	.bit-widget.bit-layout-ipad .bit-event-list-title {
		text-align:center!important;
		padding-right:0!important;
		display: block!important;
		width: 100%;
	}

	.labels img {
		width:45px;
		height:auto;
	}

}

@media (max-width: 450px) {
	#album {
		padding:20px 15px;
	}
	.links {
		padding:0;
	}
	h1 {
		font-size:40px;
	}
	h2, h3 {
		font-size: 20px;
	}
	.bit-widget.bit-layout-ipad .bit-event-list-title {
		font-size:20px;
	}
	.listen svg, .listen img {
		height:22px;
		width:auto;
	}
}
