/*
Theme Name: The Comedy Bar
Theme URI: http://comedybar-eb.ticketfly.com/
Description: Child of Eventbrite Gold Parent based on _s
 Author: Eventbrite Wordpress Team
 Author URI:   http://eventbrite.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:#333;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 94px;
}

/* Links */
a {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
a:link, a:visited {color:#f27c27;text-decoration: none;}
a:hover {color: #f27c27; text-decoration: none;}
p a:hover { text-decoration: underline; }

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

.button--outline {
  display: inline-block;
  border: 3px solid;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
}

/* 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;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/* STRUCTURE */
#wrapper {
  /* max-width: 80em; */
  margin: 0 auto;
}
.wrapper-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wrapper-inner--narrow {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.wrapper-inner.left {
  text-align: left;
  position: relative;
}
.wrapper-inner::after {
  content: "";
  clear: both;
  display: table;
}
#masthead {
  background-color: #221F20;
  padding: 0 3rem;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}
.admin-bar #masthead {
  top: 32px;
}
#content {
  min-height: 700px;
}
#primary {
  width: 69%;
  float: left;
}
div#primary.calendar,
div#primary.location {
  width: 100% !important;
}
div#primary.full-width {
  max-width: 960px;
  width: 100%;
  margin: -5rem auto 6rem;
  float: none;
  background-color: #FFF;
  padding: 4rem;
}
div#primary.home {
  width: 100%;
}
#secondary {
	width:29%;
  padding:1%;
  float: right;
	min-height: 50px;
  background-color: #fff;
	border: 1px solid #000;
  }
#footer {
  background-color: #221F20;
  clear: both;
  padding: 3rem 1rem;
}
.footer-content {

}

.blog #wrapper,
.single #wrapper,
.page-template-page-calendar #wrapper,
.page-template-page-contact #wrapper,
.page-template-page-event #wrapper {
  background-color: #fdf6e4;
}

/* VENUE NAME STYLE/POSITION */
div.site-branding {
  display: inline-block;
  float: left;
}
div.site-branding img {
  width: 120px;
  display: block;
  position: absolute;
  top: 5px;
  z-index: 101;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.site-title {font-size: 2em;}
.site-title a:link,
.site-title a:visited {color: #f30;text-decoration: none;}
.site-title a:hover {color: #aaa;text-decoration: none;}


/* NAV */
#topnav {
  float: right;
  position: relative;
  display: inline-block;
  margin: 22px 0;
}
#topnav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#topnav ul li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 10px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#topnav ul li.current-menu-item,
#topnav ul li.current-menu-parent {
  border-bottom: 3px solid #FFF;
}
#topnav ul li:hover,
#topnav ul li:focus,
#topnav ul li:active {
  border-bottom: 3px solid #f27c27;
}
#topnav ul li:hover a,
#topnav ul li:focus a,
#topnav ul li:active a {
  color: #f27c27;
}
#topnav ul li a {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
  }
#topnav ul li a:hover {
	text-decoration:none;
}

#topnav ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f27c27;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#topnav ul.sub-menu li {
  border: 0 !important;
  display: block;
  margin: 0;
  min-width: 120px;
}
#topnav ul.sub-menu li:hover {
  background-color: #ca7337;
}
#topnav ul.sub-menu li a {
  color: #FFF !important;
  font-size: 14pt;
  line-height: 1;
  padding: 10px;
  display: block;
}
#topnav ul li.menu-item-has-children:hover {
  border: 0;
}
#topnav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
  display: block;
  margin: 0;
}

.sticky {
  position: fixed;
  height: 133px !important;
  top: 0;
  z-index: 100;
  border-top: 0;
  margin: 0 0 0;
  left: 50%;
}
.menu-main-menu-container {
  display: inline-block;
}
.buy-tickets {
  display: inline-block;
  background-color: #f27c27;
  color: #fff !important;
  border: 3px solid #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
  margin-left: 10px;
}
.buy-tickets:hover {
  background-color: #FFF;
  color: #f27c27 !important;
  border: 3px solid #f27c27;
}

.mobile-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 69px;
  background-color: #221F20;
  padding: 2rem;
  display: none;
}

.mobile-menu ul li {
  text-align: center;
  margin-bottom: 1rem;
}
.mobile-menu ul li a {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16pt;
}
.mobile-menu .sub-menu {
  display: none;
}


/*-- MOBILE MENU --*/
.nav-hamburger {
  display: none;
  float: right;
  transition: linear 0.1s;
  cursor: pointer;
  margin: 16px 0 16px 15px;
}
.nav-hamburger span {
  width: 35px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 7px 0;
  transition: linear 0.1s;
}
.menu-open .nav-hamburger span:first-of-type {
  transform: rotate(45deg) translateX(8px) translateY(7px);
}
.menu-open .nav-hamburger span:last-of-type {
  transform: rotate(-45deg) translateX(7px) translateY(-6px);
}
.menu-open .nav-hamburger span:nth-child(2) {
  opacity: 0;
}

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


