.google-map-wrapper .google-map-container {
  display: -moz-flex;
  display: flex;
  width: 100%;
  height: 80vh;
}
.google-map-wrapper .locations-col {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  width: 680px;
  max-width: 40%;
  padding-right: 15px;
  box-sizing: border-box;
}
.google-map-wrapper .google-map-col {
  position: relative;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
}
.google-map-wrapper .google-map-col .map-search-place-box {
  position: absolute;
  width: 90%;
  max-width: 460px;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.google-map-wrapper .google-map-container {
  width: 100%;
  height: 80vh;
}
.google-map-wrapper .pac-target-input {
  padding: 3px 30px;
}
.google-map-wrapper .clear-search-field-box {
  position: absolute;
  top: 8px;
  right: 6px;
}
.google-map-wrapper .clear-search-field-box .clear-search-field {
  display: block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  min-height: auto;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  border: 1px solid #000000;
  border-radius: 30px;
  box-sizing: border-box;
}
.google-map-wrapper .clear-search-field-box .clear-search-field span {
  display: block;
  width: 12px;
  height: 12px;
}
.google-map-wrapper .my-location-box {
  position: absolute;
  top: 0;
  left: 0;
}
.google-map-wrapper .my-location-box .my-location-button {
  display: block;
  background-color: transparent;
  width: 30px;
  height: 30px;
  padding: 7px;
  border: none;
}
.google-map-wrapper .my-location-box .my-location-button img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.location-list-form {
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}
.location-list-form .search-field-row {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
}
.location-list-form .type-region-row {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
}
.location-list-form .route-between-locations-row {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
}
.location-list-form .location-list-container {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  max-height: 100%;
  overflow-y: auto;
}
.location-list-form input {
  margin: 0;
}
.location-list-form .type-region-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.location-list-form .type-region-list .region-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.location-list-form .type-region-list .region-item label {
  display: block;
  position: relative;
}
.location-list-form .type-region-list .region-item label input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.location-list-form .type-region-list .region-item .label-tex {
  display: block;
  cursor: pointer;
  background-color: transparent;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(to right, #41f4f9, #29bdfc) border-box;
  padding: 5px 25px;
  border: 1px solid transparent;
  border-radius: 25px;
}
.location-list-form .type-region-list .region-item input:checked ~ .label-tex {
  background: linear-gradient(to right, #41f4f9, #29bdfc);
}
.location-list-form .route-between-locations {
  color: #034565;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.location-list-form .route-between-locations .label {
  color: #878787;
  font-size: 12px;
  font-weight: 400;
}
.location-list-form .route-between-locations .remove-route {
  display: inline-block;
  width: 18px;
  height: 18px;
  min-height: auto;
  background-color: transparent;
  color: #034565;
  border: 1px solid #034565;
  border-radius: 16px;
  padding: 2px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 12px;
  box-sizing: border-box;
  vertical-align: middle;
}
.location-list-form .location-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-list-form .location-list .location-item {
  margin-bottom: 10px;
}
.location-list-form .location-button {
  cursor: pointer;
  background-color: transparent;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(to right, #41f4f9, #29bdfc) border-box;
  width: 100%;
  text-align: left;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.location-list-form .location-button:hover, .location-list-form .location-button:focus {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)) padding-box, linear-gradient(to right, #41f4f9, #29bdfc) border-box;
}
.location-list-form .location-button .button-label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.location-list-form .location-button .button-address {
  color: #878787;
  display: block;
  font-size: 12px;
}
.location-list-form .location-button .button-address:before {
  content: "\e901";
  font-family: "grey-owl-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.location-list-form .location-button .button-desc {
  color: #878787;
  display: block;
  font-size: 12px;
}
.location-list-form .location-button .button-distance {
  color: #878787;
  display: block;
  font-size: 12px;
}
.location-list-form .search-list-wrap {
  position: relative;
}
.location-list-form .search-list-wrap .search-list {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  max-height: 150px;
  top: 0;
  left: 0;
  padding: 0 10px;
  margin: 0;
  list-style: none;
  border: 1px solid #878787;
  border-top: none;
  overflow-y: auto;
  z-index: 9;
}
.location-list-form .search-list-wrap .search-location {
  margin: 10px 0;
}
.location-list-form .search-list-wrap .button-search-location {
  cursor: pointer;
  width: 100%;
  min-height: auto;
  text-align: left;
  padding: 3px 10px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.location-list-form .search-list-wrap .button-search-location .button-label {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.location-list-form .search-list-wrap .button-search-location .button-addres {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.map-info-wrapper .location-image-row {
  margin-bottom: 15px;
}
.map-info-wrapper .map-info-container {
  width: 350px;
  max-width: 100%;
  margin-bottom: 15px;
}
.map-info-wrapper .location-image {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
}
.map-info-wrapper .location-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.map-info-wrapper .location-desc {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.map-info-wrapper .location-address {
  color: #034565;
  font-size: 12px;
  font-weight: 400;
}
.map-info-wrapper .location-address:before {
  content: "\e901";
  font-family: "grey-owl-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.map-info-wrapper .location-waze {
  margin-top: 15px;
}
.map-info-wrapper .location-waze a {
  color: #034565;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
.map-info-wrapper .location-waze .waze-link:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background-image: url("/wp-content/themes/grey-owl-child/images-child/waze_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}