/*
Theme Name: Mohawk Austin 
Theme URI: http://mohawkaustin-eb.ticketfly.com/
Description: Child of Eventbrite Gold Parent based on _s
 Author: ALUX @ Eventbrite 12/7/18
 Author URI:   http://eventbrite.com
 Template:     gold-parent_s
 Version:      1.2.0
 Text Domain:  gold-parent_s-child
*/

* {margin:0;padding:0;}
html,body {height: 100%;-webkit-overflow-scrolling: touch;-webkit-tap-highlight-color: transparent;}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
/* Layout */
body {
  background: #eee;
  color:#000;
  font-family: pt-serif, serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  background-color: #1f1d1d;
  }
body.home{
  background-color: #edece4;
}
.no-scroll{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height:100vh;
}
/* 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:focus{outline: none;}
a:link, a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a img {}
a:hover img {}

em{color:#99834c;}

img.alignleft {float:left;margin:0 16px 10px 0;}
img.alignright {float:right;margin:0 0 10px 16px;}
button{cursor: pointer;}
/* Etc. */
ul {list-style: none;}
blockquote {
  font-family: 'Space Mono', monospace;
  font-weight: bold;
  margin: 25px;
  padding: 0 20px 5px;
}

.page-template-page-home .se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(images/Mohawk-Moon-bgmatte.gif) center no-repeat #fff;
  background-size: 100px;
  background-color: #1F1D1D;
}
.page-template-page-home h1.entry-title{
  display: none;
}
.page-template-page-home .entry-footer{display: none;}

/* STRUCTURE */
#wrapper {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#masthead {
  width: 100%;
  padding:17px 33px;
  margin: 0 auto;
  position: fixed;
  z-index: 8;
  background-color:#1f1d1d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-template-page-home #masthead{
  background-color: #edece4 ; 
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#masthead.smaller{
  padding:16px 0 19px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #1f1d1d;
}
#content{
  width: 100%;
  padding:0;
  margin: 0 auto;
  background-color: #1f1d1d;
  padding-top:80px;
}
.page-template-page-home #content {
  width: 100%;
  padding:130px 3% 0;
  margin: 0 auto;
  background-color: #edece4;
  }
.page-template-page-home #primary{
  max-width: 1400px;
  margin: 0 auto;
}
#primary {
  width:100%;
  padding:0;
  }
  div#primary.calendar {width: 100% !important;}


/* VENUE NAME STYLE/POSITION */
div.site-branding {
  z-index: 98;
}
h1.site-title {
  font-size: 0px;
  background-image: url('images/logo.png');
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#masthead.smaller h1.site-title{
  height:36px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#masthead.smaller.stop-it h1.site-title{
  font-size: 0px;
  background-image: url('images/logo.png');
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


h1.site-title a:link, 
h1.site-title a:visited {
  width: 250px;
    display: block;
    margin: 0 auto;
    height: 100%;}
h1.site-title a:hover {}

#masthead .hamburger-menu{
  position: absolute;
  top: 30px;
  right:33px;
  height: 25px;
  width: 40px;
  background-image: url('images/hamburger.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#masthead.smaller .hamburger-menu{
  top: 26px;
  right: 33px;
  height: 19px;
  width: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#masthead.smaller.stop-it .hamburger-menu{
  background-image: url('images/ex.png');
  top: 23px;
  right:33px;
  height: 23px;
  width: 40px;
}
#masthead.stop-it .hamburger-menu{
  background-image: url('images/ex.png');
}
/* NAV */
#topnav {
  width: 100%;
  position:absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 90px;
  align-items: center;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  background-color: #1f1d1d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  height:100vh;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  }
  #topnav:after{position: absolute;width:0; height:0; overflow:hidden; z-index:-1;
    content:url('images/ourstorymenu.jpg') url('images/contactmenu.jpg') url('images/buythings.jpg') url('images/specs-crop.jpg');}
  #topnav.open{
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    background-image: none;
    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 {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-bottom:30px;
}
#topnav ul li {
  position:relative;
  text-align: center;
  }
#topnav ul li a {
  display:inline;
  font-family: neue-kabel, sans-serif;
  font-size: 86px;
  line-height: 1.07;
  letter-spacing: 1.1px;
  -webkit-text-stroke: 1px #edece4;
    text-transform: uppercase;
    font-weight: 900;
    color: transparent;
  }
#topnav ul li.current_page_item a{
  text-decoration:none;
  color:#99834c;
  -webkit-text-stroke:0px #1f1d1d;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li a:active {
  text-decoration:none;
  color:#99834c;
  -webkit-text-stroke:0px #1f1d1d;
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
  }

/* --- Background for menu ---*/
#topnav.story{
  background-image: url('images/ourstorymenu.jpg');
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#topnav.specs{
  background-image: url('images/specs-crop.jpg');
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#topnav.contact{
  background-image: url('images/contactmenu.jpg');
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#topnav.buystuff{
  background-image: url('images/buythings.jpg');
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


