/*
Theme Name: DCFC
Author: Hum Creative
Author URI: http://humcreative.com

*/

@font-face {
	font-family: 'SweetSans';
	src: url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSansPro-Regular.eot');
	src: local('☺'), url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSansPro-Regular.woff') format('woff'), url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSansPro-Regular.ttf') format('truetype'), url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSansPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SweetSans';
	src: url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSans-Bold.eot');
	src: local('☺'), url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSans-Bold.woff') format('woff'), url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSans-Bold.ttf') format('truetype'), url('http://deathcabforcutie.com/wp-content/themes/dcfc/fonts/SweetSans-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}


/* basics */

* {
	margin: 0;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'SweetSans',Verdana,Helvetica,sans-serif;	
	overflow-y: scroll;
	color: #000000;
	font-size: 18px;
	line-height: 19px;
	background-color: #f1f1f0;
}

.clear {
	clear: both;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

a {
	color: #bb9648;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a.black:hover {
	color: #bb9648;
}

p {
	margin: 0 0 1em 0;
}

img {
  width: 100%;
  border: 0;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

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

.list-no-style {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list-no-style li {
	margin: 0;
	padding: 0;
}


/* ---- Clearfixes ---- */

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}


/* ---- GRID Layout ---- */

*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto; }
.grid{margin:0 auto; max-width:1200px; width:100%;} 
.row{width:100%; margin:0 auto;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative; padding-left: 10px;padding-right: 10px;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
  padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
  padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.centered{float: none; margin: auto;}
.left {float: left; display: inline-block;}
.right {float: right; display: inline-block;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.fullwidth	{width:100%;}
.spaceG-top {margin-top: 60px;}
.spaceG-bot {margin-bottom: 60px;}
.spaceE-top {margin-top: 40px;}
.spaceE-bot {margin-bottom: 40px;}
.spaceC-top {margin-top: 25px;}
.spaceC-bot {margin-bottom: 25px;}
.spaceB-top {margin-top: 20px;}
.spaceB-bot {margin-bottom: 20px;}
.spaceA-top {margin-top: 10px;}
.spaceA-bot {margin-bottom: 10px !important;}
.space-top {margin-top: 2px;}
.space-bot {margin-bottom: 2px;}
.valign-middle {display:table; width:100%; height: 100%;}
.valign-middle > div {display: table-cell; vertical-align: middle;}
.two-column { 
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;    
}

.twothirds {	width: 65%; }
.onethird {		width: 33%;	}
.third-container .onethird,
.third-container .twothirds {	display: inline-block; float: left; clear: left; }
.third-container .onethird.last,
.third-container .twothirds + .onethird,
.third-container .onethird + .twothirds {	float: right; clear: right; }
.third-container .onethird + .onethird {
	width: 32%;
	clear: none;
	margin-left: 1.5%;
}

.half	  {		width: 49%; }
.half-container .half {	display: inline-block; float: left; clear: left; }
.half-container .half:nth-child(2n) {	float: right; clear: right; }

.eighth	  {		width: 11.5%; margin-right: 1% !important; }
.eighth-container .eighth:nth-child(8n) {	margin-right: 0 !important; }


/* ---- Font Styles ---- */
.gold  { color: #bb9648; }
.black { color: #000000; }
.black-bg { background-color: #000000; }
.grey  { color: #777777; }
.white { color: #ffffff; }
.small { font-size: 12px; line-height: 16px; letter-spacing: 1px; }
.smallish { font-size: 13px; line-height: 17px; letter-spacing: 1px; }
.select-style,
input,
.box,
.box-filled,
.bold  { text-transform: uppercase; font-weight: bold; letter-spacing: 2px; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }

.bigA { font-size: 24px;	line-height: 28px;	letter-spacing: 3px;  }
.bigC { font-size: 36px;	line-height: 40px;	letter-spacing: 5px;  }
.bigE { font-size: 72px;	line-height: 76px;	letter-spacing: 8px; }


/* ---- Layout Styles ---- */

.box-container a,
.tour-full .tickets,
.select-style,
input[type=text],
input[type=submit]:hover,
a.box-filled:hover,
.box {		
	padding: 29px 20px 28px;
	border: 5px solid #bb9648;
	background-color: #f1f1f0;
    -webkit-border-image:url(img/gold-bg.jpg) round; /* Safari 3.1-5 */
    -o-border-image:url(img/gold-bg.jpg) 5 5 round; /* Opera 11-12.1 */
    border-image:url(img/gold-bg.jpg) 5 5 round;
	color: #bb9648;
	display: inline-block;
	text-align: center;
}

a.box-filled:hover .white {
	color: #000000;
}

.tour-full .tickets:hover,
.box-container a:hover,
input[type=submit],
.box.current,
a.box:hover,
.box-filled {
	padding: 29px 20px 28px;
	background: #000000;
	color: #bb9648;
	border: 5px solid #000;
	display: inline-block;
	text-align: center;
}

.btns a {
	margin-right: 10px;
	display: inline-block;
}

.btns a:last-child {
	margin-right: 0;
}

.icon {
	padding-bottom: 5px;
	border-style: solid;
	border-color: transparent;
	border-width: 0 0 5px 0;	
	margin-bottom: 12px;
}

.icon:hover,
.icon.selected {
	border-color: #bb9648;		
    -webkit-border-image:url(img/gold-bg.jpg) 5 5 round; /* Safari 3.1-5 */
    -o-border-image:url(img/gold-bg.jpg) 5 5 round; /* Opera 11-12.1 */
    border-image:url(img/gold-bg.jpg) 5 5 round;
}

.banner_btn {
	display: block;
	position: relative;
    overflow:hidden;
}

.banner_btn.noimg {
	background: #333;
	transition: background .2s;	
	-moz-transition: background .2s;	
	-webkit-transition: background .2s;	

}

.banner_btn img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");    
	transition: all .2s;	
	-moz-transition: all .2s;	
	-webkit-transition: all .2s;	
}

.banner_btn .valign-middle {
	padding: 0 20px;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity .2s;	
	-moz-transition: opacity .2s;	
	-webkit-transition: opacity .2s;	
}

.banner_btn:hover img {
	filter: none;
	-webkit-filter: none;
}

.banner_btn:hover .valign-middle {
	opacity: 0;	
}

.banner_btn.noimg:hover .valign-middle {
	opacity: 1;
}

.banner_btn.noimg:hover{
	background: #666;
}

.irregular-grid-A .valign-middle {
	padding: 0 10px;
}

.irregular-grid-A .c8 .banner_btn {
	height: 352px;
}

.irregular-grid-A .c4 .banner_btn {
	height: 166px;
}

.irregular-grid-A .c6 .banner_btn {
	height: 256px;
}

.tab-contents .tab-content {
	display: none;
}

.tab-contents .tab-content.current {
	display: block;
}


/* forms */

.select-style select,
input {
	font-family: 'SweetSans',Verdana,Helvetica,sans-serif;	
	color: #000000;
	font-size: 18px;
	line-height: 19px;
	text-align: left !important;
	margin-bottom: 10px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	text-transform: uppercase !important;
    color:    #bb9648;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bb9648;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bb9648;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #bb9648;
}

.white::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
.white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
.white::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
.white:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ffffff;
}

input:focus {
  border-color: transparent;
  outline: none;  
}

input.white {
	color: #ffffff;
	background: transparent;
	border: 5px solid #ffffff;
}

input.white:hover {
	color: #000000;
}

.select-style {
	padding: 0;
    position: relative;	
    margin-bottom: 10px;
    line-height: 0;
    overflow: hidden;
}

.select-style select {
    padding: 25px 16px 25px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #bb9648;
    margin-bottom: 0;
}

.select-style .arrow {
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 33px;
	height: 14px;
	width: 14px;
	background: url(img/arrow-down.png) center center no-repeat transparent; 
}

.select-style select:focus {
    outline: none;
}

input[type=submit]:hover {
	cursor: pointer;
}


/* ---- Header ---- */

#logo {
	background: url(img/logo-bg.jpg) no-repeat 0 0; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

#logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#logo a:hover {
	color: #bb9648;
}

#nav {
	background: #000000;
	padding: 30px 0;
}

#menu-header-navigation li {
	margin-right: 20px;
}

#menu-header-navigation li a {
	color: #bb9648;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	-moz-transition: background .1s;
	-webkit-transition: background .1s;
	transition: background .1s;
	background-size: 0 0;
	background-position: center center;
}

#menu-header-navigation li.current-menu-item a,
.post-type-archive-music #menu-item-25 a,
.single-music #menu-item-25 a,
.tax-video_type #menu-item-28 a {
	color: #ffffff;
}

#menu-header-navigation li a:hover {
	background: url(img/diagonal-line.png) center center no-repeat;
	background-size: 82px 48px;

}

#header .social-icons {
	line-height: 46px;
}


