@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

 /*Hide Button on Sticky Header*/
 
#qodef-page-sidebar {
    position: fixed !important;
    margin-bottom: 0px !important;
    z-index: 999;
}

#qodef-page-sidebar .widget:not(.widget_carsten_core_title_widget):not(.widget_carsten_core_single_image) {
    background-color:transparent !important;
    padding: 0 !important;
}

 #qodef-page-header .widget a:not(.qodef-button) {
    color: #fff !important;
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 285px !important;
    left: initial !important;
    right: 25%;
}

.pika-single:before, 
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both; }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 340px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
    visibility: visible !important;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0 !important;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden !important;
    background-color: transparent !important;
    opacity: .7;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
    }

.pika-next:before {
    content: "\f0da";
    font-family: "FONT AWESOME 5 FREE";
    font-size:18px;
    font-weight: 900;
    color: #000 !important;
     padding: 5px;
}

.pika-prev:before {
    content: "\f0d9";
    font-family: "FONT AWESOME 5 FREE";
    font-size:18px;
    font-weight: 900;
    /* font:normal normal normal 18px/1 FontAwesome; */
    color: #000 !important;
    padding: 5px;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;

}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-row {border:none !important;}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    border:0 !important;
}

.pika-table thead tr {
    border: none !important;
}

.pika-row td.is-today {color:#fff; background:#A8506E;}

.pika-table th {
    color: #333;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
    background:#A8506E;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0 !important;
    margin: 0;
    width: 100%;
    padding: 10px 5px !important;
    color: #555 !important;
    font-size: 12px;
    line-height: 20px !important;
    text-align: center;
    background: #ddd !important;
    height: initial;
}

.pika-next {content:'f0da';}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #A8506E !important;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff !important;
    font-weight: bold;
    background: #A8506E !important;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #A8506E;
    box-shadow: inset 0 1px 3px #A8506E;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #A8506E;
}

.is-startrange .pika-button {
    color: #fff;
    background: #A8506E;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #A8506E;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.abr-booking-window {
    font-family: 'Montserrat', sans-serif !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-weight: 500 !important;
    width:305px ;
}

.hideabr {display:none!important}

.clicktoshow {display:block !important;}

#block-58 {position:absolute;}

.showclick {
    /* display: block; */
    width: auto !important;
    right: 0;
    left: auto !important;
    top: 45px !important;
}

.bm-date-box-selected {
    border: 1px solid #fff;
}

.bm-dates {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.bm-date {
    background-color: #A8506E;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #A8506E;
    width: 120px;
}

#booking-mask .bm-summary-wrap select {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 5px;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.95em;
    appearance: none;
    outline: 0;
}

#booking-mask .bm-summary-wrap button.bm-submit-button{
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    user-select: none;
    background-color: #A8506E;
    border: none;
    padding: 12px 50px;
    font-size: 14px;
    line-height: 1.5;
    transition: all 0.3s;
    color: #fff;
    height: auto;
}

.bm-wrap {
    display: none;
    opacity: 0;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 20px;
    position: absolute;
    right: 65px;
    top: 60px;
    text-align: left;
    transition: opacity 0.3s linear 0s;
    z-index: 99;
}

.bm-hidden {
    display: none !important;
}

#bm-close {
    margin: 11px 0;
    padding: 0;
    background: transparent;
    font-size: 20px;
    border:0 !important;
    cursor: pointer;
}

#bm-close a.elementor-button {
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 5px 0px 5px 0px;
}

#bm-close a.elementor-button .elementor-button-content-wrapper {
    justify-content: flex-start;

}

#bm-close a.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 2em;
    height: auto;
}

.bm-close-button {
    background-color: #A8506E;
    padding: 15px 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    border: 0;
    margin: -20px -20px 0 auto;
}

.bm-close-button:hover {
    background-color: #A8506E;
    border: 0;
}

.bm-close-text {
    text-transform: uppercase;
}

/* .bm-close-button .fa-times {color:#000;
    font: normal normal normal 14px/1 FontAwesome;
} */


.bm-close-icon {
    height: 12px;
    filter: invert(1);
}

.bm-hidden {
    display: none;
}

.bm-options-wrap {
    background-color: #fff;
    color: #000;
    padding: 0px 8px 8px;
    border: 1px solid #ddd;
}

.bm-dates {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.bm-date {
    background-color: #A8506E;
    color:#fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    width: 120px;
}

.bm-date-box-selected {
    border: 1px solid #fff;
}

.bm-date-title {
    text-transform: uppercase;
    font-size:14px;
}

.bm-date-day {
    font-size: 42px;
    line-height: 48px;
}

.bm-date-month {
    text-transform: uppercase;
}

.bm-summary {
    margin-top: 15px;
}

.bm-summary-box {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #ddd;
    line-height: 40px;
    margin-top: 5px;
    cursor: pointer;
}

.bm-guest-icon {
    width: 18px;
    height: 18px;
    filter: invert(1);
    margin-right: 10px;
}


.bm-submit-button, #booking-mask button.bm-submit-button {
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background-color: #A8506E;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    cursor: pointer;
    display: block;
}

.bm-submit-button:hover {
    background-color: #A8506E !important;
    color:rgba(255,255,255,1)!important;
}

.bm-occupancy {
    display: none;
    width: 360px;
    padding: 20px;
    background-color: #fff;
    color: #000;
    border:1px solid #DDD;
}

.bm-occupancy-show {
    display: block;
} 

.bm-rooms, 
.bm-occupants {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 24px;
}