/* WIDGETS */
#wrapper .sidebar-list {padding: 0;margin: 0;}
h2.widget-title {font-size:1.2em;font-weight:bold;}
#secondary aside {margin-bottom:2.5em;}

#wrapper div.youtube-playlist-sidebar ul,
#wrapper .just-announced ul,
#wrapper .onsale ul,
#wrapper .upcoming ul {
  background: #888;
  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;
  border-bottom:1px solid #ccc;
  }
#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: #fff;
  font-weight: 400;
  display: block;
  padding: 7px 14px;
  }
#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 {
  color: #fff;
  background-color: #333;
  }

/* 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;
  background-color: #fff;
  }
#main .widget_twitter ul li a:link {
  border-bottom: 1px dotted #ccc;
  }
#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"],
input[type="search"],
#searchform .textform,
.tfly-email-subscribe-text {
  margin: 8px 0 10px 0;
  padding: 5px;
  width: 185px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
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"],
#searchform #searchsubmit,
.tfly-email-subscribe-submit {
  margin-top: 0px;
  float: right;
  display: block;
  border-radius: 3px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	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);
  }
button:hover,
input[type="button"]:hover,
input[type="reset"]: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 */
#menu-footer-menu {
  text-align: center;
}
#menu-footer-menu li {
  display: inline-block;
  margin: 0 10px;
  border-bottom: 3px solid transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#menu-footer-menu li:hover {
  border-bottom: 3px solid #f27c27;
}
#menu-footer-menu li:hover a {
  color: #f27c27;
}
#menu-footer-menu li a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16pt;
  color: #FFF;
}
.widget_social_widget {
  text-align: center;
  margin: 5px 0;
}
.widget_social_widget a {
  color: #FFF;
  font-size: 16pt;
  margin: 0 5px;
}
.widget_social_widget a:hover {
  color: #f27c27;
}
.eb-powered-footer {
  text-align: center;
  margin: 4rem 0 1rem;
}
.footer-copyright {
  text-align: center;
  font-size: 10pt;
  color: #888;
}
.footer-copyright span::after {
  content: '·';
  font-weight: bold;
  margin: 0 3px 0 5px;
}

/* LIST VIEW */
#wrapper .#f27c27-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: 20px;
  border: 4px solid #F5EACF;
  background-color: #fbf8ef;
  padding: 0;
  display: flex;
}
#wrapper .list-view-right {
  width: calc( 100% - 400px );
  padding: 3rem;
  padding-right: 7rem;
  display: flex;
  flex-direction: column;
}
#wrapper .list-view-right section {
  order: 1;
}
#wrapper .list-view-right section.topline-info {
  order: 0;
}
#wrapper .list-view-details {
  float: none;
  max-width: 100%;
}
#wrapper .list-view-item .image-url {
  display: block;
  float: left;
}
#wrapper .list-view-item img {
  width: 400px;
  display: block;
  margin: 0;
  height: 100%;
  object-fit: cover;
}
#wrapper .event-status-message {font-style:italic;  line-height: 1;}
#wrapper section.topline-info{}
#wrapper span.topline-info {
  font-weight: bold;
  font-size: 12pt;
  text-transform: uppercase;
}
#wrapper .list-view .ticket-price {
  float: none;
  align-self: flex-start;
}
#wrapper .price-range {
  width: 100%;
  margin-bottom: 5px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  margin-top: 10px;
  font-size:1.1em;
  display: block;
  text-align: left;
  }

#wrapper .date-time {
  font-size: 14pt;
}
#wrapper .calendar-view .date-time {
  font-size: 14pt;
  margin-top: 5px;
  display: block;
}
#wrapper .dates {
  display: inline-block;
}
#wrapper .times {
  display: block;
  font-weight: bold;
}
#wrapper .list-view .custom-date {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1.5rem;
}
#wrapper .custom-date {
  text-align: center;
  background-color: #FFF;
  color: #221F20;
}
#wrapper .custom-date span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#wrapper .custom-date .month {
  font-size: 12pt;
  line-height: 16pt;
  padding: 4px 4px 3px;
  min-width: 45px;
  background-color: #efe4cc;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
#wrapper .custom-date .day {
  font-size: 18pt;
  line-height: 18pt;
  padding: 5px 5px 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

#wrapper .age-restriction,
.additional-event-info {
  font-style: italic;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 12pt;
  color: #846d3a;
}

/* EVENT DETAIL */
#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 {}
#wrapper .event-detail img{
  max-width: none;
  max-height: 400px;
  object-fit: cover;
  float: none;
  display: block;
  width: 100%;
}

