/*
Theme Name: lisboa
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
iframe {
    width: 100%;
    height: 100%;
}

.container_top {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.search {
    margin-left: 10%;
    position: relative;
}

.search_input {
    background: url(img/399da23….png) no-repeat 10px 7px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 20px;
    padding: 5px 15px;
}

.search_submit {
    position: absolute;
    background: none;
    border: none;
    right: 5px;
    top: 5px;
}
.popup_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6000;
    background: #0000008c;
    display: none;
}
.popup_overlay.show {
    display: block;
}
.popup_wrapper {
    position: fixed;
    text-align: center;
    z-index: 6001;
    display: none;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.popup_wrapper.show {
    display: block;
}
.popup {
    position: absolute;
    z-index: 6001;
    margin: 0 auto;
    min-width: 100px;
    min-height: 100px;
    border: 1px solid #9b8fac;
    background: #ffffff;
    padding: 10px;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}
.popup_header_title div {
    font-size: 24px;
    color: #333;
    text-shadow: 0 1px 1px #000;
    padding: 10px 0;
}
.popup_mm_wide_img img {
    width: 100%;
    height: auto;
}
.popup_mm_wide_content p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 10px;
    color: #000;
}
.popup_mm_wide_button {
    margin-top: 10px;
}
.popup_mm_wide_button a {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.popup_mm_wide_button a:hover {
    color: #fff;
}
.popup_close {
    width: 32px;
    height: 32px;
    color: #1668b0;
    cursor: pointer;
}
