/*
Theme Name: Hoteller Child
Theme URI: https://themes.themegoods.com/hoteller/landing
Description: Premium Photography WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: hoteller
Template: hoteller
*/

body {
	font-family: Manrope-Regular !important;
}

#logo_wrapper .logo_container img {
    width: 100%;
    height: 100%;
}

.menu-languages-container > ul {
    margin: 0;
    padding: 0px;
    position: relative;
    top: 2px;
}

#page_caption.hasbg .post_attribute {
    display: none;
}

body.single .post_wrapper {
    display: flex;
    align-items: center;
}

body.single .singleroom_two_third {
    padding: 5vw;
}

body.single .singleroom_two_third > p {
    text-align: center;
}

body.single .singleroom_amenities_wrapper {
    width: 100%;
}

body.single .singleroom_amenities_label {
    width: 30%;
}

body.single .singleroom_amenities_list_wrapper {
    width: 70%;
}

body.single .singleroom_amenities_list {
    display: grid;
    grid-template-columns: 50% 50%;
}

body.single .singleroom_amenities_list li {
    margin-bottom: 20px;
    margin-top: 0px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    display: grid;
    width: 100%;
    border: none;
    border-bottom: 1px solid #999999;
    padding-top: 10px;
}

span.wpcf7-form-control-wrap.Pleasereserve .wpcf7-form-control.wpcf7-radio {
    display: grid;
    padding: 0;
    padding-top:10px
}

span.wpcf7-list-item {
    margin: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #999999;
    border-radius: 5px;
}

#mobile_nav_icon {
    display: none;
}

.booking-link {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: normal;
    background: #827546;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    padding: 0 !important;
    cursor: pointer;
}

.booking-link > span {
    position: relative;
    top: 20px;
}

.booking-link:after {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #827546;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pwf_pulse infinite 1.3s ease-out;
}

a#toTop {
    display: none;
    right: 26px;
}

.flatpickr-calendar.open {
    z-index: 99999999999999 !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-large, 
div.wpforms-container-full .wpforms-form select.wpforms-field-large, 
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large,
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: normal !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #827546 !important;
    color: #fff !important;
    border: none !important;
}

#page_content_wrapper p, .page_content_wrapper p {
    padding: 0;
}

@keyframes pwf_pulse {
    0% {
        width: 66px;
        height: 66px;
        opacity: .7;
    }

    100% {
        width: 86px;
        height: 86px;
        opacity: 0;
    }
}

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