/*
Theme Name: HotTix 2018
Theme URI: https://hottix.org
Author: Blenderbox
Author URI: https://blenderbox.com
Version: 0.1
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

h1, h2, h3, h4, h5 {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0;
  line-height: 1.66; }

p {
  line-height: 1.66; }

a {
  text-decoration: none;
  transition: all 200ms ease-out; }

html, body, .no-x-scroll {
  overflow-x: hidden;
  max-width: 100%; }

body {
  font-size: 1.8rem; }

h1 {
  font-size: 8rem; }

h2 {
  font-size: 4rem;
  line-height: 1.2; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.4rem;
  text-transform: uppercase; }

body * {
  box-sizing: border-box; }

img {
  max-width: 100%; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?m9syil");
  src: url("fonts/icomoon.eot?m9syil#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?m9syil") format("woff2"), url("fonts/icomoon.ttf?m9syil") format("truetype"), url("fonts/icomoon.woff?m9syil") format("woff"), url("fonts/icomoon.svg?m9syil#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cart:before {
  content: "\e900"; }

.icon-checkmark:before {
  content: "\e901"; }

.icon-chevron-down:before {
  content: "\e902"; }

.icon-chevron-left:before {
  content: "\e903"; }

.icon-chevron-right:before {
  content: "\e904"; }

.icon-close:before {
  content: "\e905"; }

.icon-email:before {
  content: "\e906"; }

.icon-minus:before {
  content: "\e907"; }

.icon-plus:before {
  content: "\e908"; }

.icon-search:before {
  content: "\e909"; }

.icon-social-fb:before {
  content: "\e90a"; }

.icon-social-insta:before {
  content: "\e90b"; }

.icon-social-tw:before {
  content: "\e90c"; }

.icon-ticket-alert:before {
  content: "\e90d"; }

.icon-ticket-buyTicket:before {
  content: "\e90e"; }

.icon-menu-close:before {
  content: "\e90f"; }

.icon-menu:before {
  content: "\e910"; }

html {
  font-size: 10px; }

body {
  color: #231F20;
  font-family: "Lato", sans-serif;
  margin: 0; }
  body .contained {
    max-width: 120rem;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
    body .contained.thin {
      max-width: 102rem; }
  body .searchform {
    margin-bottom: 2rem; }
  body .alert-bar {
    position: relative;
    display: flex;
    align-items: center;
    height: 4rem;
    font-size: 1.4rem;
    background: #231F20;
    text-align: center;
    color: #231F20;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    z-index: 10; }
    body .alert-bar i {
      color: #231F20;
      margin-right: 0.8rem;
      font-size: 1.2em; }
    body .alert-bar a {
      display: flex;
      align-items: center;
      margin: 0 auto;
      text-decoration: none;
      color: inherit; }
      body .alert-bar a span {
        border-bottom: 1px solid transparent; }
      body .alert-bar a:hover span {
        color: #231F20;
        border-bottom: 1px solid #231F20; }
  body header#site_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 4rem; }
    body header#site_header.expanded {
      background-color: #231F20;
      border-top: 2rem solid #231F20;
      margin-top: 0;
      min-height: 100vh; }
      body header#site_header.expanded .menu-toggle {
        color: #231F20; }
      body header#site_header.expanded #menu-header {
        transform: translateY(0); }
    body header#site_header #site_logo {
      position: relative;
      width: 6rem;
      height: 6rem;
      font-size: 2rem;
      margin: 0;
      z-index: 5; }
      body header#site_header #site_logo a {
        position: relative;
        display: block; }
        body header#site_header #site_logo a:before, body header#site_header #site_logo a:after {
          position: absolute;
          display: none;
          content: '\A';
          width: 90%;
          height: 90%;
          top: 0.5%;
          left: 3%;
          border-radius: 50%;
          transform: rotate(0deg);
          transition: 200ms all ease; }
        body header#site_header #site_logo a:before {
          background-color: #231F20;
          z-index: -2;
          transform-origin: 46% 71%; }
        body header#site_header #site_logo a:after {
          background-color: #231F20;
          z-index: -1;
          transform-origin: 18% 35%; }
        body header#site_header #site_logo a:hover:before, body header#site_header #site_logo a:hover:after {
          transform: rotate(6deg);
          transition: all 200ms ease;
          width: 100%;
          height: 97%;
          top: -3%;
          left: 1%; }
    body header#site_header .menu-header-container {
      text-align: right; }
      body header#site_header .menu-header-container > a {
        display: none; }
      body header#site_header .menu-header-container span.spektrix-basket-item-count {
        position: absolute;
        font-family: "Work Sans", sans-serif;
        font-weight: bold;
        color: #231F20;
        top: -0.5rem;
        right: -0.5rem;
        font-size: 1.2rem;
        line-height: 1;
        z-index: 1;
        text-align: center;
        transition: 200ms all ease; }
        body header#site_header .menu-header-container span.spektrix-basket-item-count:before {
          content: '\A';
          background: #231F20;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: -1;
          display: block;
          width: 1.7rem;
          height: 1.7rem;
          color: #231F20;
          border: 1px solid #231F20;
          border-radius: 1rem;
          transition: 200ms all ease; }
      body header#site_header .menu-header-container .cart a:hover, body header#site_header .menu-header-container .mobile-cart-link:hover {
        color: #231F20;
        border-bottom-color: transparent !important; }
        body header#site_header .menu-header-container .cart a:hover span.spektrix-basket-item-count, body header#site_header .menu-header-container .mobile-cart-link:hover span.spektrix-basket-item-count {
          color: #231F20; }
          body header#site_header .menu-header-container .cart a:hover span.spektrix-basket-item-count:before, body header#site_header .menu-header-container .mobile-cart-link:hover span.spektrix-basket-item-count:before {
            color: #231F20;
            border-color: #231F20;
            width: 2rem;
            height: 2rem; }
    body header#site_header .menu-toggle {
      position: relative;
      top: 1rem;
      font-size: 4rem;
      margin-right: 1rem;
      color: #231F20;
      cursor: pointer;
      z-index: 5; }
    body header#site_header #menu-header {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      body header#site_header #menu-header li {
        font-family: "Work Sans", sans-serif;
        font-weight: 700;
        display: inline-block;
        margin-left: 4rem;
        font-size: 1.8rem; }
        body header#site_header #menu-header li.signup .icon-email {
          font-size: 1.4rem; }
        body header#site_header #menu-header li.signup a:hover {
          border-bottom: 1px solid transparent; }
          body header#site_header #menu-header li.signup a:hover .text {
            border-bottom: 1px solid; }
        body header#site_header #menu-header li.cart {
          display: none; }
        body header#site_header #menu-header li a {
          color: #231F20;
          text-decoration: none;
          border-bottom: 1px solid transparent; }
  body .content {
    margin-left: auto; }
    body .content > * {
      max-width: 100%; }
    body .content .post-image {
      position: relative;
      display: inline-block;
      margin-top: 2rem;
      margin-bottom: 4rem;
      font-size: 0; }
      body .content .post-image img {
        max-height: 600px; }
      body .content .post-image.placeholder {
        margin-bottom: 2rem; }
        body .content .post-image.placeholder + h2 {
          margin-top: 0; }
        body .content .post-image.placeholder:before, body .content .post-image.placeholder:after {
          width: 100%; }
        body .content .post-image.placeholder:before {
          z-index: -1;
          top: 0;
          left: 0.3rem; }
        body .content .post-image.placeholder:after {
          z-index: -2;
          top: 0.3rem;
          left: 0; }
      body .content .post-image:before, body .content .post-image:after {
        position: absolute;
        display: block;
        content: '\A';
        width: 90%;
        height: 50%; }
      body .content .post-image:before {
        background-color: #231F20;
        z-index: -2;
        top: -0.8rem;
        right: 0; }
      body .content .post-image:after {
        background-color: #231F20;
        z-index: -1;
        bottom: -0.8rem;
        left: 0; }
      body .content .post-image.placeholder {
        height: 3rem; }
    body .content h1 {
      margin-top: 2rem;
      margin-bottom: 4rem;
      line-height: 1; }
    body .content p {
      margin-bottom: 4rem; }
    body .content a {
      border-bottom: 1px solid #231F20;
      color: inherit;
      text-decoration: none; }
      body .content a:hover {
        color: #231F20; }
  body footer#site_footer {
    border-top: 1px solid #231F20;
    color: #231F20;
    padding: 4rem 0; }
    body footer#site_footer .footer-content {
      display: block; }
    body footer#site_footer .logos {
      margin-bottom: 2rem; }
      body footer#site_footer .logos img {
        height: 53px;
        width: 53px;
        margin-right: 1.5rem; }
    body footer#site_footer .social {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      body footer#site_footer .social a {
        color: #231F20;
        text-decoration: none;
        font-size: 2rem;
        margin-left: 3.3rem; }
        body footer#site_footer .social a:first-child {
          margin-left: 0; }
        body footer#site_footer .social a:hover, body footer#site_footer .social a:active, body footer#site_footer .social a:focus {
          color: #231F20 !important; }
        body footer#site_footer .social a:visited {
          color: #231F20; }
    body footer#site_footer .signup {
      color: #231F20;
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      font-size: 1.8rem;
      display: block;
      text-decoration: none;
      margin-bottom: 2rem; }
      body footer#site_footer .signup .icon-email {
        margin-left: 0.6rem; }
      body footer#site_footer .signup:visited {
        color: #231F20; }
      body footer#site_footer .signup .text {
        border-bottom: 1px solid transparent; }
      body footer#site_footer .signup:hover .text, body footer#site_footer .signup:active .text, body footer#site_footer .signup:focus .text {
        border-bottom: 1px solid #231F20; }
    body footer#site_footer .about-text, body footer#site_footer .credit, body footer#site_footer .sponsor {
      font-family: "Lato", sans-serif;
      font-size: 1.2rem; }
    body footer#site_footer .about-text {
      max-width: 32rem; }
    body footer#site_footer .sponsor img {
      height: 22px;
      margin-left: 0.4rem;
      margin-bottom: -2px; }
    body footer#site_footer .credit {
      opacity: .5;
      margin: 0; }
      body footer#site_footer .credit a {
        color: inherit;
        text-decoration: none; }
        body footer#site_footer .credit a:hover, body footer#site_footer .credit a:active, body footer#site_footer .credit a:focus {
          color: #231F20 !important;
          border-bottom: 1px solid; }
        body footer#site_footer .credit a:visited {
          color: #231F20; }
      body footer#site_footer .credit:hover {
        opacity: 1; }

.ticketing dt {
  width: 100%;
  max-width: 24rem;
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem; }
.ticketing dd {
  width: 100%;
  margin: 0; }
.ticketing hr {
  width: 100%;
  color: #231F20;
  margin: 1rem 0 1.7rem; }
.ticketing ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ticketing ol li {
    display: inline-block;
    width: 12rem;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    background-color: #231F20;
    border-bottom: 3px solid #231F20;
    color: white;
    cursor: pointer;
    user-select: none;
    transition: 200ms all ease-out; }
    .ticketing ol li a {
      color: white !important; }
    .ticketing ol li i {
      font-size: 1rem;
      float: right; }
    .ticketing ol li .time, .ticketing ol li .price {
      font-size: 1.2rem;
      font-family: "Work Sans", sans-serif; }
    .ticketing ol li .time {
      font-weight: 700;
      float: left;
      line-height: 1rem;
      margin-bottom: 1rem; }
    .ticketing ol li .price {
      clear: both;
      line-height: 1; }
    .ticketing ol li:not(.sold-out):hover {
      background-color: #231F20; }
    .ticketing ol li.sold-out {
      border-bottom-color: transparent;
      cursor: default; }
      .ticketing ol li.sold-out * {
        opacity: 0.35;
        font-family: "Work Sans", sans-serif;
        font-weight: 700;
        cursor: default; }
      .ticketing ol li.sold-out i {
        display: none; }

.single-show .show-title {
  margin-bottom: 2rem; }
.single-show .show-heading {
  display: flex;
  justify-content: space-between;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 4rem; }
  .single-show .show-heading i {
    display: inline-block; }
  .single-show .show-heading a {
    border: none; }
  .single-show .show-heading .breadcrumb {
    text-decoration: none;
    color: #231F20;
    transition: all 200ms ease-out; }
    .single-show .show-heading .breadcrumb i {
      margin-right: 0.6em;
      font-size: 0.8em; }
    .single-show .show-heading .breadcrumb:hover {
      color: #231F20; }
  .single-show .show-heading .share .share-text, .single-show .show-heading .share a {
    margin-right: 1.5rem; }
  .single-show .show-heading .share a {
    text-decoration: none;
    color: #231F20; }
    .single-show .show-heading .share a:hover {
      color: #231F20; }
.single-show .show-description {
  line-height: 1.67;
  margin-bottom: 2rem;
  /* Spektrix editor styles */ }
  .single-show .show-description .ItalicText {
    font-style: italic; }
