* {
    padding: 0;
    margin: 0;
    outline: 0;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}

body {
    font-family: Helvetica, Arial;
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}


.wp-block-button__link {
background-color: #008282 !important;
color: #FFF !important;
}

.page-id-1162 .wp-block-heading {
  color: #10101a;
  margin-top: 10px;
  margin-left: 0;
  font-size: 16px;
  text-transform: none;
}

#wrapper {
    width: 100%;
    height: 100%;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.col-xs {
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

main .inner {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    max-height: 90vh;
    overflow-y: scroll;
}

main {
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 80vh;
}

.leaflet-popup-content img {
    min-width: 180px;
    max-width: 100%;
    display: block;
    border-bottom: 1px solid #ff0000;
}

.leaflet-popup-content a {
    text-decoration: none;
    display: block;
    position: relative;
}

.leaflet-popup-content span {
    margin: 0;
    position: absolute;
    top: 0px;
    left: 10px;
    color: red;
    font-size: 24px;
}
/*
.leaflet-popup-content span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    position: absolute;
}
*/
#crosshair {
    display: none;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 10000;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    text-shadow: 1px 1px 3px #fff;
}

header {
    width: 100%;
    
    background: #000;
    color: white;
}

header .inner {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

h1 {
    font-size: 18px;
    line-height: 1.1;

    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

h2 {
    font-size: 11px;
    margin: 0 0 0 16px;

    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 13px;
}

/* MENU */

nav {
    margin-left: 100px;
}

nav ul {
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    display: flex;
}

nav li {
    margin: 0;
}
nav li a {
    color: #d5d5d5;
    display: inline-block;
    padding: 10px;
    line-height: 16px;
}

nav a:hover {
    background-color: #fff;
    color: #000;
}
nav li.active a {
    background-color: #fff;
    color: #000;
}

nav a:focus {
    color: #000;
    background-color: #fff;
}

#gallery .inner {
    display: flex;
    flex-wrap: wrap;
}
.thumb {
    padding: .5rem;
    
    box-sizing: border-box;
}
/* MAP NAVI */
#gallery {
    background-color: #fff;
    padding-bottom: 70%;
}

#gallery .thumb {
    margin: 0;
    position: relative;
}


#gallery .thumb img {
  width: 250px;
}

#gallery .thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#gallery .thumb .overlay {
    position: absolute;
    color: #000;
    display: none;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}


#gallery .thumb .overlay .bottom .desc {
    padding: .5rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

#gallery .thumb .overlay .top {
    padding: 5px;
}

#gallery .thumb .overlay .top span {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: black 1px 1px 2px;
}

#gallery .thumb .overlay .h2 {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
}

#gallery .thumb .overlay .h3 {
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
}
#gallery .thumb:hover .overlay {
    display: flex;
    animation-name: fadeIn;
    animation-duration: 0.3s;
}

/* COMBO */

form {
    display: flex;
    flex-wrap: wrap;
}
#form {
    margin: 30px 0 0;
    z-index: 501;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    padding-top: 20px;
    align-items: center;
    
    padding: 0.5rem;
}

#form select {
    background-color: #000;
    color: #fff;
    text-indent: 2px;
}

#form option {
    background-color: #000;
    color: #fff;
}
#form label {
    color: #000;

    margin: 0 7px 0 0;
    font-weight: bold;
    font-size: 12px;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form label span {
    display: inline-block;
    margin-right: 10px;
}


@media (max-width: 768px) {
    nav {
        margin-left: 0;
        margin-top: .5rem;
    }
    header .inner {
        flex-direction: column;
        align-items: flex-start;
        padding: .5rem 0 0  0;
    }
    h2 {
        margin-left: 0;
        margin-top: .1rem;
    }
    #form label {
        margin-right: 0;
       
        width: 100%;
    }

    select {
        min-width: 230px;
    }
    #map {
    /*    padding-bottom: 100%;*/
    }
}
@media (max-width: 550px) {
    select {
        max-width: 130px;
        max-width: auto;
    }
    #map {
        /*padding-bottom: 150%;*/
    }

}
