/*
Theme Name: Space Ballroom 
Theme URI: http://spaceballroom-v2.ticketfly.com/
Description: Child of Ticketfly Gold Parent based on _s
 Author: Alux may 2018 | Eventbrite Web Presence
 Author URI:   http://ticketfly.com
 Template:     gold-parent_s
 Version:      1.0.0
 Text Domain:  gold-parent_s-child
*/



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

/* Layout */
body {
  color:#000;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

/* Links */
a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }
a:link {text-decoration: none;}
a:hover {color: #aaa;text-decoration: none;}
a:focus{outline: none;}
a img {}
a:hover img {}

img.alignleft {float:left;margin:0 16px 10px 0;}
img.alignright {float:right;margin:0 0 10px 16px;}

/* Etc. */
ul {list-style: none;}
blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

/* STRUCTURE */
#wrapper {
  width: 95%;
  margin: 0 auto 2em;
  max-width: 1300px;
}
#masthead {
	width: 100%;
  padding:10px 2%;
  margin: 0 auto 0;
	min-height: 60px;
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-rows: 0px 50% 50%;
  max-width: 1300px;
  background-color:#fff;
  height: 110px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

}
#content {
	width: 100%;
  padding:1%;
  margin: 0 auto 2em;
	min-height: 600px;
  }
#primary {
  width:75%;
  padding:1% 1% 1% 0;
  float:left;
  }
  div#primary.calendar {width: 100% !important;padding:0px;}
#secondary {
	width:25%;
  padding:1% 0 1% 1%;
  float: right;
	min-height: 50px;
  }
#footer {
	width: 100%;
	clear: both;
	min-height: 50px;
  margin: 0 auto 0;
background: rgb(253,202,49); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%); 
background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
position: relative;
  }
  .footer-content {width:90%;padding:1%;margin: 0 auto;overflow:auto;}

/* VENUE NAME STYLE/POSITION */
div.site-branding {background-image: url('images/NoTag-orange-black-white.jpg');width:auto;background-position: left;background-size: contain;background-repeat: no-repeat;
  grid-column: 1 / 2;
  grid-row: 1 / 4;
  position: relative;
}
h1.site-title {font-size: 0em;}
h1.site-title a:link, 
h1.site-title a:visited {color: #f30;text-decoration: none;position: absolute;
    height: 100%;
    width: 100%;}
h1.site-title a:hover {color: #aaa;text-decoration: none;}

/* extry widgys */
.extrawidgets .widget_social_widget{
      text-align: right;
    width: 25%;
    float: right;
    display: flex;
    justify-content: space-between;}
.extrawidgets .widget_social_widget .fa{font-size:1.5em;
background: rgb(253,202,49); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%); 
background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}  
.extrawidgets .widget_social_widget .fa:hover{
  background: #000;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


/* === Email Bar === */
.email-bar{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height:70px;
background: rgb(253,202,49); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%); 
background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
}
.email-bar h1{
  font-size:2em;
  color:#fff;
  padding-right:5%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 10px;
  font-family: "alternate-gothic-no-1-d";
}
.email-bar .tfly-email-subscribe form{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.email-bar .tfly-email-subscribe input[type="text"]{
  background:transparent;
  color:#fff;
  border: none;
  border:1px solid #fff;
  margin: 0;
  text-transform: uppercase;
     text-transform: uppercase;
    font-size: 1.5em;
    line-height: 0px;
    letter-spacing: 1.2px;
    padding:5px 10px 2px;
    border-right:0px;
    width: 100%;
}
.email-bar .tfly-email-subscribe input[type="text"]:focus{
  background-color:rgba(0,0,0,0.5);
  outline: none;
}
.email-bar .tfly-email-subscribe input[type="submit"]{
  background:transparent;
  color:#fff;
  border: none;
  border:1px solid #fff;
  text-shadow: none;
  line-height: 1;
  font-family: "alternate-gothic-no-1-d";
     font-size: 1.5em;
    padding: 5px 10px 2px;
}
.email-bar .tfly-email-subscribe input[type="submit"]:hover{background-color:rgba(0,0,0,0.5);}

.tfly-search form div{display: flex;justify-content: center;align-items: center;}
.tfly-search #searchform .textform, .tfly-email-subscribe input[type="text"]{
  text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1;
    padding: 5px 10px 2px;
    color:#000;
    border:1px solid #ccc;
    height:34px;
    width: 100%;
  }