#wrapper .event-detail .event-info {
  padding: 3rem;
  position: relative;
  padding-right: 9rem;
  margin: 0;
}
#wrapper .event-detail .custom-date {
    position: absolute;
    right: 0;
    top: 0;
    margin: 3rem;
    background-color: #f9f5ec;
}

#wrapper .event-detail .event-description,
#wrapper .event-detail .venue-info {
  padding: 3rem;
}

#wrapper .event-detail .cal-share {
  margin-top: 1rem;
}

#wrapper .event-detail .cal-share .share-button {
  float: left;
}

#toolbox {margin-top: 20px;}
div.calendar-sync a, #toolbox a {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  }
.share-text {font-weight:400;text-transform:uppercase;font-size:0.8em;}

div#primary.event {
  margin-top: -22rem;
  padding: 0;
}

/* preserve event summary for future purposes */
#wrapper .event-detail .event-description, #wrapper .event-detail .event-summary{
  margin: 0 auto;
  display: block;
  clear:both;
}
#wrapper .event-detail .event-description img{float: none;width:initial;max-width:100%;}

#wrapper .event-detail .artist-boxes img {
  width: auto;
  float: right;
}

#wrapper .artist-boxes .artist-icon a {
  width: 32px;
}

#wrapper .artist-boxes .artist-icon a:before {
  font-size: 26px;
}

#wrapper .artist-boxes .artist-box-headliner,
#wrapper .artist-boxes .artist-box-supporter {
  padding: 2em;
  margin: 0;
}

/* CALENDAR */
#wrapper .calendar-view .calendar-sync, #wrapper . {}
#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 .calendar-view .calendar-list-flip a {padding-right: 24px;}
#wrapper .calendar-view table {
  margin-bottom: 30px;
  margin-top: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 3px 10px;
}
#wrapper .calendar-view .one-event {
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  overflow-wrap: break-word;
}
#wrapper .calendar-view .one-event:last-of-type {
  margin-bottom: 0;
}
#wrapper .calendar-view td {padding: 0px;text-align: center;border:0}
#wrapper .calendar-view tr td.data {border: 0;background-color: #fbf8ef}
#wrapper .calendar-view tr {border:0;}
#wrapper .calendar-view table tr .month {
  font-size: 2.5em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #221F20;
}
#wrapper .calendar-view .date {
  background: #efe4cc;
  display: block;
  color: #000000;
  font-size: 14pt;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

/* Headliner and Support */
#wrapper .headliners,
#wrapper .headliners a,
#wrapper .event-detail .headliners {
  color: #333;
  font-family: 'Oswald', sans-serif;
  font-size: 24pt;
  text-transform: uppercase;
}
#wrapper .supports, #wrapper .supports a,
#wrapper .event-detail .supports {
  font-weight: bold;
  color: #000;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  }
#wrapper .headliners a:hover {color: #f27c27;}
#wrapper .supports a:hover {color: #f27c27;}
#wrapper .list-view .headliners,
#wrapper .event-detail .headliners {
  font-size:1.5em;
  line-height: 1.2;
  margin-bottom: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  }
#wrapper .event-detail .headliners {
  margin-top: 8px;
  font-size: 28pt;
}
#wrapper .list-view .supports,
#wrapper .event-detail .supports {
	font-size:1.3em;
  line-height:1.6;
  }
#wrapper .calendar-view .headliners a {
  font-size: 14pt;
  line-height: 1.1;
  margin-bottom: 0;
  word-wrap: break-word;
  display: block;
  padding: 5px 8px;
  }
#wrapper .calendar-view .supports a {
  font-size: 1em;
  line-height: 1;
  display: block;
  padding: 5px 0;
  font-weight: 400;
  }

/* Ticket Status For All Sections */
#wrapper .ticket-link a,
#wrapper button.ticket-link,
#wrapper .future-sale a {
  cursor: pointer;
  text-decoration: none;
  width: auto !important;
  display: block;
  float: none;
  border: 3px solid #f27c27;
  padding: 10px;
  border-radius: 0;
  font-size: 14pt;
  font-weight: bold;
  font-family: 'Work Sans', sans-serif;
  text-shadow: none;
  letter-spacing: 0;
  color: #000;
  min-width: 150px;
  background: #f27c27;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#wrapper .ticket-link a:hover,
#wrapper button.ticket-link:hover,
#wrapper .future-sale a:hover {
	background:#FFF;
  color: #f27c27;
  border: 3px solid #f27c27;
  text-decoration: none;
}
#wrapper .list-view .ticket-link a,
#wrapper .event-detail .ticket-link a,
#wrapper .list-view button.ticket-link,
#wrapper .event-detail button.ticket-link {
	margin: 1rem 0;
  max-width: 300px;
  display: inline-block;
}

