.gas-stations-map {
  border-bottom: 3px solid #fd0;
}

.gas-stations-map .view-content {
  min-height: 800px;
  background-color: #e5e3df;
}

.gas-stations-map .view-content .geolocation-common-map-locations {
  display: none !important;
}

.gas-stations-map .view-filters {
  position: relative;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map {
  position: absolute;
  max-width: 370px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: visible !important;
}

@media (min-width: 0) and (max-width: 767px) {
  .gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map {
    max-width: 275px;
  }
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form--inline {
  background-color: #fff;
  padding: 120px 25px 12.5px;
  margin-top: 1em;
  position: relative;
  min-width: 370px;
}

@media (min-width: 0) and (max-width: 767px) {
  .gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form--inline {
    min-width: 275px;
    padding-top: 150px;
  }
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-toggle {
  content: '>';
  background-color: #fd0;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 8px 0 0 8px;
  color: #005caa;
  width: 64px;
  height: 54px;
  display: block;
  position: absolute;
  top: 100px;
  left: -64px;
  z-index: 2;
  background-image: url("../../../images/icon_filter.svg");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-toggle:hover {
  cursor: pointer;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-title {
  margin: 0;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-title h2 {
  font-size: 16px;
  line-height: 43px;
  color: #000;
  text-shadow: none;
  margin-bottom: 0;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .field--name-field-gas-station-phone a {
  background-image: url("../../../images/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality label,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map fieldset > legend {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1c63b7;
  font-weight: normal;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form--inline > .form-item {
  float: none;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper {
  padding-bottom: 23px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fee7d6;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality a,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper a {
  color: #000;
  font-size: 10px;
  line-height: 18px;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality .form-type-checkbox,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper .form-type-checkbox {
  display: inline;
  margin-right: 0;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality .form-type-checkbox label,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper .form-type-checkbox label {
  font-size: 11px;
  line-height: 18px;
  padding: 4px 7px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  white-space: nowrap;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality .form-type-checkbox label:hover,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper .form-type-checkbox label:hover {
  cursor: pointer;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality .form-type-checkbox input,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper .form-type-checkbox input {
  display: none;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality .form-type-checkbox input:checked + label,
.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .fieldset-wrapper .form-type-checkbox input:checked + label {
  border: 1px solid #1c63b7;
  color: #1c63b7;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-item-field-gas-address-locality input {
  border: 1px solid #1c63b7;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  padding: 7px 10px;
  width: 100%;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-actions {
  text-align: center;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-actions input.form-submit {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  text-align: center;
  font-size: 1.25rem;
  font-family: Lato, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.1em;
  padding: .5em 2em;
  border-radius: 2em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.5em;
  background-color: #fd0;
  color: #0f488b;
  text-align: center;
  border: 0;
  font-size: 16px !important;
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-actions input.form-submit::after {
  content: '\0020>';
}

@media (min-width: 0) and (max-width: 1250px) {
  .gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-actions input.form-submit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-actions input.form-submit {
    font-size: 18px;
    line-height: 1.1em;
  }
}

.gas-stations-map .view-filters form#views-exposed-form-gas-stations-gas-stations-map .form-actions input.form-submit:hover {
  background-color: #e6c700;
}
