/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body.page #active-wh-hotels-header {
    display:none;
}
body.page #active-bwi-hotels-header {
    display:none;
}
body.page #active-bw-hotels-header {
    display:none;
}
body.page #active-wh-hotels-footer {
    display:none;
}
body.page #active-bwi-hotels-footer {
    display:none;
}
body.page #active-bw-hotels-footer {
    display:none;
}

body.page {
    display:none;

}

.login_block{
	position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: white;
    z-index: 1;
    opacity: 0;
    transition: .5s;
	visibility:hidden;
	border-radius:5px
}
.login_block.show{
    z-index: 2;
    opacity: 1;
	visibility:visible;
}

.hotel-session-form-container {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	max-width: 680px !important;
    margin: auto;
    z-index: 1;
    opacity: 0;
    transition: .5s;
	visibility:hidden;
}
.hotel-session-form-container.show{
    z-index: 2;
    opacity: 1;
	visibility:visible;
}

.hotel-session-form-container > form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hotel-session-form-container > small {
	text-align: center;
}

.hotel-session-form-container .error {
    color: #b91c1c;
	margin-bottom: -1rem;
}

.hotel-session-form-container button[type="submit"] {
    margin: 1rem;
	padding:18px 32px 18px 32px;
}

#hotel-session-logout {
    padding: 0.75rem;
}

@media screen and (min-width: 1024px) {
    #hotel-session-logout {
        position: absolute;
        right: -100px;
        top: -90px;
        padding: 0.75rem;
    }
}

#hotel-session-logout > span {
    text-transform: none;
    font-weight: normal;
}



body.modal-open {
    overflow:hidden;
}

.modal-open {
    display:block;
}

.modal-closed {
    display:none;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}
.modal-body input[type=text] {
    width:97%;
    margin:10px;
}
.modal-body input[type=button] {
    margin:10px;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  color: white;
}

/* Modal Content */
#modal-content {
  border-radius:20px;
  background-color: #fefefe;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 1.0s;
  z-index:99999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Add Animation */
@keyframes animatetop {
    0% { opacity: 0; }
  100% { opacity: 1; }
}

#search-results {
    margin:10px;
}


