/*----------------------  CALENDAR OFFER DETAIL & ROOM DETAIL ------------------------*/

/* CALENDAR SECTION */

/* centering offer calendar 2023 */
.offer-calendar-wrapper,
.room-calendar-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}

@media (min-width: 431px) {

    .offer-calendar-wrapper,
    .room-calendar-wrapper {
        align-items: center;
    }
}

.calendar-wrapper.calendar-type1 {
    margin-bottom: 20px;
    margin-top: 90px;
    border-top: 1px solid #d4d4d4;
    width: 100%;
    text-align: center;
}

/*------------------------------------------------------------------------------*/

/* BUTTONS WEB */

/* secundary web buttons */
.mapa .formRuta input.calculaRuta,
#respond .form-submit #submit,
.offers-mashup .more-info-link,
.widget_search form input[type="submit"] {
    background: #333333;
    border: 0 none;
    color: #ffffff;
    padding: 5px 10px;
}

/*------------------------------------------------------------------------------*/

/*-------------------------------- MEDIA QUERYS --------------------------------*/

/* iphone portrait & landscape - galaxy portrait & landscape */
@media (max-width: 767px) {
    .calendar-wrapper.calendar-type1 {
        margin-bottom: 20px;
        margin-top: 40px;
        padding-top: 40px;
    }

    .modal.fade.in {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0;
        left: 0;
    }
}

/*------------------------------------------------------------------------------*/