#wrapper .calendar-view .ticket-link a,
#wrapper .calendar-view button.ticket-link {
  margin: 0 auto;
  font-size: 12pt;
  padding: 5px;
  min-width: 100px;
  display: inline-block;
}

#wrapper .cancelled,
#wrapper .sold-out,
#wrapper .postponed,
#wrapper .rescheduled,
#wrapper .off-sale {
  background: #fff;
  color:#f30;
  border: 0;
  text-transform:uppercase;
  margin: 0 auto;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  width: auto;
}
#wrapper .list-view .rescheduled,
#wrapper .list-view .off-sale {
  /* margin-bottom: 5px; */
}
#wrapper .tickets-at-the-door,
#wrapper .on-sale-soon,
#wrapper .custom,
#wrapper .sales-ended {
  background: #ccc;
  font-weight:normal;
  color: #666;
  margin: 0 auto;
  border-radius: 6px;
  display: block;
  line-height: 1;
  width: auto;
}
#wrapper .custom a {color: #666;}
#wrapper .off-sale {width: 100px;}
#wrapper .future-sale a:hover,
#wrapper .on-sale-soon:hover,
#wrapper .sold-out {}
#wrapper .free {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
}

#wrapper .calendar-view .cancelled,
#wrapper .calendar-view .sold-out,
#wrapper .calendar-view .postponed,
#wrapper .calendar-view .rescheduled,
#wrapper .calendar-view .free,
#wrapper .calendar-view .tickets-at-the-door,
#wrapper .calendar-view .future-sale a,
#wrapper .calendar-view .on-sale-soon,
#wrapper .calendar-view .custom,
#wrapper .calendar-view .off-sale {
  margin: 0 8px;
}
#wrapper .event-detail .ticket-link a,
#wrapper .event-detail button.ticket-link,
#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;
  width: 180px;
  text-align: center; */
}
#wrapper .list-view .ticket-link a,
#wrapper .list-view button.ticket-link
#wrapper .list-view .cancelled,
#wrapper .list-view .sold-out,
#wrapper .list-view .postponed,
#wrapper .list-view .rescheduled,
#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 {
  margin: 1rem 0;
}

#wrapper .list-view ul.pages {
  font-weight: bold;
}
#wrapper .list-view ul.pages li a {
  color: #221F20;
  font-size: 16pt;
}
#wrapper .list-view ul.pages li.selected,
#wrapper .list-view ul.pages li:hover {
  border-bottom: 3px solid #f27c27;
}
#wrapper .list-view ul.pages li.selected a,
#wrapper .list-view ul.pages li:hover a {
  color: #f27c27;
}
#wrapper .list-view ul.pages li.left-arrow:hover,
#wrapper .list-view ul.pages li.right-arrow:hover {
  border: 0;
}

#wrapper .ticket-price .inactive,
#wrapper .calendar-view .inactive {
  margin: 1rem 0;
  background: #e8e6de;
  padding: 10px;
  border: 0;
  border-radius: 0;
  font-size: 14pt;
  font-weight: bold;
  color: #888378;
  cursor: default;
  min-width: 150px;
  display: inline-block;
}
#wrapper .ticket-price .inactive:hover,
#wrapper .calendar-view .inactive:hover {
  text-decoration: none;
}

#wrapper .calendar-view .inactive {
  min-width: 0;
  margin: 0 8px;
}

#wrapper .ticket-price .future-sale a {

}

#wrapper .events-toggle {
  float: right;
  border: 2px solid #cacaca;
  background-color: #efefef;
  margin-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
}
#wrapper .events-toggle span,
#wrapper .events-toggle a {
  display: inline-block;
  padding: 2px 4px;
  text-transform: uppercase;
  font-size: 11pt;
  min-width: 90px;
  text-align: center;
}
#wrapper .events-toggle span {
  cursor: default;
}
#wrapper .events-toggle a {
  cursor: pointer;
  color: #333;
}
#wrapper .events-toggle a:active,
#wrapper .events-toggle a:focus {
  color: #E3823E;
}
#wrapper .events-toggle span {
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 17px -3px black;
  -moz-box-shadow: 0px 0px 17px -3px black;
  box-shadow: 0px 0px 17px -3px black;
}

/* 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 {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: 100%;}
h1.entry-title {
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.3;
  }
h1.entry-title a:link {
  text-decoration: none;
  border-bottom: 1px solid;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  border-width: 3px;
  line-height: 1;
  font-size: 22pt;
  }
h1.entry-title a:hover {
  color: #221F20;
}
.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: 7px 0;}
div.entry-meta-single {
  padding: 0px 0 6px;
  font-style:italic;
  }
span.posted-on {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11pt;
}
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 {border: 5px #111 solid;}
#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 {
      background-color: #fff;
      border: 1px solid #a9a9a9;
      /* width:110px; */
    /* height:85px; */
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    border-radius:3px;
    }
  a:hover.gallery-thumb img {background-color: #ccc;}
  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 {
    padding: 1rem;
  }
  .gallery-icon img {
    display: block;
    max-width: 100% !important;
    width: 100%;
  }
  .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;}

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