/*--- Menu Widgets ---*/
.menuwidgets{
  color:#999890;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  line-height: 1.2;
}
.menuwidgets .widget_social_widget{
  text-align: center;
  margin-bottom:50px;
}
.menuwidgets .widget_social_widget a{
  background-color: #99834c;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 12px;
}
.menuwidgets .widget_social_widget a .fa{
  font-size: 20px;
  color:#1f1d1d;
  line-height: 30px;
}
.menuwidgets .widget_social_widget a:hover{
  background-color: transparent;
  border:none;
}
.menuwidgets .widget_social_widget a:hover .fa{
  color:#99834c;
}
.menuwidgets .widget_text{
  text-align: center;
}
.menuwidgets .widget_text .widget-title{
  text-transform: uppercase;
  font-family: 'neue-kabel', sans-serif;
  font-size:14px;
  letter-spacing: 1px;
  color:#edece4;
  padding-bottom:14px;
  font-weight: 600;
}
.menuwidgets .widget_text p{
  max-width: 60%;
  margin: 0 auto;
}
.menuwidgets form.signup-form, #mc_embed_signup_scroll{
  display: flex;
  padding-bottom:19px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.eb-email-subscribe.tfly-email-subscribe .eb-email-result{
  color:#c6451f;
  display: block;
  padding-bottom: 20px;
}

.menuwidgets form.signup-form .eb-email-address{
  width: 73%;
}
.menuwidgets form.signup-form .eb-email-submit{
  width: 27%;
}
.menuwidgets form.signup-form .eb-email-address input[type="email"], #mc_embed_signup_scroll #mce-EMAIL{
  width: calc(100% - 40px);
  background-color: transparent;
  color:#999890;
  font-family: 'Space Mono', monospace;
  font-size:12px;
  border:0 !important;
  border-bottom:1px solid #999890 !important;
  line-height: 2.9;
  border-radius: 0px;
}
.menuwidgets form.signup-form .eb-email-submit .eb-email-subscribe-submit, #mc_embed_signup_scroll #mc-embedded-subscribe{
  width: calc(100% - 40px);
  font-size: 11px;
  font-family: nimbus-sans-extended, sans-serif;
  line-height: 1.44;
  color:#99834c;
  border:1px solid #99834c;
  background-color: transparent;
  padding:10px 0;
  font-weight: 800;
  text-transform: uppercase;transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menuwidgets form.signup-form .eb-email-submit .eb-email-subscribe-submit:hover, #mc_embed_signup_scroll #mc-embedded-subscribe:hover{
  background-color: #99834c;
  color: #1f1d1d;transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menuwidgets #mc_embed_signup_scroll #mce-EMAIL{
  width: calc(73% - 40px);
  margin: 0 auto;
}
.menuwidgets #mc_embed_signup_scroll #mc-embedded-subscribe{
  width: calc(27% - 40px);
  margin: 0 auto;
}
.menuwidgets #mc_embed_signup_scroll #mce-responses{}

/*--- 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;) */
}
#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. */
  
}
#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. */
  
}



/* ticketfly search & email signup */
input[type="text"],
input[type="email"],
input[type="search"],
#searchform .textform,
.tfly-email-subscribe-text {
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
#searchform .textform:focus,
.tfly-email-subscribe-text:focus,
textarea:focus {
 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  
  }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#searchform #searchsubmit:hover,
.tfly-email-subscribe-submit:hover {

  }
  
/* footer widgets */
#footer {
  width: 100%;
  background-color: #1f1d1d;
  position: absolute;
  z-index: 7;
  margin-top:60px;
  }
.footer-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding:35px 3%;
  max-width: 1400px;
  margin: 0 auto;
}
#footer-widgetone, #footer-widgetthree{
  flex:0 0 20%;
}
#footer-widgettwo{
  flex:2 2 50%;
}
.footer-widgets .textwidget{
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .5px;
  color: #99834c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.footer-widgets .widget_sp_image img{
  max-width: 20% !important;
  margin:0 auto;
  display: block;
  cursor: pointer;
  margin-bottom:0;
}
.footer-widgets .widget_sp_image .widget_sp_image-description{
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  line-height: 1.35;
  color: #99834c;
  text-align: center;
  max-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;
}
.footer-widgets .widget_sp_image .widget_sp_image-description.active{
  max-height: 500px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-top:20px;
}
.footer-widgets .widget_sp_image .widget_sp_image-description.active:after{
  content:" ";
  height:12px;
  width: 12px;
  display: block;
  margin: 0 auto;
  background-image: url('images/ex.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* LIST VIEW */
#wrapper .offset-listview{display: none; width: 100% !important;}
#wrapper .offset-listview .btn{display: none;}
#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 {
  font-family: neue-kabel, sans-serif;
  border:none;
  padding:0;
  position: relative;
  z-index: 3;
  width:100% !important;
  height:auto !important;
}
.home #wrapper .list-view-item {
  display: none;
}
.home #wrapper .list-view-item.top-ten, #wrapper .list-view-item.top-ten{
  display: block;
}
#wrapper .list-view-item .info-box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  border-bottom:1px solid #c9c6ab;
  margin-bottom:15px;
  z-index: 6;
  position: relative;
  flex-wrap: nowrap;
}
#wrapper .list-view-item .info-box .datetop{
  flex: 0 0 16.8%;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-right:5px;
}
#wrapper .list-view-item .info-box .toptop{
  flex: 2 2 50%;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
}
#wrapper .list-view-item .info-box .endtop{
  flex: 1 1 35.2%;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#wrapper .list-view-item .image-url{
  position: absolute;
  z-index: 1;
    top: -45%;
    right: 10%;
    opacity: 0;
    pointer-events: none;
}
#wrapper .list-view-item img {
  float: none;
  margin:0;
  padding:0;
  max-height: 420px;
  width: auto;
}
#wrapper .event-status-message {}
#wrapper .list-view-item .topline-info{
  text-transform: uppercase;
  display: none;
}
#wrapper .list-view .ticket-price{
  font-family: nimbus-sans, sans-serif;
  flex: 0 0 16.8%;
  margin-top:8px;
}
#wrapper .list-view .list-view-details{
  float: none;
  max-width: 100%;
  position: relative;
  z-index: 6;
  margin-bottom:50px;
}
#wrapper .list-view .list-view-details .artist-info{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}


