/* =========================================================
   AVSYS - SPAZIO VENETO
   03 - ROOMS
   Listado de cabañas, ficha individual, galerías, calendario,
   formulario de reserva y widget lateral de disponibilidad.
   Carga: /cabanas/ y fichas mphb_room_type.
   ========================================================= */

body.single .site-content > .entry-header::before {
    background: rgba(0, 0, 0, 0);
}

body[class*="-template-template-full-width-post"] .content-area {
    max-width: 70%;
    margin: auto;
}

.header-wrapper .entry-title {
    width: 50%;
    margin: 0 0 50px;
    font-size: 50px;
    line-height: 60px;
}

.mphb_sc_rooms-wrapper .mphb-view-details-button {
    font-size: 16px;
    font-weight: 700;
}

.mphb_sc_rooms-wrapper .mphb-room-type {
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: var(--sv-white) !important;
    border: 1px solid var(--sv-border) !important;
    border-radius: 14px !important;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.06) !important;
}

.mphb_sc_rooms-wrapper .mphb-room-type .mphb-room-type-images {
    max-width: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 14px 14px 0 0 !important;
}

.mphb_sc_rooms-wrapper .mphb-room-type .mphb-room-type-images img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.mphb_sc_rooms-wrapper .mphb-room-type > p {
    line-height: 1.55 !important;
}

.mphb_sc_rooms-wrapper .mphb-room-type-details-title {
    margin-top: 18px !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
}

.mphb_sc_rooms-wrapper .mphb-regular-price,
.mphb_sc_rooms-wrapper .mphb-price {
    line-height: 1.5 !important;
}

body.single-mphb_room_type .mphb-booking-form input:not([type="submit"]):focus,
body.single-mphb_room_type .mphb-booking-form select:focus,
body.single-mphb_room_type .mphb-booking-form textarea:focus {
    border-color: var(--sv-primary) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(131, 150, 144, 0.12) !important;
}

body.single-mphb_room_type .mphb-booking-form input[type="submit"]:hover,
body.single-mphb_room_type .mphb-booking-form button[type="submit"]:hover {
    background: var(--sv-action-hover) !important;
    border-color: var(--sv-action-hover) !important;
}

