/* Jobs Map */


#map-container {
  position: relative;
  margin-bottom: 50px;
}

.gm-bundled-control-on-bottom button{
  display: none!important;
}

/* ---------------------------------- */
/* Infobox
------------------------------------- */
.infoBox-close {
  border-radius: 3px;
  top: 0px;
  right: 0px;
  background: #f0f0f0;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "FontAwesome";
}

body .map-box {
  padding: 0 40px 0 0;
  max-width: 240px;
  box-sizing: border-box;
  position: relative;
}

.gm-style .gm-style-iw-c {
  width: 280px!important;
  max-width: unset!important;
  transform: translate3d(-50px,-100%,0);
}

.gmnoprint.gm-bundled-control {
  bottom: 80px!important;
  top: auto!important;
}

ul.same-spot-markers {
  padding-left: 0;
}

.same-spot-markers li {
  font-size: 14px;
  padding: 5px 2px;
  border-bottom: 1px solid #eee;
  line-height: 20px;
  list-style: none;
  font-weight: 500;
  text-transform: uppercase;
}

.same-spot-markers li:last-child {
  border-bottom: 0px;
}

.map-box .job-list-content h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.gm-style-iw button {
  display: none!important;
}

.map-box .job-icons {
  font-size: 15px;
  color: #333;
}

.map-box .job-icons div {
  margin-bottom: 10px;
}

.field-salary, .field-date, .field-location {
  display: flex;
  align-items: center;
  gap: 10px;
}

.field-salary i,
.field-date i,
.field-location i {
  width: 20px;
}


/* ---------------------------------- */
/* Responsiveness
------------------------------------- */

@media (min-width:480px) {
  body .map-box {
    padding: 20px 30px;
    width: 460px;
    max-width: 350px;
  }
  .gm-style .gm-style-iw-c {
    width: 380px!important;
    max-width: unset!important;
    transform: translate3d(-25%,-100%,0);
  }
}