/*** Toolbox ***/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote {
margin:0;padding:0;
}

img, img a {
max-width:100%;
height:auto;
border:0 none;
}

img.alignleft { 
float:left;
margin:0 10px 10px 0;
}

img.alignright {
float:right;
margin:0 0 10px 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin:0 auto 10px auto;
}

.clear {clear: both;}
.clearfix:after {
display: block;
    content: "";
    clear: both;
}

a, a:hover {
text-decoration:none;
-webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
	 -o-transition: color 0.3s linear;
		transition: color 0.3s linear;
}

#container {
width:1200px;
margin:0 auto auto;
}

#container.page {
margin:0 auto 100px auto;
}

#container.page.narrow {
width:1100px;
}


section {
padding:40px 0;
}


/*** Main ***/
body, html {
margin:0;padding:0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased !important;
font-family:'proxima-nova', Arial, sans-serif;
font-size:17px;
background-color:#f4f4f4;
height:100%;
}


/*** Menu ***/
header {
background-color:#000;
position:fixed;
top:0;
width:100%;
z-index:999;
border-bottom:1px solid;
border-color: rgba(252,195,93,.5);
-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
}

header img {
max-width:450px;
}

nav {
margin:0 30px;
line-height:80px;
font-size:19px;
font-weight:300;
}

nav a {color:#FFF;}
nav a:hover {color:#ca9b5f;}

nav > ul {
list-style:none; 
margin:0;padding:0;
vertical-align: middle;
}

nav > ul#main {
float:left;
}

nav > ul#right {
float:right;
}

nav > ul#main > li {
float:left;
margin-right:30px;
margin-top:-2px;
}

nav > ul#main > li.logo {
margin-right:40px;
margin-top:-1px;
}

nav > ul#right > li {
float:right;
margin-left:16px;
}

nav > ul#right > li.lifers {
margin-right:5px;
margin-top:-2px;
}

/* =Nav
-------------------------------------------------------------- */
nav#nav-mobile {
position:relative;display:none;top:0;left:0;right:0;
border-top:1px solid;
border-color: rgba(252,195,93,.4);
}
nav#nav-mobile ul {
display:none;
list-style-type:none;
z-index:888;
width:100%;
position:relative;
margin:0;
text-align:center;
padding:0;
background-color: rgba(0,0,0,.7);
}

nav#nav-mobile a {
font-size:18px;
line-height:100%;
padding:20px 0;margin:0;
display:block;
width:100%;
border-bottom:1px solid;
border-color: rgba(252,195,93,.5);
color:#FFF;
text-align:center;
}
nav#nav-mobile a:hover {
background-color:#1b1b1b;
color:#FFF;
}

nav#nav-mobile ul > ul#socials {
list-style:none;margin:0;padding:0;
text-align:center;
border-bottom:1px solid;
border-color: rgba(252,195,93,.5);
}

nav#nav-mobile ul > ul#socials li {
display:inline-block;
margin:0 12px;
}

nav#nav-mobile ul > ul#socials a {
border-bottom:0;
}


/*** Slider ***/
#feature {
padding:0;
margin:80px 0 0 0;
}

#feature img {
min-width:100%;
max-width:100%;
}

#feature .bx-pager  {display:none;}

#feature .bx-wrapper {
margin:0;
}


#feature .bx-wrapper .bx-viewport {
-webkit-box-shadow: 0 0 0px;
   -moz-box-shadow: 0 0 0px;
		box-shadow: 0 0 0px;
border:0 none;
left: 0px;
}


/*** Latest ***/
#latest {
line-height:80px;
background-color: rgba(147,128,105,.3);
font-size:17px;
color:#130c02;
}

#latest #left {
float:left;
font-size:24px;
font-weight:500;
}

#latest #right {
float:right;
font-size:19px;
font-weight:500;
}

#latest #right a {
color:#4e78a1;
}

#latest #right a:hover {
color:#130c02;
}

#latest #right > .socicon-mail {
padding-left:10px;
}

#latest.tour {
line-height:80px;
margin-top:-7px;
}

#latest.tour {
text-align:center;
}

#latest.tour {
font-size:19px;
font-weight:500;
}