/* HOME PAGE */
.home-hero {
  background-color: #423739;
  color: #FFF;
  min-height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 2rem;
}
.home-hero.has-featured-img {
  background-size: cover !important;
  background-position: center !important;
  min-height: 500px;
}
.home-hero.has-featured-img h1 {
  text-shadow: 0px 5px 20px #000000;
}
.home-hero.has-featured-img p {
  text-shadow: 0px 1px 8px #000000;
}
.home-hero-inner {
  width: 100%;
}
.home-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40pt;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1rem;
}
.home-hero p {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18pt;
  margin: 0;
}
.home-about {
  background-color: #E3823E;
  color: #FFF;
  padding: 4rem 2rem;
}
.home-about .wrapper-inner {
  display: flex;
}
.home-about-logo {
  width: 20%;
  padding-right: 3rem;
}
.home-about-logo img {
  display: block;
}
.home-about-desc {
  width: 80%;
  font-family: 'Oswald', sans-serif;
  font-size: 20pt;
  line-height: 1.5;
  font-weight: 300;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
}
.home-about-desc h2 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22pt;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.home-about-desc p {
  margin: 0 0 1rem 0;
  font-size: 12pt;
  font-family: 'Work Sans', sans-serif;
}
.home-locations {
  padding: 4rem 2rem 6rem;
  background-color: #F5EACF;
  background-image: url(images/bg-cream-10dark.png);
  background-position: center;
}
.home-locations h2 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 30pt;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.home-locations h2 .fa {
  font-size: 34pt;
  transform: translateY(-2px);
  margin-right: 10px;
  color: #E3823E;
}
.home-slider {
  background-color: #222;
  padding: 4rem 1rem;
}
.home-slider .cycloneslider {
  max-width: 1065px;
  margin: 0 auto;
}
.home-slider .cycloneslider-template-responsive .cycloneslider-pager {
  top: 15px;
  right: 10px;
}
.home-gallery {
  background-color: #222;
}
.home-gallery-instagram {
  color: #E3823E;
  font-size: 16pt;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 24pt;
}
.home-gallery-instagram a {
  display: block;
  padding: 10rem 3rem !important;
}
.home-gallery-instagram .fa {
  display: block;
  font-size: 48pt;
  margin-bottom: 2rem;
}

/* INNER PAGES */
.fullWidth-header {
  background-color: #f27c27;
  text-align: center;
  color: #FFF;
  padding: 1rem;
  height: 300px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/bg-orange-10dark.png);
  background-position: center;
  background-size: 900px;
}
.fullWidth-header .wrapper-inner {
  position: relative;
}
.fullWidth-header h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-size: 50pt;
  max-width: 1280px;
}
.fullWidth-header h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  font-size: 32pt;
  margin-top: 1rem;
}
.fullWidth-header .wrapper-inner .buy-tickets {
  position: absolute;
  right: 0;
  margin-top: 2rem;
}
.fullWidth-header.with-overlap h1 {
  margin-bottom: 3rem;
}
.fullWidth-header.has-featured-img {
  background-position: center !important;
  background-size: cover !important;
  height: 400px;
}
.fullWidth-header.has-featured-img.small {
  height: 250px;
}
.fullWidth-header.has-featured-img h1,
.fullWidth-header.has-featured-img h2 {
  text-shadow: 0px 5px 20px #000000;
}