#wrapper .signup-form{display: flex;}
.tfly-search input[type="submit"], .tfly-search #searchform #searchsubmit,#text-10 .tfly-email-subscribe .tfly-email-subscribe-submit{
      text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1;
    padding: 5px 10px 2px;
    margin: 8px 0 10px;
    letter-spacing: 0px;
    background: transparent;
    height:34px;
}


/* NAV */
#topnav {
  width: 100%;
  float: none;
  position:relative;
  clear: both;
  display: block;
  padding-left:10%;
  }
#topnav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:60px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#topnav ul li {
  float: left;
	position:relative;
  text-transform:uppercase;
  }
#topnav ul li a {
	display:block;
	color:#000;
	text-decoration:none;
  text-align: right;
  font-size:2em;
  font-family: "alternate-gothic-no-1-d";
  }
#topnav ul li a:hover {
	color:#000;
	text-decoration:none;
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.sticky {
  position: fixed;
  height: 133px !important;
  top: 0;
  z-index: 100;
  border-top: 0;
  margin: 0 0 0;
  left: 50%;
  }

/*--- DROPDOWN ---*/
#menu-main ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
  margin-left:0;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
  font-size:0.85em;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#menu-main ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
  margin-right:0;
}
#menu-main ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#menu-main li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#menu-main li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#ddd;
	text-decoration:underline;
}
#menu-main li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#menu-main li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#eee;
}


/* === STICKY HEADDERRS === */
.is-stickyHeader div.site-branding{max-height: 40px;}
.is-stickyHeader .extrawidgets{display: none;}
.is-stickyHeader #masthead{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    padding:20px 4%;
    height:80px;
    border-bottom:1px solid #000;
     grid-template-columns: 200px auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.is-stickyHeader #content{
  padding-top:90px;
}
.is-stickyHeader #topnav ul{
  height:auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.is-stickyHeader #topnav ul li a{
  font-size:2.3em;
  line-height: 1;
}


/* Featured Slider */
#wrapper #tfly-featured-events{height:46vw;max-height: 627px;}
#wrapper #tfly-featured-events #grey-back{display: none;}
#wrapper #tfly-featured-events #overlay{background-color:rgba(0,0,0,0.5);
    padding: 20px;
    left: 0;
    bottom: 0;
    margin: 0;}
#wrapper #tfly-featured-events {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
  border-radius: 0px 0px 0 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  }
#wrapper #tfly-featured-events #overlay h1{
  width: auto;
    margin: 0px;
    line-height: 1;
    display: block;
    margin-bottom: -4px;}
#wrapper #tfly-featured-events #overlay h1 a {}
#wrapper #tfly-featured-events #overlay h2 {display: block;float: none;}
#wrapper #tfly-featured-events ul.nav li:nth-of-type(2n){margin-top: -3px;}
#wrapper #tfly-featured-events ul.nav li a, 
#wrapper #prev_carousel, 
#wrapper #next_carousel {
  text-align: center;
  color: #fff;
  width:16px;
  font-weight:700;
  background: transparent;
  border:1px solid transparent;
  border-radius: 0px;
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  }
  #wrapper #prev_carousel {margin-left:10px;}
#wrapper #tfly-featured-events ul.nav li a:hover,
#wrapper #tfly-featured-events ul.nav li .selected {
  color: #fff;
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border:1px solid ;
  }