body.single-mphb_room_type .entry-content {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body.single-mphb_room_type .entry-content h2,
body.single-mphb_room_type .mphb-details-title,
body.single-mphb_room_type .mphb-calendar-title {
    line-height: 1.3 !important;
}

body.single-mphb_room_type .entry-content h3 {
    line-height: 1.35 !important;
}

body.single-mphb_room_type .mphb-regular-price,
body.single-mphb_room_type .mphb-price {
    line-height: 1.5 !important;
}

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item {
    margin: 0 !important;
    box-sizing: border-box !important;
}

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

body.single-mphb_room_type .mphb-reservation-form-title {
    margin: 0 !important;
    box-sizing: border-box !important;
    background: var(--sv-panel) !important;
    color: var(--sv-text) !important;
    border: 1px solid var(--sv-border) !important;
    border-bottom: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
}

body.single-mphb_room_type .mphb-booking-form {
    box-sizing: border-box !important;
    background: var(--sv-panel) !important;
    border: 1px solid var(--sv-border) !important;
    border-top: 0 !important;
    border-radius: 0 0 14px 14px !important;
}

body.single-mphb_room_type .mphb-booking-form p {
    margin-bottom: 16px !important;
}

body.single-mphb_room_type .mphb-booking-form label,
body.single-mphb_room_type .mphb-reserve-room-section label {
    display: block !important;
    margin-bottom: 6px !important;
    color: var(--sv-text) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

body.single-mphb_room_type .mphb-booking-form input:not([type="submit"]),
body.single-mphb_room_type .mphb-booking-form select,
body.single-mphb_room_type .mphb-booking-form textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: var(--sv-white) !important;
    color: var(--sv-text) !important;
    border: 1px solid var(--sv-field-border) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
}

body.single-mphb_room_type .mphb-booking-form input[type="submit"],
body.single-mphb_room_type .mphb-booking-form button[type="submit"] {
    display: block !important;
    width: 100% !important;
    margin-top: 8px !important;
    box-sizing: border-box !important;
    background: var(--sv-action) !important;
    color: var(--sv-white) !important;
    border: 1px solid var(--sv-action) !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    text-align: center !important;
    cursor: pointer !important;
}

@media only screen and (min-width: 901px) {
.mphb_sc_rooms-wrapper .mphb-room-type {
        margin-bottom: 28px !important;
        padding: 0 22px 22px !important;
        box-shadow: 0 0 0 7px var(--sv-white), 0 7px 20px rgba(0, 0, 0, 0.06) !important;
        transition: transform 0.22s ease, box-shadow 0.22s ease !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type:hover {
        transform: translateY(-4px);
        box-shadow: 0 0 0 7px var(--sv-white), 0 12px 28px rgba(0, 0, 0, 0.10) !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type .mphb-room-type-images {
        width: calc(100% + 44px) !important;
        margin-right: -22px !important;
        margin-bottom: 20px !important;
        margin-left: -22px !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type-images .mphb-flexslider,
.mphb_sc_rooms-wrapper .mphb-room-type-images .flex-viewport {
        width: 100% !important;
        max-width: 100% !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type-title {
        margin-top: 0 !important;
        margin-bottom: 14px !important;
        font-size: 22px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type-title a {
        color: var(--sv-text) !important;
        text-decoration: none !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type > p {
        font-size: 15px !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type-details-title {
        font-size: 17px !important;
    }

.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes {
        margin-top: 15px !important;
        padding-top: 15px !important;
        border-top: 1px solid #e5e9e7 !important;
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes li {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

.mphb_sc_rooms-wrapper .mphb-regular-price,
.mphb_sc_rooms-wrapper .mphb-price {
        margin-top: 18px !important;
        font-size: 16px !important;
    }

body.single-mphb_room_type .content-area {
        width: calc(100% - 40px) !important;
        max-width: 1180px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

body.single-mphb_room_type .entry-content {
        max-width: 980px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

body.single-mphb_room_type .entry-content p {
        font-size: 17px !important;
        line-height: 1.65 !important;
    }

body.single-mphb_room_type .entry-content h2,
body.single-mphb_room_type .mphb-details-title,
body.single-mphb_room_type .mphb-calendar-title {
        font-size: 28px !important;
    }

body.single-mphb_room_type .entry-content h3 {
        font-size: 22px !important;
    }

body.single-mphb_room_type .mphb-single-room-type-attributes,
body.single-mphb_room_type .mphb-single-room-type-attributes li {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }

body.single-mphb_room_type .mphb-regular-price,
body.single-mphb_room_type .mphb-price {
        font-size: 20px !important;
    }

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper {
        margin-top: 25px !important;
        margin-bottom: 30px !important;
    }

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item {
        width: 25% !important;
        padding: 0 7px 14px !important;
    }

body.single-mphb_room_type .mphb-calendar-title {
        display: block !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-top: 35px !important;
        margin-bottom: 25px !important;
    }

body.single-mphb_room_type .mphb-calendar {
        float: left !important;
        clear: left !important;
        width: 63% !important;
        max-width: none !important;
        margin: 0 0 45px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick.datepick-multi {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick-month-row {
        display: flex !important;
        width: 100% !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick-month {
        width: 50% !important;
        max-width: 50% !important;
        margin: 0 !important;
        float: none !important;
        box-sizing: border-box !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick-month table {
        width: 100% !important;
        table-layout: fixed !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick-month-header,
body.single-mphb_room_type .mphb-calendar .datepick-month-header select {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick a,
body.single-mphb_room_type .mphb-calendar .datepick span {
        padding: 0.42em 0.15em !important;
        box-sizing: border-box !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

body.single-mphb_room_type .mphb-calendar .datepick-nav,
body.single-mphb_room_type .mphb-calendar .datepick-ctrl {
        font-size: 14px !important;
    }

body.single-mphb_room_type .mphb-reservation-form-title {
        float: right !important;
        clear: right !important;
        width: 32% !important;
        padding: 22px 24px 12px !important;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.04) !important;
    }

body.single-mphb_room_type .mphb-booking-form {
        float: right !important;
        clear: right !important;
        width: 32% !important;
        margin: 0 0 45px !important;
        padding: 12px 24px 25px !important;
        box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08) !important;
    }

body.single-mphb_room_type .mphb-booking-form input:not([type="submit"]),
body.single-mphb_room_type .mphb-booking-form select,
body.single-mphb_room_type .mphb-booking-form textarea {
        min-height: 44px !important;
        padding: 9px 12px !important;
        font-size: 15px !important;
    }

body.single-mphb_room_type .mphb-booking-form input[type="submit"],
body.single-mphb_room_type .mphb-booking-form button[type="submit"] {
        min-height: 46px !important;
        padding: 11px 15px !important;
    }

body.single-mphb_room_type .mphb-booking-form + * {
        clear: both !important;
    }

body.single-mphb_room_type .entry-content::after {
        content: "";
        display: table;
        clear: both;
    }
}

@media only screen and (max-width: 900px) {
.mphb_sc_rooms-wrapper .mphb-room-type {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 24px !important;
        padding: 0 18px 20px !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type .mphb-room-type-images {
        width: calc(100% + 36px) !important;
        margin-right: -18px !important;
        margin-bottom: 18px !important;
        margin-left: -18px !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type-title,
.mphb_sc_rooms-wrapper .mphb-room-type-title a {
        font-size: 24px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type > p {
        font-size: 16px !important;
    }

.mphb_sc_rooms-wrapper .mphb-room-type-details-title {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes,
.mphb_sc_rooms-wrapper .mphb-loop-room-type-attributes li {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

.mphb_sc_rooms-wrapper .mphb-regular-price,
.mphb_sc_rooms-wrapper .mphb-price {
        font-size: 17px !important;
    }

.mphb_sc_rooms-wrapper .mphb-view-details-button {
        font-size: 16px !important;
        line-height: 1.4 !important;
        font-weight: 700 !important;
    }

body[class*="-template-template-full-width-post"] .content-area {
        max-width: 100%;
    }

body.single-mphb_room_type .content-area {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

body.single-mphb_room_type .entry-content {
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

body.single-mphb_room_type .header-wrapper .entry-title {
        width: 100% !important;
        margin-bottom: 25px !important;
        font-size: 38px !important;
        line-height: 44px !important;
    }

body.single-mphb_room_type .entry-content p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

body.single-mphb_room_type .entry-content h2,
body.single-mphb_room_type .mphb-details-title,
body.single-mphb_room_type .mphb-calendar-title {
        font-size: 24px !important;
    }

body.single-mphb_room_type .entry-content h3 {
        font-size: 20px !important;
    }

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
    }

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item {
        width: 50% !important;
        padding: 0 4px 8px !important;
    }

body.single-mphb_room_type .mphb-single-room-type-gallery-wrapper .gallery-item img {
        margin: 0 !important;
    }

body.single-mphb_room_type .mphb-single-room-type-attributes,
body.single-mphb_room_type .mphb-single-room-type-attributes li {
        font-size: 16px !important;
        line-height: 1.55 !important;
    }

body.single-mphb_room_type .mphb-regular-price,
body.single-mphb_room_type .mphb-price {
        font-size: 18px !important;
    }

body.single-mphb_room_type .mphb-calendar {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 28px !important;
        overflow-x: auto !important;
    }

body.single-mphb_room_type .mphb-reservation-form-title {
        display: block !important;
        width: 100% !important;
        padding: 20px 20px 10px !important;
        font-weight: 700 !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.03) !important;
    }

body.single-mphb_room_type .mphb-booking-form {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 30px !important;
        padding: 10px 20px 22px !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07) !important;
    }

body.single-mphb_room_type .mphb-booking-form p {
        margin-top: 0 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

body.single-mphb_room_type .mphb-booking-form input:not([type="submit"]),
body.single-mphb_room_type .mphb-booking-form select,
body.single-mphb_room_type .mphb-booking-form textarea {
        min-height: 46px !important;
        padding: 10px 12px !important;
        outline: none !important;
        font-size: 16px !important;
    }

body.single-mphb_room_type .mphb-booking-form input[type="submit"],
body.single-mphb_room_type .mphb-booking-form button[type="submit"] {
        min-height: 48px !important;
        padding: 12px 14px !important;
        box-shadow: none !important;
    }

body.single-mphb_room_type .site-header-main.top-line .site-branding {
        width: 100% !important;
        padding: 8px 90px !important;
        text-align: center !important;
    }

body.single-mphb_room_type .site-branding .custom-logo-link {
        display: block !important;
        width: fit-content !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

body.single-mphb_room_type .site-branding .custom-logo {
        width: 110px !important;
        max-width: 110px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

body.single-mphb_room_type #site-navigation {
        left: 0 !important;
        right: auto !important;
    }

body.single-mphb_room_type #site-header-menu .search-modal .search-form {
        width: 86% !important;
        max-width: 300px !important;
        height: 40px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border: 1px solid #d7dfdc !important;
        border-radius: 25px !important;
        overflow: hidden !important;
    }

body.single-mphb_room_type #site-header-menu .search-modal input[type="search"] {
        height: 38px !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

body.single-mphb_room_type #site-header-menu .search-modal .search-submit {
        width: 42px !important;
        min-width: 42px !important;
        height: 38px !important;
        background: transparent !important;
        color: var(--sv-primary) !important;
        border: none !important;
    }

body.single-mphb_room_type #site-header-menu .search-modal .search-modal-close,
body.single-mphb_room_type #site-header-menu .search-modal .search-close,
body.single-mphb_room_type #site-header-menu .search-modal .close,
body.single-mphb_room_type #site-header-menu .search-modal .fa-times,
body.single-mphb_room_type #site-header-menu .search-modal .fa-close {
        display: none !important;
    }
}

.mphb_sc_rooms-wrapper
.mphb-room-type
.mphb-room-type-images
.mphb-gallery-thumbnail-slider {
    display: none !important;
}

.mphb_sc_rooms-wrapper
.mphb-room-type
.mphb-room-type-images
.mphb-gallery-main-slider {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
}

.mphb_sc_rooms-wrapper
.mphb-room-type
.mphb-room-type-images
.mphb-gallery-main-slider
.flex-viewport {
    width: 100% !important;
    max-width: 100% !important;
}

.widget_mphb_search_availability_widget {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 24px !important;

    box-sizing: border-box !important;

    background: var(--sv-panel) !important;

    border: 1px solid var(--sv-border) !important;
    border-radius: 14px !important;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.07) !important;
}

.widget_mphb_search_availability_widget .widget-title {
    margin: 0 0 20px !important;

    color: var(--sv-text) !important;

    font-size: 20px !important;
    line-height: 1.3 !important;

    font-weight: 600 !important;
}

.widget_mphb_search_availability_widget .mphb_widget_search-form {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box !important;

    background: transparent !important;

    border: 0 !important;
    box-shadow: none !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-form > p {
    width: 100% !important;

    margin: 0 0 18px !important;

    box-sizing: border-box !important;
}

.widget_mphb_search_availability_widget
.mphb-required-fields-tip {
    margin: 0 0 20px !important;

    color: #666666 !important;

    font-size: 13px !important;
    line-height: 1.45 !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-form label {
    display: block !important;

    width: 100% !important;

    margin: 0 0 7px !important;

    color: var(--sv-text) !important;

    font-size: 15px !important;
    line-height: 1.4 !important;

    font-weight: 600 !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-form input[type="text"],
.widget_mphb_search_availability_widget
.mphb_widget_search-form input[type="date"],
.widget_mphb_search_availability_widget
.mphb_widget_search-form input[type="number"],
.widget_mphb_search_availability_widget
.mphb_widget_search-form select {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    min-height: 48px !important;

    margin: 0 !important;
    padding: 10px 14px !important;

    box-sizing: border-box !important;

    background: var(--sv-white) !important;

    border: 1px solid var(--sv-field-border) !important;
    border-radius: 6px !important;

    color: var(--sv-text) !important;

    font-size: 16px !important;
    line-height: 1.4 !important;

    box-shadow: none !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-form input[type="text"]:focus,
.widget_mphb_search_availability_widget
.mphb_widget_search-form input[type="date"]:focus,
.widget_mphb_search_availability_widget
.mphb_widget_search-form input[type="number"]:focus,
.widget_mphb_search_availability_widget
.mphb_widget_search-form select:focus {
    border-color: var(--sv-primary) !important;

    outline: none !important;

    box-shadow:
        0 0 0 2px rgba(131, 150, 144, 0.12) !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-submit-button-wrapper {
    width: 100% !important;

    margin: 8px 0 0 !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-submit-button-wrapper
input[type="submit"],
.widget_mphb_search_availability_widget
.mphb_widget_search-submit-button-wrapper
button {
    display: block !important;

    width: 100% !important;

    min-height: 48px !important;

    margin: 0 !important;
    padding: 12px 15px !important;

    box-sizing: border-box !important;

    background: var(--sv-action) !important;

    border: 1px solid var(--sv-action) !important;
    border-radius: 6px !important;

    color: var(--sv-white) !important;

    font-size: 14px !important;
    line-height: 1.3 !important;

    font-weight: 700 !important;

    text-align: center !important;

    cursor: pointer !important;

    box-shadow: none !important;
}

.widget_mphb_search_availability_widget
.mphb_widget_search-submit-button-wrapper
input[type="submit"]:hover,
.widget_mphb_search_availability_widget
.mphb_widget_search-submit-button-wrapper
button:hover {
    background: var(--sv-action-hover) !important;
    border-color: var(--sv-action-hover) !important;
}

@media only screen and (max-width: 900px) {
.widget_mphb_search_availability_widget {
        margin-bottom: 24px !important;
        padding: 20px !important;
    }
}