/* LOCATION EVENT LIST VIEW */
.location-eventList-address,
.location-eventList-phone {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16pt;
}
.location-eventList-info {
  background-color: #e27126;
  padding: 3rem 1rem;
  color: #FFF;
}
.location-eventList-info .wrapper-inner {
  display: flex;
}
.location-eventList-info--left {
  width: 35%;
  padding-right: 2rem;
}
.location-eventList-info--left a {
  color: #fff;
  margin-top: 1.5rem;
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.location-eventList-info--right {
  width: 65%;
  display: flex;
  align-items: center;
}
.location-eventList-info--right p:last-of-type {
  margin-bottom: 0;
}
.location-eventList-desc {
  font-size: 14pt;
}
.location-eventList-desc .buy-tickets {
  display: none;
  margin: 0;
  text-align: center;
  margin-bottom: 2rem;
}
.location-eventList-info .fa {
  min-width: 25px;
  margin-right: 5px;
  text-align: center;
  font-size: 18pt;
  color: #F5EACF;
}
.location-eventList {
  width: 100% !important;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  float: none !important;
  padding: 2rem 1rem;
}


/* Forms */
div.wpcf7 {
  max-width: 640px;
  margin: 0 auto;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

.wpcf7-form-control,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 100%;
  border: 1px solid #221F20;
  border-radius: 0;
  font-family: 'Work Sans', sans-serif;
  padding: 5px 8px;
}

.wpcf7-select {
  display: block;
  height: 36px;
  overflow: hidden;
  padding: 5px 8px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url(images/arrow.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.wpcf7-submit {
  text-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #FFF;
  background-color: #E3823E;
  border: 3px solid #E3823E;
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
  letter-spacing: 0;
  padding: 10px;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #FFF;
  color: #E3823E;
}

div.wpcf7 input[type="file"] {
  border: 0;
  background-color: #f5f5f5;
}

.wpcf7-not-valid {
  border-color: #E3823E !important;
  margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
  color: #E3823E;
  line-height: 1;
  font-weight: bold;
  font-size: 11pt;
}

.wpcf7-validation-errors {
  border: 0 !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  color: #cc0c0c;
  background-color: #ffefef;
  border-radius: 3px;
}

.wpcf7-mail-sent-ok {
  border: 0 !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  color: #04a204;
  background-color: #ecf5ea;
  border-radius: 3px;
}

/* Tickets Landing */
.page-template-page-tickets #wrapper {
  background-color: #F5EACF;
}

.page-intro {
  font-size: 14pt;
  padding: 0 1rem 3rem;
  line-height: 1.5;
}

.tickets-page {
  max-width: 1280px;
  margin: 5rem auto 3rem;
  float: none;
  min-height: 400px;
  padding: 2rem;
}

.tickets-logo {
  position: absolute;
  right: 5rem;
  bottom: -17rem;
  width: 275px;
}

.fullWidth-header.has-featured-img .tickets-logo {
  bottom: -20rem;
}

.tickets-locations.even .tickets-location {
  width: calc( (100% / 2) - 20px );
}

.tickets-location {
  width: calc( (100% / 3) - 21px );
  background-color: #f27c27;
  background-image: url(images/bg-orange-10dark.png);
  background-position: center;
  background-size: 400px;
  background-repeat: no-repeat;
  float: left;
  min-height: 300px;
  margin: 0 10px;
  margin-bottom: 20px;
  transition: linear 0.1s;
}

.tickets-location:hover {
  background-size: 450px;
}

.tickets-location.has-img {
  background-size: cover !important;
  background-position: center !important;
  transition: linear 0.1s;
}

.tickets-location.has-img a {
  text-shadow: 0px 5px 20px #000000;
}

.tickets-location.has-img:hover a {
  text-shadow: none;
  background-color: rgba(222, 127, 60, 0.6);
}

.tickets-location a {
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 42pt;
  font-weight: bold;
  display: block;
  text-align: center;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tickets-location a span {
  line-height: 1;
}

.tickets-location a .subtitle {
  font-size: 18pt;
  font-weight: 300;
  margin-top: 1rem;
  padding: 0 1rem;
}


/* LOCATION INFO PAGE */
.location .fullWidth-header {
  background-color: #F5EACF;
  background-image: url(images/bg-cream-10dark.png);
  color: #221F20;
}
.location .fullWidth-header .buy-tickets {
  margin-left: 0;
  margin-top: 2rem;
}
.location-address {
  margin-top: 2rem;
  font-family: 'Oswald', sans-serif;
}
.location-address span {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20pt;
}
.location-address span:first-of-type {
  margin-right: 2rem;
}
.location-address span .fa {
  font-size: 26pt;
  margin-right: 10px;
  color: #F5EACF;
}
.location-address span a {
  color: #FFF;
}
.location-mainDesc {
  background-color: #E3823E;
  color: #FFF;
  font-size: 14pt;
  line-height: 1.5;
  font-weight: 300;
  padding: 5rem 2rem;
  text-align: center;
}
.location-mainDesc .wrapper-inner {
  max-width: 980px;
}
.location-mainDesc p:last-of-type {
  margin: 0;
}
.location-mainImage {
  height: 500px;
}
.location-mainImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-section {
  display: flex;
  min-height: 500px;
  background-color: #fdf6e4;
}
.location-section.right {
  flex-direction: row-reverse;
}
.location-section-img {
  width: 50%;
}
.location-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.location-section-content {
  width: 50%;
  padding: 5rem;
  display: flex;
  align-items: center;
}
.location-section-content .buy-tickets {
  margin: 0;
  margin-top: 2rem;
}
.location-section-content h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 28pt;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.location-section-content p {
  font-size: 14pt;
  line-height: 1.5;
}
.location-section-content p:last-of-type {
  margin-bottom: 0;
}
.location-footer {
  display: flex;
  background: #333;
  color: #FFF;
  min-height: 500px;
}
.location-footer-map {
  width: 50%;
}
.location-footer-map iframe {
  width: 100%;
  height: 100%;
}
.location-footer-info {
  width: 50%;
  padding: 5rem;
}
.location-footer-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 16pt;
  text-transform: uppercase;
}
.location-footer-social {
  margin-bottom: 1rem;
}
.location-footer-social a {
  font-size: 18pt;
  margin-right: 8px;
}


/* Contact Page */
.contact-locations {
  display: flex;
  flex-wrap: wrap;
}
.contact-locations li {
  flex: 0 0 33.33%;
  margin-bottom: 2em;
}


/* Blog */
.blog-link {
  font-family: 'Oswald', sans-serif;
  font-size: 20pt;
  text-transform: uppercase;
}
.blog-link:hover {
  text-decoration: underline;
}

/* IE Only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-date { display: none; }
}


/* Error Page */
.error404 #wrapper {
  background-color: #F5EACF;
}
.error-page {
  text-align: center;
  padding: 5rem 1rem;
}

.error-page h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 26pt;
}