#wrapper #tfly-featured-events #overlay .ticket-link a {
	width: auto;
	text-align: center;
	display: block;
	float: left;
	font-size:1.5em;
  line-height: 1.1;
	padding:4px 9px 2px;
	color:#fff;
	text-decoration:none;
  font-family: "alternate-gothic-no-1-d";
  text-transform: uppercase;
  font-weight: 400;
  border:0px;
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  }
  #wrapper #tfly-featured-events #overlay .ticket-link a:hover{
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }
#wrapper #tfly-featured-events ul li img {
  position: absolute;
  top: 0;
  }

/* WIDGETS */
#wrapper .sidebar-list {padding: 0;margin: 0;}
h2.widget-title {
    font-size: 2.2em;
    font-weight: bold;
    font-family: "alternate-gothic-no-1-d";
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #000;
    color:#000;
}
#secondary aside {margin-bottom:2.5em;}
    
#wrapper div.youtube-playlist-sidebar ul,
#wrapper .just-announced ul,
#wrapper .onsale ul,
#wrapper .upcoming ul {
  padding: 0;
  margin: 0 0 12px 0;
  }
#wrapper div.youtube-playlist-sidebar li,
#wrapper .just-announced ul li,
#wrapper .onsale  ul li,
#wrapper .upcoming ul li {
  font-size: 0.9em;
  padding:0;
  margin: 1px 0;
  }
#wrapper div.youtube-playlist-sidebar li a:link,
#wrapper .just-announced ul li a:link,
#wrapper .onsale ul li a:link,
#wrapper .upcoming ul li a:link {
  color: #000;
  font-weight: 400;
  display: block;
  padding: 7px 14px;
  border-bottom:1px solid rgba(238, 238, 238);
  }
  #wrapper div.youtube-playlist-sidebar li a:visited,
#wrapper .just-announced ul li a:visited,
#wrapper .onsale ul li a:visited,
#wrapper .upcoming ul li a:visited{
  color: #000;
  font-weight: 400;
  display: block;
  padding: 7px 14px;
  border-bottom:1px solid rgba(238, 238, 238);
  }

#wrapper div.youtube-playlist-sidebar li a:hover,
#wrapper .just-announced ul li a:hover,
#wrapper .onsale ul li a:hover,
#wrapper .upcoming ul li a:hover {
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

/* twitter widget pro */
#main aside.widget_twitter {position:relative;}
#wrapper .follow-button {
  position: relative;
  top: 20px;
  }
#main .widget_twitter ul li {
  font-size:0.8em;
  padding: 5px 10px;
  display: block;
  color: #333;
  }
#main .widget_twitter ul li a:link {
  }
#main .widget_twitter ul li:hover {}
#main span.time-meta, #main span.from-meta {font-size: 9px;}

/* ticketfly search & email signup */
input[type="text"],
input[type="email"],
textarea{
  margin: 8px 0 10px 0;
  padding: 5px;
  color: #666;
  -webkit-appearance: none;
}
input[type="search"],
#searchform .textform,
.tfly-email-subscribe-text {
  margin: 8px 0 10px 0;
  padding: 5px;
  width: 185px;
	color: #666;
  font-family: "alternate-gothic-no-1-d";
}
textarea{border:1px solid #000;}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus,
textarea:focus {
  outline: thin solid;
	color: #111;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  margin-top: 0px;
  float: right;
  display: block;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	background-color:rgba(200, 200, 200, 0.5);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-family: "alternate-gothic-no-1-d";
  }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {
  cursor: pointer;
	border-color: #ccc #bbb #aaa #bbb;
	background:rgba(200, 200, 200, 0.8);
  }
  
/* footer widgets */

#footer-widgets {
  width: 31.25%;
  float:left;
  padding: 1%;
  margin: 1%;
  color:#fff;
  font-weight: bold;
    text-shadow: 1px 1px 0px rgba(230,97,51,1);
}
/* extry widgys */
#footer-widgets .widget_social_widget{
      text-align: left;
    width: 50%;
    display: flex;
    justify-content: space-between;padding-top:10px;}
#footer-widgets .widget_social_widget .fa{font-size:1.5em;
  color:#fff;
}
#footer-widgets .widget_social_widget .fa:hover{color:#000;}
#footer-widgets .textwidget a{
  color:#fff;
}
#footer-widgets .textwidget a:hover{
  color:#000;
}