.bm-rooms {
    border-bottom: 1px solid #A8506E ;
    margin-bottom: 15px;
}

.bm-occupancy-box {
    width: 50%;
}

.bm-occupancy-title {
    line-height: 20px;
}

.bm-ages .bm-occupancy-title {
    margin-bottom: 10px;
}

.bm-occupancy-num {
    width: 100%;
}

.bm-input-memo {
    margin-top: 5px;
    line-height: 12px;
    font-size: 11px;
}

.bm-ages {
    display: none;
}

#bm-base-select {
    display: none;
}

.bm-multi-fields {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bm-multi-select {
    border: 0;
    width: 48px;
    height: 48px;
    padding: 0 0 0 12px;
    cursor: pointer;
    font-size: 14px;
}

.bm-counter {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
    line-height: 30px;
    max-width: 110px;
    margin-left: auto;
}

.bm-counter-value {
    min-width: 50px;
    text-align: center;
    color: #000;
    background-color:#ddd;
}

.bm-counter-button {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    background-color:#A8506E !important;
    border: 0 !important;
    cursor: pointer;
    font-size: 16px;
    color:#fff !important;
}

.bm-counter-button:hover {
    background-color:#9D634F !important; 
} 



.pika-single.is-bound {
    position: static;
}

.pika-single.pika-lendar {
    background-color: #A8506E;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.pika-lendar .pika-lendar {
    width: auto;
    margin: 20px;
}

.pika-lendar .pika-label {
    background-color: #fff;
}

.pika-lendar table {
    margin-bottom: 0;
}

.pika-lendar tbody, 
.pika-lendar td {
    border: 0;
}


.pika-button:hover {
    background-color: #9D634F !important;
    /*border-radius: 20px;*/
    color: #fff !important;
}

.pika-lendar .is-disabled .pika-button {
    background-color: #A8506E;
    color: #fff;
}

.pika-lendar .is-selected .pika-button {
    background-color: #A8506E;
    box-shadow: none;
    border-radius: 0px;
    font-weight: normal;
}

.pika-lendar .is-endrange .pika-button {
    background-color: #A8506E;
    border-radius: 0 20px 20px 0;
}

.pika-lendar .is-startrange .pika-button {
    background-color: #A8506E;
    opacity: 1;
    border-radius: 20px 0 0 20px;
}

.pika-lendar .is-inrange .pika-button {
    background-color: #A8506E;
    border-radius: 0;
}

.pika-lendar .pika-label:after {
    content:" \25be";
    color: #A8506E;
    font-size:20px;
}

.pika-lendar .pika-prev, 
.pika-lendar .pika-next {
    opacity: 1;
    border:0 !important;
}

.pika-lendar .pika-table abbr {
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
} 

#bm-promo-wrap {
    margin-top:15px;
}

#bm-promo-code {
    width: 100%;
    line-height: 15px;
    background: transparent;
    border: none !important;
    color: #000;
    padding: 10px;
    font-weight: 700;
}

#bm-promo-code:focus {
    border:none;
    outline:none;
}

.bm-counter select.bm-form-input {
    width: 100%;
    border: none;
    background: #ddd;
    line-height: 60px;
    padding: 8px;
}


.fa-user {
    width:20px;
    height:20px;
    margin-right:10px;
    color:#A8506E;
    /*font:normal normal normal 14px/1 FontAwesome;*/
}

.clicktoshow .qi-block-button,
.newclicktoshow .qi-block-button {
    font-size: 0.70rem !important;
}

@media only screen and (max-width: 1024px)  {
    .bm-wrap {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        gap: 0;
        width: 100%;
        margin: 0;
        flex-direction: column;
        z-index: 9999;
    }

    .bm-options-wrap {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .bm-date {
        flex-grow: 1;
    }

    .bm-sidepod-wrap {
        width: 100%;
        display: flex;
        position: absolute;
        top: 180px;
        bottom: 150px;
        overflow: auto;
        overscroll-behavior: contain;
    }

    .bm-calendar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        justify-content: center;
        background-color: #A8506E;
    }

    .bm-checkin-show, 
    .bm-checkout-show {
        display: flex;
    }

    .bm-counter {
        line-height: 40px;
        max-width: 160px;
    }

    .bm-counter-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .bm-counter-button:hover {
        background-color: #A8506E;
    }

    .bm-occupancy {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .bm-occupancy-title {
        font-size: 18px;
        line-height: 24px;
    }

    .bm-multi-fields {
        gap: 26.666px;
        padding-bottom: 40px;
    }

    .bm-multi-select {
        width: 50px;
        height: 50px;
    }

    .bm-proceed {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 20px 20px 20px;
        background-color: #A8506E;
        z-index: 99999;
        box-shadow: 0px -6px 20px 2px rgba(0,0,0,0.3);
    }

    .bm-summary-title {
        display: none;
    }

    .bm-submit-button {
        height: 60px;
    }

    .qi-block-button.qodef-block.qodef-size--small {
        padding: 9px 14px !important;
        font-size:0.75rem !important;
    }
} 

@media screen and (max-width: 600px) {
    .clicktoshow  a.elementor-button {
        max-width:100%;
        display:block;
    }

    .pika-single {
        top: 240px !important;
        left: initial !important;
        right: 10%;
    }

    .bm-counter-value {min-width: 75px;}

    /* .bm-options-wrap {margin-top:40px;}  */

    .qi-block-button.qodef-block.qodef-size--small {
        padding: 5px 10px !important;
        font-size:0.65rem !important;
    }

    .qodef-header-sticky-inner {
        padding: 0 30px !important;
    }

}