



/* New styles ---------------------------------------------------------------------------------------------*/
.wapic_months {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:12px;
    background-color:transparent;
    color:#0f1b3e;
    margin-bottom:10px;
}
.wapic_months > * {
    max-height: 30px;
    padding:0 12px;
}

.wapic_months > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 5px;
    cursor: pointer;
}

.wapic_months > div.wapic_current_month {
    background-color: white;
    border-top: 5px solid #0f1b3e;
}

.wapic_months > div .wapic_year {
    font-size: 12px;
}

.wapic_months > div .wapic_month {
    font-size: 18px;
    font-weight:bold;
    text-transform: uppercase;
}
.wapic_weekdays {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(7 , 1fr);
    align-items: center;
    grid-gap:5px;
}
.wapic_weekdays div {
    padding: 5px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color:#01a2b6;
}

.wapic_days > div {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    margin: 10px 0;
    grid-gap: 6px;
}

.wapic_days > div > a > div {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    /*border: 1px solid #ccc;*/
    color: black;
    padding: 8px;
    min-height: 97px;
}



.wapic_days > div > a > div > span:nth-child(1) {
    color:black;
}

.wapic_days > div > a > div > span:nth-child(2) {
    color:#4c589e;
}

.wapic_date {
    font-size: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
}
span.wapic_price {
    font-size: 18px;
    font-weight: bold;
}

span.wapic_open_close {
    font-size: 9px;
}

.wapic_to {
    display: none;
 }



.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none;
}

span.wapic_dollar_sign {
    vertical-align: super;
    font-size: 14px;
    color:#4c589e;
}
 .wapic_calendar .wapic_days > div {
    display: none;
}

 .wapic_calendar .wapic_days > .wapic_active_month {
    display: grid;
    grid-auto-rows: 1fr;
}

.prev_date {
    opacity: 0.5;
}


@media only screen and (max-width:480px) {
    .wapic_to {
        display: block;
    }
    .wapic_hyphen {
        display: none;
    }

    .wapic_months > div .wapic_month {
        font-size: 8px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .wapic_months > div .wapic_year {
        font-size: 8px;
    }

    span.wapic_price {
        font-size: 10px;
        font-weight: bold;
    }

    .wapic_days > div > a > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border: 1px solid #ccc;
        color: black;
        padding: 5px;
        min-height: 97px;
        min-width: 100%;
    }

    span.wapic_dollar_sign {
        vertical-align: super;
        font-size: 10px;
        color:#4c589e;
    }
    span.wapic_open_close {
        font-size: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height:10px;
        text-align:center;
    }
    .wapic_date {
        font-size: 10px;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

}

 .prev_date {
    font-size:14px;
}

span.wapic_weather {
    font-size: 11px;
    background-color: #08386a;
    padding: 2px 8px;
    width: 100%;
    color: white;
    text-align: center;
}


span.wapic_weather:nth-child(even) {
    font-size: 11px;
    background-color: #0b5097;
    padding: 2px 8px;
    width: 100%;
    color: white;
    text-align: center;
}
@media only screen and (max-width:480px) {
    span.wapic_weather:nth-child(even) {
        font-size: 9px;
        background-color: #0b5097;
        padding: 2px 5px;}
    span.wapic_weather {
        font-size: 9px;
        background-color: #08386a;
        padding: 2px 5px;}

    }


/*element.style {*/
/*}*/
.wapic_active_month > a {
    display: flex;
    background-color: white;
    justify-content: center;
}

.wapic_inactive_month > a {
    display: flex;
    background-color: white;
}

.wapic_container_small span.wapic_price {
    font-size: 14px;
    font-weight:600;
}

.wapic_container_small .wapic_months > div .wapic_month {
    font-size: 11px;
}

.wapic_container_small .wapic_days > div > a > div {
    min-height: unset;
}

.wapic_container_small span.wapic_dollar_sign {
    vertical-align: super;
    font-size: 12px;
    color: #4c589e;
    padding-right: 2px;
    position: relative;
    top: 2px;
}

.wapic_container_small .wapic_days > div > a > div > span:nth-child(1).wapic_date {
    font-size: 16px;
    color: #737373;
}
.wapic_container_small .wapic_days > div > a.slcs_selectable_date > div > span:nth-child(1).wapic_date {
    font-size: 16px;
    color:#01a2b6;
}

.wapic_container_small span.wapic_price {
    font-size:12px;
}

.wapic_container_small .wapic_days > div {
    grid-gap: 2px;
}

.wapic_container_small .wapic_months > div .wapic_year {
    font-size: 10px;
}


.edpb_all_cabana_calendar_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 40px;
    justify-content: space-between;
    width: 100%;
}

h2.edpb_cabana_calendar_title {
    font-size: 30px;
    padding: 15px;
    background-color: #242424;
    color: white;
    display: flex;
    justify-content: center;
    margin:0;
}
a.slcs_selectable_date {
    cursor: pointer;
}