/* LIST VIEW */
#wrapper .list-view-heading {}
#wrapper .list-view-title {}

#wrapper .calendar-link {position: relative;} 
#wrapper .calendar-link:after {
  content: "\f073"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size:1.5em;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .calendar-link a {padding-right: 24px;}
#wrapper .calendar-link a:hover {}

#wrapper .list-view-item {margin-bottom: 15px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items:flex-start;
justify-content: space-between;
border:0px;
border-bottom:1px solid #000;
padding-bottom:20px;
}
#wrapper .list-view-item img {margin: 0 16px 0 0;}
#wrapper h3.event-status-message {font-style:italic;  line-height: 1;font-size:0.8em;padding-bottom:6px;}
#wrapper h2.topline-info,
#wrapper h3.topline-info {
  font-weight: 400;
  text-transform: uppercase;
  font-size:0.9em;
  padding-bottom: 10px;
  line-height: 1;
}

#wrapper a.imganchor{flex: 1 1 15%;margin-right:10px;}
#wrapper .list-view-details{flex: 2 2 50%}

#wrapper .list-view .ticket-price {
float: none; flex:1 1 10%;}
#wrapper .price-range {
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-size:0.8em;
  margin-top:7px;
  line-height: 1;
  color:#666;
  }

#wrapper .dates, #wrapper .times{
      font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.3;
  }

#wrapper .age-restriction,
h2.additional-event-info {
  font-style: italic;
  font-size:0.8em;
  padding: 4px 0;
  display:inline-block;
  line-height:1;
  margin-top:10px;
  color: #000;
  }
  .tfly-calendar .data h3{margin-top:6px;}

/* EVENT DETAIL */
#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes .artist-name {color: #000;
    font-family: "alternate-gothic-no-1-d";
    font-size: 2.8em;
    line-height: 0.8em;
    text-transform: uppercase;
    margin-bottom: -15px;font-weight: 500;}
#wrapper .event-detail .artist-boxes ul.links li {}
#wrapper .bio {}
#wrapper .event-detail img{max-width:50%;}
#wrapper .event-detail .event-info{padding:0 10px 0 0; max-width: 50%;}
#toolbox {margin-top: 20px;}
div.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  }
h4.share-text {font-weight:400;text-transform:uppercase;font-size:0.8em;}


/* CALENDAR */
#wrapper .tfly-calendar .calendar-sync {}
#wrapper .calendar-list-flip {position: relative;} 
#wrapper .calendar-list-flip:after {
  content: "\f03a"; 
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #000;
  font-size:1.5em;
  position: absolute;
  top: 0;
  right: 0;
  }
#wrapper .tfly-calendar .calendar-list-flip a {padding-right: 24px;}
#wrapper .tfly-calendar table {
  margin-bottom: 30px;
  border: 0;
  border-collapse: separate;
  border-spacing: 3px 10px;
}
#wrapper .tfly-calendar .one-event {
  width: 115px;
  margin: 0 auto 20px;
  padding: 10px 0 10px 0;
  overflow-wrap: break-word;
}
#wrapper .tfly-calendar td {padding: 0px;text-align: center;}
#wrapper .tfly-calendar tr td.data {border: 0;}
#wrapper .tfly-calendar td.data.has-event {border:1px solid #000;}
#wrapper .tfly-calendar tr {border:0;}
#wrapper .tfly-calendar table tr .month {font-size: 5em;line-height:1.2;font-weight: 900;
  color:#000;
    text-transform: uppercase;
  font-family: "alternate-gothic-no-1-d";
  letter-spacing: 5px;
  }
#wrapper .tfly-calendar h5.date {
  display: block;
  color: #000;
  font-size:1.1em;
  line-height:1.4;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 600;
  border-bottom:1px solid #000;
}

/* Headliner and Support */
#wrapper .headliners, 
#wrapper .headliners a{
  color: #000;
  font-family: "alternate-gothic-no-1-d";
  font-size:1.8em;
  line-height: 0.8em;
  text-transform: uppercase;
     margin-bottom: 0;
    display: block;}