#latest.tour a {
color:#4e78a1;
}

#latest.tour a:hover {
color:#130c02;
}

#latest.tour > .socicon-mail {
padding-left:10px;
}







/*** News ***/
#news {
padding:50px 0 60px 0;
}

#news.page {
padding:120px 0 60px 0;
}

#posts > ul {
list-style:none;
margin:0;padding:0;
}

#posts > ul > li {
float:left;
width:24.1%;
margin-right:0.96%;
border:1px solid;
border-color: rgba(147,128,105,.3);
border-bottom:0;
background-color: rgba(255,255,255,.3);
}

#news.page #posts > ul > li {
margin-bottom:15px;
}

#news.page #posts > ul > li #content {
font-size:15px;
}

#posts > ul > li .img {
height:200px;
width:100%;position:relative;
margin-bottom:15px;
overflow:hidden;
}

#posts > ul > li .img img {
display:block !important;
height:auto;
min-height:100%;
min-width:100%;
width:auto !important;
position:absolute;left:0;right:0;
}

#posts > ul > li > h2 {
margin:0 0 12px 0;
font-size:20px;
text-transform:uppercase;
padding:0 10px;
}

#posts > ul > li > h2 a {
color:#130c02;
}

#posts > ul > li > h2 a:hover {
color:#4e78a1;
}

#posts > ul > li > #meta {
font-size:14px;
color:#606060;
margin-bottom:10px !important;
padding:0 10px;
}

#posts > ul > li > #content {
margin-bottom:15px;
padding:0 10px;
color:#130c02;
font-size:15px;
line-height:150%;
heighFt:100px;
}

#posts > ul > li > #content p {
margin:0;
font-size:15px;
line-height:150%;
}

#posts > ul > li > #content p a,
#news.page #content a {
color:#ca9b5f;
}

#posts > ul > li > #content p a:hover,
#news.page #content a:hover {
color:#130c02;
}

#posts > ul > li > #more {
font-weight:500;
font-size:15px;
text-align:right;
}

#posts > ul > li > #more  a {
	color:#FFF;
	padding:6px 15px 6px 0;
	background-color:#4e78a1;
	color:#FFF;
	font-weight:500;
	widthf:100%;
	display:block;
-webkit-transition: background-color 0.3s ease-out;
   -moz-transition: background-color 0.3s ease-out;
	 -o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

#posts > ul > li > #more a:hover {
	background-color:#6f9ac4;
}

#posts > #all {
margin-top:50px;
text-align:center;
}

#posts > #all a {
	border-radius:50px;
	padding:10px 40px;
	background-color:#ca9b5f;
	color:#FFF;
	font-weight:500;
-webkit-transition: background-color 0.3s ease-out;
   -moz-transition: background-color 0.3s ease-out;
	 -o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

#posts > #all a:hover {
	background-color:#e0ac69;
}

#posts-older {
margin-top:50px;
float:left;
max-width:48%;
}

#posts-newer {
margin-top:50px;
float:right;
text-align:right;
max-width:48%;
}

#posts-older a, 
#posts-newer a {
color:#6f9ac4;
font-weight:600;
font-size:16px;
}

#posts-older a:hover,
#posts-newer a:hover {
color:#4e78a1;
}


/*** Single News Pages ***/
#news.page h1 {
margin:0 0 20px 0;
font-size:28px;
line-height:150%;
}

#news.page #meta {
font-size:14px;
color:#606060;
margin-bottom:20px;
}

#news.page #content {
color:#130c02;
line-height:170%;
font-size:17px;
}



/*** Promo ***/
#promo {
background-image:url(images/promo-merch.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
text-align:center;
padding:50px 0;
border-top:1px solid #ca9b5f;
border-bottom:1px solid #ca9b5f;
font-size:21px;
line-height:150%;
font-weight:600;
letter-spacing:0.6px;
text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.53);
text-transform:uppercase;
}

#promo a,
#promo a:hover {
color:#FFF;
}


/*** About ***/
#about {
background: url(images/bg-about.jpg) top center no-repeat;
padding:60px 0;
}

#about-page {
margin-top:80px;
}

#about #bio {
float:right;
width:576px;
color:#424241;
}

