.event_details .other_options {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.event_details .other_options {
  font-size: 120%;
  line-height: 15px;
}

.content {
  background: #f7f7f7;
}

.inner_search,
.listing_actions .checkbox_filter .drop_btn {
  background: #ffffff;
}

.news_list > li {
  margin-bottom: 30px !important;
}
.news_list .news_block {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 0 15px 30px;
  height: 100%;
}
.news_list .image_block {
  margin: 0 -15px;
}
.news_list .news_title {
  margin-top: 20px;
}

.inner_container {
  position: relative;
}

.event_details .details_inner {
  padding: 20px;
  border-radius: 14px;
  background: #ffffff;
}
.event_details .section_subtitle {
  padding-bottom: 13px;
}
.event_details .other_options:before {
  display: block;
  margin: 20px -20px 5px;
  content: "";
  height: 1px;
  background: #e5e5e5;
  opacity: 0.7;
}
.event_details .other_options li {
  margin-top: 15px;
}
.event_details .other_options .option_type {
  color: #2e2e2e;
  opacity: 0.7;
}
.event_details .other_options .option_info {
  margin-top: 5px;
}
.event_details .other_options .option_info a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .event_details {
    position: absolute;
    left: 100%;
    top: 0;
    width: 37.5%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .event_details {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .event_details {
    margin-top: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .event_details .other_options {
    display: flex;
    flex-wrap: wrap;
  }
  .event_details .other_options:before {
    min-width: 60%;
  }
  .event_details .other_options li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .event_details .other_options li:nth-child(2n) {
    padding-left: 20px;
  }
  .event_details .other_options li:nth-child(2n+1) {
    padding-right: 20px;
  }
}

.web .event_details .other_options .option_info a, .event_details .other_options .option_info .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .event_details .other_options .option_info a, .event_details .other_options .option_info .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .event_details .other_options .option_info a:hover, .event_details .other_options .option_info .web a:hover {
  color: #005499;
}
.touch .event_details .other_options .option_info a:active, .event_details .other_options .option_info .touch a:active {
  color: #005499;
}

/*# sourceMappingURL=events.css.map */