#wrapper .event-detail .headliners {
  color: #000;
  font-family: "alternate-gothic-no-1-d";
  font-size:2.8em;
  line-height: 1em;
  text-transform: uppercase;
    display: block;
  }
#wrapper .supports, #wrapper .supports a,
#wrapper .event-detail .supports {
	font-weight:normal;
  color: #666;
  }
  #wrapper .headliners a:hover{
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  line-height: 0.8em;
  overflow: visible;
  display: block;
  line-height: 0.8;}
 #wrapper .supports a:hover{
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  line-height: 0.8em;
  overflow: visible;
  display: block;
  line-height: 1.2;
  }

#wrapper .event-detail .headliners {}
#wrapper .list-view .supports,
#wrapper .event-detail .supports {
	font-size:1.3em;
  line-height:1.2;
  padding-bottom: 10px;
  }
#wrapper .tfly-calendar .headliners a {
  font-size:1.1em;
  margin-bottom: 0;
  word-wrap: break-word;
  margin-top: 7px;
  margin-bottom:10px;
  line-height: 0.8;
  }
#wrapper .tfly-calendar .supports a {
	font-size: 1.4em;
	line-height: 1;
  }
  
/* Ticket Status For All Sections */
#wrapper .ticket-link a {
	cursor:pointer;
	color:#000;
	text-decoration:none;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 140px;
  display: inline-block;
  border-radius: 0px;
  }
#wrapper .list-view .ticket-link a:hover,
#wrapper .event-detail .ticket-link a:hover,
#wrapper .tfly-calendar .ticket-link a:hover {
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke:0;
    text-shadow: none;
  }
#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a{
	padding:11px 19px 6px;
  font-family: "alternate-gothic-no-1-d";
  text-transform: uppercase;
  font-size:1.8em;
  line-height: 1;
  padding-top:10px;
  font-weight: 900;
  letter-spacing: 1.7px;
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    color:#fff;
    text-shadow: 1px 1px 0px rgba(230,97,51,1);
    
  }
#wrapper .tfly-calendar .ticket-link a {
	font-size:1em;
	padding:6px 10px 8px;
  font-family: "alternate-gothic-no-1-d";
  margin: 6px auto;
  width: 100%;
  text-transform: uppercase;
  font-size:2.3em;
  line-height: 1;
  padding-top:10px;
  font-weight: 900;
  letter-spacing: 1.7px;
  background: rgb(253,202,49);
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    color:#fff;
    text-shadow: 1px 1px 0px rgba(230,97,51,1);
  }

#wrapper .cancelled, 
#wrapper .sold-out, 
#wrapper .postponed, 
#wrapper .rescheduled, 
#wrapper .off-sale {
  color:#f30;
  border: 0;
  text-transform:uppercase;
  margin: 0 auto;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  }
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
  margin-bottom: 5px;
  }
#wrapper .tickets-at-the-door, 
#wrapper .future-sale a, 
#wrapper .on-sale-soon, 
#wrapper .custom {
      font-weight: 900;
    color: #000;
    margin: 0 auto;
    display: inline-block;
    line-height: 0.8;
    border: 0px;
    font-size: 28px;
    padding: 11px 2px 6px;
    min-width: 140px;
    border-radius: 0px;
        font-family: "alternate-gothic-no-1-d";
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border:1px solid #000;
  }
#wrapper .custom a, #wrapper .list-view .free {
      color: #000;
    display: inline-block;
    min-width:112px;
    font-size:28px;
    line-height: 1;
    font-weight: 900;
  }
#wrapper h3.off-sale {width: 100px;}
#wrapper .future-sale a:hover, 
#wrapper .on-sale-soon:hover, 
#wrapper .custom:hover {text-decoration:none;}
#wrapper .sold-out {font-size: 1.3em;} 
#wrapper .free {font-size: 1.1em;font-weight:bold;text-transform:uppercase;} 