.error-page h2 {

}


/* Search */
.eb-search #searchform {
  max-width: 400px;
  width: 100%;
  float: left;
}

.eb-search #searchform .textform {
  margin: 0;
  padding: 0;
  width: 70%;
  border: 1px solid #999;
  border-radius: 0px;
  font-size: 12pt;
  font-family: 'Work Sans', sans-serif;
  line-height: 1;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.eb-search #searchform #searchsubmit {
  background-color: #666;
  color: #FFF;
  width: 30%;
  border: 1px solid #666;
  text-shadow: none;
  border-radius: 0;
  font-size: 11pt;
  font-family: 'Work Sans', sans-serif;
  padding: 7.5px;
  line-height: 1;
  letter-spacing: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-results-message {
  font-weight: bold;
  font-size: 16pt;
  margin-bottom: 1rem;
}

.clear-search {
  float: left;
  margin: 8px 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: bold;
}

.clear-search .fa {
  margin-right: 5px;
}

/* Responsive */
@media all and (max-width: 1280px) { ... }
@media all and (max-width: 980px) {
  #masthead {
    padding: 0 2rem;
  }
  .tickets-location a {
    font-size: 36pt;
  }
  .location-section-content {
    padding: 4rem;
  }
  #wrapper .list-view-item img {
    width: 300px;
  }
  #wrapper .list-view-right {
    width: calc( 100% - 300px );
  }
  .page-template-page-event .fullWidth-header {
    display: none;
  }
  div#primary.event {
    margin: 0;
  }
}

@media all and (max-width: 860px) {
  body {
    margin-top: 70px;
  }
  .menu-main-menu-container {
    display: none;
  }
  .mobile-menu .menu-main-menu-container {
    display: block;
  }
  .nav-hamburger {
    display: inline-block;
  }
  #topnav {
    margin: 10px 0;
  }
  div.site-branding img {
    width: 100px;
  }
  .home-about-desc {
    font-size: 18pt;
  }
  .tickets-location a {
    font-size: 28pt;
  }
  .location-section-content p {
    font-size: 12pt;
  }
  .location-section-content {
    padding: 3rem;
  }
}

@media all and (max-width: 782px) {
  .admin-bar #masthead {
      top: 46px;
  }
  .location-address span {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .home-about .wrapper-inner {
    flex-direction: column;
  }
  .home-about-desc {
    width: 100%;
    padding: 0;
    font-size: 16pt;
  }
  .home-about-logo {
    display: none;
  }
  .home-slider {
    padding: 2rem 1rem;
  }
  .tickets-location,
  .tickets-locations.even .tickets-location {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    min-height: 200px;
  }
  .tickets-location a {
    height: 200px;
  }
  .tickets-page {
    margin: 0;
    padding: 2rem;
  }
  .tickets-logo {
    display: none;
  }
  .fullWidth-header h1,
  .fullWidth-header h2 {
    text-align: center;
  }
  .location-address span {
    font-size: 16pt;
  }
  .location-address span .fa {
    font-size: 20pt;
  }
  .location-mainImage {
    height: 400px;
  }
  .location-section,
  .location-section.right,
  .location-footer {
    flex-direction: column-reverse;
    min-height: 0px;
  }
  .location-section-img,
  .location-section-content,
  .location-footer-map,
  .location-footer-info {
    width: 100%;
  }
  .location-section-content {
    padding: 3rem;
  }
  .location-mainDesc {
    font-size: 14pt;
  }
  .location-eventList-info {
    padding: 2rem;
  }
  .location-eventList-info .wrapper-inner {
    flex-direction: column-reverse;
  }
  .location-eventList-info--left,
  .location-eventList-info--right {
    width: 100%;
    padding: 0;
  }
  .location-eventList-desc {
    margin-bottom: 1rem;
  }
  #wrapper .list-view {
    max-width: 575px;
    margin: 0 auto;
  }
  #wrapper .list-view-item {
    flex-direction: column;
  }
  #wrapper .list-view-item img {
    width: 100%;
  }
  #wrapper .list-view-right {
    width: 100%;
    padding: 2rem;
  }
  #wrapper .calendar-view tr td.data {
    width: 100%;
    display: block;
  }
  #wrapper .calendar-view tr td.data:not(.not-empty),
  #wrapper .calendar-view table:not(.month-not-empty),
  #wrapper .calendar-view tr:not(.week-not-empty) {
    display: none;
  }
  #wrapper .calendar-view table tr .month {
    padding: 0 1rem;
  }
  #wrapper .fullWidth-header .wrapper-inner .buy-tickets {
    display: none;
  }
  .location-eventList-desc .buy-tickets {
    display: block;
  }
  .gallery-columns-3 {
    margin: 0 -1rem;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
  .contact-locations li {
    text-align: center;
    flex: 0 0 50%;
  }
  .contact-locations li:last-child:nth-child(odd) {
    flex: 0 0 100%;
  }
  .eb-search #searchform,
  .clear-search {
    display: none;
  }
}

