/*
Theme Name: RealHomes Child
Theme URI: https://example.com/realhomes-child
Description: Child theme for the RealHomes theme. Customize styles and templates here.
Author: Work Innovate
Author URI: https://workinnovate.com
Template: realhomes
Version: 1.0.0
Text Domain: realhomes-child
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@600&display=swap');
/* =Theme customization starts here
-------------------------------------------------------------- */

/* body,
body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

/* Add calendar icon to date fields */
.mphb-datepick {
    background-image: url('https://themes.getmotopress.com/oceanica/wp-content/themes/oceanica/images/calendar-o.svg');
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 16px 16px;
    padding-right: 2.5em;
}

.mphb_sc_search-wrapper.is-style-horizontal-form {
    background: #fff;
    border: 4px solid #f5f3f1 !important;
    padding: 1.9em 1em !important;
    margin-bottom: 2.05em;
    text-align: left;
}

.mphb_sc_search-form {
    font-size: 16px;
    line-height: 1.125;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.mphb_sc_search-form label {
    display: inline-block;
    max-width: 100%;
    color: #484848;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-variation-settings: normal;
    font-feature-settings: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 0;
    margin-bottom: 0.3em;
}

.mphb_sc_search-form input[type="text"],
.mphb_sc_search-form select {
    display: block;
    width: 100%;
    max-width: 458px;
    height: 3em;
    padding: 0.6em 2em 0.8em 1em;
    font-size: 20px !important;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.125;
    color: #484848;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out, color .15s ease-in-out;
    margin-bottom: 1.5em;
}

.mphb_sc_search-form input[type="text"]:focus,
.mphb_sc_search-form select:focus {
    border-color: gray;
    box-shadow: none;
}

.mphb_sc_search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("//themes.getmotopress.com/oceanica/wp-content/themes/oceanica/images/angle-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.7em center;
    background-size: 1em 1em;
    padding-right: 2.5em;
    overflow: auto;
}

.mphb_sc_search-form input[type="submit"],
.mphb_sc_search-form .button {
    background-color: #EA5819 !important;
    background-image: none !important;
    border: 1px solid #EA5819 !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 60px !important;
    letter-spacing: normal !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 18.2px 14px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    touch-action: manipulation !important;
    user-select: none !important;
    vertical-align: middle !important;
    width: 156px !important;
    background-color: #EA5819;
    transition: background .15s ease-in-out, color .15s ease-in-out, border .15s ease-in-out;
}

.mphb_sc_search-form input[type="submit"]:hover,
.mphb_sc_search-form input[type="submit"]:focus,
.mphb_sc_search-form .button:hover,
.mphb_sc_search-form .button:focus {
    color: #fff;
    background-color: #EA5819;
    border-color: #EA5819;
    text-decoration: none;
}

.mphb-required-fields-tip {
    font-size: 14px;
    color: gray;
    margin-bottom: 1em;
}

.mphb_sc_search-submit-button-wrapper {
    margin-top: 1.5em;
}

.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date,
.mphb_sc_search-adults {
    margin-bottom: 1.5em;
}

.mphb_sc_search-check-in-date label,
.mphb_sc_search-check-out-date label,
.mphb_sc_search-adults label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.mphb_sc_search-check-in-date input,
.mphb_sc_search-check-out-date input {
    margin-top: 0.3em;
}

.mphb_sc_search-adults select {
    margin-top: 0.3em;
    background-position: right 0.7em center;
    background-size: 1em 1em;
    padding-right: 2.5em;
}

/* Remove border and padding from search widget container */
.elementor-5442 .elementor-element.elementor-element-7b20b8e>.elementor-widget-container {
    border: none !important;
    padding: 0 !important;
}

/* =============================================
   TABLET — max-width: 800px
   ============================================= */
@media (max-width: 800px) {

    .mphb_sc_search-adults select,
    .mphb_sc_search-children select {
        margin-top: 0.3em;
        background-position: right 0.3em center !important;
        background-size: 0.8em 0.8em !important;
        padding-right: 2.5em !important;
        width: 48%;
        display: inline-block;
        margin-right: 2%;
        box-sizing: border-box;
    }

    .mphb_sc_search-adults,
    .mphb_sc_search-children {
        display: inline-block;
        width: 48%;
        vertical-align: top;
        margin-bottom: 1.5em;
    }

    .mphb_sc_search-form input[type="submit"],
    .mphb_sc_search-form .button {
        width: 100%;
        max-width: 458px;
        margin-left: 0;
        margin-right: 0;
        display: block;
        text-align: center;
    }
}

/* =============================================
   MOBILE — max-width: 600px
   ============================================= */
@media (max-width: 600px) {

    /* Label — mobile */
    .mphb_sc_search-form label {
        color: #484848;
        background-color: transparent;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        font-kerning: auto;
        font-optical-sizing: auto;
        font-stretch: 100%;
        font-variation-settings: normal;
        font-feature-settings: normal;
        text-transform: none;
        text-decoration: none;
        text-align: left;
        text-indent: 0;
    }

    /* Date input fields — full width */
    .mphb_sc_search-form input[type="text"] {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 3em;
        padding: 0 2.5em 0 0.8em;
        font-size: 15px !important;
        color: #808080;
        box-sizing: border-box;
        margin-bottom: 1.5em;
    }

    /* Calendar icon adjustment on mobile */
    .mphb-datepick {
        background-position: right 0.7em center !important;
        background-size: 1.2em 1.2em !important;
        padding-right: 2.5em !important;
    }

    /* Adults & Children side by side */
    .mphb_sc_search-adults,
    .mphb_sc_search-children {
        display: inline-block;
        width: 48%;
        vertical-align: top;
        margin-bottom: 1.5em;
        box-sizing: border-box;
    }

    .mphb_sc_search-adults {
        margin-right: 4%;
    }

    .mphb_sc_search-adults select,
    .mphb_sc_search-children select {
        width: 100%;
        height: 3em;
        display: block;
        margin-bottom: 0;
        box-sizing: border-box;
        padding: 0 2.5em 0 0.8em;
        font-size: 15px !important;
        color: #808080;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("//themes.getmotopress.com/oceanica/wp-content/themes/oceanica/images/angle-down.svg");
        background-repeat: no-repeat;
        background-position: right 0.7em center !important;
        background-size: 1em 1em !important;
        padding-right: 2.5em !important;
    }

    /* Button — mobile specific overrides */
    .mphb_sc_search-form input[type="submit"],
    .mphb_sc_search-form .button {
        border-radius: 5px !important;
        background-color: #EA5819 !important;
        background-image: none !important;
        border: 1px solid #EA5819 !important;
        border-top-left-radius: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-top-style: solid !important;
        border-right-style: solid !important;
        border-bottom-style: solid !important;
        border-left-style: solid !important;
        border-image-outset: 0 !important;
        border-image-repeat: stretch !important;
        border-image-slice: 100% !important;
        border-image-source: none !important;
        border-image-width: 1 !important;
        border-image: none !important;
        -webkit-border-image: none !important;
        box-sizing: border-box !important;
        color: rgb(255, 255, 255) !important;
        cursor: pointer !important;
        display: inline-block !important;
        font-family: 'Poppins', sans-serif !important;
        font-feature-settings: normal !important;
        font-kerning: auto !important;
        font-optical-sizing: auto !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        height: 40.0156px !important;
        line-height: 22px !important;
        letter-spacing: normal !important;
        margin: 0 !important;
        padding: 8.008px 14px !important;
        text-align: center !important;
        text-indent: 0 !important;
        text-rendering: auto !important;
        text-shadow: none !important;
        -webkit-text-size-adjust: 100% !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        touch-action: manipulation !important;
        transition: background .15s ease-in-out, color .15s ease-in-out, border .15s ease-in-out !important;
        user-select: none !important;
        vertical-align: middle !important;
        width: 156px !important;
        word-spacing: 0 !important;
        -webkit-rtl-ordering: logical !important;
    }
}


.mphb_sc_checkout-form input[type="text"],
.mphb_sc_checkout-form input[type="email"],
.mphb_sc_checkout-form input[type="tel"],
.mphb_sc_checkout-form input[type="number"],
.mphb_sc_checkout-form input[type="password"],
.mphb_sc_checkout-form input[type="search"],
.mphb_sc_checkout-form textarea,
.mphb_sc_checkout-form select {
    border: 1px solid #ea581a6e;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

/* Exclude submit/button inputs from this rule so buttons keep their styles */
.mphb_sc_checkout-form input[type="submit"],
.mphb_sc_checkout-form input[type="button"],
.mphb_sc_checkout-form .button {
    border-radius: 5px !important;
    background-color: #EA5819 !important;
    background-image: none !important;
    border: 1px solid #EA5819 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-image-outset: 0 !important;
    border-image-repeat: stretch !important;
    border-image-slice: 100% !important;
    border-image-source: none !important;
    border-image-width: 1 !important;
    border-image: none !important;
    -webkit-border-image: none !important;
    box-sizing: border-box !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: 'Poppins', sans-serif !important;
    font-feature-settings: normal !important;
    font-kerning: auto !important;
    font-optical-sizing: auto !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 40.0156px !important;
    line-height: 22px !important;
    letter-spacing: normal !important;
    margin: 0 !important;
    padding: 8.008px 14px !important;
    text-align: center !important;
    text-indent: 0 !important;
    text-rendering: auto !important;
    text-shadow: none !important;
    -webkit-text-size-adjust: 100% !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    touch-action: manipulation !important;
    transition: background .15s ease-in-out, color .15s ease-in-out, border .15s ease-in-out !important;
    user-select: none !important;
    vertical-align: middle !important;
    width: 156px !important;
    word-spacing: 0 !important;
    -webkit-rtl-ordering: logical !important;
}

/* Labels inside checkout form — match existing label styling */
.mphb_sc_checkout-form label {
    max-width: 100%;
    color: #484848;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-variation-settings: normal;
    font-feature-settings: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 0;
    margin-bottom: 0.3em;
}

/* Stripe card element styling */
#mphb-stripe-card-element {
    border: 1px solid #ea581a6e;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

/* Labels and paragraphs in price/customer/billing sections */
#mphb-price-details label,
#mphb-price-details p,
#mphb-customer-details label,
#mphb-customer-details p,
#mphb-billing-details label,
#mphb-billing-details p {

    max-width: 100%;
    color: #484848;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-stretch: 100%;
    font-variation-settings: normal;
    font-feature-settings: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 0;
    margin-bottom: 0.3em;
}

#mphb-booking-details {
    color: #484848;
    font-family: "Poppins", sans-serif;

}

#mphb-price-details {
    color: #484848;
    font-family: "Poppins", sans-serif;
}

#mphb-customer-details {
    color: #484848;
    font-family: "Poppins", sans-serif;
}



/* search result page */
.page-id-8201 .rh_page__sidebar{
display: none;
}

.page-id-8201 .mphb-room-type-title{
pointer-events: none;
}

.page-id-8201 .mphb-view-details-button-wrapper{
pointer-events: none;
display: none !important;
}

.page-id-8201 .mphb_sc_search_results-info{
/* font-size: medium; */
}

.page-id-8201 .rh_page__listing_page{
           width: 950px !important;
    margin-left: auto;
    margin-right: auto;

}

.page-id-8201  .rh_page{
               width: 950px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    .page-id-8201 .rh_page__listing_page{
           width: 100% !important;

}

.page-id-8201  .rh_page{
       width: 100% !important;
}
}