/* fallback */
@font-face {
  font-family: "Museo";
  src: url(../assets/MuseoSansRounded-500.otf);
}

.gm-style-iw {
  max-width: unset !important;
}

@media screen and (min-width: 840px) {
  .wtmg-col {
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .infowindow.wtmg-col {
    min-width: 100% !important;
    max-width: unset;
  }
}

@media screen and (min-width: 1280px) {
  .wtmg-col {
    min-width: 33% !important;
    max-width: 33% !important;
  }
  .infowindow.wtmg-col {
    min-width: 100% !important;
    max-width: unset;
  }
}

.wtmg-main-content {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw !important;
  width: 100vw !important;
  margin-top: 50px !important;
  margin-bottom: 0 !important;

  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.wtmg-main-content #locationField {
  width: 50% !important;
  margin: 50px 0 0 0 !important;
  position: absolute !important;
  top: 0 !important;
}

input#wtmg-autocomplete {
  width: 100% !important;
}

.wtmg-main-content #map-canvas {
  width: 100%;
  height: 60vh;
}

.wtmg-main-content #list-holder {
  min-height: 100px;
  background-color: white;
  max-width: unset;
  width: 100%;
}

.wtmg-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.wtmg-col {
  padding: 10px 10px 0 10px;
  background-color: #fff;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 73px;
}

.wtmg-col:hover {
  background-color: #eeeeee;
}

.infowindow.wtmg-col:hover {
  background-color: #fff;
}

.infowindow.wtmg-col {
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  min-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.infowindow.wtmg-col .wtmg-content-wrapper .wtmg-title,
.infowindow.wtmg-col .wtmg-content-wrapper .wtmg-address,
.infowindow.wtmg-col .wtmg-content-wrapper .wtmg-link {
  padding-bottom: 5px !important;
}

.wtmg-col .wtmg-content-wrapper {
  width: 100%;
}

.wtmg-col .wtmg-outer-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.wtmg-col .wtmg-indicator {
  margin-left: -10px;
  margin-right: 10px;
  height: calc(100% - 10px);
  width: 3px;
  background-color: #00004b;
}

.wtmg-col p {
  line-height: unset;
  margin: unset;
}

.wtmg-col .wtmg-img {
  display: flex;
  width: calc(62px + 10px);
  margin-right: 10px;
  height: 100%;
  justify-content: center;
}

.wtmg-col .wtmg-img img {
  object-fit: contain;
  max-width: 100%;
}

.wtmg-col .wtmg-title p {
  font-size: 13px !important;
  font-weight: bold;
  font-family: "Museo", "Runda", Arial, Helvetica, sans-serif;
}

.wtmg-col .wtmg-address p {
  font-size: 11px !important;
  font-family: "Runda", Arial, Helvetica, sans-serif;
}

.wtmg-col .wtmg-links {
  display: flex;
}

.wtmg-col .wtmg-links p,
.wtmg-col .wtmg-links a {
  font-size: 11px !important;
  font-family: "Runda", Arial, Helvetica, sans-serif;
}

.wtmg-col .wtmg-links a {
  color: rgb(95, 95, 95);
  text-decoration: none;
}

.wtmg-col .wtmg-links a:hover {
  color: #000;
}

.wtmg-col .wtmg-links a:after {
  content: "·";
  margin-right: 10px !important;
  margin-left: 10px !important;
  color: #000;
  text-decoration: none;
}
