.results {
  transition: opacity .3s ease-in-out;
  display: flex;
flex-wrap: wrap;
}


.results-row.hide-map .map-container {
  width:0;
  height: 0;
  overflow: hidden;
}
.results-row.hide-map .results-container {
  width:100%;
}

.results-paragraph {
  display: none;
}

.result-type-regular .regular-opening-paragraph,
.result-type-group .group-opening-paragraph,
.result-type-arrangement .arrangement-opening-paragraph
{
  display: block;
}

#map {
  width: 100%;
  height:70vh;
}


.gm-style-iw img {
  max-width: 100%!important;
  height: auto;
}
.gm-style .gm-style-iw-c {
  padding: 0;
  text-align: center;
  border-radius: 0;
  padding-top:0;
}
.gm-style .gm-style-iw-c h1 {
  font-size:1.5em;
  padding:4px;
}
.gm-style-iw-d {
  overflow: auto!important;
}
.gm-style .card-image-slider {
  display: none;
}
.gm-style .card-details-icons {
  padding:10px;
  font-size:1.5em;
}
.gm-style .card-content {
  padding: 0;
}

.gm-style .card-content .read-more {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 300;
}

.gm-style h3 {
  margin-bottom: 0;
}

.gm-style button[title='Close']  {
  background-color: white!important;
  right:0!important;
  top:0!important;
}

.gm-style-iw-d,.gm-style-iw-c {
  max-width: 250px!important;
  min-width: 250px!important;
      margin-bottom: 34px;
}

.gm-style-iw .add-to-favourites {
  padding: 5px;
    width: 100%;
}

.gm-style .gm-style-iw-t::after {
  z-index: -1;
}

h3.results-header span {
  font-family: inherit;
  font-size: inherit;
  margin-left: inherit;
}

.results-row:not(.hide-map) .results-card:nth-child(odd) {
  clear: left;
}
.results-row.hide-map .results-card:nth-child(3n+1) {
  clear: left;
}

.adjust-filters {
  display: none;
}

.form-field {
  position: relative;
}
.autocomplete-results {
  width: 100%;
  position: absolute;
  background-color: white;
  max-height: 200px;
  overflow-y:auto;
  display: none;
}
.autocomplete-results.in {
  display: block;
}
.autocomplete-results a {
  display: block;
  padding:10px;
  text-decoration: none;
  border-bottom:1px solid rgb(230,230,230);
  color: black;
  text-align: left;
}
.autocomplete-results a small {
  float: right;
  text-transform: capitalize;
  color:rgb(100,100,100);
  font-size:0.7em;
}


.hide-map .card.one-half {
    width: calc((100% - (16px * 3)) / 3);
}


.clear-filters {
  float: right;
  display: none;
}

.no-results {
  margin: 40px auto 60px auto;
    font-size: 19px;
  max-width: 1000px;
}
.results-error {
  margin: 40px auto 60px auto;
    font-size: 19px;
  max-width: 1000px;
  text-align: center;
}
.applied-filters {
  margin-top:20px;
  margin-bottom:20px;
}
.applied-filters h4 {
  margin-bottom: 5px;
}

.cancelled {
    color: white;
    margin-left: 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #c51616;
    display: inline-block;
    padding: 2px 12px 4px 12px;
    border-radius: 9px;
    line-height: 1.4;
    margin-top: 4px;
    text-transform: capitalize;
}

.prebooking {
    color: white;
    margin-left: 0;
    font-size: 12px;
    font-weight: bold;
    background-color: #127a0f;
    display: inline-block;
    padding: 2px 12px 4px 12px;
    border-radius: 9px;
    line-height: 1.4;
    margin-top: 4px;
}
.prebookingavailable {
    color: rgb(0, 0, 0);
    margin-left: 0;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffcc00;
    display: inline-block;
    padding: 2px 12px 4px 12px;
    border-radius: 9px;
    line-height: 1.4;
    margin-top: 4px;
}

.popupopening {
    color: white;
    margin-left: 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #0f9999;
    display: inline-block;
    padding: 2px 12px 4px 12px;
    border-radius: 9px;
    line-height: 1.4;
    margin-top: 4px;
}
.group-size {
  text-align: right;
  margin-bottom: 20px;
}
.group-size > * {
  font-family: 'ngs-web', serif;
    font-size: 25px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    padding:0 20px;
}
.group-size > a {
    background-color: #ffcc00;
    color: black;
}

.group-size > a.current {
  background-color:white;
}

.rangeslider--horizontal {
  height: 6px;
}
.rangeslider__fill {
  background-color: #e2e2e2;
}
.rangeslider__handle {
  width: 25px;
  height: 25px;
  background-image: none;
  background-color: #f2f2f2;
}
.rangeslider__handle:after {
  background-image:none;
}

.distance-field-block-container {
  display: flex;
}
.distance-slider-container {
  display: inline-block;
  position: relative;
  width: 60%;
  margin: 10px 20px;
}


.results-card .book-now-button {
  padding:5px 10px;
  font-size:16px;
}

#map .book-now-button {
    padding: 5px 10px;
    font-size: 16px;
    float: none!important;
    display: table;
    width: auto;
    margin: 10px auto 0 auto;
}

.card.results-card .card-content {
  padding:10px 20px 20px 20px;
}

.card hr {
  visibility: hidden;
}