#wrapper .price-range {
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  margin-top: 10px;
  font-size:1.1em;
  font-weight: 600;
  }
#wrapper .list-view .price-range{
  display: none;
}

#wrapper .dates {}
#wrapper .times {}
#wrapper .list-view .date-time{display: none;}
#wrapper .list-view .age-restriction{display: none;}

#wrapper .event-detail .date-time{
  display: block;
  font-weight: 700;
  font-size:24px;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#wrapper .event-detail .dates{display: inline-block;padding-right:40px;}
#wrapper .event-detail .times{display: inline-block;}
#wrapper .event-detail .dates .endate{display: none;}
#wrapper .event-detail .age-restriction{display: none;}


/* EVENT DETAIL */
#wrapper .ad-cont{display: none;}
#wrapper .event-detail{
  color:#edece4;
}
#wrapper .event-detail .error-message{
  text-align: center;
  font-family: 'Space Mono', monospace;
    font-size: 14px;
    line-height: 1.35;
    color: #edece4;
}
#wrapper .event-detail .error-message:before{
  content: "OOF";
  font-family: 'neue-kabel',sans-serif;
    font-weight: 900;
    font-size: 210px;
    line-height: 1;
    letter-spacing: 1.1px;
    color: transparent;
    -webkit-text-stroke: 1px #edece4;
}
#wrapper .event-detail .event-info, #wrapper .event-detail .artist-boxes{
  padding:0;
  margin:0 auto;
  text-align: center;
  width: 66%;
  max-width: 1200px;
}
#wrapper .event-detail .event-info{
  font-family: 'neue-kabel',sans-serif;
  font-weight:700;
  padding-top:66px;
}
/* perserve event summary for future puropses */
#wrapper .event-detail .event-description, #wrapper .event-detail .event-summary{
  margin: 0 auto;
  display: block;
  font-family: 'pt-serif', serif;
  font-size:16px;
  line-height: 1.875;
  color:#999890;
  padding:0;
    width: 66%;
    max-width: 1200px;
}
#wrapper .event-detail .event-description a{color:#99834c;}
#wrapper .event-detail .event-description a:hover{text-decoration: underline;}
#wrapper .event-detail .event-description div{display: none;}
#wrapper .event-detail .event-description div:first-of-type{
  display: block;
}
#wrapper .event-detail img{
  float: none;
  width: 100%;
  height: 66vh;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}
#wrapper .event-detail .topline-info{
  text-transform: uppercase;
  font-weight: 700;
  font-size:18px;
  line-height: 1;
  letter-spacing: 1.5px;
  padding-bottom:25px;
}
#wrapper .event-detail address.venue-info{
  display: none;
}
#wrapper .event-detail .event-info .cal-share{
  display: none;
}
#wrapper .event-detail .ticket-price{
  margin-bottom:80px;
}
#wrapper .event-detail .artist-boxes{
  text-align: left;
  font-family: 'pt-serif',sans-serif;
  font-size:16px;
  line-height: 1.875;
  color:#999890;
}

#wrapper .venue {font-weight: bold;margin-bottom:0;}
#wrapper .city-state {}
#wrapper .event-detail .artist-boxes .artist-name {}
#wrapper .event-detail .artist-boxes ul.links li {}
#wrapper .bio {}

#toolbox {margin-top: 20px;}
div.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  }
.share-text {}


/* 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: 0 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 {}
#wrapper .tfly-calendar tr {border:0;}
#wrapper .tfly-calendar table tr .month {}
#wrapper .tfly-calendar h5.date {
}

/* Headliner and Support */
#wrapper .headliners, 
#wrapper .headliners a,
#wrapper .event-detail h1.headliners {
  color:#000;
  }
#wrapper .supports, #wrapper .supports a,
#wrapper .event-detail .supports {
  font-weight:normal;
  
  }
#wrapper .headliners a:hover {color:#99834c;}
#wrapper .supports a:hover {}
#wrapper .list-view .headliners,
#wrapper .event-detail h1.headliners {
  font-size:54px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 1.1px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  text-transform: uppercase;
  flex:0 0 83.2%;
  }

#wrapper .event-detail h1.headliners {
  font-size:86px;
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: 1.1px;
  color:transparent;
  -webkit-text-stroke:1px #99834c;
  padding-bottom:5px;
}
#wrapper .event-detail section.headliners{display: none;}
#wrapper .event-detail .performers{}
#wrapper .event-detail .performers .performers-label{text-transform: uppercase;font-size:18px;font-weight: 600;}
#wrapper .event-detail .performers .supports{
  font-size: 40px;
  line-height:54px;
  letter-spacing: 1px;
  font-weight: 800;
  padding-top:5px;
  text-transform: uppercase;
}
#wrapper .event-detail .date-age{
  margin-top:65px;
}
#wrapper .list-view .supports{
  text-transform:uppercase;
  font-family: 'neue-kabel',sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 900;
  flex: 0 0 83.2%;
  margin-left: 16.8%;
}
#wrapper .event-detail .supports {
  }
#wrapper .tfly-calendar .headliners a {
 
  }
#wrapper .tfly-calendar .supports a {
  }
  
/* Ticket Status For All Sections */

