#filter_name {
  width: 179px;
}
#filter_start_date {
  width: 120px;
}
#filter_end_date {
  width: 120px;
}
#filter_location {
  width: 160px;
}
#filter_category {
  width: 160px;
}
#filter_quick_search {
  width: 260px;
}

.local_tickets_filter {
  width: 100%;
  background-color: #dee1e5;
  padding: 40px 20px 40px 20px;
}
.local_tickets_filter .form-control {
  margin-right: 12px;
}

.local_tickets_filter .btn {
  margin-right: 4px;
}

.local_tickets_filter__show_more {
  display: none;
  background-color: #dee1e5;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.local_tickets_filter__quick_search.form-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  margin-right: 121px;
  margin-bottom: 0px;
}

.local_tickets_events {
  margin-top: 20px;
}

.local_tickets__item_image {
  background-color: #f3f3f3;
  text-align: center;
}
.local_tickets__image {
  max-width: 100%;
}
.local_tickets__item {
  background-color: #f3f3f3;
  padding: 15px;
  margin-bottom: 15px;
}
.local_tickets__item_fullname {
  font-weight: bold;
  height: 100px;
  font-size: 14px;
  line-height: 2.4;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
  margin: 0;
}
.local_tickets__item_shortname {
  border-bottom: 1px dashed #d9d9d9;
  font-weight: 700;
  line-height: 2.4rem;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
  margin: 0;
  font-size: inherit;
  height: 55px;
}
.local_tickets__item_dates {
  display: block;
  height: 50px;
  font-weight: 300;
  padding-top: 10px;
}
.local_tickets__item:hover .local_tickets__item_dates {
  display: none;
}
.local_tickets__item_more {
  display: none;
  padding-top: 15px;
}
.local_tickets__item_more .btn {
  height: 35px;
}
.local_tickets__item:hover .local_tickets__item_more {
  display: block;
  height: 50px;
}
.local_tickets__course {
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 10px;
}
.local_tickets__course_image {
  padding-left: 0;
}
.local_tickets_course__register {
  position: absolute;
  right: 32px;
  bottom: 20px;
}

.local_tickets_course__event_table {
  margin-top: 15px;
}

.local_tickets_course__name {
  font-size: 25px;
}
.local_tickets_course__name a {
  color: black;
}

.local_tickets__course_content {
  margin-bottom: 75px;
}
.local_tickets__course_content details > summary {
  cursor: pointer;
  margin-bottom: 5px;
}
.local_tickets__course_content details[open] > summary > .caret {
  transform: rotate(180deg);
}

.local_tickets_featured {
  margin-top: 15px;
  background-color: #f2f2f2;
  position: relative;
}

.local_tickets_featured__dates {
  margin-bottom: 75px;
}

.local_tickets_featured__more {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

@media (max-width: 768px) {
  .local_tickets_filter {
    display: none;
  }
  .local_tickets_filter__show_more {
    display: block;
  }
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-gutters .col-sm-8 {
  padding-left: 0;
}
.row.row-no-gutters .col-sm-4 {
  padding-right: 0;
  position: static;
}