#header .social-icons li {
	vertical-align: middle;
}


/* CAROUSEL */

#carousel-container {
	position: relative;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

#carousel-pager-container {
	position: absolute;
	right: 0;
	bottom: 36px;
	width: 100%;
	z-index: 8888;
	pointer-events: none;
}

#carousel-pager span {
	pointer-events: auto;	
	background: url(img/button-open.png);
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}

#carousel-pager span:hover,
#carousel-pager span.cycle-pager-active {
	background: url(img/button-closed.png);
	cursor: pointer;
}

#carousel > div {
	height: 600px;
	overflow: hidden;
	width: 100%;
	//background-size: auto 600px;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-attachment:scroll;
    background position:left top;
    background-size:cover;	
	background-repeat: no-repeat;
}

#carousel > div > img {
	opacity: 0;
	height: 0;
	width: 0;
	line-height: 0;
}

#carousel > div .inner {
	text-align: center;
	overflow: hidden;
	position: relative;
	top: -40px;
}

#carousel > div .inner img {	/* overlay */
	width: auto;
	max-width: 100%;
}

#carousel > div .inner > div > div {
	height: 310px;
	padding-top: 30px;
}

#carousel .bottom {
	position: absolute;
	bottom: 0px;
	width: 400px;
	max-width: 100%;
	left: 50%;
	margin-left: -200px;
	height: auto;
	text-align: center;
	z-index: 99999;
}

