/* Tour's map widget styles */
.tour_map {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #dce0e0;
  border-top: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .tour_map {
    border: 1px solid #dce0e0;
    border-radius: 5px;
  }
}

/* Override default theme style for booking form */
.single_tour_booking_wrapper {
  border: 1px solid #dce0e0 !important;
  border-radius: 5px !important;
}