#wrapper .tfly-calendar .cancelled, 
#wrapper .tfly-calendar .sold-out,  
#wrapper .tfly-calendar .unavailable,
#wrapper .tfly-calendar .postponed, 
#wrapper .tfly-calendar .rescheduled,
#wrapper .tfly-calendar .free, 
#wrapper .tfly-calendar .tickets-at-the-door, 
#wrapper .tfly-calendar .future-sale a, 
#wrapper .tfly-calendar .on-sale-soon, 
#wrapper .tfly-calendar .custom, 
#wrapper .tfly-calendar .off-sale {
  margin: 6px auto;
  width:96%;
  padding: 5px;
  }
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail  button.ticket-link,
#wrapper .event-detail .sales-ended,
#wrapper .event-detail .cancelled,
#wrapper .event-detail .sold-out,
#wrapper .event-detail .unavailable,
#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 {
  width: 100%;
  text-align: center;
  margin-top:60px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight:700;
  color:#edece4;
  font-size:15px;
  background-color: #99834c;
  border-radius: 0;
  border:1px solid #99834c;
  padding:17px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  }
#wrapper .event-detail .ticket-price.no-link .inactive{
    color:#999890;
    border:1px solid #999890;
    background-color: transparent;
    padding:17px 3px;
  }
  #wrapper .event-detail button.ticket-link:hover, #wrapper .event-detail .ticket-link a:hover{
    background-color: transparent;
    color:#99834c;
    border:1px solid #99834c;
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  }

#wrapper .list-view .ticket-link a,
#wrapper .list-view button.ticket-link,
#wrapper .list-view .sales-ended,
#wrapper .list-view .cancelled,
#wrapper .list-view .sold-out,
#wrapper .list-view .unavailable,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#wrapper .list-view .free,
#wrapper .list-view .tickets-at-the-door,
#wrapper .list-view .future-sale a, 
#wrapper .list-view .on-sale-soon, 
#wrapper .list-view .custom, 
#wrapper .list-view .off-sale {
  width:80%;
  border:1px solid #99834c;
  color: #fff;
  background-color: #99834c;
  border-radius: 0;
  font-size:11px;
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 1.4;
  margin:0;
  padding:10px 0;
  font-family: nimbus-sans-extended, sans-serif;
  font-weight:700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  }
   #wrapper .list-view .ticket-price.no-link .inactive{
    color:#999890;
    border:1px solid #999890;
    padding:10px 3px;
    background-color: transparent;
  }

  #wrapper .list-view button.ticket-link:hover, #wrapper .list-view .ticket-link a:hover{
    background-color: transparent;
    color:#99834c;
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  }
  #wrapper span.unavailable.inactive{display: block;}


/* ticketfly powered logo */
.tfly-powered {
  width:100%;
  float: none;
  padding: 1em 0;
  margin: 0.5em auto;
  text-align:center;
  border: 0;
  }
  .tfly-powered a img {border: 0;}
  
div.spacer {clear:both;height:20px;}

/* non-event pages */
div.entry-content {margin:0;}
div.entry-content.non-event {}
.non-event ul {}

/* me made button style */
div.entry-content .btn{
  width: 66%;
  margin:60px auto 0 auto;
  max-width: 1200px;
}
div.entry-content .btn.show-init{
  display: none;
}
.home div.entry-content .btn{
width: 100%;
max-width: 100%;
z-index: 1;
position: relative;
display: block;
}

div.entry-content .btn a{
  display: block;
  width: 100%;
  border:1px solid #99834c;
  color: #99834c;
  text-transform: uppercase;;
  font-size:16px;
  font-family: nimbus-sans-extended, sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
  padding:19px 0;
  cursor: pointer;
}
div.entry-content .btn a:hover{
  background-color: #99834c;
  color:#fff;
}

#wrapper .list-view ul.pages{
  width: 100%;
max-width: 100%;
z-index: 1;
position: relative;
display: flex;
justify-content: center;
align-items: center;
border:1px solid #99834c;
  font-weight: 700;
}
#wrapper .list-view ul.pages li{
  margin:19px 15px;
  display: block;
  border-bottom: 3px solid transparent;
}
#wrapper .list-view ul.pages li.left-arrow, #wrapper .list-view ul.pages li.right-arrow{display: none;}
#wrapper .list-view ul.pages li.selected{
  border-bottom: 3px solid #99834c;
}
#wrapper .list-view ul.pages li a{
  color: #99834c;
  padding:3px 0;
  text-transform: uppercase;
  font-size:16px;
  font-family: nimbus-sans-extended, sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  display: block;
}

article.format-standard {}
section.post-excerpt {}
h1.entry-title {
  }
h1.entry-title a:link {
  }
h1.entry-title a:hover {
  }
.non-event h2 {}
h2.entry-title {
  }
div.entry-meta {}
div.entry-meta-single {
  }
span.posted-on {
  text-transform: uppercase;
  font-weight: 900;
}
p.upper-meta {}
p.lower-meta {}
div.nav-previous, div.nav-next {
  text-transform: uppercase;
  margin-top: 20px;
  }
span.meta-nav {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}
#wrapper div.excerpt-thumb {}
#wrapper div.excerpt-thumb img {}
#wrapper #nav-above {display:none;}


/* === Page Style === */
.page-mast{
  height:500px;
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}


