img#ajax-loading-animation {
  display: none !important;
}

/* This first set of code is to make the Events Listing page more mobile freindly
   and to add a bit of custom styling*/
#eb-upcoming-events-page-timeline{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eb-even-title-container {
    line-height: normal;
    margin-bottom: 20px;
}

.eb-event-date-container {
    background: #163D84;
}

.eb-event-date {
  margin: 0px !important;
  padding: 0px !important;
}

.eb-event-information {
    padding: 0 0 10px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.eb-heading {
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px
}

.row-fluid .span8{
  margin-top: 10px;
  width: auto !important;
}

.row-fluid .span4{
  margin-top: 20px;
  width: auto !important;
}

.eb-event-price-container {
    display: inline-block;
    float: right;
    border-radius: 4px;
    font-size: 20px;
    padding: 0px 8px !important;
    background-image: none!important;
}

@media (max-width: 768px) {
 .eb-event-price-container {
    float: none;
  }
}

.eb-notice-message {
  font-size: 130%;
  font-weight: 700;
  margin-top: 8px;
  color: #D92D25 !important;
}

.ebm-upcoming-events .ebm-event-link {
    font-size: 100%;
    font-weight: bold;
}

/* Custom CSS to make category view better on mobile*/
.row-fluid .span7 {
  width: 100% !important;
  margin-bottom: 10px !important;
  margin-left: 5px !important;
}

.row-fluid .span5 {
  width: auto !important;
  margin-left: 5px !important;
}

.control-group {
  padding-top: 15px;
}

.form-actions{
  margin-top: 20px;
}

input[type="checkbox" i] {
  	margin-right: 10px !important;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.form-field-indent{
  margin-left: 1.5em;
}