@media all and (max-width: 575px) {
  body {
    margin-top: 69px;
  }
  #masthead {
    padding: 0 1.5rem 0 1rem;
  }
  div.site-branding img {
    width: 80px;
  }
  .buy-tickets {
    font-size: 14pt;
  }
  #topnav {
    margin: 12px 0;
  }
  #menu-footer-menu li {
    display: block;
    border: 0;
  }
  #menu-footer-menu li:hover {
    border: 0;
  }
  #menu-footer-menu li:hover a {
    color: #FFF;
  }
  #menu-footer-menu li a:hover {
    color: #f27c27;
  }
  .footer-copyright {
    font-size: 9pt;
  }
  div#primary.full-width {
    padding: 2rem;
    margin: 0;
  }
  .fullWidth-header {
    height: 250px !important;
  }
  .fullWidth-header h1 {
    margin: 0 !important;
    font-size: 36pt;
  }
  .home-about-desc {
    font-size: 14pt;
    font-family: 'Work Sans', sans-serif;
  }
  .home-about-desc h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 18pt;
  }
  .tickets-location,
  .tickets-locations.even .tickets-location {
    min-height: 150px;
  }
  .tickets-location a {
    line-height: 150px;
    height: 150px;
  }
  .tickets-location a .subtitle {
    font-size: 12pt;
  }
  .home-locations h2 {
    margin-bottom: 2rem;
    font-size: 24pt;
  }
  .home-locations {
    padding: 4rem 2rem 2rem;
  }
  .home-hero h1 {
    font-size: 24pt;
    max-width: 85%;
    margin: 0 auto 1rem;
  }
  .fullWidth-header h1,
  .fullWidth-header h2 {
    font-size: 26pt;
  }
  .location-mainDesc {
    font-size: 12pt;
    padding: 3rem 2rem;
    font-family: 'Work Sans', sans-serif;
  }
  .location-address span {
    font-size: 14pt;
    font-family: 'Oswald', sans-serif;
  }
  .location-mainImage {
    height: 250px;
  }
  .location-section-content h2 {
    font-size: 20pt;
  }
  .location-section-content,
  .location-footer-info {
    padding: 3rem 2rem;
  }
  .location-eventList-address,
  .location-eventList-phone {
      font-size: 14pt;
  }
  .location-eventList-desc {
    font-size: 12pt;
  }
  #wrapper .headliners,
  #wrapper .headliners a,
  #wrapper .event-detail .headliners {
    font-size: 16pt;
  }
  #wrapper .list-view-right {
    padding: 1.5rem;
  }
  #wrapper .calendar-view table {
    margin-bottom: 1rem;
  }
  #wrapper .calendar-view table tr .month {
    font-size: 20pt;
  }
  div#primary.full-width.event {
    padding: 0;
  }
  #wrapper .event-detail .event-info {
    padding: 2rem;
    padding-right: 7rem;
  }
  #wrapper .event-detail .custom-date {
    margin: 2rem;
  }
  #wrapper .event-detail .event-description,
  #wrapper .event-detail .event-summary {
    padding: 2rem;
  }
  .page-intro {
    font-size: 12pt;
    padding: 0 0 2rem;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 100%;
  }
  .contact-locations {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .contact-locations li {
    width: 100%;
    margin-bottom: 2em;
  }
  .contact-locations li:last-of-type {
    margin: 0;
  }
  #wrapper .artist-boxes .artist-box-headliner,
  #wrapper .artist-boxes .artist-box-supporter {
    padding: 1em;
  }
}

@media all and (max-width: 385px) {
  .footer-copyright span {
    display: block;
  }
  .footer-copyright span::after {
    display: none;
  }
}
