@charset "utf-8";


@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal_black.woff2') format('woff2'),
    url('fonts/radikal/radikal_black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}


@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal_bold.woff2') format('woff2'),
    url('fonts/radikal/radikal_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal_light.woff2') format('woff2'),
    url('fonts/radikal/radikal_light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal_medium.woff2') format('woff2'),
    url('fonts/radikal/radikal_medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal_thin.woff2') format('woff2'),
    url('fonts/radikal/radikal_thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal_ultrathin.woff2') format('woff2'),
    url('fonts/radikal/radikal_ultrathin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Radikal';
  src: url('fonts/radikal/radikal.woff2') format('woff2'),
    url('fonts/radikal/radikal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


/* Updated css - RS */


html,
body {
  font-family: 'Radikal' !important;

}

h1 {
  text-align: left;
  padding: 20px 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
}

h2,
h2:before,
h1:before {
  background: transparent;
  margin: 0 !important;
  padding: 0;
}

.heading h2 {
  padding: 0;
  text-transform: capitalize;
  background: transparent;
}

.footer-logo img {
max-width: 175px !important
}

@media (max-width: 659px)
{
#tickets_and_map {
    display: block !important;
    flex-wrap: wrap;
}
}


#buy_button {
    background-color: #7ccb21 !important;
    color: #fff;
    border-radius: 30px !important;
}

.btn-danger,
.btn-danger:hover {
  color: #fff !important;
}

#legend > span {
font-size: 14px;
    color: #000 !important;
    font-weight: bold;
}

.event_image {
min-width: 300px;
margin-top: 30px;
}

.searchHead {
  padding-bottom: 2.5rem;
}

.heroSection .heroSwiper {
  padding: 0 !important;
  padding-bottom: 40px !important;
}

#eventdetails .topsection {

  padding: 40px 0;
}

.eventsListing {
  margin-top: 20px;
}

.eventCate img {
width: 50px;
height: 50px;
}

.eventsListing .card-wall img {
  width: 185px;
  height: 180px;
}

.event-footer-heading h3 {
font-size: 22px;
font-weight: bold;
color: #fff;
}
.event-footer-links  {
  list-style-type: none;
}

.event-footer-links li {
    display: inline;
    padding: 5px;
}

.event-footer-links  li a,
.event-footer-links  li a:active,
.event-footer-links  li a:hover {
   color: #fff;
}
.event-footer-links  li a:hover {
  color: #ccc;
}

.coming_soon {
    color: #fff;
    border: 1px solid #e1e1e1;
    background: #ff9800;
    font-weight: normal;
    font-size: 18px;
    border-radius: 20px;
    padding: 5px;
}

.countdown > div {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #0000;
    color: #c30101;
    font-family: inherit;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    font-size: 35px;
    text-align: center;
    line-height: 1;
    box-shadow: none;
    border: 1px solid #c30101;
}

.featured-events {
  background: #07142a;
  color: #fff;
}

.featured-events .featured-events a {
  color: #fff;
}

.featured-events .card .card-title a,
.featured-events .card .card-title a:visited,
.featured-events .card .card-title a:active {
  color: #dc3545 !important;
  font-size: 18px;
  text-transform: uppercase;
}

.featured-events .card-wall img {
  height: 225px;
}

#selection+#checkout input {
  padding: 3px 10px !important;
  color: #fff;
  margin: 15px 0 !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


.row-flex-content {
  height: 100%;
  padding: 0;
}

.s {
  font-style: italic;
}

.eventCate .ecCaption h2 {
  padding-bottom: 15px;
}

#selection h3 {
font-size: 16px;
}

#selection + #checkout input {
    margin: 0 !important;
    font-weight: normal;
}

/* End updated css */


.icons {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.super_icon {
  font-size: 64px;
}

#filters {
  width: 100%;

}

#search_field {
  width: 88%;
}

@media (max-width: 659px){
#search_field {
  width: 75% !important;
}
}

#events_bar input[type=submit] {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 70px;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  border: 1px solid;
  padding: 0.375rem 0.75rem;
}
#events_bar input[value="»"] { display:none; }

.pages a,
.pages a:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 70px;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  border: 1px solid;
  padding: 0.375rem 0.75rem;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
  display: flex;
  flex-direction: column;
}


.columns {
  margin: 0 -20px;
}

.half {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  min-width: 300px;
  padding: 0 20px 30px;
}

.status_goingahead,
.status_newdatetime,
.status_postponed,
.status_cancelled,
.status_presaleonnow {
  font-size: 13px;
  width: fit-content;
  padding: 5px 12px;
  height: 24px;
  line-height: 16px;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
}

.status_goingahead {
  background-color: #0c3;
}