/* === specs page === */
.page-specs{
  width:66%;
  margin: 0 auto;
  display: flex;
  color:#999890;
  margin-top:105px;
  max-width: 1200px;
  flex-direction:row;
}
.page-specs .PDF-sidebar{
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
.page-specs .PDF-sidebar .widget-wrapper{
  position: sticky;
  top: 67px;
}
.page-specs .post-section{
  width: 65%;
  display: inline-block;
  margin-bottom: 50px; 
}
.page-specs .PDF-sidebar .title{
  color:#99834c;
  font-family: 'neue-kabel',sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 2px;
  margin-bottom:23px;
  display: inline-block;
}
.page-specs .PDF-sidebar .btn{
  margin-right:20%;
  margin-bottom:10px;
}
.page-specs .PDF-sidebar .btn a{
  border:1px solid #99834c;
  color: #99834c;
  text-transform: uppercase;;
  font-size:12px;
  font-family: nimbus-sans-extended, sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
  padding:14px 0;
  display: block;
}
.page-specs .PDF-sidebar .btn a:hover{
  background-color: #99834c;
  color:#fff; 
}
.page-specs h1.entry-title{
  font-family: 'neue-kabel', sans-serif;
  font-weight: 900;
  font-size:54px;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #edece4;
  text-transform: uppercase;
}
.page-specs div.entry-content.non-event{
  font-family: 'pt-serif',serif;
  font-size: 16px;
  line-height: 2.05;
  margin-top:50px;
}
.page-specs .non-event h2{
  font-family: 'neue-kabel',sans-serif;
  font-weight: 700;
  font-size:24px;
  line-height: 1;
  letter-spacing: 1.5px;
  color:#edece4;
  margin-bottom:35px;
  margin-top: 40px
}
.page-specs p{margin-bottom:0;}

  /*page specs accordian */
  .page-specs .acc-section{
    display: block;
  }
  .page-specs .acc-section .acc-inter{
  }
  .page-specs .acc-section .section-title{
    font-family: 'neue-kabel', sans-serif;
    font-size: 54px;
    letter-spacing: 1.1px;
    color:#edece4;
    font-weight: 900;
    cursor: pointer;
    display: inline;
  }
  .page-specs .acc-section .section-title:before{
    content: " + ";
    display: inline-block;
    padding-right:14px;
  }
    .page-specs .acc-section .section-title.open:before{
    content: " - ";
    display: inline-block;
    padding-right:26px;
  }
  .page-specs .acc-section .text-title, .page-specs .acc-section .list-title{
    font-family: 'neue-kabel', sans-serif;
    font-size:24px;
    line-height: 3.6;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #99834c;
    text-transform: uppercase;
  }
  .page-specs .acc-section .text-section{
    font-family: 'pt-serif', sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: normal;
    color:#999890;
  }
  .page-specs .acc-section .text-section p{
    margin-bottom:50px;
  }
   .page-specs .acc-section .lists-wrapper{
    margin-bottom: 50px;
  }
  .page-specs .acc-section .list-int{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #999890;
    padding:8px 0;
  }
  .page-specs .acc-section .list-int .left{
    flex: 1 1 35%;
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;

  }
  .page-specs .acc-section .list-int .right{
    flex:1 1 65%;
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    line-height: 1;
  }


/* === Contact Page === */
.contact-main{
  width: 66%;
  margin:0 auto;
  max-width: 1200px;
}
.contact-main .contact-section{
  text-align: center;
}
.contact-main .contact-section .contact-title{
  font-family: 'neue-kabel', sans-serif;
  font-weight: 900;
  font-size: 86px;
  line-height: 1.07;
  letter-spacing: 1.1px;
  color:transparent;
  -webkit-text-stroke: 1px #edece4;
  text-transform: uppercase;
  padding-top:110px;
  padding-bottom:30px;
}
.contact-main .contact-section .sub-head{
  font-family: 'neue-kabel', sans-serif;
  font-weight: 700;
  font-size:16px;
  line-height: 1.25;
  letter-spacing: 2px;
  color:#edece4;
  text-transform: uppercase;
  padding-bottom: 18px;

}
.contact-main .contact-section .coulumn-wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom:40px;
}
.contact-main .contact-section .coulumn-wrap .coulmn{
  flex:1 1 33%;
  text-align: center;
  font-family: 'Space Mono', monospace;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.35;
  color: #99834c;
  padding:0 30px;
}
#wrapper div.wpcf7{
  color:#a09f97;
}
#wrapper div.wpcf7 .labeled{display: none;}
#wrapper div.wpcf7 .labeled-check{padding-bottom:25px;display: block;}
#wrapper div.wpcf7 span.wpcf7-list-item{margin:0 0.5em 0 0;}
#wrapper div.wpcf7 .checker{width: 100%;text-align: left;display: block;
font-family: 'Space Mono', monospace;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.35;
    color: #a09f97;
}
#wrapper div.wpcf7 .checker input{
  background-color: transparent;
  -webkit-appearance:button;
  height: 15px;
  width: 15px;
  border: 1px solid #99834c;
}
#wrapper div.wpcf7 .checker input:checked:after{
  content: "✓";
  color:#99834c;
  position: absolute;
  top:-1px;
  left: 2px; 
}
#wrapper div.wpcf7 .wpcf7-list-item-label{display: none;}
#wrapper .wpcf7-form-control-wrap select.wpcf7-form-control{
  font-family: 'Space Mono', monospace;
  font-size:14px;
  line-height: 40px;
  color:#757575;
  text-align: center;
  width: 100%;
  background-color: transparent !important;
  border:0;
  border-bottom:1px solid #a09f97;
  background-image:none !important;
  border-radius: 0;
  -webkit-appearance: unset;
  text-align-last:center; 
  position: relative;
}
#wrapper .wpcf7-form-control-wrap.your-subject:after{
  content:" ▼ ";
  position: absolute;
  top: 0;
  right:0;
  color:#99834c;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  pointer-events: none;
}
#wrapper .wpcf7-form-control-wrap.your-subject:focus-within:after{
  content: " ▼ ";
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#wrapper .wpcf7-form-control-wrap input[type="text"]{
  font-family: 'Space Mono', monospace;
  font-size:14px;
  line-height: 40px;
  color:#a09f97;
  text-align: center;
  width: 100%;
  background-color: transparent !important;
  border:0;
  border-bottom:1px solid #a09f97;
  background-image:none !important;
  border-radius: 0px;
}
#wrapper .wpcf7-form-control-wrap input[type="text"]:focus{color:#fff;}
#wrapper .wpcf7-form-control-wrap input[type="email"]{
  font-family: 'Space Mono', monospace;
  font-size:14px;
  line-height: 40px;
  color:#a09f97;
  text-align: center;
  width: 100%;
  background-color: transparent !important;
  border:0;
  border-bottom:1px solid #a09f97;
  background-image:none !important;
  border-radius: 0px;
}
#wrapper .wpcf7-form-control-wrap textarea{
  font-family: 'Space Mono', monospace;
  font-size:14px;
  line-height: 1.35;
  color:#a09f97;
  text-align: center;
  width: 100%;
  background-color: transparent !important;
  border:1px solid #a09f97;
  background-image:none !important;
  padding-top:10px;
  border-radius: 0px;
}
#wrapper div.wpcf7 input[type="submit"]{
  color: #fff;
  font-family: nimbus-sans-extended, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  line-height: 4.6;
  letter-spacing: .5px;
  background-color: #99834c;
  width: 100%;
  border-radius: 0;
  border:1px solid #99834c;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
}
#wrapper div.wpcf7 input[type="submit"]:hover{
  color:#99834C;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#wrapper span.wpcf7-not-valid-tip{
  font-family: 'Space Mono', monospace;
  font-size: 0px;
  line-height: 12px;
  color: #c6451f;
  display: block;
  padding-top: 10px;
}
#wrapper div.wpcf7-validation-errors{
  border: none;
  font-family: 'Space Mono', monospace;
  font-size: 0px;
  line-height: 12px;
  color: #c6451f;
  display: block;
  padding-top: 10px;
  margin: -50px auto 20px;
}
#wrapper div.wpcf7-mail-sent-ok{
  border:0px;
  font-family: 'neue-kabel', sans-serif;
  font-size: 0px;
  color:#99834c;
}
#wrapper div.wpcf7 .ajax-loader {
background-image: url('images/mohawk-moon-25px.gif');
width: 25px;
height: 25px;
margin-top:10px;
}