/* MOBILE NAV POPUP */

#mobile-header {
	display: none;
	background: #000000;
	text-align: center;
	padding: 25px 0;
	white-space: nowrap;
}

#mobile-header .c12 {
	margin-bottom: 0;
}

#mobile-header a:hover {
	color: #ffffff;
}

#mobile-logo {
	font-size: 15.7px;
}

#mobile-header .mobile-nav-overlay-open {
	font-size: 15.7px;
	margin-left: 8px;
}

/* Overlay style */


.mobile-nav-overlay-is-open .mobile-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50,50,50,0.9);
  opacity: 1;
  z-index: 1000000;
}

/* Overlay closing cross */
.mobile-nav-overlay-close {
	display: none;
}

.mobile-nav-overlay-is-open .mobile-nav-overlay-close {
  width: 60px;
  height: 30px;
  right: 20px;
  top: 20px;
  position: absolute;
  text-align: right;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 100;
  display: block;
}

.mobile-nav-overlay-is-open .mobile-nav-overlay-close:hover {
	color: #bb9648;
}

/* Menu style */

.mobile-nav-overlay-is-open #nav {
	display: block;
	padding-top: 45px;
}


.mobile-nav-overlay-is-open #menu-header-navigation {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
}
.mobile-nav-overlay-is-open #menu-header-navigation li {
  display: block;
  height: 35%;
  height: calc(100% / 5);
  min-height: 35px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}

.mobile-nav-overlay-is-open #menu-header-navigation li a {
  color: #bb9648;
  font-size: 26px;
  letter-spacing: 4px;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.mobile-nav-overlay-is-open #menu-header-navigation li a:hover,
.mobile-nav-overlay-is-open #menu-header-navigation li.current_page_item a {
  color: #ffffff;
}