.status_newdatetime {
  background-color: #90f;
}

.status_postponed {
  background-color: #f90;
}

.status_cancelled {
  background-color: #900;
}

.status_presaleonnow {
  background-color: #09c;
}

.soldout {
  background-color: #eee;
  padding: 8px 5px 7px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  width: 46px;
  display: inline-block;
  text-align: center;
  color: #999;
  vertical-align: inherit;
  border: 1px solid #ccc;
}


body.scrolled #nav {
  padding: 14px 10px;
}

.notice {
  margin: 0;
  border-right: none;
  border-left: none;
  text-align: center;
  position: relative;
}

#p_home .notice {
  margin-bottom: -33px;
}


#main {
  clear: both;
  max-width: none;
  display: block;
  padding-top: 0.1px;
  margin-bottom: 0;
}

#sidebar {
  max-width: none;
  display: block;
  width: auto;
}

.bcTrail {
  display: none;
}

.cardType3 {
padding-bottom: 20px;
}

#filters {
  padding: 0;
}

.details_table td {
  padding: 5px 0;
}


#ticket_table {
  margin-bottom: 1em;
  float: left;
  width: 100%;
}

@media (max-width: 659px) {
#tickets_and_map #ticket_table {
    min-width: 350px;
}
}
.order_table td,
.order_table th {
  padding: 10px;
  border: 1px solid #ccc;
}

.content th {
  color: #fff;
  background-color: #c30101;
}

#ticket_table td,
#ticket_table th {
  padding: 10px;
}

#ticket_table input[type=radio] {
  margin-right: 5px;
}

#ticket_table .highlighted,
#ticket_table .vt_light.highlighted,
#ticket_table .vt_dark.highlighted {
  background-color: #BCD2F9;
}

label em {
  color: #c00;
}

#description {
  margin-top: 1em;
}

.content input[type=submit],
.content button {
  background-color: #365282;
  color:#fff;
  border-radius: 0;
  border: none;
  padding: 10px 20px;
  height: auto !important;
}

.content input[type=text],
.content input[type=number],
.content input[type=tel],
.content input[type=password],
.content input[type=email],
.content textarea {
  padding: 5px;
}

.content select {
  padding: 11px 24px 11px 11px;
  border-color: #e6e6e6;
  font-size: 16px;
}

#buy_text {
  margin: 16px 20px;
}

form[name=orderForm] input[type=text],
form[name=orderForm] input[type=number],
form[name=orderForm] input[type=tel],
form[name=orderForm] input[type=password],
form[name=orderForm] input[type=email],
form[name=orderForm] textarea {
  padding: 11px;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
  border-color: #e6e6e6;
  font-size: 16px;
}

#class_qtys_close {
  background-color: #365282;
}

#class_qtys_close:hover {
  color: #cdf;
}

#promoter_nav {
  margin: 0;
}

#p_promoters .content {
  margin: 0;
  border: none;
}

#p_promoters .bcTrail {
  display: none;
}

#p_promoters table {
  margin: auto;
}

#p_promoters table.details_table,
#p_promoters .customer_info table,
#p_promoters .payment_info table {
  margin-left: 0;
}

#p_promoters td,
#p_promoters th {
  padding: 10px;
  border: 1px solid #ccc;
}

#p_promoters .altrows tr:nth-child(odd) {
  background-color: transparent;
}

#p_promoters tr:hover,
#p_promoters .altrows tr:nth-child(odd):hover {
  background-color: #f5f5f5;
}

#p_promoters td>a,
#p_promoters td :not(h4) a,
#event_nav a {
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 2px 0;
  text-decoration: none;
}

#p_promoters td>a:hover,
#p_promoters td :not(h4) a:hover,
#event_nav a:hover {
  text-decoration: none;
  background-color: #365282;
  color: #fff;
  border-color: #365282;
}

#p_promoters .delete_link {
  color: #900;
}

#p_promoters .delete_link:hover {
  color: #fff;
  background-color: #900;
  border-color: #900;
}

/* Redundant:
#p_account input[type=text], #p_promoters input[type=text], #p_account input[type=password], #p_promoters input[type=password], #p_account select, #p_promoters select, #p_account textarea, #p_promoters textarea {
padding:5px;
}
*/
#p_promoters .seats table {
  border: none;
}

#p_promoters .seats td {
  padding: 0;
  border: none;
}


#p_promoters .heroSection { display:none; }

.seats table {
  margin: auto;
}


#event_nav {
  color: #f5f5f5;
}

pre {
  display: block;
  padding: 10px;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: "Courier New", monospace;
}

.not-desktop {
  display: none;
}

@media (min-width:1600px) {}