.your-name span.wpcf7-not-valid-tip:after{
  content: "This can't be left blank, we need to know what you go by.";  
  font-size: 12px;
  display: inline-block;
}
.your-message span.wpcf7-not-valid-tip:after{
  content: "Aw, don't leave this blank, we want to hear from you.";  
  font-size: 12px;
  display: inline-block;
}
.your-email span.wpcf7-not-valid-tip:after{
  content: "Bummer. Something's up with that email format, try again.";  
  font-size: 12px;
  display: inline-block;
}
#wrapper div.wpcf7-validation-errors:after{
  content: "Something's up with one or more of the above fields. Check'em out and try again.";  
  font-size: 12px;
  display: inline-block;
}
#wrapper div.wpcf7-mail-sent-ok:after{
  content: " THANKS FOR YOUR MESSAGE, SOMEONE WILL BE IN TOUCH ASAP.";
  font-size: 18px;
  background-image:url('images/goldcheck.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 68px;
  display: block;
  font-weight: 600;
  line-height: 1.2;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 78px;
}



/* === FAQ Section === */
.faq-main{
  background-color: #edece4;
}
.faq-section{
  width: 66%;
  margin: 0 auto;
  padding:45px 0 60px 0;
  max-width: 1200px;
}
.faq-section .faq-title{
  font-family: 'neue-kabel', sans-serif;
  font-weight: 900;
  font-size: 86px;
  line-height: 1;
  letter-spacing: 1.1px;
  color:#99834c;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 25px;
}
.faq-section .question-container{
  border-top:1px solid #99834c;
}
.faq-section .question-container:last-of-type{
  border-bottom:1px solid #99834c; 
}
.faq-section .question-container .question{
  cursor: pointer;
  font-family: nimbus-sans-extended, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.466;
  display: flex;
  letter-spacing: 1.6px;
  color:#1f1d1d;
  padding:30px 0;
  text-transform: uppercase;transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
}
.faq-section .question-container .question.open{
padding-bottom:30px;transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
}
.faq-section .question-container .question:before{
  content: " + ";
  display: inline-block;
  padding-right:15px;
  flex: 0 0 20px;
}
.faq-section .question-container .question.open:before{
  content: " - ";
  display: inline-block;
  padding-right:18px;
  flex: 0 0 20px;
}
.faq-section .question-container .answer-sect{
  padding:0 25px;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  line-height: 1.35;
  color:#1f1d1d;
}
.faq-section .question-container .answer-sect p{margin-bottom: 20px;}
.faq-section .question-container .answer-sect ul{margin-bottom:20px;}
.faq-section .question-container .answer-sect li{list-style-type: disc;}
.faq-section .question-container .answer-sect a{
  color:#99834c;
}
.faq-section .question-container .answer-sect a:hover{text-decoration: underline;}