#about #bio p {
	margin:0 0 10px 0;
line-height:150%;
font-size:16px;
}

#about #more {
margin-top:30px;
font-size:16px;
}

#about #more a {
margin:90px auto 0 auto;
text-align:center;
	border-radius:50px;
	padding:7px 22px;
	background-color:#6f9ac4;
	color:#FFF;
	font-weight:500;
-webkit-transition: background-color 0.3s ease-out;
   -moz-transition: background-color 0.3s ease-out;
	 -o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

#about #more a:hover {
	background-color:#4e78a1;
}
	


#about-page #photo {
float:left;
height:100%;
width:50%;
position:fixed;
top:0;left:0;right:0;bottom:0;
background: no-repeat 50% 0%;
background-size: cover;
background-image:url(images/about-photo.jpg);
}


#about-page #bio {
float:right;
width:50%;
padding:30px 4% 20px 4%;
line-height:170%;
}


/*** Music ***/
#music {
margin-top:120px;
}

#music > #container > #main {
margin-bottom:60px;
}

#main #cover {
float:left;
width:540px;
}

#main #player {
float:right;
width:530px;
height:540px;
position:relative;
}

#main #player a#download {
position:absolute;
bottom:0;left:0;right:0;
text-align:center;
background-color:#ca9b5f;
color:#FFF;
padding:10px 0;
width:100%;
font-weight:600;
font-size:19px;
-webkit-transition: background-color 0.3s ease-out;
   -moz-transition: background-color 0.3s ease-out;
	 -o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

#main #player a#download:hover {
background-color:#e0ac69;
color:#FFF;
}


/*** Albums ***/
#albums ul {
list-style:none;
margin:0;padding:0;
}

#albums ul li {
float:left;
width:33.333%;
text-align:center;
margin-bottom:40px;
}

#albums ul li img {
max-width:90%;
margin-bottom:20px;
}

#albums ul li #listen {
margin:90px auto 0 auto;
text-align:center;
	border-radius:50px;
	padding:8px 30px;
	background-color:#ca9b5f;
	color:#FFF;
	font-weight:500;
-webkit-transition: background-color 0.3s ease-out;
   -moz-transition: background-color 0.3s ease-out;
	 -o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

#albums > ul > li > a#listen:hover {
	background-color:#e0ac69;
}


/*** Partners ***/
#partners {
padding:30px 0 40px 0;
}

h4 {
margin:0 0 40px 0;
text-align:center;
color:#4e78a1;
font-weight:600;
font-size:21px;
}

#partners ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%;list-style:none;margin:0;padding:0}
#partners ul:empty{display:none}
#partners li{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:0 10px;}
#partners li:empty{display:none}
#partners li:before{content:"";height:100%}
#partners img,
#partners li:before{vertical-align:middle;display:inline-block;}
#partners img{height:auto;max-height:70px;width:auto;}


/*** Footer ***/
footer {
padding:30px 0;
text-align:center;
font-size:15px;
line-height:130%;
background-color:#130c02;
color:#f7f0e9;
position:relative;
}

footer a {color:#ca9b5f;font-weight:600;}
footer a:hover {color:#ebc89c;}

footer #contacts > ul {
list-style:none;
margin:0;padding:0 10%;
}

footer #contacts > ul > li {
float:left;
width:33.332%;
}


footer #copy {
margin-top:40px;
font-size:14px;
}


/*** Videos ***/
#videos {
margin:120px 0 100px 0;
}






/*** Tour ***/
section#tour {
padding:0;
background-color:#d7d7d7;
margin-bottom:-5px;
}

#tour-promo {
margin-top:80px;
}

#tour-promo img {
min-width:100%;
max-width:100%;
}

#tour video {
min-width:100%;
max-width:100%;
}

#tour .video-item {
position:relative;
}

#tour .wrapper {
z-index:999;
position:relative;
background-color:#000;
}

#tour video#mobile {
    display: none;
}

#tour .video-meta {
    bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    left: auto;
    right: auto;
    position: absolute;
}

#tour .tour {
text-align:center;
}

#tour .tour img {
z-index:99;
position:relative;
max-width:70%;
margin-bottom:40px;
}