@media (max-width:1139px) {

  .content,
  .bcTrail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content,
  #p_promoters .content {
    margin: 50px 10px 20px
  }

  .desktop-only {
    display: none;
  }

  .not-desktop {
    display: block;
  }

  #p_home .notice {
    margin-bottom: 0;
  }
}

@media (max-width:959px) {
  body.scrolled #nav_row {
    position: static;
    box-shadow: none;
  }
}

@media (max-width:759px) {
  .half {
    display: block;
    width: auto;
  }
}

#p_promoters #tickets_and_map {
  display: flex;
  flex-wrap: wrap;
}

#p_promoters #tickets_and_map #ticket_table {
  order: 1;
  margin: 0 0 20px 20px;
}

#p_promoters #tickets_and_map #seat_map {
  margin: 0 0 17px;
}

#p_promoters div+.details_table {
  margin-top: 1em;
}

@media (max-width:659px) {
  #tickets_and_map {
    display: flex;
    flex-wrap: wrap;
  }

  #tickets_and_map #ticket_table {
    order: 1;
    width: 100%;
  }
}

@media (max-width:579px) {
  .content {
    border: none;
    margin: 0;
    padding: 20px 10px 10px;
  }

  .content>.bcTrail {
    margin-top: -20px;
  }

  #events .events_button {
    display: none;
  }

  #events p {
    margin-right: 0;
  }

  #footer_newsletter input[type=text],
  #footer_newsletter input[type=submit] {
    width: 300px;
  }

  #footer_newsletter input,
  #footer_newsletter input[type=email] {
    margin: 5px auto;
  }
}

.pages {
  padding: 0 30px 26px;
  text-align: center;
}

.page_prev,
.page_next {
  float: left;
  color: #999;
}

.page_next {
  float: right;
}

.card-text {
  height: 100%;
}

.expressCheckout .product-cart-info .pro-payments {
 font-size: 1.18rem;
}

.expressCheckout .product-cart-info .pro-payments .c-order {
 font-size: 0.99rem;
}

.expressCheckout h2 { text-transform:none; }

.expressCheckout .form-label {
 font-size: 1.15rem;
 margin-bottom: 0.2rem;
}

.expressCheckout input {
 display: block;
 width: 100%;
}

.expressCheckout input, .expressCheckout select {
 padding: 0.75rem;
 background-color: #fff;
 border-radius: 5px;
 transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
 border: 1px solid #e6e6e6;
 box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
 width:100%;
}
.expressCheckout input[type=checkbox] {
 display:inline;
 width:auto;
}

.expressCheckout input:focus, .expressCheckout select:focus {
 outline: 0;
 border-color: hsla(210, 96%, 45%, 50%);
 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 96%, 45%, 25%);, 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.expressCheckout .pro-payments .row div:nth-child(2) { text-align:right; }
.expressCheckout div#order_table { transition:1s all; max-height:1400px; }
.expressCheckout div#order_table.is-hidden { max-height:0; overflow:hidden; }

.expressCheckout .product-cart-info {
 border-radius: 3px;
 background-image: linear-gradient(90deg, #e5e5e5 0%, #fff 100%);
}

.expressCheckout .product-cart-info .termscaption {
 font-size: 0.9375rem;
 color: #8a8a8a;
 font-style: italic;
}

.expressCheckout h3#payment { float:left; }

.expressCheckout .safeSecure {
 font-size: 0.875rem;
 color: #8a8a8a;
 font-style: italic;
 text-align:right;
}

.expressCheckout .safeSecure span {
 font-size: 15px;
}


.expressCheckout .product-cart-info #buy_button:hover {
 background-color: #c30101 !important;
 color: #fff;
}
.expressCheckout .product-cart-info #buy_button:disabled {
 background-color: #eee !important;
 cursor: wait;
 opacity: 1;
 color: #aaa;
 border-color: #bbb;
}
input#buy_button:disabled + #wait:after {
 content: "Please be patient while your order is processed...";
 color: orange;
 margin: 5px 0 0 10px;
 display: block;
}

.expressCheckout .product-cart-info #buy_button {
 border: 2px solid #c30101;
 color: #c30101;
 border-radius: 70px !important;
 background-color: #fff !important;
 font-size: 1.1rem;
 padding: 0.55rem 1.5rem;
 width:auto;
}

.secureBar {
 background-color: #f3f3f3;
 border-radius: 3px;
 padding: 0.3rem 1rem;
 display: flex;
 align-items: center;
}

.secureBar p.held {
 color: #8a8a8a;
 font-size: 1.0625rem;
 margin: 0;
}

.secureBar #minutes {
 color: #0e9d3d;
 line-height: normal;
}

