﻿.gbta-events-container {
  position: relative;
}

@media (max-width:992px) {
  .gbta-events-heading {
    font-size: 1.5rem;
  }
}

.gbta-events-section {
  margin-top: 1.5rem;
}

@media (max-width:992px) {
  .gbta-events-section {
    margin-top: 1rem;
  }
}

@media (max-width:992px) {
  .gbta-events-section-heading {
    font-size: 1rem;
  }
}

.gbta-events-filter {
  text-align: right;
}

@media (min-width:992px) {
  .gbta-events-filter {
    position: relative;
    margin-top:3em;
    margin-bottom:-3em;
    top:auto;
    right:auto;
  }
}

.gbta-filter-label {
  font-weight: normal;
  font-size: 1rem;
}

@media (min-width:992px) {
  .gbta-events-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width:992px) {
  .gbta-events-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gbta-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f1f1f2;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

@media (min-width:992px) {
  .gbta-event {
    margin-bottom: .875rem;
  }
}

.gbta-panel-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  background: #f1f1f2;
  padding: 1rem;
  color: #4d4d4d;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width:992px) {
  .gbta-panel-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding: .625rem;
  }
}

.gbta-event-month {
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media (max-width:992px) {
  .gbta-event-month {
    font-size: .875rem;
  }
}

.gbta-event-day {
  font-size: 1.875rem;
  margin: .125rem 0 .25rem;
}

@media (max-width:992px) {
  .gbta-event-day {
    font-size: 1.25rem;
  }
}

.gbta-event-year {
  color: #a8b1b6;
  font-size: 1.375rem;
}

@media (max-width:992px) {
  .gbta-event-year {
    font-size: .875rem;
  }
}

.gbta-event-add {
  font-size: .875rem;
  margin-top: 1rem;
  color: #1b4cdc;
}

.gbta-event-add a {
  text-decoration: underline;
}

@media (max-width:992px) {
  .gbta-event-add {
    display: none;
  }
}

.gbta-panel-content {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width:992px) {
  .gbta-panel-content {
    padding: .625rem;
  }
}

.gbta-event-heading {
  margin: 0;
}

@media (max-width:992px) {
  .gbta-event-heading {
    font-size: 1rem;
  }
}

.gbta-event-subheading {
  font-weight: bold;
  margin: .375rem 0 .75rem;
  font-size: 1rem;
}

@media (max-width:992px) {
  .gbta-event-subheading {
    font-size: .875rem;
    margin: .125rem 0 0;
    line-height: 1.28;
  }
}

.gbta-event-description {
  font-size: 1.125rem;
  line-height: 1.44;
  margin-bottom: 0;
}

/* @media (max-width:992px) {
  .gbta-event-description {
    display: none;
  }  */
}
#select-region > option:nth-child(1) {
color: #F1F1F2
}