#tour .cta {
position:relative;
z-index:99;
margin:0 auto 13px auto;
text-align:center;
}

#tour .cta a {
border-radius:50px;
	padding:10px 40px;
	background-color:#4e78a1;
	color:#FFF;
	font-weight:500;
-webkit-transition: background-color 0.3s ease-out;
   -moz-transition: background-color 0.3s ease-out;
	 -o-transition: background-color 0.3s ease-out;
		transition: background-color 0.3s ease-out;
}

#tour .cta a:hover {
	background-color:#6f9ac4;
}

.seated-events-table {
font-weight:500;
}

.seated-events-table .seated-event-row {
border-color: rgba(0,0,0,.4) !important;
}

.seated-event-link1,
.seated-event-link2,
.seated-event-link1:visited,
.seated-event-link2:visited {
background-color:#85aed6 !important;
border:0 none !important;
color:#FFF !important;
font-weight:700;
padding:10px 30px !important;
border-radius:2px !important;
font-size:17px !important;
}

.seated-event-link1:hover,
.seated-event-link2:hover {
background-color:#749fc8;
color:#FFF;
font-weight:600;
}

.seated-event-date-cell {
font-weight:500 !important;
}

.seated-event-row:hover {
background-color: transparent !important;
}

.seated-event-venue-name {
color:#d9ad75;
width:500px;
font-weight:500;
}

.seated-event-venue-location {
font-weight:600;
}

/*** Added at Kaitlyn's request, Feb 21, 19 ***/
.seated-event-row {pointer-events:none;}
.seated-event-row a {pointer-events:auto;}

#container.page .seated-event-venue-location {
font-size:17px !important;
font-weight:500 !important;
}

.seated-events-table > div:last-child {display:none;}


/*** Mailing List ***/
#popup #copy {
font-weight:600;
font-size:17px;
}

#popup #mc_embed_signup form {display:block; position:relative; text-align:left; padding:0;}
#popup #mc_embed_signup input,
#popup #mc_embed_signup input.email {display:block;border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;padding:7px 2%;height:auto;margin:0; width:auto;font-size:17px;background-color:#FFF;text-transform:none;}
#popup #mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#popup #mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#popup #mc_embed_signup input:focus {border-color:#333;}
#popup #mc_embed_signup .button {clear:both; background-color: #749fc8; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#popup #mc_embed_signup .button:hover {background-color:#85aed6;}
#popup #mc_embed_signup .small-meta {font-size: 11px;}
#popup #mc_embed_signup .nowrap {white-space:nowrap;}

#popup #mc_embed_signup .mc-field-group {float:left;width:100%; position:relative; margin:0 0 15px 0;}
#popup #mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
#popup * html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#popup #mc_embed_signup .mc-field-group label {display:block; margin-bottom:-15px;padding:0;}
#popup #mc_embed_signup .mc-field-group input {display:inline-block; width:100%; padding:8px 0; text-indent:2%;}
#popup #mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:7px 0; margin-bottom:2px;}

#popup #mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{float:left;display:inline-block;padding:5px 0;}
#popup #mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{float:left;display:inline; width:60px; margin:0 20px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;font-size:13px;}
#popup #mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:auto;}
#popup #mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#popup #mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#popup #mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#popup #mc_embed_signup .clear {clear:both;}

#popup #mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#popup #mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#popup #mc_embed_signup .mc-field-group.input-group label {display:inline;}
#popup #mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#popup #mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#popup #mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#popup #mc_embed_signup #mce-error-response {display:none;}
#popup #mc_embed_signup #mce-success-response {color:#529214; display:none;}
#popup #mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#popup #mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#popup #mc_embed_signup #num-subscribers {font-size:1.1em;}
#popup #mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#popup #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#popup #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}





.nav-icon3 {
float:left;
  width: 40px;
  height: 30px;
  position: relative;
margin:25px 0 0px 20px;
z-index:99999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
vertical-align:middle !important;
}

 .nav-icon3 span {
vertical-align:middle;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 11px;
}

.nav-icon3 span:nth-child(4) {
  top: 22px;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/*** Privacy Policy ***/
h4.privacy {
margin-bottom:20px;
}