/**
 * @file
 * Tweaks!
 *
 * Some miscellaneous tweaking for the theme. Not processed with SASS.
 * Will be moved into SASS structure later.
 */


/*
 * Common
 */


/*
 * Map stuff
 */
/* Making distance field smaller */
input#edit-field-geofield-distance-distance {
  width: 3em;
  display: none;
}
#block-views-hsl-park-and-ride-block-list #edit-lane-id-wrapper,
div.form-item-field-geofield-distance-unit,
span.geofield-proximity-origin-from {
  display: none;
}
input#edit-field-geofield-distance-origin {
  width: 90%;
}
input#edit-submit-hsl-ticket-sales-points {
  margin-top: 0.5em;
}
/* Increasing opacity when using clustering */
div svg image {
  opacity: 1.0 !important;
}

.view-display-id-block_list .title {
  font-size: 1.3em;
}
/* Hiding block list exposed filter */
/*
form#views-exposed-form-hsl-ticket-sales-points-block-list {
  display: none;
}
*/

/*
 * Search stuff
 */

 body.page-search-solr h1#page-title strong {
  color: black;
 }

/* Ticket calculator */
.calc-inner .message {
  padding-top: 1em;
}
.calc-inner .message a {
  font-size: 130%;
  font-weight: bold;
}

/* Imported releases */
h3.hidden {
  display: none;
}