.mobile-nav-overlay-is-open .mobile-nav-overlay .social-icons {
	text-align: center;
}


/* ---- Buy Logos ---- */

.buy-logos {
	line-height: 32px;
	margin-bottom: 30px;
}

.buy-logos a {
	margin: 0 7px;
}

.buy-logos a:first-child {
	margin-left: 0;
}

.buy-logos a:last-child {
	margin-right: 0;
}

.buy-logos .buy-logo {
	vertical-align: middle;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(img/buy-logos.png) 0 0 no-repeat;
	opacity: 1;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: opacity .2s;	
	-moz-transition: opacity .2s;	
	-webkit-transition: opacity .2s;
	overflow: hidden;
	margin: -8px 10px 0;	
}

.buy-logos .buy-logo-amazon {	background-position: 0 0;	}
.buy-logos .buy-logo-apple  {	background-position: -52px 0;	}

.buy-logos .buy-logo:hover {
	background-image: url(img/buy-logos-black.png);
}

.small .buy-logos {
	line-height: 20px;
}

.small .buy-logos a {
	margin: 0 4px;	
}

.small .buy-logos .buy-logo {
	width: 20px;
	height: 20px;
	background-size: auto 20px;
	margin: -4px 5px 0;		
}

.small .buy-logos .buy-logo-amazon {	background-position: 0 0;	}
.small .buy-logos .buy-logo-apple  {	background-position: -30px 0;	}

.white .buy-logos a:hover,
.black .buy-logos a {
	color: #000000;
}

.white .buy-logos .buy-logo:hover,
.black .buy-logos .buy-logo {
	background-image: url(img/buy-logos-black.png);
}

.black .buy-logos a:hover,
.white .buy-logos a {
	color: #ffffff;
}

.black .buy-logos .buy-logo:hover,
.white .buy-logos .buy-logo {
	background-image: url(img/buy-logos-white.png);
}

/* ---- Social ---- */

ul.social-icons li {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(img/social-small-white.png) 0 0 no-repeat;
	opacity: 1;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: opacity .2s;	
	-moz-transition: opacity .2s;	
	-webkit-transition: opacity .2s;
	margin: 0 7px;
	overflow: hidden;
}

.text-left ul.social-icons li:first-child {
	margin-left: 0;
}

.text-right ul.social-icons li:last-child {
	margin-right: 0;
}

ul.social-icons .social-facebook {		background-position:   5px 0;		}
ul.social-icons .social-twitter {		background-position: -30px 0;	}
ul.social-icons .social-tumblr {		background-position: -65px 0;	}
ul.social-icons .social-youtube {		background-position: -104px 0;	}
ul.social-icons .social-instagram {		background-position: -145px 0;	}
ul.social-icons .social-rss {			background-position: -185px 0;	}
ul.social-icons .social-amazon {		background-position: -221px 0;		}
ul.social-icons .social-apple  {		background-position: -260px 0;		}

ul.social-icons li:hover {
	background-image: url(img/social-small-bright.png);
}

.social-icons li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -99999em;
}

ul.social-big {
	overflow: hidden;
}

ul.social-big li {
	position: relative;
	left: -11px;
	width: 36px;
	height: 32px;
	background: url(img/social-big-gold.png) 0 0 no-repeat;
}

ul.social-big .social-facebook {		background-position:   4px 0;	width: 26px;		}
ul.social-big .social-twitter {			background-position: -33px 0;	}
ul.social-big .social-tumblr {			background-position: -83px 0;	width: 26px; }
ul.social-big .social-youtube {			background-position: -124px 0; width: 46px;	}
ul.social-big .social-instagram {		background-position: -187px 0;	}
ul.social-big .social-rss {				background-position: -237px 0;	}
ul.social-big .social-amazon {				background-position: -285px 0;	width: 35px;	}
ul.social-big .social-apple {				background-position: -335px 0;	width: 30px ;}

ul.social-big li:hover {
	background-image: url(img/social-big-black.png);	
}