#wrapper .tfly-calendar .cancelled, 
#wrapper .tfly-calendar .sold-out, 
#wrapper .tfly-calendar .postponed, 
#wrapper .tfly-calendar .rescheduled,
#wrapper .tfly-calendar .free, 
#wrapper .tfly-calendar .tickets-at-the-door, 
#wrapper .tfly-calendar .on-sale-soon, 
#wrapper .tfly-calendar .custom, 
#wrapper .tfly-calendar .off-sale {
   margin: 12px 0 0;
  text-align: center;
  width:auto;
  padding:11px 2px 6px;
  font-family: "alternate-gothic-no-1-d";
  text-transform: uppercase;
  font-size:1.8em;
  line-height: 1;
  padding-top:10px;
  font-weight: 900;
  letter-spacing: 1.7px;
    border-radius: 0px;
    color:#000;
    border:1px solid #000;
    max-width: 140px;
    min-width: 100%;
  }
  #wrapper .tfly-calendar .future-sale a{min-width: 100%;margin-top:12px;}

#wrapper .event-detail .cancelled,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .postponed,
#wrapper .event-detail .rescheduled,
#wrapper .event-detail .free,
#wrapper .event-detail .tickets-at-the-door,
#wrapper .event-detail .future-sale a, 
#wrapper .event-detail .on-sale-soon, 
#wrapper .event-detail .custom, 
#wrapper .event-detail .off-sale {
 margin: 12px 0 0;
  text-align: center;
  width:auto;
  padding:11px 19px 6px;
  font-family: "alternate-gothic-no-1-d";
  text-transform: uppercase;
  font-size:1.8em;
  line-height: 1;
  padding-top:10px;
  font-weight: 900;
  letter-spacing: 1.7px;
    border-radius: 0px;
    color:#000;
    border:1px solid #000;
    max-width: 140px;
  }
#wrapper .list-view .cancelled,
#wrapper .list-view .sold-out,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#wrapper .list-view .free,
#wrapper .list-view .tickets-at-the-door, 
#wrapper .list-view .on-sale-soon, 
#wrapper .list-view .custom, 
#wrapper .list-view .off-sale {
  margin: 12px 0 0;
  text-align: center;
  width:auto;
  padding:11px 19px 6px;
  font-family: "alternate-gothic-no-1-d";
  text-transform: uppercase;
  font-size:1.8em;
  line-height: 1;
  padding-top:10px;
  font-weight: 900;
  letter-spacing: 1.7px;
    border-radius: 0px;
    color:#000;
    border:1px solid #000;
    max-width: 140px;
  }
  #wrapper .event-detail .custom, #wrapper .list-view .custom{padding:11px 2px 6px;color:#fff;background:#000;}
  #wrapper .event-detail .custom a, #wrapper .list-view .custom a{color:#fff;}
  #wrapper .event-detail .future-sale{color:#fff;background:#000;width:250px;}
   #wrapper .list-view .future-sale{color:#fff;background:#000;width:140px;margin:0 auto;}
  #wrapper .event-detail .future-sale a{color:#fff;width:auto;max-width:100%;} 
  #wrapper .list-view .future-sale a{color:#fff;}
/* ticketfly powered logo */
.tfly-powered {
  width:100%;
  float: none;
  padding: 0 0 1em;
  margin: 0 auto;
  text-align:center;
  border: 0;

  }
  .tfly-powered a img {border: 0;}
  .icon-ticketfly_powered_logo:before{color:#fff !important;
    text-shadow: 1px 1px 0px rgba(230,97,51,1);}
div.spacer {clear:both;height:20px;}

/* non-event pages */
div.entry-content {clear:left;margin:0px 0 30px 0;}
div.entry-content.non-event {}
.non-event ul {list-style: disc;margin: 0 0 1em 3em;font-size:0.9em;}

article.format-standard {clear:left;margin: 0 0 30px 0;overflow: auto;}
section.post-excerpt {width:96%;padding-left:4%;}
h1.entry-title {
  font-style: normal;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 1.3;
  font-family: "alternate-gothic-no-1-d";
  padding-bottom:10px;
  text-transform: uppercase;
  }
