/*
.ui-datepicker{
    z-index:-1 !important;
}
*/

#booking-form .ui-datepicker {
    display: none;
}

.overlay {
    position: fixed;
    z-index: 109999;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    float: left;
    width: 100%;
    height: 100%;
    top: 0;
}

.open-booking {
    overflow: hidden;
}

.booking-pop {
    z-index: 199999;
    position: fixed;

    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 94%;
    max-width: 1045px;
}
@media screen and (max-width: 1023px) and (max-height: 1220px) {
    .booking-pop {
        position: absolute;
        transform: translate(-50%, 0);
        top: 100px;
    }
}

.fbw-calendar--label {
    font-family: "gothambook", sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    margin-right: 10px;
    color: #9b8e6e;
}
span.value {
    color: #9b8e6e !important;
    font-family: "gothambook", sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    border-bottom: 1px solid #9b8e6e;
    max-width: 190px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fbw-calendar--theme-2 .fbw-calendar--config fieldset select {
    color: #9b8e6e;
    font-weight: 300;
    font-size: 14px;
    font-family: "gothambook", serif;
    border: none;
    background-color: transparent;
    text-align: left;
    margin: 0 0 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    max-width: 190px !important;
    padding: 0 15px 0 0;
    border-bottom: 1px solid #9b8e6e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
}
.fbw-calendar--dates .date--arrival.to-fill .fbw-calendar--label {
    color: #9b8e6e !important;
}
.fbw-calendar--theme-2 .fbw-calendar--config fieldset label {
    color: #9b8e6e !important;
    margin-bottom: 0 !important;
}
.fbw-calendar--dates {
    margin: 0 !important;
}
.fbw-calendar--title h1 {
    font-family: "gothambook", sans-serif !important;
    font-size: 24px !important;
    margin: 0;
    text-align: left !important;
    color: #fff !important;
    background: #9b8e6e;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbw-calendar--month-name {
    font-family: "gothambook", sans-serif !important;
    color: #9b8e6e !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
}
.fbw-calendar--container {
    padding: 0 0 !important;
}
.day--price,
.best-price .day--price {
    color: #9b8e70 !important;
    font-family: "gothambook", sans-serif;
    font-size: 11px !important;
    line-height: 1.2;
    padding: 0 3px;
}
.fbw-calendar--day {
    height: 62px !important;
    padding: 15px 0 0 !important;
}
.fbw-calendar--day.valid_day {
    border: 1px solid #9b8e6e !important;
    border-radius: 2px;
}
.fbw-calendar--day:not(.valid_day) {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.fbw-calendar--day.valid_day:hover {
    background: rgba(146, 131, 101, 0.2) !important;
}
.fbw-calendar--day.chosen_day {
    color: #fff !important;
    background: #9b8e6e !important;
}
.fbw-calendar--button svg {
    width: 10px;
    height: 10px;
}
.fbw-calendar button svg line {
    stroke: #9b8e6e !important;
    cursor: auto;
}
.fbw-calendar button {
    top: -1px !important;
}
.day--number {
    font-family: "gothambook", sans-serif !important;
    color: #9b8e6e !important;
    font-size: 16px !important;
    margin: 0 0 5px !important;
    line-height: 1;
}
.chosen_day .day--number {
    color: #fff !important;
}

.day--out,
.day--in {
    font-size: 10px !important;
}

/*.available_day.last-room:before {*/
/*    right: 9px!important;*/
/*    top: 10px!important;*/
/*    left:initial!important;*/
/*}*/
.available_day.last-room:before {
    /*right: initial!important;*/
    top: 3px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.available_day.best-price:after {
    border: 0 !important;
    background-color: #00902c;
    border-radius: 50% !important;
    content: "";
    height: 7px !important;
    position: absolute;
    left: 50% !important;
    top: 3px !important;
    width: 7px !important;
    transform: translateX(-50%);
}

.fbw-calendar--weekdays {
    border: none !important;
    color: #9b8e6e !important;
    font-family: "gothambook", sans-serif;
    font-size: 16px !important;
    background: none;
    text-transform: capitalize;
}

.fbw-calendar--theme-2 .fbw-calendar--config {
    background-color: #fff !important;
    border-left: 1px solid #e6e6e6;
}

.fbw-calendar--theme-2 .fbw-calendar--main {
    margin: 0 !important;
    margin-left: auto !important;
}

.fbw-calendar--action .next .next--button {
    font-family: "gothambook", sans-serif !important;
    font-size: 18px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    background: #9b8e6e;
}
.fbw-calendar--action .next {
    background-color: #9b8e6e !important;
}

.fbw-calendar--theme-2 .fbw-calendar--action.layout2-version .best-price {
    border-top: 0 !important;
    text-align: left !important;
    color: #9b8e6e !important;
    background: transparent !important;
    text-transform: capitalize !important;
    font-family: "gothambook", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
.fbw-calendar--theme-2
    .fbw-calendar--action.layout2-version
    .best-price
    .best--price {
    text-align: left !important;
    color: #9b8e6e;
    font-size: 26px !important;
}

.fbw-calendar--title {
    margin-bottom: 0 !important;
}
.fbw-calendar--theme-2 .fbw-calendar {
    margin-top: 30px;
}

.fbw-calendar--theme-2 .fbw-calendar--config fieldset input {
    max-width: 190px !important;
    border: none !important;
    border-bottom: 1px solid #9b8e6e !important;
    font-size: 16px !important;
    color: #9b8e6e !important;
    outline: none;
}
.fbw-calendar--theme-2 .fbw-calendar--config fieldset input:focus,
.fbw-calendar--theme-2 .fbw-calendar--config fieldset select:focus {
    outline: none;
}
.fbw-calendar--children-age {
    width: 100% !important;
    margin-bottom: 15px;
}
.fbw-calendar--children-age label {
    font-family: "gothambook", sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #9b8e6e;
    margin-bottom: 5px;
}

.best--price {
    margin-bottom: 50px !important;
}
.legend-color--best {
    background-color: #00902c !important;
    border-radius: 50% !important;
    content: "";
    display: inline-block;
    height: 8px !important;
    margin-right: 10px;
    top: 3px !important;
    vertical-align: middle;
    width: 8px !important;
    border: none !important;
}
.legend-cal.best-price--legend .legend-txt,
.legend-cal .legend-txt {
    font-size: 16px !important;
    font-family: "gothambook", sans-serif !important;
    color: #1a1a1a !important;
}

.pop-close {
    /*float: right;*/
    margin-right: 5px;
    font-family: sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 22px;
}
.widgets--wrapper * {
    border-spacing: 2px 2px;
}
.fbw-calendar--theme-2 .fbw-calendar--main {
    width: 100% !important;
    max-width: 1020px !important;
}
@media screen and (max-width: 1023px) {
    .pop-close {
        top: 8px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 650px) {
    .fbw-calendar--theme-2 .fwb-cal-bottom--group {
        margin: 0 !important;
        padding: 0 16px;
        flex: 3 !important;
    }
}

@media screen and (max-width: 649px) {
    .fbw-calendar--title h1 {
        font-size: 18px !important;
    }
    .booking-pop {
        /* top: 0; */
    }
    .day--number {
        padding: 0 !important;
        font-size: 15px !important;
        margin: 0 0 2px !important;
    }
    .fbw-calendar--weekdays {
        padding: 0 !important;
    }
    .fbw-calendar--theme-2 .fbw-calendar {
        margin-left: 10px;
    }
    .legend-cal .legend-txt,
    .legend-cal.best-price--legend .legend-txt {
        font-size: 12px !important;
    }
    .legend-cal .legend-color:not(.legend-color--last) {
        margin-right: 3px !important;
    }
    .fbw-calendar--theme-2 .fbw-calendar--bottom .fbw-calendar--legend {
        padding-left: 5px;
    }
    .arrival--value,
    .departure--value {
        line-height: 1 !important;
    }
    .fbw-calendar--theme-2 .fbw-calendar--config {
        margin-bottom: 20px !important;
    }
    .fbw-calendar--theme-2 .fbw-calendar--bottom {
        margin-top: 0 !important;
    }
    span.value {
        margin-top: 5px !important;
        max-width: none !important;
    }
    .fbw-calendar--theme-2 .fbw-calendar--config fieldset select,
    .fbw-calendar--theme-2 .fbw-calendar--config fieldset input {
        max-width: none !important;
    }
}