/* === Story Page === */
.story-main{
}
.story-sect{
  max-width: 1200px;
  margin: 0 auto;
}
.story-int{
  color:#edece4;
  position: relative;
  padding-top:118px;
  padding-bottom:80px;
}

.story-int:nth-of-type(n) .story-headline{
  text-transform: uppercase;
  font-family: 'neue-kabel',sans-serif;
  font-weight:900;
  font-size:54px;
  line-height: 1.111;
  letter-spacing: 1.1px;
  z-index: 3;
  position: relative;
  padding:0 17% 0;
}
.story-int:nth-of-type(n) .story-body{
  padding-left:42%;
  padding-right:17%;
  font-family: 'pt-serif',seirf;
  font-size:16px;
  line-height: 2.06;
  font-weight: normal;
  padding-top: 50px;
  z-index: 2;
  position: relative;
}
.story-int:nth-of-type(n) .story-img{
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 1;
}
.story-int:nth-of-type(n) .story-img img{
  max-height: 300px;
  width: auto;
  object-fit: cover;
}

.story-int:nth-of-type(2n) .story-body{
  padding-left:17%;
  padding-right:42%;
}

.story-int:nth-of-type(2n) .story-img{
  position: absolute;
  bottom: 0;
  right:0;
  left: initial;
 }

/* === Home Page Ads === */
.home-ads-ext{position: relative;
display: block;
z-index: 7;}