h1.entry-title a:link {
  text-decoration: none;
  }
h1.entry-title a:hover {
  text-decoration: none;
  }
  .home h1.entry-title{display: none;}
.non-event h2 {font-weight: 400;font-size: 1.4em;}
h2.entry-title {
  font-size: 1.4em;
  margin-bottom: 0;
  overflow-wrap: break-word;
  font-weight: 700;
  letter-spacing: 0.03em;
  }
div.entry-meta {padding-top: 10px;}
div.entry-meta-single {
  padding: 0px 0 6px;
  font-style:italic;
  }
span.posted-on {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.03em;
}
p.upper-meta {font-size:0.8em;}
p.lower-meta {font-size:0.7em;margin-bottom: 0;}
div.nav-previous, div.nav-next {
  text-transform: uppercase;
  font-weight: 300;
  font-size:0.9em;
  margin-top: 20px;
  }
span.meta-nav {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
#wrapper div.excerpt-thumb {float:left;margin: 17px 16px 10px 0;}
#wrapper div.excerpt-thumb img {}
#wrapper #nav-above {display:none;}


/* gallery post format */
aside.format-gallery {overflow:auto;}
  p.gallery {font-size:1em;color: #666;}
  div.gallery-thumb-wrap {
      /* width: 128px; */
      float: left;
      padding: 5px;
      margin: 0px 0px 10px;
      display: block;
      }
    h4.gallery-title {font-size: 1.3em;margin: 8px 0 0 4px;}
    a.gallery-thumb img {
      /* width:110px; */
    /* height:85px; */
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    }
  a:hover.gallery-thumb img {}
  p.gallery-text {
    font-style:italic;
    font-size:0.8em;
    margin: 0px 8px;
    }
/* div.gallery {margin: 0px auto 1.5em;width:100%;clear:both;overflow:auto;}
  .gallery-item {float:left;width:150px;} */
  .gallery-icon img {
    padding: 3%;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {font-size:0.9em;line-height: 1.1;}
  dd.wp-caption-text {margin-left: 15px !important;margin-right: 15px !important;}

/* aside post format for FAQs  */
h4.faq-question {
  font-size:1.4em;
  line-height: 1.6;
  margin: 0px 0 0 8px;
  font-weight: 700;
  }
div.faq-content {margin: 0 20px 30px;}


.wpcf7 form{display: flex;flex-direction: row;flex-wrap: wrap;}
.wpcf7 form p{flex:1 1 50%;}
.wpcf7 form p:nth-last-of-type(1),.wpcf7 form p:nth-last-of-type(2){flex:2 2 100%;}
.wpcf7 form p input[type="text"], .wpcf7 form p input[type="email"], .wpcf7 form p input[type="search"]{width:98%;border:1px solid #000;}
.wpcf7 form p input[type="submit"]{width:25%;font-size: 2em;line-height: 1;padding: 6px 46px 1px;}
.wpcf7 form p input[type="submit"]:hover{
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -moz-linear-gradient(top, rgba(253,202,49,1) 0%, rgba(230,97,51,1) 100%);
    background: -webkit-linear-gradient(top, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
    background: linear-gradient(to bottom, rgba(253,202,49,1) 0%,rgba(230,97,51,1) 100%);
  }

.screen-reader-text{position: absolute;top: 0;left: 0;}

@media screen and (max-width:800px){
  /* Mobile Menu Click */
#masthead{display: block;position: relative;padding:0;}
.extrawidgets{display: none;}
.menu-toggle{display: block;position: fixed;top: 5.5%;right:4%;background-image: url('images/hamburger.svg');background-repeat: no-repeat;background-position: center;background-size: cover;font-size:0px;height:30px;width:30px;}
#topnav.toggled .menu-toggle{background-image: url('images/ex.svg');}
#topnav{padding:0;position: relative;top: 0;text-align: right;}
div.site-branding{width: 50%;height:100%;margin-left:4%;}
.menu-main-menu-container{}
#topnav ul{display: block;position: absolute;width: 100%;top: 0;height: 0;overflow:hidden;z-index: 25;background-color: #fff;}
#topnav.toggled ul{height: auto;}
#topnav ul li{float: none;}
.is-stickyHeader .menu-toggle{top: 3%;}
.is-stickyHeader #masthead{padding:10px 0;}
.is-stickyHeader #topnav ul{height:0;overflow: hidden;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.is-stickyHeader #topnav.toggled ul{height:auto;width: 100%;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
#topnav ul li a{text-align: center;padding:5px 0;border-bottom:1px solid #ddd;line-height: 1;}



/* others */
#primary{display: block;float: none;width:100%;}
#secondary{display: block;float: none;width:100%;}

.tfly-search #searchform .textform{width:100%;}


.email-bar{flex-direction: column;padding:0 0 10px 0;height:auto;}
.email-bar h1{padding-right: 0;}
.email-bar .tfly-email-subscribe{display: block;width: 90%;margin:0 auto;}

#wrapper .tfly-calendar tr td.data{width:100%;display: block;margin:0 auto;}
#wrapper .tfly-calendar .one-event{width:100%;margin:0 auto;}
#wrapper .tfly-calendar .one-event a img{display: block;margin:0 auto;}

#footer-widgets{width:100%;float:none;}
button, input, select, textarea{border-radius: 0px;}
#wrapper #tfly-featured-events{height: 61.6vw;}

}

@media screen and (max-width:600px){
  #wrapper .list-view-item{flex-direction: column;padding:0;padding-top:10px;}
#wrapper .list-view-item img{margin:0 auto;}
#wrapper a.imganchor{margin:0 auto 16px;}
#wrapper .list-view-details{max-width: 100%;text-align:center;width:100%;margin-bottom:7px;}
#wrapper .list-view .ticket-price{width:100%;margin-bottom:7px;}
  #wrapper .event-detail{text-align: center;}
  .artist-box-headliner img{display: none;}
  #wrapper .event-detail img{float: none;width:100%;margin:0 auto;}
#wrapper .event-detail .event-info{display: block;max-width: 100%;width: 100%;border-bottom:1px solid #000;padding-bottom:20px;}
.wpcf7 form p{flex: 1 1 100%;}
#wrapper .tfly-calendar .one-event{width:100%;}
#wrapper .tfly-calendar .headliners a{font-size:2em;padding-top:10px;display: block;}
#wrapper .tfly-calendar .supports a{font-size: 1.8em;display: block;}
#wrapper .tfly-calendar .age-restriction{font-size: 1.2em;display: block;}
#wrapper .tfly-calendar h5.date{font-size: 1.6em;}
#wrapper .tfly-calendar .ticket-link a{font-size: 2.5em;}
#wrapper #tfly-featured-events{display: none;}
.wpcf7 form p input[type="submit"]{padding:6px 0px 1px;min-width: 100px;}
button, input, select, textarea{border-radius: 0px;}
#wrapper .list-view .cancelled, #wrapper .list-view .sold-out, #wrapper .list-view .postponed, #wrapper .list-view .rescheduled, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .on-sale-soon, #wrapper .list-view .custom, #wrapper .list-view .off-sale, #wrapper .list-view .ticket-link a{width:100%;max-width: 100%;}
#wrapper .event-detail img{max-width: 100%;margin-bottom:12px;}
#wrapper .event-detail .cancelled, #wrapper .event-detail .sold-out, #wrapper .event-detail .postponed, #wrapper .event-detail .rescheduled, #wrapper .event-detail .free, #wrapper .event-detail .tickets-at-the-door, #wrapper .event-detail .future-sale a, #wrapper .event-detail .on-sale-soon, #wrapper .event-detail .custom, #wrapper .event-detail .off-sale, #wrapper .event-detail .ticket-link a{width:100%;max-width:100%;}
#wrapper .tfly-calendar .one-event a img{width:95%;}
}