.share-menu-container strong {
	line-height: 32px;	
	float: left;
	vertical-align: middle;
	margin-right: 16px;
}

.share-menu-container ul.social-big {
	float: left;
}


/* ---- front ----- */

#music-player {
	background: url(img/box-bg.jpg) 0 0 no-repeat #999999;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	height: 48%;
	margin-bottom: 3%;
	cursor: pointer;
}

#music-player:hover * {
	color: #ffffff;
}

#newsletter-box {
	background: url(img/gold-paper-bg.jpg) 0 0 no-repeat #bb9648;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	height: 48%;
}

/* ---- music ----- */

#tab-page {
	display: none;
}

.tab-on-page #tab-page {
	display: block;
}

/* ---- post ------ */

.post-content {
	font-size: 19px;
	line-height: 25px;
}

.post-content iframe,
.post-content img,
.post-content embed,
.post-content object {
	max-width: 100%;
}

img.size-full,
img.size-large {
	width: 100%;
	height: auto;
}

.wp-caption-text {
	font-size: 15px;
	line-height: 20px;
	color: #777777;
}

.alignnone {
	width: auto !important;
}

.alignnone img {
	width: 100%;
	height: auto;
}

/* ---- video lightbox popup prettyphoto ---- */

.pp_details {
	display: none;
}

.pp_content {
	height: 693px !important;
}

/* ---- songkick tour dates ---- */

#shows ul {
	padding: 0;
	margin: 0;
	border-bottom: none !important;
	list-style-type: none;
}

#shows ul li {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	clear: both;
}

#shows ul li:last-child {
	border-bottom: none;
}

.date-wrapper {
	display: inline-block;
	float: left;
	clear: left;
	width: 33%;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.tickets {
	display: inline-block;
	float: left;
	clear: left;
	width: 33%;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;	
}

.venue {
	display: inline-block;
	float: right;
	clear: right;
	width: 64%;
	text-align: right;	
}

.venue span[itemprop=name],
.venue span[itemprop=addressLocality] {
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;	
}

.venue span[itemprop=name] {
	color: #777777;
}

.tour-full .date-wrapper {
	padding-top: 24px;	
}

.tour-full .tickets {
	float: right;
	clear: none;
	font-size: 18px;
	text-decoration: none;
	width: auto;
	letter-spacing: 2px;
}

.tour-full .venue {
	padding-top: 24px;
	float: left;
	width: 33%;
	text-align: left;
}

.venue span[itemprop=addressLocality] {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 4px;
}

.crowdalbum-widget {
	height: 808px !important;
}





/* ---- footer ----- */

#footer a {
	color: #777777;
	text-decoration: underline;
}

#footer a:hover {
	color: #bb9648;
}

