.eb-events-timeline {
  display: inline-block;
  font-family: Lato;
}

input.input-large {
  width: 210px;
}

input.input-small, .control-group select.input-small {
  width: 100px;
}
#eb-minicalendar-container {
  margin-right: 30px;
  margin-top: 15px;
}

.eb-event-date {
  padding: 1px;
}

.btn {
  font-family: Oswald;
  font-size: 14px !important;
}

.menu {
  font-family: Oswald;
  font-size: 16px;
}

.table table-bordered table-striped {
  font-family: Lato;
}

.cboxIframe {
  margin-left: 20px;
}

.dropdown-menu {
  font-family: Lato;
}

.eb-description {
  font-family: Lato;
}

@media (min-width: 992px) {
  .eb-container {
    margin-left: 30px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  textarea.input-large, .control-group select.input-large {
      width: 100%;
  }
}

@media (max-width: 500px) {
  input.input-small, .control-group select.input-small {
    width: 100%;
  }
}

.eb-event-price-container .eb-individual-price {
  color: white;
  background-color: #00843d;
}

.fa-map-marker:after {
  content: " ";
  white-space: pre;
}

.eb-page-heading {
  margin-left: 25px;
}

#filter_event_id_chzn {
  width: 150px;
}

@media screen and (max-width: 500px){
  .eb-container .g-recaptcha {
    margin-left: -181px;
    margin-bottom: 10px;
  }
  
  .eb-container .form-actions {
	padding-left: 20px;
  }
}

#filter_event_id_chzn {
width: 250px !important;
}

.icon-search::before {
content: "\f002";
font: normal normal normal 14px/1 FontAwesome;
}

.icon-remove::before{
content: "\f00d";
font: normal normal normal 14px/1 FontAwesome;
}

.modal-header{
  background: white;
}

.modal-body{
  background: white;
}

#eb-calendar-page.eb-container{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}