/*/---------- Base styles -----------/*/
.search-area {
  position: relative;
}
/*/-----------------Autocomplete--------------/*/

/*
span.twitter-typeahead {
  width: 100%;
}
span.tt-dropdown-menu {
  width: 100%;
  background: #fff;
  text-align: left;
  border: 1px solid #ebebeb;
}
.tt-suggestion, span.tt-dropdown-menu h4 {
  padding: 6px;
  box-sizing:border-box;
  cursor: pointer;
  width:100%;
}
.tt-suggestion:hover {
  background-color: #fafafa;
}
.tt-hint {
  color: #aaa;
}
*/

.dropdown__title {
  color: #fff;
}

.teaser__body p {
  color: #666;
}

.section--site-search .search-box.organic {
  width: 100%;
  margin: 0;
}

.autocomplete {
  width: 100%;
}

.no-results, .ui-autocomplete__item a {
  color: #fff;
  list-style: none;
  padding: 0;
}

.no-results {
  font-size: 1.125rem;
}

section.fb-suggestions {
  padding: 12px;
  margin-bottom: 0;
}

section.fb-suggestions .ui-autocomplete__item a {
  color: #000 !important;
}

.site-search .fluid-search__label {
  display: block;
  color: #fff;
}

/*/-----------------Facets---------------/*/
.category a, .category a label {
  cursor: pointer;
  margin:0;
}

.inactive a, .inactive a label {
  color: #bbb;
  cursor: default !important;
}

.inactive a:before {
  opacity: 0.5;
  background-image: url(/s/resources/goldsmiths-meta/_default_preview/_assets/img/svg/plus.svg) !important;
}

/*/---------------Events----------/*/

.monthdivider {
  height: 25px;
  width:100%;
  float:left;
}

.teaser--event {
  min-height: 300px;
}

.teaser--section {
  margin-bottom: 30px;
  min-height: 300px;
}

.disabled {
  color:#ddd;
  font-family: 'Graphik Web',Arial,Helvetica,sans-serif;
  font-weight: 500;
  border-bottom:none !important;
}