.tours-container {
  --background-dark: #181818;
  display: grid;
  grid-template-columns: 5fr minmax(400px, 1fr);
  //height: calc(100vh - 80px);
  height: calc((var(--vh, 1vh) * 100) - 75px);
}

.x-section {
  padding:0 !important;
}

#map {
  height: 100%;
}

.tours__controls-region {
  position: relative;
  background: var(--background-dark);
  overflow-y: scroll;
}

.tours__controls-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background: var(--background-dark);
}

#map-searchform {
  padding: 1rem;
  margin: 0;
  position: sticky;
  top: 0;
}

input[type="search"].searchform__textfield {
  background: rgba(255, 255, 255, 0.2);
  color: #d8d8d8;
  font-size: .9rem;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  width: 100%;
  height: 2.5rem;
  padding: 1rem;
  margin: 0;
}

input[type="search"].searchform__textfield::placeholder {
  font-size: .8rem;
  text-transform: uppercase;
  color: #aaa;
}

#map-searchform [type=submit] {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  color: #d8d8d8;
  background: none;
  border: none;
  box-shadow: none;
}

.tours__locations {
  display: flex;
  flex-direction: column;
}

#category-name {
  letter-spacing: 0;
  line-height: 1;
  padding: 2.5rem 1.5rem 1.5rem;
  color: rgba(255, 255, 255, .7);
  font-family: 'Josefin Sans';
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

#category-name:empty {
  display: none;
}

.tours__locations summary {
  font-family: "Josefin Sans";
  font-size: 1.4rem;
  padding: .5rem 1.5rem;
  color: rgba(255, 255, 255, .95);
}

details summary::-webkit-details-marker {
  display: none;
}

.tours__location {
  border: 0;
  z-index: 1;
  color: rgba(82, 177, 169, 0.75);
  background: transparent;
  transition:
    color .1s ease-in,
    background .1s ease-in;
  font-size: .9rem;
  text-transform: uppercase;
  text-align: left;
  padding: .5rem 1.5rem;
  outline: none;
  appearance: none;
  width: 100%;
}

.tours__location:hover {
  background: rgba(82, 177, 169, .75);
  color: #fff;
}

.tours__location__infowindow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: var(--background-dark);
  display: none;
  overflow-x: hidden;
}

.tours__location__infoheader {
  background: rgb(0, 83, 80);
  padding: 1.5rem;
}

.tours__location__infoheader h3 {
  font-family: "Josefin Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.tours__location__address {
  font-family: "Open Sans";
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .03em;
  color: rgb(6, 167, 159);
  margin: 1rem 0 0;
}

.close-infowindow {
  display: flex;
  align-items: center;
  appearance: none;
  border: none;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 0;
  background: transparent;
  padding: .4rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, .6);
  transition: all .15s ease-in;
}

.close-infowindow:hover {
  background: rgba(0, 0, 0, .1);
  color: #fff;
}

.close-infowindow__icon {
  display: inline-block;
  margin-right: .25rem;
}

.tours__location__infocontent {
  padding: 2rem;
}

.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.tours__location__buttons {
  margin: 3rem 0 0;
}

.tour-button {
  border: 2px solid rgb(6, 167, 159);
  border-radius: 2px;
  display: block;
  text-align: center;
  padding: .5rem 0;
  margin: 0 0 1rem;
  transition: all .1s ease-in;
}

.tour-button:hover {
  background: rgb(6, 167, 159);
  color: #fff;
}

/* Additional css */

.map-feat-img button.close-infowindow {
    font-weight: 900;
    color: #ffffff;
}

.tours__location__infoheader h3 {
    font-size: 34px;
    line-height: 1.1;
}

.tours__location__address {
    margin-top: 0px;
}

.tours__location__address {
    font-size: 18px;
    color: #ffffff;
}

.tours__location__infoheader {
    padding: 2.5rem;
}

.loc-one {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 93px 0 0;
}

.tours__location:hover {
    background-color: transparent;
}

.loc-one {
    background: rgba(82, 177, 169, 0.75);
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px 11px;
    min-width: 222px;
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

button.tours__location {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 93px 0 0;
    position: relative;
    overflow: hidden;
}

.tours__location:hover {
    background-color: transparent;
}

.loc-one {
    background: rgba(82, 177, 169, 0.75);
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px 11px;
    min-width: 222px;
    position: relative;
    z-index: 9;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

button.tours__location:hover:after {
    background: rgba(0, 0, 0, 0.35);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.main-tours-section > div {
    overflow: hidden;
}

.map-feat-img button.close-infowindow {
    margin-bottom: 0px;
}

.map-feat-img .iframe-script p {
    margin-bottom: 0px;
	line-height:0 !important;
}

button.close-infowindow {
    margin-bottom: 0px;
}

.map-feat-img img {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 767px){

    .e166-1.x-bar-content {
        display: block;
        height: auto !important;
    }

    .e166-1.x-bar-content > div {
        display: block;
        width: 100%;
    }

    

    .e166-1.x-bar.x-bar-top.x-bar-h.x-bar-relative.x-bar-outer-spacers {
        height: auto;
    }

    .e166-9.x-bar-container {
        position: absolute;
        top: 0px;
        right: 0px;
        width: auto !important;
        padding: 20px 40px 20px 20px;
    }
}