@font-face {
  src: url('../fonts/Gotham-Light.ttf'), url('../fonts/Gotham-Light.eot');
  font-family: Gotham-Light;
}

@font-face {
  src: url('../fonts/Gotham-ExtraLight.otf');
  font-family: Gotham-Extra-Light;
}

@font-face {
  src: url('../fonts/Gotham-Book.ttf'), url('../fonts/Gotham-Book.eot');
  font-family: Gotham-Book;
}

@font-face {
  src: url('../fonts/Gotham-Medium.ttf'), url('../fonts/Gotham-Medium.eot');
  font-family: Gotham-Medium;
}

@font-face {
  src: url('../fonts/Gotham-Bold.ttf'), url('../fonts/Gotham-Bold.eot');
  font-family: Gotham-Bold;
}

.terms-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding: 20px 0 12px 0;
  font-family: Gotham-Light;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}

.terms-footer p {
  margin-bottom: 0;
}

.terms-footer a {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.terms-footer a.close {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 18px;
  text-decoration: none;
}

h1 {
  font-family: Gotham-Medium;
  font-size: 22px;
}

h2 {
  font-family: Gotham-Book;
  font-size: 18px;
  border-bottom: 1px solid #91d4ff;
  padding-bottom: 6px;
}

nav.navbar.home {
  background-color: #1c1c1c;
  font-family: Gotham-Light;
  padding: 24px 10%;
}

nav.navbar {
  background-color: #0390ea;
  font-family: Gotham-Light;
  padding: 24px 10%;
}

nav .header-intro {
  color: #FFF;
  width: 450px;
}

nav .header-login {
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  margin-top: -5px;
  z-index: 1030;
}

nav .header-login .loggedIn {
  display: none;
}

@media screen and (max-width: 1399px) {
  nav .header-login {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .nav-item.loggedIn, .nav-item.loggedOut {
    display: none!important;
  }
}

nav .header-login>span,
nav .header-login>a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

nav .navbar-brand {
  width: 200px;
}

nav .navbar-brand img {
  width: 200px;
  position: absolute;
  top: 0;
  z-index: 1;
}

nav .burger {
  width: 200px;
  text-align: right;
}

nav button {
  background-color: transparent;
  border: none;
}

#menu:focus {
  outline: none;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 2px;
  width: 30px;
}

.hamburger-inner, .hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #FFF;
}

nav.secondary {
  background-color: rgba(58, 58, 58, 0.9);
}