.home-ads-ext .home-ads-int{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color:#fff;
    background-color: #4F4D4D; 
    padding-bottom:20px;
    margin-bottom: 50px;
    cursor: default;
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-ads-ext a .home-ads-int{cursor: pointer;}
.home-ads-ext .home-ads-int:hover{
  background-color: #c6451f;
   transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home-ads-ext .home-ads-int .topline-ads{
  font-family: 'neue-kabel',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1.5px;
    padding-top: 25px;
}
.home-ads-ext .home-ads-int .headline-ads{
  font-family: 'neue-kabel',sans-serif;
  font-weight: 900;
  font-size:46px;
  line-height: 1.2;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.home-ads-ext .home-ads-int .body-ads{
  font-family: 'Space Mono', monospace;
  font-size:18px;
  line-height: 1.2;
  margin-bottom:0;
  max-width: 65%;
  margin: 0 auto;
}


/* 404 styles */
.error-404{
  text-align: center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 300px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error-404 h1.entry-title{
  font-family: 'neue-kabel',sans-serif;
  font-weight: 900;
  font-size:210px;
  line-height: 1;
  letter-spacing: 1.1px;
  color: transparent;
  -webkit-text-stroke: 1px #edece4;
}
.error-404 .page-content{
  font-family: 'Space Mono', monospace;
  font-size:14px;
  line-height: 1.35;
  color:#edece4;
}

#wrapper .eb-powered-footer{
 /* text-align: center;*/
  padding-bottom: 10px;
}
#wrapper figure.eb-powered{text-align: center;margin-top: 13px;}
#wrapper .powered-by{font-family: 'Space Mono', monospace;margin-right:11px;}
#wrapper .ico--color-brand-white{
  color:#a09f97;
  display: inline-block;
  vertical-align: middle;
}

/* gallery post format */
aside.format-gallery {overflow:auto;}
  p.gallery {}
  div.gallery-thumb-wrap {
      }
    h4.gallery-title {}
    a.gallery-thumb img {
    }
  a:hover.gallery-thumb img {}
  p.gallery-text {
    }
/* div.gallery {margin: 0px auto 1.5em;width:100%;clear:both;overflow:auto;}
  .gallery-item {float:left;width:150px;} */
  .gallery-icon img {
  }
  .gallery-caption {}
  dd.wp-caption-text {}

/* aside post format for FAQs  */
h4.faq-question {
  }
div.faq-content {}

#wrapper figure.eb-powered{text-align: center;width: 100%;}

/* Small menu */
@media screen and (max-width: 600px) {
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}


@media screen and (max-width: 845px ){
.page-template-page-home #masthead{
  background-color: #1f1d1d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-template-page-home #content{
  padding-top:90px;
}
h1.site-title{height: 34px;margin:6px 0;}
#masthead.smaller{padding:0px 0 3px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;}
#masthead.smaller h1.site-title{height:24px;margin:10.5px 0;}
#masthead.smaller .hamburger-menu{top:12px;}
#masthead.smaller.stop-it .hamburger-menu{top:12px;}
#masthead.smaller.stop-it h1.site-title{height:24px;margin:10.5px 0;}
.menuwidgets #mc_embed_signup_scroll #mc-embedded-subscribe{width: 27%;border-radius: 0;}
/*.menuwidgets #mc_embed_signup_scroll #mce-responses{flex:1 1 100%;display: block;}*/

/*info box */
#wrapper .list-view-item .info-box{flex-wrap: wrap;border:0;max-width: 100%;margin:0 auto;margin-bottom:15px;}
#wrapper .list-view-item .info-box .toptop{order:3;flex:0 0 100%;text-align: center;}
#wrapper .list-view-item .info-box .datetop{flex:1 1 49%;margin:0;font-size:10px;}
#wrapper .list-view-item .info-box .endtop{flex:1 1 51%;font-size:10px;}

/* list view details */
#wrapper .list-view .list-view-details .artist-info{flex-direction: column;text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c9c6ab;
}

/* tix button */
#wrapper .list-view .ticket-price{flex: 0 0 100%;width: 90%;float: none;margin: 27px auto 0;order:3;}
#wrapper .list-view .ticket-link a, #wrapper .list-view button.ticket-link, #wrapper .list-view .sales-ended, #wrapper .list-view .cancelled, #wrapper .list-view .sold-out, #wrapper .list-view .unavailable, #wrapper .list-view .postponed, #wrapper .list-view .rescheduled, #wrapper .list-view .free, #wrapper .list-view .tickets-at-the-door, #wrapper .list-view .future-sale a, #wrapper .list-view .on-sale-soon, #wrapper .list-view .custom, #wrapper .list-view .off-sale{width: 100%;}
#wrapper .list-view .headliners{display: block;width: 100%;text-align: center;font-size: 35px;order:1;}
#wrapper .list-view .supports{order:2;flex:0 0 100%;text-align: center;margin:27px 0 0 0;width:100%;}


/* homepage ads */
.home-ads-ext .home-ads-int .headline-ads{font-size:35px;}
.home-ads-ext .home-ads-int .body-ads{font-size:14px;padding:0 4%;}

/* btn */
div.entry-content .btn{width: 76%;margin:0 auto 60px auto;}
div.entry-content .btn a{}
.page-template-page-home div.entry-content .btn a{
width: 100%;
max-width: 100%;
}
.page-template-page-home div.entry-content .btn a:hover{
background-color: #99834c;
color:#fff;
}


/* foooooter */
.footer-content{flex-wrap: wrap;}
#footer-widgetone, #footer-widgetthree{flex:1 1 50%;}
#footer-widgettwo{flex:0 0 100%;order:3;padding-top:30px;}
.footer-widgets .widget_sp_image img{max-width: 150px !important;width: 50%;}

/* MENU */
#topnav ul li a{font-size:50px;line-height: 1.3;}
#topnav.open{background-image: none !important;background-color: #1f1d1d !important;padding-top: 72px;overflow: hidden;}
#topnav ul{margin-bottom:20px;}
.menuwidgets .widget_social_widget{margin-bottom: 25px;}
.menuwidgets form.signup-form{flex-direction: column;align-items: center;}
.menuwidgets form.signup-form .eb-email-address{padding-bottom:20px;}
.menuwidgets form.signup-form .eb-email-submit{width: 47%;}
.menuwidgets .widget_text p{max-width: 85%;}
.eb-email-subscribe.tfly-email-subscribe .eb-email-result{padding:0;}

/* EDP */
#wrapper .event-detail img{max-height: 200px;}
#wrapper .event-detail .event-info{padding-top: 40px;width: 76%;}
#wrapper .event-detail h1.headliners{font-size:50px;}
#wrapper .event-detail .dates,#wrapper .event-detail .times{display: block;padding:0;width: 100%;padding-bottom:10px;}
#wrapper .event-detail .date-time{padding-bottom:0px;}
#wrapper .event-detail .ticket-link a, #wrapper .event-detail button.ticket-link{color:#fff;margin-top:40px;}
#wrapper .event-detail .ticket-price.no-link .inactive{margin-top: 40px;}
#wrapper .event-detail .ticket-price{margin-bottom: 50px;}
#wrapper .event-detail .topline-info{padding-bottom: 20px;}

/* story page */
.page-mast{max-height: 200px;}
.story-int{padding-top:68px;}
.story-int:nth-of-type(n) .story-headline{font-size: 30px;line-height: 1.333;padding:0 12% 0;}
.story-int:nth-of-type(n) .story-body{padding:50px 12% 80px; }

/* SPECS PAGE */
.page-specs{flex-direction: column;margin-top: 70px;width: 76%;}
.page-specs .PDF-sidebar,.page-specs .post-section{width: 100%;}
.page-specs .PDF-sidebar{margin-bottom:50px;}
.page-specs h1.entry-title{font-size: 30px;}
.page-specs .acc-section .section-title{font-size:30px;}
.page-specs .acc-section .section-title.open{padding-bottom:30px;display: block;}
.page-specs .acc-section .text-section p{margin-bottom:30px;}
.page-specs .acc-section .list-int{flex-direction: column;}
.page-specs .acc-section .list-int .left{padding-bottom:10px;}
.page-specs .acc-section .text-title, .page-specs .acc-section .list-title{font-size:18px;line-height: 1.277;padding-bottom:20px;}
.page-specs .acc-section .text-section{}


/* Contact Page */
.contact-main{width: 76%}
.contact-main .contact-section .contact-title{font-size:50px;}
.contact-main .contact-section .coulumn-wrap{flex-direction: column;}
.contact-main .contact-section .coulumn-wrap .coulmn{padding-bottom: 40px;}
#wrapper div.wpcf7 form.wpcf7-form p{margin-bottom:0;}
#wrapper div.wpcf7 input[type="submit"]{margin-top:20px;line-height: 1; padding:15px 0;color:#000;}
#wrapper div.wpcf7-validation-errors{margin-top:0;}

/* faq */
.faq-section{width:76%;padding-top: 75px;}
.faq-section .question-container .question{line-height: 1.466;display: flex;transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;}
.faq-section .question-container .question.open{padding-bottom:30px;transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;}
.faq-section .question-container{}


/* 404 */
body.error404{
  background-image: url('images/ourstorymenu.png') !important;background-color: #333030 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.error-404{height:calc(100vh - 350px);}
body.error404 #masthead, body.error404 #footer, body.error404 #content{background-color: transparent;}
.error-404 .page-content{width:75%;}
.error-404 h1.entry-title{
  font-size: 120px;
}





}


