a {
  color: #c10f1b;
}
li#time-lists {
    display: none;
}
.etn-ticket-body-top-li p {
    font-size: 14px!important;
    line-height: 2;
}
#contact-set a {
  color: #fff;
}
ul.ticket-sj li {
    margin-bottom: 10px;
    line-height: 1.3;
}
ul.book-cel li {
    line-height: 1.3;
    margin-bottom: 10px;
}
a.etn-btn.etn-btn-border{
    transition: all 0.5s ease;
    border:none!important;
}
a.etn-btn.etn-btn-border:hover{
  background:#000!important;
}
.wptl-readmore a {
    background: #dd3333!important;
    color: #fff!important;
    transition: all 0.5s ease;
}
.wptl-readmore a:hover{
  background:transparent!important;
  color:#000!important;
}
.modal-open .modal {
    z-index: 999999!important;
}
a.etn-btn.etn-btn-border:after {
    content: 'learn more';
    font-size:17px!important;
}
a.etn-btn.etn-btn-border {
    font-size: 0!important;
}
a.etn-btn.etn-btn-border:after {
    content: 'learn more';
    font-size: 13px!important;
    margin-top: -25px;
    display: block;
}
header#main-header {
    box-shadow: 0px 0px 31px rgb(0 0 0 / 25%)!important;
    -moz-box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.25)!important;
    -webkit-box-shadow: 0px 0px 31px rgb(0 0 0 / 25%)!important;
}

.ufg-lightbox a {
    display: none;
}
.row.ufg-gallery a.ufg-lightbox.the-antique-era-1{
  display:inherit;
}
div#photo-plast {
    position: absolute;
}
.etn-event-form-parent.etn-ticket-variation::after {
  content: 'If you encounter any difficulties during the booking process, we recommend trying a different internet browser.';
  border: solid;
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e12121;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 0.9rem;
  color: #333;
  clear: both;
}

.concert-container {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  font-family: 'Georgia', serif;
  color: #2c2c2c;
  line-height: 1.6;
}

.concert-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #dd3333;
  border-bottom: 3px solid #dd3333;
  display: inline-block;
  padding-bottom: 0.4rem;
}

.concert-section {
  margin-bottom: 1.75rem;
}

.concert-section h2 {
  font-size: 1.4rem;
  color: #dd3333;
  margin-bottom: 0.6rem;
  border-left: 4px solid #dd3333;
  padding-left: 0.5rem;
  font-weight: bold;
}

.concert-section p,
.concert-section ul {
  font-size: 1.05rem;
  margin: 0;
}

.concert-section ul {
  list-style: none;
  padding-left: 0;
}

.concert-section ul li {
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.2rem;
}

.concert-section ul li::before {
  content: "•";
  color: #dd3333; /* red bullet */
  position: absolute;
  left: 0;
}

.price-box {
  background: #fff5f5; /* light red tint */
  border: 1px solid #dd3333;
  padding: 1.2rem;
  text-align: center;
  border-radius: 8px;
}

.price-box strong {
  font-size: 1.3rem;
  color: #dd3333;
}

.fb-dialog {
    width: 50% !important;
    background: #000 !important;
    border-radius: 20px !important;
}
.concert-section.price-box h2 {
    border-left: none !important;
}
@media (max-width: 1200px) {
  .fb-dialog {
    min-width: 100% !important;
    
  }
}
