/* =========================================================
   AVSYS - SPAZIO VENETO
   02 - HOME
   Portada: H1, banner MotoPress y buscador principal.
   Carga: SÓLO EN LA PÁGINA DE INICIO.
   ========================================================= */

.page-template-template-front-page .content-area {
    padding-top: 40px;
}

.page-template-template-front-page .site-main .entry-header {
    margin-bottom: 0 !important;
}

.page-template-template-front-page .site-main .entry-header .entry-title {
    margin-top: 0.47059em !important;
    margin-bottom: 50px !important;
}

.page-template-template-front-page .site-main .entry-content {
    margin-top: 0 !important;
}

.mphb-widget-room-type-title a {
    font-size: 60px;
}

.mphb-widget-room-type-description {
    width: 50%;
}

.mphb-widget-room-type-description p {
    font-size: 22px;
}

.mphb-widget-room-type-price {
    font-size: 22px;
    font-weight: 500;
}

.site-layout-wide .homepage-widget-area .widget_mphb_rooms_widget .flex-control-nav {
    text-align: right;
}

.page-template-template-front-page .mphb_sc_search-wrapper {
    width: 100%;
    max-width: 1280px;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.page-template-template-front-page .mphb_sc_search-form {
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: var(--sv-panel) !important;
    border: 1px solid var(--sv-border) !important;
    border-radius: 14px !important;
}

.page-template-template-front-page .mphb_sc_search-form > p {
    width: 100% !important;
    margin: 0 !important;
}

.page-template-template-front-page .mphb_sc_search-form .mphb-required-fields-tip:empty {
    display: none !important;
}

.page-template-template-front-page .mphb_sc_search-form label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.page-template-template-front-page .mphb_sc_search-form input[type="text"],
.page-template-template-front-page .mphb_sc_search-form input[type="date"],
.page-template-template-front-page .mphb_sc_search-form select {
    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;
    font-size: 16px !important;
}

.page-template-template-front-page .mphb_sc_search-form input[type="text"]:focus,
.page-template-template-front-page .mphb_sc_search-form input[type="date"]:focus,
.page-template-template-front-page .mphb_sc_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;
}

.page-template-template-front-page .mphb_sc_search-submit-button-wrapper input[type="submit"],
.page-template-template-front-page .mphb_sc_search-submit-button-wrapper button {
    display: block !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !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;
    font-weight: 700 !important;
    text-align: center !important;
}

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

@media only screen and (min-width: 901px) {
.page-template-template-front-page .mphb_sc_search-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

.page-template-template-front-page .mphb_sc_search-form {
        grid-template-columns:
            minmax(0, 1.20fr)
            minmax(0, 1.20fr)
            minmax(80px, 0.55fr)
            minmax(180px, 1.40fr)
            minmax(120px, 130px) !important;
        column-gap: 16px !important;
        row-gap: 14px !important;
        align-items: end !important;
        max-width: 100% !important;
        padding: 24px !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07) !important;
    }

.page-template-template-front-page .mphb_sc_search-form > p {
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

.page-template-template-front-page .mphb_sc_search-form .mphb-required-fields-tip {
        grid-column: 1 / -1 !important;
        margin: 0 0 2px !important;
        color: #666666 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

.page-template-template-front-page .mphb_sc_search-form label {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 7px !important;
        color: #444444 !important;
        line-height: 1.35 !important;
        white-space: normal !important;
    }

.page-template-template-front-page .mphb_sc_search-form input[type="text"],
.page-template-template-front-page .mphb_sc_search-form input[type="date"],
.page-template-template-front-page .mphb_sc_search-form select {
        min-width: 0 !important;
        min-height: 48px !important;
        padding: 10px 14px !important;
        line-height: 1.4 !important;
    }

.page-template-template-front-page .mphb_sc_search-submit-button-wrapper {
        display: flex !important;
        align-items: flex-end !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 100% !important;
        margin: 0 !important;
    }

.page-template-template-front-page .mphb_sc_search-submit-button-wrapper input[type="submit"],
.page-template-template-front-page .mphb_sc_search-submit-button-wrapper button {
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 11px 12px !important;
        line-height: 1.3 !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }
}

@media only screen and (max-width: 900px) {
.page-template-template-front-page .content-area {
        padding-top: 28px;
    }

.page-template-template-front-page .site-main .entry-header .entry-title {
        margin-bottom: 14px !important;
    }

.page-template-template-front-page .mphb_sc_search-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        box-sizing: border-box !important;
    }

.page-template-template-front-page .mphb_sc_search-form {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 20px !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.07) !important;
    }

.page-template-template-front-page .mphb_sc_search-form label {
        margin: 0 0 6px !important;
        color: var(--sv-text) !important;
        line-height: 1.4 !important;
    }

.page-template-template-front-page .mphb_sc_search-form input[type="text"],
.page-template-template-front-page .mphb_sc_search-form input[type="date"],
.page-template-template-front-page .mphb_sc_search-form select {
        min-height: 46px !important;
        padding: 10px 12px !important;
    }

.page-template-template-front-page .mphb_sc_search-submit-button-wrapper {
        margin-top: 2px !important;
    }

.page-template-template-front-page .mphb_sc_search-submit-button-wrapper input[type="submit"],
.page-template-template-front-page .mphb_sc_search-submit-button-wrapper button {
        padding: 12px 15px !important;
    }

.mphb-widget-room-type-title a {
        font-size: 36px !important;
        line-height: 42px !important;
    }

.mphb-widget-room-type-description {
        width: 100%;
    }

.mphb-widget-room-type-description p {
        font-size: 17px !important;
        line-height: 1.5 !important;
    }

.site-layout-wide .homepage-widget-area .widget_mphb_rooms_widget .flex-control-nav {
        text-align: center;
    }
}