.secureBar #minutes:before {
 content: "timelapse";
 font-family: 'Material Icons';
 font-weight: normal;
 font-style: normal;
 font-size: 24px;
 line-height: 1;
 letter-spacing: normal;
 text-transform: none;
 display: inline-block;
 white-space: nowrap;
 word-wrap: normal;
 direction: ltr;
 -webkit-font-feature-settings: 'liga';
 -webkit-font-smoothing: antialiased;
 margin-right: 0.25rem!important;
 margin-left: 0.25rem!important;
 vertical-align:top;
}


.blf-checkbox {
 display: block;
 position: relative;
 padding-left: 35px;
 cursor: pointer;
 user-select: none;
}

.blf-checkbox input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

.blf-checkbox input:checked ~ .checkmark:after {
 display: block;
}
.blf-checkbox .checkmark:after {
 left: 7px;
 top: 3px;
 width: 5px;
 height: 10px;
 border: solid white;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
}
.blf-checkbox .checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

.blf-checkbox input:checked ~ .checkmark {
 background-color: #09bc6e;
}
.blf-checkbox .checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 20px;
 width: 20px;
 background-color: transparent;
 border: 1px solid #09bc6e;
 border-radius: 4px;
}

.expressCheckout .order_table { display:block; }
.expressCheckout .order_table tr {
 display:flex;
 flex-wrap:wrap;
 border-bottom:1px solid #ccc;
 padding:5px 0;
 background-color:transparent !important;
}
.expressCheckout .order_table tr.fee_row { border-bottom:none; padding-bottom:0; }
.expressCheckout .order_table td {
 border:0;
 padding:0;
 flex-grow:2;
 order:2;
}
.expressCheckout .order_table td:nth-child(2) {
 order:1;
 width:100%;
 font-weight:bold;
}
.expressCheckout .order_table td:nth-child(1) {
 text-align:left;
 padding-left:20px;
 flex-grow:1;
}
.expressCheckout .order_table td:nth-child(1):not(.empty):before {
 content:"Qty: ";
}
.expressCheckout .order_table td:nth-child(3):before {
 content:"Price: ";
}
.expressCheckout .order_table td:last-child:before { content:""; }
.expressCheckout .order_table td:nth-child(2).fee_label { width:auto; font-weight:normal; padding-left:20px; }

.expressCheckout .pro-short-info.mobile-only {
 border-radius: 3px;
 background-image: linear-gradient(90deg, #e5e5e5 0%, #fff 100%);
 padding:10px;
}

.mobile-only { display:none !important; }

@media (max-width: 767px) {
 .mobile-only { display:block !important; }
 .not-mobile { display:none !important; }
}

.expressCheckout #buy_text { margin-right:10px; }
.expressCheckout > .row + .row > * { margin-bottom:20px; }


.list-subscribe-form {
 font-size:1em;
 margin-bottom: 1em;
}
.list-subscribe-form fieldset {
 border:none
}
.list-subscribe-form fieldset[disabled] {
 animation:.5s 1s infinite alternate form-pulse
}
.list-subscribe-form input {
 display:block;
 font-size:1em;
 border:2px solid #ccc;
 border-radius:2em;
 height:2em;
 min-height:2em;
 padding:6px 10px 6px 17.5px;
 margin:0 auto 1em;
 outline:0;
 box-sizing: content-box;
 width:80%;
}
.list-subscribe-form button {
 font-size:1em;
 color:#fff;
 background-color:#333;
 border:0;
 padding:.7em;
 border-radius:4px;
 cursor:pointer;
}
.list-subscribe-form fieldset button::after {
 content:"Subscribe";
}
.list-subscribe-form fieldset[data-complete=true] button {
 background-color:#6c6;
 cursor:default;
}
.list-subscribe-form fieldset[data-complete=true] button::after {
 content:"Subscribed";
}
.list-subscribe-form fieldset[disabled] button {
 cursor:default;
}
.list-subscribe-form fieldset[disabled] button::after {
 content:"Loading...";
}
.list-subscribe-form .error-message,
.list-subscribe-form .success-message {
 display:none;
 padding:.5em;
 margin-bottom:.5em;
}
.list-subscribe-form .error-message {
 background-color:#fcc;
}
.list-subscribe-form .success-message {
 opacity:0;
 font-weight:700;
}
.list-subscribe-form .fade-out {
 animation:1s .5s forwards form-success;
}
.list-subscribe-form .fade-in {
 animation:.5s .5s reverse forwards form-success;
}
@keyframes form-pulse {
 from{ opacity:.6; }
 to{ opacity:.4; }
}
@keyframes form-success {
 from{ opacity:1; }
 to{ opacity:0; }
}