.single-show #map {
  height: 35rem; }
.single-show .venue {
  margin-top: 1rem; }
  .single-show .venue .venue-name {
    font-weight: 700; }
  .single-show .venue .venue-address {
    border-bottom: 1px solid #231F20; }
  .single-show .venue .venue-tip {
    margin-top: 1rem;
    display: block; }
.single-show iframe#SpektrixIFrame {
  height: auto;
  width: 1px;
  min-width: 100%;
  min-height: 70rem;
  margin-bottom: 2rem;
  border: none; }
.single-show .ticketing-sidebar.fixed {
  position: fixed;
  top: 11rem; }
.single-show .ticketing-sidebar .buy-tickets-button {
  display: block;
  position: fixed;
  background: #231F20;
  height: 5.7rem;
  width: 100%;
  color: #231F20;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 1.5rem 3rem 1.5rem 1rem;
  text-align: center;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0; }
  .single-show .ticketing-sidebar .buy-tickets-button .tags {
    transform: translateX(-50%);
    left: 50%; }
    .single-show .ticketing-sidebar .buy-tickets-button .tags span {
      margin-right: 0.5rem; }
  .single-show .ticketing-sidebar .buy-tickets-button .icon-ticket-buyTicket {
    color: #231F20;
    margin-left: 1rem;
    right: 0;
    top: 50%;
    transform: translate(30%, -50%);
    font-size: 1.7rem;
    transition: 200ms all ease; }
  .single-show .ticketing-sidebar .buy-tickets-button:before, .single-show .ticketing-sidebar .buy-tickets-button:after {
    position: absolute;
    display: none;
    content: '\A';
    width: 85%;
    height: 50%;
    transition: 200ms all ease; }
  .single-show .ticketing-sidebar .buy-tickets-button:before {
    background-color: #231F20;
    z-index: -2;
    top: 0.2rem;
    left: 0; }
  .single-show .ticketing-sidebar .buy-tickets-button:after {
    background-color: #231F20;
    z-index: -1;
    bottom: 0.2rem;
    right: 0; }
  .single-show .ticketing-sidebar .buy-tickets-button:hover {
    color: #231F20; }
    .single-show .ticketing-sidebar .buy-tickets-button:hover .icon-ticket-buyTicket {
      right: -0.6rem; }
    .single-show .ticketing-sidebar .buy-tickets-button:hover:before {
      top: -0.5rem; }
    .single-show .ticketing-sidebar .buy-tickets-button:hover:after {
      bottom: -0.5rem; }
    .single-show .ticketing-sidebar .buy-tickets-button:hover .title {
      color: #231F20; }
.single-show .ticketing-sidebar .price {
  font-size: 1.8rem;
  color: #231F20;
  font-family: "Work Sans", sans-serif;
  font-weight: 700; }
  .single-show .ticketing-sidebar .price .old-price {
    opacity: 0.5;
    text-decoration: line-through;
    font-weight: 400; }
.single-show .ticketing-sidebar .venue {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0; }
  .single-show .ticketing-sidebar .venue span {
    border-bottom: 1px solid #231F20; }
.single-show .ticketing-guidance {
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-family: "Lato", sans-serif; }

.searchform {
  position: relative; }
  .searchform .search-input-container {
    position: relative;
    width: 100%;
    max-width: 84rem;
    border-bottom: 0.6rem solid #231F20;
    margin-bottom: 2rem; }
    .searchform .search-input-container:before {
      content: "\e909";
      font-family: 'icomoon';
      color: #231F20;
      display: inline-block;
      position: absolute;
      font-size: 1.7rem;
      left: 1rem;
      top: 0.4em; }
    .searchform .search-input-container .search {
      width: 100%;
      outline: none;
      border: none;
      text-align: right;
      padding-bottom: 1rem;
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      font-size: 2rem; }

.carousel-container {
  position: relative;
  margin: 0; }
  .carousel-container .carousel-stripe {
    background-color: #231F20;
    border-top: 4rem solid #231F20;
    border-bottom: 4rem solid #231F20; }
    .carousel-container .carousel-stripe .slick-carousel {
      opacity: 0; }
    .carousel-container .carousel-stripe .slick-slider {
      display: inline-block;
      margin-top: -4rem;
      margin-bottom: -4rem;
      width: 100%;
      max-width: 84rem;
      vertical-align: top; }
      .carousel-container .carousel-stripe .slick-slider .slick-slide {
        position: relative;
        outline: none;
        opacity: 0; }
        .carousel-container .carousel-stripe .slick-slider .slick-slide:first-child {
          opacity: 1; }
        .carousel-container .carousel-stripe .slick-slider .slick-slide .image-container {
          display: block;
          width: 100%;
          max-width: 84rem;
          max-height: 53.8rem; }
    .carousel-container .carousel-stripe .navigation {
      vertical-align: top;
      display: inline-block;
      width: 28rem;
      margin: 4rem 3rem 3rem; }
    .carousel-container .carousel-stripe .title {
      display: inline;
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      text-decoration: none;
      font-size: 2.4rem;
      color: #231F20; }
      .carousel-container .carousel-stripe .title:hover, .carousel-container .carousel-stripe .title:active, .carousel-container .carousel-stripe .title:focus {
        color: #231F20; }
      .carousel-container .carousel-stripe .title span {
        border-bottom: 3px solid #231F20;
        line-height: 1.4; }
    .carousel-container .carousel-stripe .arrows {
      display: block;
      margin: 2rem 0;
      color: #231F20;
      font-size: 1.4rem;
      font-family: "Lato", sans-serif; }
      .carousel-container .carousel-stripe .arrows .count {
        display: none;
        vertical-align: top;
        font-style: italic;
        user-select: none; }
        .carousel-container .carousel-stripe .arrows .count .currentSlideIndex, .carousel-container .carousel-stripe .arrows .count .totalSlides {
          font-family: "Work Sans", sans-serif;
          font-weight: 700;
          font-style: normal; }
        .carousel-container .carousel-stripe .arrows .count .currentSlideIndex {
          padding-right: 0.3rem; }
        .carousel-container .carousel-stripe .arrows .count .totalSlides {
          padding-left: 0.3rem; }
      .carousel-container .carousel-stripe .arrows .prev, .carousel-container .carousel-stripe .arrows .next {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        border: none;
        outline: none;
        padding: 0 1.5rem;
        background: none;
        cursor: pointer;
        transition: all 200ms ease-out;
        opacity: 0.6; }
        .carousel-container .carousel-stripe .arrows .prev:hover, .carousel-container .carousel-stripe .arrows .next:hover {
          opacity: 1; }
        .carousel-container .carousel-stripe .arrows .prev:before, .carousel-container .carousel-stripe .arrows .next:before {
          font-size: 2rem; }

.home .shows-list {
  padding: 0 1rem 4rem; }
  .home .shows-list .header {
    margin-bottom: 2rem;
    color: #231F20; }
    .home .shows-list .header .hot-sellers {
      font-size: 4rem;
      line-height: 1;
      margin-top: auto; }
    .home .shows-list .header .homepage-shows-promo {
      text-decoration: none;
      color: inherit;
      margin-top: auto;
      font-size: 1.8rem; }
      .home .shows-list .header .homepage-shows-promo:hover {
        color: #231F20; }
      .home .shows-list .header .homepage-shows-promo > * {
        display: inline-block; }
      .home .shows-list .header .homepage-shows-promo h4 {
        border-bottom: 3px solid #231F20;
        font-size: inherit;
        line-height: 1;
        margin-top: 2rem; }
      .home .shows-list .header .homepage-shows-promo i {
        color: #231F20;
        font-size: 0.8em;
        margin-left: 0.3em; }
  .home .shows-list .hot-shows {
    position: relative;
    z-index: 1;
    font-size: 0; }
  .home .shows-list .show-promo {
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    background-color: #231F20;
    transition: all 200ms ease-out;
    height: auto; }
    .home .shows-list .show-promo img {
      display: inline-block;
      vertical-align: top;
      width: 24rem;
      max-width: 50%; }
    .home .shows-list .show-promo.text-promo {
      padding: 1rem;
      text-align: center; }
    .home .shows-list .show-promo .title {
      display: inline-block;
      padding: 2rem;
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      color: white;
      font-size: 1.8rem;
      width: 49%;
      vertical-align: top;
      transition: all 200ms ease-out; }
      .home .shows-list .show-promo .title span {
        border-bottom: 3px solid #231F20;
        line-height: 1.45; }
    .home .shows-list .show-promo:before, .home .shows-list .show-promo:after {
      position: absolute;
      display: block;
      content: '\A';
      width: 90%;
      height: 50%;
      transition: 200ms all ease; }
    .home .shows-list .show-promo:before {
      background-color: #231F20;
      z-index: -2;
      top: 0.2rem;
      right: 0; }
    .home .shows-list .show-promo:after {
      background-color: #231F20;
      z-index: -1;
      bottom: 0.2rem;
      left: 0; }
    .home .shows-list .show-promo:hover:before {
      top: -0.8rem; }
    .home .shows-list .show-promo:hover:after {
      bottom: -0.8rem; }
    .home .shows-list .show-promo:hover .title {
      color: #231F20; }
.home .left-rail, .home .right-rail {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem; }
.home .left-rail .fixed {
  position: fixed;
  top: 0.6rem; }
.home .text-content {
  margin-top: 3rem; }
  .home .text-content p {
    margin: 1rem 0; }
.home .right-rail {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .home .right-rail .rail-promo {
    margin-bottom: 1rem;
    border: 1px solid #231F20;
    background-color: #231F20; }
    .home .right-rail .rail-promo a {
      color: white; }
      .home .right-rail .rail-promo a:hover {
        color: #231F20; }
    .home .right-rail .rail-promo .promo-title h3 {
      margin-top: 0; }
    .home .right-rail .rail-promo .promo-title span {
      border-bottom: 3px solid #231F20; }
    .home .right-rail .rail-promo .promo-content {
      color: white; }
    .home .right-rail .rail-promo .inner {
      padding: 2rem; }
.home .tightfit {
  font-size: 0; }
.home .light-gray-bg {
  padding-top: 4rem; }

.search-container {
  position: relative;
  min-height: 170rem; }
  .search-container .title {
    margin-top: 0;
    line-height: 1; }
    .search-container .title.hide-on-desktop {
      margin-bottom: 1rem; }
  .search-container .search-count {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-family: "Lato", sans-serif; }
  .search-container .search-sidebar {
    margin-bottom: 4rem; }
    .search-container .search-sidebar .searchform .search-input-container {
      border-bottom: none; }
      .search-container .search-sidebar .searchform .search-input-container .search {
        font-size: 1.8rem;
        padding: 2rem;
        background-color: #231F20;
        text-align: left;
        border: 1px solid #231F20;
        border-bottom-width: 3px;
        transition: 200ms all ease-out; }
        .search-container .search-sidebar .searchform .search-input-container .search:hover {
          color: #231F20;
          border-color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container .search::placeholder {
        color: #231F20;
        transition: all 200ms ease-out; }
      .search-container .search-sidebar .searchform .search-input-container .search:placeholder-shown {
        color: #231F20;
        transition: all 200ms ease-out; }
      .search-container .search-sidebar .searchform .search-input-container .search::-webkit-input-placeholder {
        color: #231F20;
        transition: all 200ms ease-out; }
      .search-container .search-sidebar .searchform .search-input-container .search::-moz-placeholder {
        color: #231F20;
        transition: all 200ms ease-out; }
      .search-container .search-sidebar .searchform .search-input-container .search:-ms-input-placeholder {
        color: #231F20;
        transition: all 200ms ease-out; }
      .search-container .search-sidebar .searchform .search-input-container .search:-moz-placeholder {
        color: #231F20;
        transition: all 200ms ease-out; }
      .search-container .search-sidebar .searchform .search-input-container .search:hover::placeholder {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container .search:hover:placeholder-shown {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container .search:hover::-webkit-input-placeholder {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container .search:hover::-moz-placeholder {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container .search:hover:-ms-input-placeholder {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container .search:hover:-moz-placeholder {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container:hover:before {
        color: #231F20; }
      .search-container .search-sidebar .searchform .search-input-container:before {
        font-size: 1.4rem;
        right: 1.4rem;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        color: #231F20; }
    .search-container .search-sidebar .filters {
      list-style: none;
      padding-left: 0;
      margin-top: 2rem; }
      .search-container .search-sidebar .filters > li .toggle .icon-accordion:before {
        content: "\e908"; }
      .search-container .search-sidebar .filters > li.open .toggle .icon-accordion:before {
        content: "\e907";
        /* For some reason the minus icon is all wonky, so this stuff is necessary to get it the right size */
        font-size: 0.25em;
        padding-right: 0.2rem;
        position: relative;
        top: -1.2em; }
      .search-container .search-sidebar .filters > li {
        padding: 4rem 0;
        border-top: 3px solid #231F20;
        border-bottom: 3px solid #231F20;
        margin-top: -3px;
        /* To mimic border collapse */ }
        .search-container .search-sidebar .filters > li:first-child {
          margin-top: 0; }
        .search-container .search-sidebar .filters > li .toggle {
          display: block;
          cursor: pointer;
          user-select: none;
          transition: 200ms all ease-out;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 2.4rem; }
          .search-container .search-sidebar .filters > li .toggle span {
            border-bottom: 2px solid transparent;
            transition: 200ms all ease-out; }
          .search-container .search-sidebar .filters > li .toggle i {
            transition: 200ms all ease-out; }
          .search-container .search-sidebar .filters > li .toggle:hover {
            color: #231F20; }
            .search-container .search-sidebar .filters > li .toggle:hover span {
              color: #231F20;
              border-bottom: 2px solid #231F20; }
            .search-container .search-sidebar .filters > li .toggle:hover i {
              color: #231F20; }
          .search-container .search-sidebar .filters > li .toggle i.icon-accordion {
            position: relative;
            top: -2px;
            font-size: 0.8em;
            padding-right: 1rem; }
        .search-container .search-sidebar .filters > li .accordion-content {
          display: none;
          padding-top: 2rem;
          font-size: 1.4rem;
          font-weight: 700; }
          .search-container .search-sidebar .filters > li .accordion-content.price-filter {
            padding-left: 1rem;
            padding-right: 2rem; }
          .search-container .search-sidebar .filters > li .accordion-content .price-range {
            position: relative;
            width: 100%;
            height: 2px;
            background: #231F20;
            border: none;
            z-index: 3;
            margin-top: 2.5rem;
            margin-bottom: 2.5rem; }
            .search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-range {
              background: #231F20; }
            .search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-handle {
              position: absolute;
              top: -1.4rem;
              transform: translateX(-50%);
              margin-left: 0;
              background: none;
              border: none;
              cursor: pointer;
              text-align: center; }
              .search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-handle .slider-dot {
                display: block;
                border-radius: 1.5rem;
                width: 3rem;
                height: 3rem;
                background-color: #231F20; }
              .search-container .search-sidebar .filters > li .accordion-content .price-range .ui-slider-handle .price-text {
                display: inline-block;
                color: #231F20;
                font-size: 1.4rem;
                margin-top: 0.3rem;
                font-weight: bold; }
            .search-container .search-sidebar .filters > li .accordion-content .price-range:before, .search-container .search-sidebar .filters > li .accordion-content .price-range:after {
              content: '\A';
              display: block;
              width: 1.5rem;
              height: 1.5rem;
              border-radius: 1rem;
              background-color: #231F20;
              position: absolute;
              top: 50%; }
            .search-container .search-sidebar .filters > li .accordion-content .price-range:before {
              left: 0;
              transform: translate(-50%, -50%); }
            .search-container .search-sidebar .filters > li .accordion-content .price-range:after {
              right: 0;
              transform: translate(50%, -50%);
              z-index: -1; }
          .search-container .search-sidebar .filters > li .accordion-content .category-filter, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter {
            margin: 1rem 0 0; }
            .search-container .search-sidebar .filters > li .accordion-content .category-filter:first-child, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter:first-child {
              margin-top: 0; }
            .search-container .search-sidebar .filters > li .accordion-content .category-filter:hover label, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter:hover label {
              color: #231F20; }
              .search-container .search-sidebar .filters > li .accordion-content .category-filter:hover label:before, .search-container .search-sidebar .filters > li .accordion-content .time-of-day-filter:hover label:before {
                border-color: #231F20; }
          .search-container .search-sidebar .filters > li .accordion-content.date-filter .date-text {
            display: inline-block;
            margin-top: 2rem; }
            .search-container .search-sidebar .filters > li .accordion-content.date-filter .date-text input {
              display: inline-block;
              border: 1px solid #231F20;
              background: #231F20;
              height: 3.5rem;
              padding: 0 0.5rem;
              font-family: "Lato", sans-serif;
              font-weight: bold;
              max-width: 12rem;
              margin: 0 0.2rem; }
          .search-container .search-sidebar .filters > li .accordion-content label, .search-container .search-sidebar .filters > li .accordion-content input[type=checkbox] {
            cursor: pointer; }
          .search-container .search-sidebar .filters > li .accordion-content input[type=checkbox] {
            display: none; }
          .search-container .search-sidebar .filters > li .accordion-content label {
            position: relative;
            transition: 200ms all ease-out; }
            .search-container .search-sidebar .filters > li .accordion-content label:before {
              content: '\A';
              height: 1.5rem;
              width: 1.5rem;
              display: inline-block;
              border: 1px solid #231F20;
              margin: 0.3rem 0.8rem -0.2rem 0.1rem;
              transition: 200ms all ease-out; }
            .search-container .search-sidebar .filters > li .accordion-content label:after {
              display: none;
              position: absolute;
              color: #231F20;
              left: 0.2rem;
              top: -0.1rem;
              font-size: 1.5rem;
              content: '\e901';
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .search-container .search-sidebar .filters > li .accordion-content input:checked + label:after {
            display: block; }
        .search-container .search-sidebar .filters > li.open .accordion-content {
          display: block; }
  .search-container .search-results {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: 0; }
    .search-container .search-results .no-results-link {
      color: #231F20; }
      .search-container .search-results .no-results-link:hover {
        color: #231F20; }
    .search-container .search-results .show-card {
      display: flex;
      justify-content: space-between;
      position: relative;
      background: none;
      border: 1px solid #231F20;
      color: #231F20;
      margin-bottom: 2rem;
      min-height: 19.6rem; }
      .search-container .search-results .show-card.highlighted .left-section a {
        color: #231F20; }
      .search-container .search-results .show-card .left-section {
        width: 100%;
        padding: 2rem; }
        .search-container .search-results .show-card .left-section a {
          color: #231F20; }
          .search-container .search-results .show-card .left-section a:hover {
            color: #231F20; }
        .search-container .search-results .show-card .left-section .card-title {
          line-height: 1.4;
          margin-top: 0; }
          .search-container .search-results .show-card .left-section .card-title span {
            border-bottom: 3px solid #231F20; }
        .search-container .search-results .show-card .left-section .metadata {
          display: block;
          width: 100%;
          justify-content: space-between;
          font-size: 1.4rem;
          font-family: "Work Sans", sans-serif;
          margin-top: 3rem;
          line-height: 1.4;
          flex-direction: row; }
          .search-container .search-results .show-card .left-section .metadata .price, .search-container .search-results .show-card .left-section .metadata .dates, .search-container .search-results .show-card .left-section .metadata .venue {
            display: inline-block;
            margin-bottom: 0;
            width: 30%; }
            .search-container .search-results .show-card .left-section .metadata .price strong, .search-container .search-results .show-card .left-section .metadata .dates strong, .search-container .search-results .show-card .left-section .metadata .venue strong {
              font-weight: 700;
              display: block; }
      .search-container .search-results .show-card .right-section {
        display: none; }
      .search-container .search-results .show-card .tags {
        top: -0.5rem;
        right: -1rem; }
        .search-container .search-results .show-card .tags span {
          margin-left: 0.5rem; }

.tags {
  position: absolute;
  top: -1rem;
  font-size: 1.2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700; }
  .tags span {
    background: white;
    color: #231F20;
    padding: 0.3rem 0.5rem;
    border: 2px solid #231F20; }

#shows_form .filter-controls {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 2rem; }
  #shows_form .filter-controls .filter-count {
    font-family: "Work Sans", sans-serif;
    font-weight: 700; }
  #shows_form .filter-controls .clear-filters {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    max-width: 50%;
    text-align: right;
    color: #231F20;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer; }
    #shows_form .filter-controls .clear-filters i {
      font-size: 0.7em;
      margin-right: 0.2rem; }
#shows_form .map-filters {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 4rem; }
  #shows_form .map-filters .geolocation-info {
    display: block;
    float: none;
    clear: both;
    margin: 1rem 0; }
  #shows_form .map-filters:after {
    content: '\A';
    clear: both;
    float: none;
    display: block; }
  #shows_form .map-filters .neighborhood-filter, #shows_form .map-filters .shows-near-me {
    margin-bottom: 1rem; }
#shows_form #map {
  margin-top: 4rem;
  height: 24rem;
  width: auto; }

.dropdown {
  position: relative;
  transition: all 200ms ease-out;
  cursor: pointer;
  overflow: hidden; }
  .dropdown select {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    width: 120%;
    cursor: pointer;
    padding: 0 20% 0 0;
    outline: none;
    border: 0;
    border-right: 1rem solid transparent;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    color: #231F20; }
    .dropdown select option {
      font-family: "Work Sans", sans-serif;
      font-weight: 700;
      padding: 0.5rem 0;
      border-bottom: 1rem solid transparent; }
      .dropdown select option:hover {
        color: #231F20; }
  .dropdown select::-ms-expand {
    display: none; }
  .dropdown select:hover,
  .dropdown select:focus {
    color: #231F20; }
    .dropdown select:hover + i,
    .dropdown select:focus + i {
      color: #231F20; }
  .dropdown select:disabled {
    opacity: 0.5;
    pointer-events: none; }
  .dropdown i {
    font-size: 0.6em;
    margin-left: 0.1em;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    z-index: -1; }
  .dropdown:hover span {
    border-bottom: 1px solid #231F20;
    color: #231F20; }
  .dropdown:hover i {
    color: #231F20; }

/* jQuery UI Resets */
body .ui-datepicker {
  font-family: "Lato", sans-serif; }
  body .ui-datepicker .ui-datepicker-current-day {
    color: #231F20;
    outline: 3px solid #231F20; }
  body .ui-datepicker .ui-corner-all {
    border-radius: 0; }
  body .ui-datepicker .ui-state-default, body .ui-datepicker .ui-widget-content .ui-state-default, body .ui-datepicker .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    color: #231F20; }
  body .ui-datepicker table {
    border: 0.6rem solid transparent;
    margin: 0; }
  body .ui-datepicker .ui-datepicker-calendar thead {
    font-family: "Work Sans", sans-serif; }
  body .ui-datepicker .ui-datepicker-calendar .ui-state-default {
    text-align: center; }
  body .ui-datepicker .ui-datepicker-calendar .ui-state-highlight, body .ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    color: #231F20; }
  body .ui-datepicker.ui-widget-content {
    z-index: 20 !important;
    border-radius: 0;
    padding: 0;
    margin-top: 0.4rem;
    border: 1px solid #231F20;
    font-family: "Lato", sans-serif; }
  body .ui-datepicker .ui-widget-header {
    background: #231F20;
    color: #231F20;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    border: none; }
    body .ui-datepicker .ui-widget-header .ui-datepicker-prev,
    body .ui-datepicker .ui-widget-header .ui-datepicker-next {
      cursor: pointer;
      top: 2px !important; }
      body .ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover:after,
      body .ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover:after {
        color: #231F20; }
      body .ui-datepicker .ui-widget-header .ui-datepicker-prev:after,
      body .ui-datepicker .ui-widget-header .ui-datepicker-next:after {
        font-family: 'icomoon';
        color: #231F20;
        font-size: 2rem;
        display: inline-block;
        position: absolute;
        font-weight: 700;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      body .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
      body .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
        display: none; }
    body .ui-datepicker .ui-widget-header .ui-datepicker-prev {
      left: 2px !important; }
      body .ui-datepicker .ui-widget-header .ui-datepicker-prev:after {
        content: "\e903"; }
    body .ui-datepicker .ui-widget-header .ui-datepicker-next {
      right: 2px !important; }
      body .ui-datepicker .ui-widget-header .ui-datepicker-next:after {
        content: "\e904"; }
    body .ui-datepicker .ui-widget-header .ui-state-hover {
      border: none;
      background: none;
      color: #231F20; }

.large-button-link {
  display: inline-block;
  height: 5.6rem;
  padding: 1.5rem 2.3rem;
  font-size: 2.2rem;
  margin-top: 2rem;
  color: white;
  background: #231F20;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 4rem;
  transition: all 200ms ease-out;
  border-bottom: 2px solid transparent; }
  .large-button-link:hover {
    border-bottom-color: #231F20;
    color: #231F20; }

.cleared {
  float: none;
  clear: both; }
  .cleared:after {
    content: '\A';
    display: block;
    float: none;
    clear: both; }

.marker-bg {
  position: relative;
  padding: 1rem;
  width: auto;
  max-width: 25rem;
  float: left; }

.marker-venue {
  font-size: 13px;
  font-weight: 700; }

.marker-shows-count {
  font-size: 11px;
  font-weight: 400; }

.marker-venue,
.marker-shows-count {
  display: block;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  user-select: none; }

/* Moving the close icon around */
img.js-info-bubble-close {
  right: -3px !important;
  top: 15px !important;
  width: 7px;
  height: 7px; }

/* Incredibly hacky way to grab container of infoWindow; the container itself doesn't have a name but it does reliably
    come after the close icon, given that when disabled, gmaps just hides the icon rather than removing it */
.js-info-bubble-close + div {
  overflow: visible !important;
  z-index: 2;
  left: 7px;
  top: 11px;
  pointer-events: none; }
  .js-info-bubble-close + div:after, .js-info-bubble-close + div:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .js-info-bubble-close + div:after {
    border-color: transparent;
    border-top-color: #231F20;
    border-width: 10px;
    margin-left: -10px; }
  .js-info-bubble-close + div:before {
    border-color: transparent;
    border-top-color: #231F20;
    border-width: 11px;
    margin-left: -11px; }

.search-sidebar {
  display: none; }

.hide-on-desktop, .hide-on-mobile, .hide-on-lt-container {
  display: none; }

.alert-bar {
  display: none; }

.buy-tickets-button {
  display: none !important; }

/*# sourceMappingURL=print.css.map */
