/* sass-autocompile compileOnSave: true */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Styling for autocomplete search bar */
#pac-card {
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  font-family: Roboto;
  -moz-box-sizing: border-box;
  outline: none;
}

#pac-container {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 12px;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #acbcc9;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px;
}

.hidden {
  display: none;
}

@media (max-width: 599px) {
  .gm-style-iw {
    display: none;
  }
}

@media (max-width: 599px) {
  .gm-style-iw-t:after {
    background: linear-gradient(45deg, red 50%, rgba(255, 0, 0, 0) 51%, rgba(255, 0, 0, 0) 100%) !important;
    width: 35px !important;
    height: 35px !important;
    top: -15px !important;
  }
}

.fitment-centers .panels-wrap #map_details .map-marker-container {
  display: none !important;
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap #map_details .map-marker-container {
    display: block !important;
  }
}

.fitment-centers .panels-wrap .map-marker-container {
  padding: 12px;
  width: 360px;
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container {
    width: 100%;
    display: none !important;
  }
}

.fitment-centers .panels-wrap .map-marker-container .map-marker-head h2 {
  font-size: 18px;
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container .map-marker-body {
    font-size: 14px;
  }
}

.fitment-centers .panels-wrap .map-marker-container .map-marker-footer {
  display: flex;
  padding-top: 12px;
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container .map-marker-footer {
    margin-top: 12px;
    background: #e8e8e8;
    padding: 10px;
  }
}

.fitment-centers .panels-wrap .map-marker-container .button-group {
  width: 100%;
  display: flex;
}

.fitment-centers .panels-wrap .map-marker-container .button-group .pg-button {
  background: #00A1B2;
  padding: 14px;
  margin: auto;
  margin-left: 0;
  bottom: 10px;
  right: 10px;
  color: white;
  font-weight: 600;
  border-radius: 10px;
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container .button-group .pg-button {
    background: transparent;
    font-size: 16px;
    font-weight: 400;
  }
}

.fitment-centers .panels-wrap .map-marker-container .button-group .directions {
  margin-right: 0;
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container .button-group .directions {
    padding: 8px;
    color: white;
    background: #00a1b2;
  }
}

.fitment-centers .panels-wrap .map-marker-container .button-group .directions:before {
  padding-right: 4px;
  font-family: "ETmodules";
  content: "\e081";
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container .button-group .number {
    padding: 8px;
    color: #2d2d2d;
  }
}

.fitment-centers .panels-wrap .map-marker-container .button-group .number:before {
  padding-right: 4px;
  font-family: "ETmodules";
  content: "\e090";
}

@media (max-width: 599px) {
  .fitment-centers .panels-wrap .map-marker-container .button-group .number:before {
    color: #00a1b2;
  }
}

#map {
  height: 500px;
  width: 100%;
}

@media (max-width: 599px) {
  #map {
    height: 360px;
  }
}

/* Styling for an info pane that slides out from the left.
 * Hidden by default. */
#panel {
  height: 100%;
  width: null;
  background-color: white;
  z-index: 1;
  overflow-x: hidden;
  transition: all .2s ease-out;
}

.open {
  width: 250px;
}

.place {
  font-family: 'open sans', arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin-block-end: 0px;
  padding-left: 18px;
  padding-right: 18px;
}

.distanceText {
  color: silver;
  font-family: 'open sans', arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-block-start: 0.25em;
  padding-left: 18px;
  padding-right: 18px;
}

.et_pb_portfolio_items {
  max-height: 50vh !important;
}

@media (max-width: 599px) {
  .et_pb_portfolio_items {
    max-height: inherit !important;
  }
}