#lb-wrap #lb-overlay {
	background: #000;
	display: none;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	z-index: 8889;
}
#lb-wrap {
	display: none;
}
#lb-wrap div#lb-cnt {
	position: absolute;
	top: 15.5%;
	z-index: 8890;
	width: 787px;
}
#lb-wrap div#lb-cnt-wrap {
	padding: 43px 43px 37px;
	position: relative;
	background: #1b1a1a;
	box-shadow: 0 0 7px #1b1a1a;
}
#lb-wrap #lb-close {
	position: absolute;
	top: 23px;
	right: 22px;
	width: 14px;
	height: 12px;
	cursor: pointer;
	font-weight: bold;
	line-height: 12px;
	color: #fff;
}
#lb-wrap #lb-close:hover{
	color: #666666;
}
#lb-wrap div#lb-video {
	width: 100%;
	height: 0px;
	padding-top: 56.35%;
	position: relative;
}
#lb-wrap div#lb-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#lb-wrap div#lb-txtwrap {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-top: 8.5%;
}
#lb-wrap div#lb-txt1 {
	font-size: 24px;
	letter-spacing: 3.5px;
}
#lb-wrap div#lb-txt1 span {
	color: #bb9648;
}
#lb-wrap div#lb-txt2 {
	padding: 4.75% 0px;
	letter-spacing: 2.5px;
	line-height: 24px;
	font-size: 16px;
}
#lb-wrap .lb-socialwrap div a img {
	width: 115px;
	height: 40px;
}
#lb-wrap .lb-socialwrap div {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
#lb-wrap .lb-socialwrap div.lb-storeWrap {
	margin-right: 0;
	letter-spacing: 4px;
	font-size: 20px;
}
#lb-wrap .lb-socialwrap div.lb-storeWrap a {
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#lb-wrap .lb-socialwrap div.lb-storeWrap a:hover {
	color: #666666;
	border-bottom: 1px solid #666;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
	#lb-wrap div#lb-cnt {
		width: 700px;
	}
	#lb-wrap div#lb-txt1, #lb-wrap div#lb-txt2, #lb-wrap .lb-socialwrap div.lb-storeWrap a {
		letter-spacing: 2.5px;
	}
	#lb-wrap .lb-socialwrap div.lb-storeWrap a {
		font-size: 16px;
	}
	#lb-wrap .lb-socialwrap div {
		margin-right: 0px;
	}
}
@media only screen and (max-width: 767px) {
	#lb-wrap div#lb-cnt {
		position: relative;
		top: 0px;
		width: 100%;
		left: 0px !Important;
	}
	#lb-wrap #lb-overlay {
		display: none !important;
	}
	#lb-wrap div#lb-cnt-wrap {
		padding: 43px 22px 37px;
	}
	#lb-wrap br {
		display: none;
	}
	#lb-wrap div#lb-txt1 {

		line-height: 30px;
	}
	#lb-wrap div#lb-txt1, #lb-wrap div#lb-txt2, #lb-wrap .lb-socialwrap div.lb-storeWrap a {
		letter-spacing: 2px;
	}
	#lb-wrap .lb-amazonmp3Wrap, #lb-wrap .lb-spotifyWrap {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#lb-wrap .lb-socialwrap {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
		margin-top: 15px;
	}
	#lb-wrap .lb-socialwrap div.lb-googleplayWrap, #lb-wrap .lb-socialwrap div.lb-spotifyWrap {
		margin-right: 0px;
	}
}
/*Terms Styles*/
.termsWrapper {
	position: relative;
	max-width: 420px;
	margin: 0 auto;
	width: 85%;
}

.termsContent {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	display: none;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}
.text-left .termsContent {
	text-transform: uppercase;
	text-align: center;
	color: #000;
	display: none;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 20px 0 0;
}
.text-left .termsContent a {
	color: #bb9648;
}
.text-left .termsContent a:hover {
	color: #000;
	opacity: 1;
}
.text-left .termsWrapper {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 205px);
	position: relative;
}
.termsContent a {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	display: inline-block;
}
.termsContent a:hover {
	color: #fff;
	opacity: 0.8;
}
a.terms {
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
}

a.terms:hover {
	color: #fff;
	opacity: 0.8;
}
.text-left a.terms {
	color: #bb9648;
}
.text-left a.terms:hover {
	color: #000000;
}
a.close-link {
	position: absolute;
	right: -15px;
	top: 0;
	cursor: pointer;
}
a.terms.termsshowing {
	opacity: 0;
}
/*.touch-device a.terms.termsshowing {
 opacity: 1;
 display: none;
 }
 .touch-device .termsContent {
 padding-top: 20px;
 }*/
.text-left .submit-text-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 185px;
	margin-right: 10px;
}

.text-left input[type=submit] {
	padding: 0;
	width: 100%;
	text-align: center;
	background: #000000;
	color: #bb9648;
	border: 5px solid #000;
	display: inline-block;
	text-align: center !important;
	height: 85px;
	box-sizing: border-box;
	line-height: 75px;
	-webkit-appearance: none;
	border-radius:0;
	
}
.text-left input[type=submit]:hover {
	padding: 0;
}
.text-left a.close-link{
	right:0;
}
@media only screen and (max-width: 767px) {
	.text-left .termsWrapper {

		width: 100%;
	}
	
	ul.social-icons li {
		margin: 0 5px;
	}
}