nav.secondary ul li a {
  background-color: rgba(71, 71, 71, 0.7);
  color: #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  text-transform: uppercase;
  font-family: Gotham-Book;
  width: 300px;
  padding: 12px 12px 3px 12px;
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

nav.secondary ul li a:hover {
  color: rgba(71, 71, 71, 0.7);
  background-color: #FFF;
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

nav.concerts {
  background-color: #0d0231;
  padding: 12px 0;
  display: none;
}

nav.concerts.home {
  background-color: #444444;
  padding: 12px 0;
}

nav.concerts.home .nav-link.btn {
  background-color: #1c1c1c;
}

nav.concerts.home .nav-link.btn:hover {
  background-color: #FFF;
  color: #1c1c1c;
}

nav.concerts ul li a {
  color: #FFF;
  font-family: Gotham-Book;
  padding: 12px 12px 3px 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.search-field {
  display: inline-block;
  position: relative;
}

.reset {
  display: inline-block;
  background-image: url(../images/clear.png);
  height: 18px;
  width: 18px;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 12px;
  top: 10px;
}

nav.concerts ul li a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

nav .nav-item {
  margin: 0 12px;
}

nav .nav-item.loggedIn {
  display: none;
}

nav .nav-item.nav-item-mobile {
  display: none;
}

@media screen and (max-width: 1399px) {
  nav .nav-item.nav-item-mobile {
    display: inline-block;
  }

  nav .nav-item.loggedIn {
    display: none;
  }
}


.nav-link.btn {
  background-color: #0a2d69;
  border-radius: 24px;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.home-slider img,
.concert-slider img {
  width: 100%;
}

section.footer.home {
  background-color: #1c1c1c;
}

section.footer {
  background-color: #a5a5a5;
}

section.footer a {
  color: #FFF;
  font-family: Gotham-Book;
  margin: 0 12px;
  font-size: 14px;
  display: inline-block;
}

section.footer a:hover {
	text-decoration: none;
	opacity: 0.75;
	-webkit-transition: 0.5s;
  	-o-transition: 0.5s;
  	transition: 0.5s;
}

.home-slides div {
  height: 70vh;
  background-size: cover;
  background-position: center center;
}

.cta-blocks {
  background-image: url('../images/grey-bg.jpg');
  background-size: contain;
  background-repeat: repeat-x;
}

.cta-blocks h2 {
  color: #FFF;
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 10px;
}

.cta-blocks h3 {
  color: #FFF;
  font-size: 16px;
  font-family: Gotham-Light;
  margin-bottom: 24px;
}

.cta-blocks a:after {
  content: ">";
  margin-left: 6px;
}

.cta-blocks a {
  color: #FFF;
  border-radius: 24px;
  border: 1px solid #FFF;
  font-family: Gotham-Medium;
  text-decoration: none;
  padding: 12px 24px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cta-blocks a:hover {
  background-color: #FFF;
  color: #535353;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cta-blocks .container {
  height: 70%;
  display: -ms-flexbox;
  display: grid;
  -ms-flex-item-align: center;
      align-self: center;
}

.title-overlay {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  text-align: center;
}

a.grid__item:hover {
  color: #000;
}

.title-overlay h5 {
  font-size: 16px;
}

.cta-blocks .container div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: 100%;
}

.cta-blocks .cta:first-child .container {
  border-right: 1px solid #000;
}

.cta-blocks .cta {
  min-height: 300px;
  display: -ms-flexbox;
  display: grid;
}

section.footer .copyright {
  color: #FFF;
  font-family: Gotham-Book;
  font-size: 14px;
  margin: 12px 0;
}

section.footer .logo img {
  width: 200px;
  position: relative;
    top: -24px;
}

.concert-listing .filters {
  display: block;
}

.concert-listing {
  padding: 48px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#a5a5a5));
  background-image: -webkit-linear-gradient(#FFF, #a5a5a5);
  background-image: -o-linear-gradient(#FFF, #a5a5a5);
  background-image: linear-gradient(#FFF, #a5a5a5);
}

.concert-listing img {
  width: 100%;
  padding: 6px;
}

.concert-listing .tile-row .tile {
  padding: 6px;
}

.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.grid__item:focus {
  outline: none;
}

.grid__item:focus + .grid__description {
    /*max-height: 500px;*/
    /*transition: max-height 0.5s ease-in;*/
}

.grid__item:nth-child(1) {
  -ms-grid-column: 1;
}

.grid__item:nth-child(3) {
  -ms-grid-column: 2;
}

.grid__item:nth-child(5) {
  -ms-grid-column: 3;
}

.grid__item:nth-child(7) {
  -ms-grid-column: 4;
}

.grid__item:nth-child(9) {
  -ms-grid-column: 5;
}

.grid__description {
  display: none;
  overflow: hidden;
  background: #aaa;
  -webkit-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}

.grid__description div {

}

.concert-details {
  padding: 48px;
}

.grid {
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
            grid-template-areas:
      "item item item item item"
      "desc desc desc desc desc";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(5, 1fr);
  }

  .grid__description {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: desc;
  }





.concert-details h4, .grid__description div h4 {
  font-family: Gotham-Bold;
  font-size: 18px;
  text-transform: uppercase;
}

.concert-details h2, .grid__description div h2 {
  font-family: Gotham-Light;
  border-bottom: none;
  color: #dddddd;
}

.concert-details .ticket-links {
  margin-top: 36px;
}

.concert-details a.book-tickets.btn {
  background-color: #dddddd;
  text-decoration: none;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Gotham-Bold;
  font-size: 12px;
  padding: 16px 24px 12px 24px;
  margin: 0 12px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top: 6px;
}

.ticket-links .date span:nth-child(1) {
  font-family: Gotham-Light;
  color: #FFF;
  font-size: 36px;
  display: block;
}

.inner-details h5 {
  font-family: Gotham-Light;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
}

.inner-details h5:nth-child(odd):after {
  content: '\2022';
  margin: 0 12px;
}

.inner-details h5 span {
  font-family: Gotham-Bold;
  color: #FFF;
  text-transform: uppercase;
}

.ticket-links .date {
  border-right: 1px solid #FFF;
}

.ticket-links .date, .ticket-links .inner-details, .ticket-links .booking {
  border-bottom: 1px solid #FFF;
  padding-top: 12px;
}

.ticket-links .inner-details {
  padding-left: 24px;
}

.ticket-links .date span:nth-child(2) {
  font-family: Gotham-Bold;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  line-height: 0px;
}

.concert-details .ticket-links h2, .grid__description div .ticket-links h2 {
  color: #FFF;
  font-family: Gotham-Bold;
  text-transform: uppercase;
  line-height: 0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 0px;
}

.concert-details .ticket-links h2 span {
  display: inline-block;
  position: relative;
  line-height: 13px;
}

.concert-details .ticket-links h2 span:before,
.concert-details .ticket-links h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid white;
  top: 0;
  width: 158%;
}

.concert-details .ticket-links h2 span:before {
  right: 100%;
  margin-right: 15px;
}

.orchestral-selector {
  display: none;
}

.concert-details .ticket-links h2 span:after {
  left: 100%;
  margin-left: 15px;
}

.concert-details p, .grid__description div p {
  font-family: Gotham-Book;
  color: #dddddd;
}

.concert-details ul, .grid__description div ul {
  color: #dddddd;
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 12px;
  padding-left: 0;
}

.concert-details ul.instrumentation {
  -webkit-column-count: 2;
          column-count: 2;
}

.concert-buttons {
  margin-top: 24px;
}

.concert-details .btn, .grid__description div .btn {
  background-color: #dddddd;
  text-decoration: none;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Gotham-Bold;
  font-size: 12px;
  padding: 12px 24px 6px 40px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px;
  margin: 0 12px;
}

.btn.filter, form.search input.btn {
  background-color: #dddddd;
  text-decoration: none;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Gotham-Bold;
  font-size: 12px;
  padding: 12px 24px 6px 40px;
  margin-top: -3px;
  border: 1px solid #cbcbcb;
  background-image: url('../images/icons/plus.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px;
  color: #484848;
}

form.search input.btn {
  background-image: none;
  padding: 12px 24px 6px 24px;
}

.concert-details .btn.trailer, .grid__description div .btn.trailer {
  background-image: url('../images/icons/play.png');
}

.concert-details .btn.favourites, .grid__description div .btn.favourites {
  background-image: url('../images/icons/tick.png');
}

.concert-details .btn.upcoming, .grid__description div .btn.upcoming {
  background-image: url('../images/icons/film.png');
}

.concert-details .btn.info, .grid__description div .btn.info {
  background-image: url('../images/icons/i.png');
}

#search {
  border-radius: 24px;
  border: 1px solid #cbcbcb;
  padding: 6px 12px 6px 36px;
  background-image: url('../images/icons/search.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 12px;
  width: 400px;
}

section.overlay {
  background-image: url('../images/overlay.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

section.overlay.home {
  display: block;
}

section.overlay.search {
  display: none;
}

section.overlay h1 {
  font-family: Gotham-Extra-Light;
  color: #FFF;
  margin: 0 auto;
  font-size: 36px;
}

section.overlay .content {
  display: -webkit-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

section.overlay img {
  width: 48px;
}

.slick-next {
  right: 5%;
}

.slick-prev {
  left: 5%;
}

.slick-arrow {
  z-index: 99;
}

.slick-next:before {
  background-image: url('../images/arrow-next.png');
  content: "";
    width: 48px;
    height: 48px;
    background-size: cover;
    display: block;
}

.slick-prev:before {
  background-image: url('../images/arrow-prev.png');
  content: "";
    width: 48px;
    height: 48px;
    background-size: cover;
    display: block;
}

form.search {
  padding: 36px 0 48px 0;
}

form.search select {
  max-width: 200px;
}

.filters {
  margin-top: 28px;
  display: none;
}

.filters h3 {
  font-family: Gotham-Book;
  font-size: 24px;
}

.arrangement-details {
  padding: 48px 0;
  display: none;
}

.arrangement-details a {
  background-color: #FFF;
  text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
}

.arrangement-details ul {
  list-style: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    padding-left: 0;
    color: #FFF;
    margin-bottom: 24px;
    font-family: Gotham-Book;
}

.arrangement-details .content {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 48px;
}

.arrangement-details .intruments {
  padding: 0 0 0 48px;
}

.arrangement-details .content h2 {
  width: 80%;
  margin: 0 auto;
}

.arrangement-details .content .details span {
  font-family: Gotham-Medium;
}

.arrangement-details h4 {
  color: #FFF;
  font-family: Gotham-Bold;
  font-size: 20px;
}

.arrangement-details h2 {
  border-bottom: none;
  color: #FFF;
  font-family: Gotham-Light;
  font-size: 24px;
}

.arrangement-details h3 {
  font-family: Gotham-Book;
  color: #FFF;
  font-size: 16px;
}

.arrangement-details .btn.favourites,
.arrangement-details .btn.info {
  background-image: url('../images/icons/star.png');
  text-decoration: none;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: Gotham-Bold;
  font-size: 12px;
  padding: 12px 24px 6px 40px;
  margin-top: -3px;
  border: 1px solid #cbcbcb;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px;
  color: #484848;
}

.arrangement-details .btn.info {
  margin-top: 12px;
}

.arrangement-links {
  margin-bottom: 24px;
}

.arrangement-links a {
  font-family: Gotham-Medium;
  background-image: url('../images/icons/add.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 93%;
  padding: 12px 48px 12px 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 12px;
  color: rgb(123, 63, 38);
  display: inline-block;
}

.arrangement-details .nav-tabs {
  border-bottom: none;
  display: block;
}

.arrangement-links .nav-tabs a.active {
  background-color: #ee8469;
  color: #FFF;
  background-image: url('../images/icons/add-white.png');
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*.arrangement-links .nav-tabs a.active:after {
  content: '';
    position: absolute;
    top: 100%;
    left: 23%;
    margin-left: -24px;
    width: 0;
    height: 0;
    border-top: solid 24px #ee8469;
    border-left: solid 24px transparent;
    border-right: solid 24px transparent;
}*/

section.intro {
  display: none;
}

section.page.content {
  padding: 48px 0;
}

section.page.content h1 {
  margin-bottom: 24px;
}

.modal-header {
  background-color: #0190ea;
  color: #FFF;
  font-family: Gotham-Light;
  padding: 12px 12px 0px 12px;
}

#ticketsModal .modal-header h5.modal-title p {
  width: 100%;
  font-family: Gotham-Book;
  font-size: 16px;
}

.modal .close {
  color: #FFF;
}

.info-form .form-group, .tickets-form .form-group {
  display: table;
  width: 100%;
}

.tickets-form .form-group textarea {
  resize: none;
  border-top: none;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  display: block;
  width: 99%;
}

.tickets-form select {
  width: 49%;
}

.tickets-form select:nth-child(1) {
  float: left;
}

.tickets-form select:nth-child(1) {
  float: right;
}

.tickets-form .form-group.area {
  display: block;
  width: 100%;
}

.tickets-form .form-group.area label {
  width: 99% !important;
  display: block;
  max-width: unset;
}

.info-form input, .tickets-form input {
  display: inline-block;
  margin-left: -6px;
  position: relative;
  top: 1px;
  border-left: none;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  display: table-cell;
  width: 100%;
  height: 30px;
}

.info-form input:focus, .tickets-form input:focus {
  outline: none;
}

.info-form label, .tickets-form label {
  background-color: #e7e7e7;
  color: #595959;
  font-family: Gotham-Medium;
  padding: 2px 12px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
  display: table-cell;
  width: auto;
  max-width: 100px;
}

.info-form, .tickets-form {
  background-color: #FFF;
  z-index: 20;
  position: relative;
}

#infoModal .modal-dialog, #ticketsModal .modal-dialog {
  max-width: 800px;
}

#infoSubmit, #ticketsSubmit {
  background-color: #0190ea;
  color: #FFF;
}

#infoModal .modal-body, #ticketsModal .modal-body {
  min-height: 430px;
}

.modal-body .loading {
  z-index: 10;
  width: 96%;
  height: 93%;
  background-color: #FFF;
  position: absolute;
}

.complete {
  position: absolute;
  top: 40%;
  z-index: 0;
  width: 100%;
  font-family: Gotham-Light;
}

.modal-body .loading img {
  width: 100px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 10;
}

ul.ui-autocomplete {
  background-color: #FFF;
  list-style: none;
  max-width: 400px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  border-radius: 12px;
  /*padding: 6px;*/
  z-index: 9999;
  max-height: 500px;
  overflow: scroll;
}

ul.ui-autocomplete li {
  margin: 3px 0;
  font-family: Gotham-Light;
  color: #000;
  background-color: #FFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 9px 9px 0 9px;
  border-bottom: 1px solid #e7e7e7;
}

ul.ui-autocomplete li span {
  font-weight: bold;
}

ul.ui-autocomplete li:hover {
  background-color: #e7e7e7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#search:focus {
  outline: none;
}

@media (max-width: 1399px) {
  nav .header-intro {
    display: none;
  }
  section.intro {
    display: block;
    padding: 24px 0;
    background-color: #1c1c1c;
    color: #FFF;
    font-family: Gotham-Light;
  }
  section.intro p {
    margin-bottom: 0;
  }
}


@media (max-width: 768px) {
  .home-slides div {
    height: 40vh;
  }
  .cta-blocks .cta:first-child .container {
    border-right: none;
  }
  .cta-blocks .cta:first-child {
    border-bottom: 1px solid #000;
  }
  .cta-blocks .cta {
    min-height: 250px;
  }
}



@media (max-width: 568px) {
  .arrangement-links {
    display: none !important;
  }
  .orchestral-selector {
    display: block;
    margin-bottom: 24px;
  }
  .orchestral-selector select {
    width: 90%;
  }
  #search {
    margin-bottom: 24px;
  }
  .tickets-form select {
    margin: 12px 0;
  }
  .inner-details h5:nth-child(odd):after {
    content: "";
  }
  .ticket-links .date {
    margin-top: 24px;
  }
  .booking {
    padding-bottom: 24px;
  }
  .ticket-links .date, .ticket-links .inner-details {
    border-bottom: 0;
    border-right: 0;
  }
  .concert-details .btn.favourites, .grid__description div .btn.favourites {
    margin: 12px 0;
  }
  .concert-details-container {
    padding-top: 24px;
  }
  .home-slides div {
    height: 27vh;
  }
  nav.navbar {
    padding: 33px 10%;
  }
  .grid {
    display: block;
  }
  .concert-listing img {
    padding: 6px 0;
  }
  .main-image {
    display: none;
  }
  .arrangements-listing-tiles .main-image {
    display: flex;
  }
  .arrangement-details .intruments {
    padding: 24px 0 0 0;
  }
  .slick-prev:before, .slick-next:before {
    width: 24px;
    height: 24px;
  }
  .concert-details ul.instrumentation {
    column-count: 1;
  }
  .arrangement-details .content {
    padding: 24px;
  }
  .concert-details {
    padding: 24px;
  }
  nav.navbar.home {
    padding: 36px 10%;
  }
  nav .navbar-brand, section.footer .logo img, nav .navbar-brand img {
    width: 160px;
  }
  .cta-blocks h2 {
    font-size: 18px;
  }
  .cta-blocks h3, .cta-blocks a {
    font-size: 14px;
  }
  nav .burger {
    position: absolute;
    right: 24px;
    width: auto;
    top: 14px;
  }
  section.overlay h1 {
    font-size: 22px;
  }
  .info-form input, .tickets-form input {
    border-left: 1px solid #e7e7e7;
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .info-form label, .tickets-form label {
    top: 0;
    max-width: unset;
    background-color: unset;
    padding: 0;
  }
  .info-form .form-group, .tickets-form .form-group {
    display: block;
    margin-bottom: 0;
  }
  .concert-listing .filters {
    display: none;
  }
}

/* Page With Image */
body.page-template-page-with-image .wp-post-image {
 display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: 400px;
}

body.page-template-page-with-image h1 {
  text-transform: uppercase;
}

body.page-template-page-with-image .page.content a {
  color: #000;
  text-decoration: underline;
}

body.page-template-page-with-image .page.content a:hover,
body.page-template-page-with-image .page.content a:focus {
  color: #000;
  text-decoration: none;
}

.impresario-popup {
  position: relative;
  background: #fff;
  padding: 35px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}

.impresario-popup .popup-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e5e8;
  font-size: 22px;
}

.impresario-popup .popup-title span {
  font-weight: bold;
}

.impresario-popup .popup-content {
  margin: 30px 0;
}

.impresario-popup .popup-link {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 300px;
  background: #0390ea;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  padding: 20px;
}

.impresario-popup .popup-link:hover,
.impresario-popup .popup-link:focus {
  text-decoration: none;
  background: #0056b3;
}
