
/**
 * Accommodation Search
 */

.entry-content > .container-fluid {
    max-width:unset !important;
}

.infobubble {
     font-size: 1.25em;
}

.gm-style img {
    width: 100%;
}

.stickyMap {
    position: relative;
    height:100%;
}

.stickyMap > div {
    position:sticky;
    top:100px;
}

.sticky-map > #map-display > .mapsearch-toggle {
    background:#fff;
    padding:5px 10px;
    border-radius: var(--button--border-radius);
    box-shadow: 0 3px 3px rgba(0,0,0,0.12);
}

.sticky-map > #map-display > .mapsearch-toggle > label {
    margin:0;
    display:flex;
    align-items:center;
    font-size: 0.75em;
}

.sticky-map > #map-display > .mapsearch-toggle > label > input {
    margin-right:10px;
}

.resultsCount {
    text-align: center;
    font-weight: var(--heading--font-weight-strong);
}

.infowindow-body,
.infowindow-footer {
    padding:1em;
}

.infowindow-footer {
    padding-bottom:0;
    border-top:1px solid #ccc;
}
