.elementor-kit-11{--e-global-color-primary:#26443C;--e-global-color-secondary:#258C96;--e-global-color-text:#000000;--e-global-color-accent:#C79A5B;--e-global-color-48e0478:#DDC49A;--e-global-color-045cf27:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-045cf27 );}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-045cf27 );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* OHV Booking Search Form */
.ohv-booking-form {
    width: 100%;
    padding: 35px 30px;
    box-sizing: border-box;
}

/* Keep the form from becoming excessively wide */
.ohv-booking-form .mphb_sc_search-form {
    display: grid;
    grid-template-columns:
        minmax(220px, 1.6fr)
        minmax(220px, 1.6fr)
        minmax(130px, 0.8fr)
        minmax(130px, 0.8fr)
        minmax(150px, auto);

    gap: 22px;
    align-items: end;

    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Remove MotoPress paragraph spacing */
.ohv-booking-form .mphb_sc_search-form > p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide required-fields message */
.ohv-booking-form .mphb-required-fields-tip {
    display: none !important;
}

/* Labels */
.ohv-booking-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    color: #2f2f2f;
}

/* Fields */
.ohv-booking-form input[type="text"],
.ohv-booking-form input[type="date"],
.ohv-booking-form select {
    width: 100% !important;
    height: 62px;
    min-height: 62px;
    padding: 0 20px;
    box-sizing: border-box;

    background: #ffffff;
    border: 1px solid #ddd8ce;
    border-radius: 3px;

    font-size: 17px;
    color: #333333;
}

/* Search button */
.ohv-booking-form input[type="submit"] {
    width: 100%;
    min-width: 150px;
    height: 62px;
    min-height: 62px;

    padding: 0 24px;

    background: #C79A5B;
    color: #ffffff;

    border: 0;
    border-radius: 3px;

    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;

    cursor: pointer;
    transition: background-color 0.25s ease;
}

.ohv-booking-form input[type="submit"]:hover {
    background: #258C96;
}

/* Large desktops */
@media (min-width: 1600px) {

    .ohv-booking-form .mphb_sc_search-form {
        max-width: 1350px;
    }

}

/* Tablet / small laptop */
@media (max-width: 1100px) {

    .ohv-booking-form .mphb_sc_search-form {
        grid-template-columns: 1fr 1fr;
    }

    .ohv-booking-form input[type="submit"] {
        width: 100%;
    }

}

/* Mobile */
@media (max-width: 650px) {

    .ohv-booking-form {
        padding: 25px 18px;
    }

    .ohv-booking-form .mphb_sc_search-form {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ohv-booking-form label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .ohv-booking-form input[type="text"],
    .ohv-booking-form input[type="date"],
    .ohv-booking-form select,
    .ohv-booking-form input[type="submit"] {
        height: 56px;
        min-height: 56px;
    }
}

/* ==========================================
   OHV LUXURY MOTOPRESS DATEPICKER
   ========================================== */

/* Main calendar popup */
body .datepick-popup .datepick {
    background: #FBF8F2 !important;
    border: 1px solid #D9CDBE !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 45px rgba(30, 25, 20, 0.20) !important;
    color: #2D2925 !important;
}

/* TOP BAR: Prev / Today / Next */
body .datepick-popup .datepick-nav {
    background: #2E2A26 !important;
    border: none !important;
}

body .datepick-popup .datepick-nav a {
    background: transparent !important;
    color: #F8F3EB !important;
    font-weight: 500 !important;
}

body .datepick-popup .datepick-nav a:hover {
    background: #413A34 !important;
    color: #D3A45E !important;
}

/* MONTH / YEAR BAR */
body .datepick-popup .datepick-month-header {
    background: #EDE2D2 !important;
    color: #2D2925 !important;
    border: none !important;
    border-bottom: 1px solid #D9CDBE !important;
}

/* September / 2026 dropdowns */
body .datepick-popup .datepick-month-header select,
body .datepick-popup .datepick-month-header input {
    background: transparent !important;
    color: #2D2925 !important;
    border: none !important;
    font-weight: 600 !important;
}

/* Second month title */
body .datepick-popup .datepick-month-header {
    font-weight: 600 !important;
}

/* DAYS OF WEEK */
body .datepick-popup .datepick-month th {
    background: #FBF8F2 !important;
    color: #665E56 !important;
    border: none !important;
    font-weight: 600 !important;
}

/* Calendar area */
body .datepick-popup .datepick-month,
body .datepick-popup .datepick-month table,
body .datepick-popup .datepick-month tbody,
body .datepick-popup .datepick-month tr,
body .datepick-popup .datepick-month td {
    background: #FBF8F2 !important;
}

/* Normal days */
body .datepick-popup .datepick-month td a {
    background: transparent !important;
    color: #37312C !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 400 !important;
}

/* Hover */
body .datepick-popup .datepick-month td a:hover {
    background: #EFE3D1 !important;
    color: #2D2925 !important;
}

/* Selected day */
body .datepick-popup .datepick-month td a.datepick-selected,
body .datepick-popup .datepick-month td .datepick-selected {
    background: #C79A5B !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

/* Today's date */
body .datepick-popup .datepick-month td a.datepick-today,
body .datepick-popup .datepick-month td .datepick-today {
    background: #F6EEE2 !important;
    color: #258C96 !important;
    box-shadow: inset 0 0 0 1px #258C96 !important;
    font-weight: 600 !important;
}

/* Today when also selected */
body .datepick-popup .datepick-month td a.datepick-today.datepick-selected {
    background: #C79A5B !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
}

/* Disabled / unavailable dates */
body .datepick-popup .datepick-month td span,
body .datepick-popup .datepick-month td .datepick-other-month {
    background: transparent !important;
    color: #C8C0B7 !important;
}

/* Divider between the two months */
body .datepick-popup .datepick-month {
    border-color: #E1D6C8 !important;
}

/* Bottom Clear / Done area */
body .datepick-popup .datepick-ctrl {
    background: #F3ECE2 !important;
    border-top: 1px solid #DED3C5 !important;
}

body .datepick-popup .datepick-ctrl a {
    background: transparent !important;
    color: #6B625A !important;
    font-weight: 500 !important;
}

body .datepick-popup .datepick-ctrl a:hover {
    color: #C79A5B !important;
}

/* Remove any remaining bright green MotoPress colours */
body .datepick-popup a.datepick-cmd,
body .datepick-popup .datepick-cmd {
    border: none !important;
}

/* Mobile */
@media (max-width: 700px) {
    body .datepick-popup .datepick {
        box-shadow: 0 12px 28px rgba(30,25,20,.18) !important;
    }
}



/* =====================================================
   OHV LUXURY SEARCH RESULTS
   ===================================================== */

/* Main results area */
.ohv-search-results,
.ohv-search-results .mphb_sc_search_results-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Search summary */
.ohv-search-results .mphb_sc_search_results-info {
    margin: 0 0 30px;
    padding: 18px 22px;
    background: #F5EEE4;
    border-left: 3px solid #C79A5B;
    color: #4A433C;
    font-size: 15px;
    line-height: 1.6;
}

/* =====================================================
   RECOMMENDED / RESERVATION AREA
   ===================================================== */

.ohv-search-results .mphb-recommendation-title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
    color: #2E2925;
}

.ohv-search-results #mphb-recommendation,
.ohv-search-results .mphb-reservation-cart {
    margin-bottom: 36px;
    padding: 25px 28px;
    background: #FBF8F2;
    border: 1px solid #E2D7C8;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(36, 30, 24, 0.06);
}

/* =====================================================
   ACCOMMODATION CARD
   ===================================================== */

.ohv-search-results .mphb-room-type {
    position: relative;
    margin: 0 0 38px !important;
    padding: 0 !important;
    background: #FFFFFF;
    border: 1px solid #E5DDD2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(31, 26, 21, 0.07);
}

/* Image wrapper */
.ohv-search-results .mphb-room-type .mphb-room-type-images,
.ohv-search-results .mphb-room-type .post-thumbnail {
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

/* Main image */
.ohv-search-results .mphb-room-type .mphb-room-type-images img,
.ohv-search-results .mphb-room-type .post-thumbnail img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px !important;
}

/* Hide thumbnail strip */
.ohv-search-results .mphb-gallery-thumbnails-slider {
    display: none !important;
}

/* =====================================================
   CONTENT SPACING
   ===================================================== */

.ohv-search-results .mphb-room-type > h2,
.ohv-search-results .mphb-room-type > h3,
.ohv-search-results .mphb-room-type > h4,
.ohv-search-results .mphb-room-type > p,
.ohv-search-results .mphb-room-type > ul,
.ohv-search-results .mphb-room-type > div:not(.mphb-room-type-images):not(.post-thumbnail) {
    margin-left: 30px;
    margin-right: 30px;
}

/* Villa title */
.ohv-search-results .mphb-room-type-title {
    margin-top: 28px !important;
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 1.2;
    font-weight: 600;
}

.ohv-search-results .mphb-room-type-title a {
    color: #2E2925 !important;
    text-decoration: none !important;
}

.ohv-search-results .mphb-room-type-title a:hover {
    color: #C79A5B !important;
}

/* Excerpt */
.ohv-search-results .mphb-room-type-excerpt {
    margin-bottom: 20px !important;
    color: #686059;
    font-size: 16px;
    line-height: 1.7;
}

/* =====================================================
   DETAILS
   ===================================================== */

.ohv-search-results .mphb-room-type-details-title {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
    font-size: 18px !important;
    color: #2E2925;
}

.ohv-search-results .mphb-loop-room-type-attributes {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 18px 20px !important;
    background: #FAF7F2;
    border-radius: 7px;
}

.ohv-search-results .mphb-loop-room-type-attributes li {
    margin: 6px 0;
    color: #5B544D;
    line-height: 1.5;
}

/* =====================================================
   PRICE
   ===================================================== */

.ohv-search-results .mphb-regular-price,
.ohv-search-results .mphb-room-type-price {
    margin-top: 22px !important;
    margin-bottom: 16px !important;
    font-size: 17px;
    color: #2E2925;
}

.ohv-search-results .mphb-price {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #C79A5B !important;
}

/* =====================================================
   BUTTONS
   ===================================================== */

.ohv-search-results .mphb-view-details-button,
.ohv-search-results .mphb-book-button,
.ohv-search-results .mphb-reserve-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 140px;
    min-height: 48px;

    padding: 0 22px !important;
    margin-top: 6px !important;
    margin-bottom: 30px !important;

    border-radius: 5px !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none !important;

    vertical-align: middle;
    transition: all .2s ease;
}

/* View Details */
.ohv-search-results .mphb-view-details-button {
    margin-left: 30px !important;
    margin-right: 10px !important;

    background: transparent !important;
    border: 1px solid #C79A5B !important;
    color: #8F6B39 !important;
}

.ohv-search-results .mphb-view-details-button:hover {
    background: #F5EBDD !important;
    color: #2E2925 !important;
}

/* Book / Reserve */
.ohv-search-results .mphb-book-button,
.ohv-search-results .mphb-reserve-btn,
.ohv-search-results input[type="submit"],
.ohv-search-results button {
    background: #C79A5B !important;
    border: 1px solid #C79A5B !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

.ohv-search-results .mphb-book-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ohv-search-results .mphb-book-button:hover,
.ohv-search-results .mphb-reserve-btn:hover,
.ohv-search-results input[type="submit"]:hover,
.ohv-search-results button:hover {
    background: #258C96 !important;
    border-color: #258C96 !important;
}

/* Try to keep MotoPress button wrappers inline */
.ohv-search-results .mphb-room-type form,
.ohv-search-results .mphb-room-type .mphb-booking-form,
.ohv-search-results .mphb-room-type .mphb-loop-room-type-book-button {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
}

/* Remove front-end edit link */
.ohv-search-results .post-edit-link {
    display: none !important;
}

/* =====================================================
   DESKTOP LAYOUT
   IMAGE LEFT / CONTENT RIGHT
   ===================================================== */

@media (min-width: 1000px) {

    .ohv-search-results .mphb-room-type {
        display: grid;
        grid-template-columns: minmax(0, 46%) minmax(0, 54%);
        grid-template-rows: auto;
        align-items: stretch;
    }

    .ohv-search-results .mphb-room-type .mphb-room-type-images,
    .ohv-search-results .mphb-room-type .post-thumbnail {
        grid-column: 1;
        grid-row: 1 / span 20;
        height: calc(100% - 24px);
        margin: 12px !important;
        border-radius: 10px !important;
    }

    .ohv-search-results .mphb-room-type .mphb-room-type-images img,
    .ohv-search-results .mphb-room-type .post-thumbnail img {
        width: 100%;
        height: 100%;
        min-height: 460px;
        object-fit: cover;
        border-radius: 10px !important;
    }

    .ohv-search-results .mphb-room-type > *:not(.mphb-room-type-images):not(.post-thumbnail) {
        grid-column: 2;
    }

    .ohv-search-results .mphb-room-type > h2,
    .ohv-search-results .mphb-room-type > h3,
    .ohv-search-results .mphb-room-type > h4,
    .ohv-search-results .mphb-room-type > p,
    .ohv-search-results .mphb-room-type > ul,
    .ohv-search-results .mphb-room-type > div:not(.mphb-room-type-images):not(.post-thumbnail) {
        margin-left: 34px;
        margin-right: 34px;
    }

    .ohv-search-results .mphb-room-type-title {
        margin-top: 34px !important;
    }

    .ohv-search-results .mphb-view-details-button {
        margin-left: 34px !important;
    }
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 999px) {

    .ohv-search-results .mphb-room-type .mphb-room-type-images,
    .ohv-search-results .mphb-room-type .post-thumbnail {
        margin: 12px !important;
    }

    .ohv-search-results .mphb-room-type .mphb-room-type-images img,
    .ohv-search-results .mphb-room-type .post-thumbnail img {
        height: 360px;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 650px) {

    .ohv-search-results {
        padding: 0 14px;
    }

    .ohv-search-results .mphb-room-type {
        margin-bottom: 28px !important;
        border-radius: 8px;
    }

    .ohv-search-results .mphb-room-type .mphb-room-type-images,
    .ohv-search-results .mphb-room-type .post-thumbnail {
        margin: 10px !important;
    }

    .ohv-search-results .mphb-room-type .mphb-room-type-images img,
    .ohv-search-results .mphb-room-type .post-thumbnail img {
        height: 250px;
        border-radius: 8px !important;
    }

    .ohv-search-results .mphb-room-type > h2,
    .ohv-search-results .mphb-room-type > h3,
    .ohv-search-results .mphb-room-type > h4,
    .ohv-search-results .mphb-room-type > p,
    .ohv-search-results .mphb-room-type > ul,
    .ohv-search-results .mphb-room-type > div:not(.mphb-room-type-images):not(.post-thumbnail) {
        margin-left: 20px;
        margin-right: 20px;
    }

    .ohv-search-results .mphb-room-type-title {
        font-size: 24px !important;
    }

    .ohv-search-results .mphb-view-details-button,
    .ohv-search-results .mphb-book-button,
    .ohv-search-results .mphb-reserve-btn {
        width: calc(50% - 25px) !important;
        min-width: 0;
        margin: 8px 5px 24px !important;
    }

    .ohv-search-results .mphb-view-details-button {
        margin-left: 20px !important;
    }
}

/* Very small screens */
@media (max-width: 430px) {

    .ohv-search-results .mphb-view-details-button,
    .ohv-search-results .mphb-book-button,
    .ohv-search-results .mphb-reserve-btn {
        display: flex !important;
        width: calc(100% - 40px) !important;
        margin: 7px 20px !important;
    }

    .ohv-search-results .mphb-book-button,
    .ohv-search-results .mphb-reserve-btn {
        margin-bottom: 24px !important;
    }
}


/* =========================================
   OHV MOBILE FEATURED IMAGE
   ========================================= */

@media (max-width: 767px) {

    /* Stack card vertically */
    .ohv-search-results .mphb-room-type {
        display: block !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    /* Featured image fills entire card width */
    .ohv-search-results .mphb-room-type .post-thumbnail {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: 300px !important;

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

        overflow: hidden !important;

        border: 0 !important;
        border-radius: 0 !important;
    }

    .ohv-search-results .mphb-room-type .post-thumbnail a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .ohv-search-results .mphb-room-type .post-thumbnail img {
        display: block !important;

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

        margin: 0 !important;

        object-fit: cover !important;
        object-position: center center !important;

        border-radius: 0 !important;
    }

    /* Space content beneath image */
    .ohv-search-results .mphb-room-type-title {
        margin-top: 30px !important;
    }

    .ohv-search-results .mphb-room-type > h2,
    .ohv-search-results .mphb-room-type > h3,
    .ohv-search-results .mphb-room-type > h4,
    .ohv-search-results .mphb-room-type > p,
    .ohv-search-results .mphb-room-type > ul,
    .ohv-search-results .mphb-room-type > div:not(.post-thumbnail) {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}


/* =====================================================
   OHV SINGLE ACCOMMODATION PAGE
   ===================================================== */

/* Main content width */
.single-mphb_room_type .site-main,
.single-mphb_room_type .content-area,
.single-mphb_room_type .entry-content {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* Remove blog-style metadata */
.single-mphb_room_type .entry-meta,
.single-mphb_room_type .author-info,
.single-mphb_room_type .comments-area,
.single-mphb_room_type .post-navigation,
.single-mphb_room_type .entry-footer,
.single-mphb_room_type .post-edit-link {
    display: none !important;
}

/* =====================================================
   HERO / FEATURED AREA
   ===================================================== */

.single-mphb_room_type .post-thumbnail,
.single-mphb_room_type .mphb-room-type-images {
    width: 100%;
    max-width: none;
    margin: 0 0 50px !important;
    overflow: hidden;
    border-radius: 0;
}

.single-mphb_room_type .post-thumbnail img,
.single-mphb_room_type .mphb-room-type-images img {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center;
}

/* =====================================================
   MAIN TWO COLUMN LAYOUT
   ===================================================== */

@media (min-width: 1000px) {

    .single-mphb_room_type .entry-content {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(300px, 0.8fr);
        gap: 60px;
        align-items: start;
    }

    /* Main content */
    .single-mphb_room_type .mphb-room-type-content,
    .single-mphb_room_type .mphb-details,
    .single-mphb_room_type .mphb-calendar {
        grid-column: 1;
    }

    /* Booking/search sidebar */
    .single-mphb_room_type .mphb-reservation-form,
    .single-mphb_room_type .mphb-booking-form {
        grid-column: 2;
        grid-row: 1 / span 10;

        position: sticky;
        top: 30px;

        padding: 28px;
        background: #FBF8F2;
        border: 1px solid #E1D6C8;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(31,26,21,.07);
    }
}

/* =====================================================
   TYPOGRAPHY
   ===================================================== */

.single-mphb_room_type h1,
.single-mphb_room_type .entry-title {
    font-size: 44px;
    line-height: 1.15;
    color: #2E2925;
    margin-bottom: 24px;
}

.single-mphb_room_type h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #2E2925;
    margin-top: 45px;
    margin-bottom: 20px;
}

.single-mphb_room_type p {
    font-size: 17px;
    line-height: 1.75;
    color: #5F5750;
}

/* =====================================================
   DETAILS
   ===================================================== */

.single-mphb_room_type .mphb-single-room-type-attributes,
.single-mphb_room_type .mphb-loop-room-type-attributes {
    list-style: none;
    padding: 0;
    margin: 25px 0 35px;
    border-top: 1px solid #E7DED3;
}

.single-mphb_room_type .mphb-single-room-type-attributes li,
.single-mphb_room_type .mphb-loop-room-type-attributes li {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #E7DED3;
    color: #5A534C;
}

.single-mphb_room_type .mphb-attribute-title {
    font-weight: 600;
    color: #2E2925;
}

/* =====================================================
   PRICE
   ===================================================== */

.single-mphb_room_type .mphb-price {
    color: #C79A5B !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}

/* =====================================================
   AVAILABILITY CALENDAR
   ===================================================== */

.single-mphb_room_type .mphb-calendar {
    margin-top: 40px;
    margin-bottom: 45px;
}

.single-mphb_room_type .mphb-calendar .datepick {
    border: 1px solid #DED3C5 !important;
    border-radius: 8px !important;
    overflow: hidden;
}

/* =====================================================
   RESERVATION FORM
   ===================================================== */

.single-mphb_room_type .mphb-reservation-form label,
.single-mphb_room_type .mphb-booking-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #3F3933;
}

.single-mphb_room_type .mphb-reservation-form input,
.single-mphb_room_type .mphb-reservation-form select,
.single-mphb_room_type .mphb-booking-form input,
.single-mphb_room_type .mphb-booking-form select {
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    margin-bottom: 18px;

    border: 1px solid #DDD2C4;
    border-radius: 4px;
    background: #fff;

    box-sizing: border-box;
}

.single-mphb_room_type .mphb-reservation-form input[type="submit"],
.single-mphb_room_type .mphb-booking-form input[type="submit"],
.single-mphb_room_type .mphb-reservation-form button {
    width: 100%;
    min-height: 54px;

    background: #C79A5B !important;
    border: 1px solid #C79A5B !important;
    border-radius: 4px;

    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;

    transition: all .2s ease;
}

.single-mphb_room_type .mphb-reservation-form input[type="submit"]:hover,
.single-mphb_room_type .mphb-booking-form input[type="submit"]:hover,
.single-mphb_room_type .mphb-reservation-form button:hover {
    background: #258C96 !important;
    border-color: #258C96 !important;
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 999px) {

    .single-mphb_room_type .entry-content {
        display: block;
        padding: 0 20px;
    }

    .single-mphb_room_type .post-thumbnail img,
    .single-mphb_room_type .mphb-room-type-images img {
        height: 360px;
    }

    .single-mphb_room_type .mphb-reservation-form,
    .single-mphb_room_type .mphb-booking-form {
        margin-top: 35px;
        padding: 24px;
        background: #FBF8F2;
        border: 1px solid #E1D6C8;
        border-radius: 8px;
    }
}

@media (max-width: 600px) {

    .single-mphb_room_type .post-thumbnail img,
    .single-mphb_room_type .mphb-room-type-images img {
        height: 280px;
    }

    .single-mphb_room_type h1,
    .single-mphb_room_type .entry-title {
        font-size: 34px;
    }

    .single-mphb_room_type h2 {
        font-size: 26px;
    }

    .single-mphb_room_type .mphb-single-room-type-attributes li,
    .single-mphb_room_type .mphb-loop-room-type-attributes li {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}


/* =========================================
   OHV WHITE HEADER
   Accommodation detail pages only
   SAFER BOOKORA-SCOPED VERSION
   ========================================= */

/*
 * IMPORTANT:
 * This section is deliberately scoped to Bookora's
 * .header-navigation wrapper.
 *
 * It does NOT target generic <header>, <i>, <svg>,
 * Elementor menu toggles, mobile overlays, or off-canvas
 * menu containers. This helps prevent accidental changes
 * to the hamburger menu and its open/close backdrop.
 */

/* Hide Bookora breadcrumb/title section on accommodation detail pages */
.single-mphb_room_type .sn-breadcrumb-content {
    display: none !important;
}

/* Main Bookora navigation background only */
.single-mphb_room_type .header-navigation {
    background: #FFFFFF !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Header links only */
.single-mphb_room_type .header-navigation a {
    color: #2E2925 !important;
}

/* Header link hover */
.single-mphb_room_type .header-navigation a:hover {
    color: #C79A5B !important;
}

/* Active/current menu item */
.single-mphb_room_type .header-navigation .current-menu-item > a,
.single-mphb_room_type .header-navigation .current_page_item > a {
    color: #C79A5B !important;
}

/*
 * Book Now / CTA links:
 * Keep their theme layout intact.
 * We only preserve the text behaviour here instead of
 * forcing styles onto every button inside a generic header.
 */
.single-mphb_room_type .header-navigation .cta-btn-wrap > a {
    color: #2E2925 !important;
}

.single-mphb_room_type .header-navigation .cta-btn-wrap > a:hover {
    color: #C79A5B !important;
}

/* Dropdown menus inside the Bookora navigation only */
.single-mphb_room_type .header-navigation .sub-menu,
.single-mphb_room_type .header-navigation .elementor-nav-menu--dropdown {
    background: #FFFFFF !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10) !important;
}

/* Dropdown links */
.single-mphb_room_type .header-navigation .sub-menu a,
.single-mphb_room_type .header-navigation .elementor-nav-menu--dropdown a {
    color: #2E2925 !important;
}

/* Dropdown hover */
.single-mphb_room_type .header-navigation .sub-menu a:hover,
.single-mphb_room_type .header-navigation .elementor-nav-menu--dropdown a:hover {
    background: #F7F2EA !important;
    color: #C79A5B !important;
}

/* -----------------------------------------------------
   HAMBURGER SAFETY
   ----------------------------------------------------- */

/*
 * Only neutralise accidental shadows/filters on the
 * hamburger button itself. Do NOT alter its spans,
 * transforms, positioning, menu-open state or backdrop.
 */
.single-mphb_room_type .header-navigation .bk-mobile-menu-btn,
.single-mphb_room_type .header-navigation .bk-mobile-menu-btn button,
.single-mphb_room_type .header-navigation .mobile_menu_button,
.single-mphb_room_type .header-navigation .open_mobile_menu {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

/* Keep the hamburger's actual button canvas transparent */
.single-mphb_room_type .header-navigation .bk-mobile-menu-btn button {
    background: transparent !important;
    border: 0 !important;
}

/*
 * Intentionally DO NOT style:
 * .bk-mobile-menu-btn span
 * .mobile_menu_overlay
 * generic header
 * generic svg
 * generic i
 *
 * Those are left to Bookora so the mobile menu can
 * animate and display its backdrop normally.
 */

/* Mobile accommodation detail pages */
@media (max-width: 767px) {
    .single-mphb_room_type .header-navigation {
        background: #FFFFFF !important;
    }
}


/* =====================================================
   OHV SINGLE ACCOMMODATION PAGE — QUICK COMPLETE FIX
   ===================================================== */

/* -----------------------------------------------------
   GENERAL PAGE WIDTH
   ----------------------------------------------------- */

.single-mphb_room_type .site-content,
.single-mphb_room_type .content-area,
.single-mphb_room_type .site-main,
.single-mphb_room_type article {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Main article/content spacing */
.single-mphb_room_type article {
    padding: 0 24px 70px !important;
}

/* -----------------------------------------------------
   HIDE BLOG-STYLE CLUTTER
   ----------------------------------------------------- */

.single-mphb_room_type .entry-meta,
.single-mphb_room_type .post-meta,
.single-mphb_room_type .post-author,
.single-mphb_room_type .author-info,
.single-mphb_room_type .comments-area,
.single-mphb_room_type .post-comments,
.single-mphb_room_type .entry-footer,
.single-mphb_room_type .post-navigation,
.single-mphb_room_type .post-tags,
.single-mphb_room_type .tags-links,
.single-mphb_room_type .share-post,
.single-mphb_room_type .social-share,
.single-mphb_room_type .post-edit-link {
    display: none !important;
}

/* -----------------------------------------------------
   HERO / TITLE AREA
   ----------------------------------------------------- */

.single-mphb_room_type .entry-title,
.single-mphb_room_type h1 {
    font-size: 46px !important;
    line-height: 1.15 !important;
    color: #2E2925 !important;
    margin: 28px 0 24px !important;
}

/* -----------------------------------------------------
   GALLERY — TURN VERTICAL THUMBNAILS INTO GRID
   ----------------------------------------------------- */

.single-mphb_room_type .gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;

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

    margin: 30px auto 50px !important;
    padding: 0 !important;
}

/* Remove WordPress gallery defaults */
.single-mphb_room_type .gallery-item {
    float: none !important;
    width: 100% !important;
    max-width: none !important;

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

    overflow: hidden !important;
    border-radius: 10px !important;
}

/* Gallery links */
.single-mphb_room_type .gallery-icon,
.single-mphb_room_type .gallery-icon a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* Gallery images */
.single-mphb_room_type .gallery img {
    display: block !important;

    width: 100% !important;
    height: 220px !important;

    object-fit: cover !important;

    border: 0 !important;
    border-radius: 10px !important;

    transition: transform .3s ease !important;
}

.single-mphb_room_type .gallery-item:hover img {
    transform: scale(1.03);
}

/* -----------------------------------------------------
   MAIN CONTENT
   ----------------------------------------------------- */

.single-mphb_room_type .entry-content {
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: #5F5750 !important;
}

.single-mphb_room_type .entry-content p {
    margin-bottom: 20px !important;
}

/* Section headings */
.single-mphb_room_type .entry-content h2,
.single-mphb_room_type .entry-content h3,
.single-mphb_room_type .mphb-details-title,
.single-mphb_room_type .mphb-calendar-title,
.single-mphb_room_type .mphb-reservation-form-title {
    color: #2E2925 !important;
    margin-top: 42px !important;
    margin-bottom: 20px !important;
}

/* -----------------------------------------------------
   DETAILS TABLE / ATTRIBUTES
   ----------------------------------------------------- */

.single-mphb_room_type .mphb-single-room-type-attributes,
.single-mphb_room_type .mphb-loop-room-type-attributes {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 32px !important;

    border-top: 1px solid #E6DDD2 !important;
}

.single-mphb_room_type .mphb-single-room-type-attributes li,
.single-mphb_room_type .mphb-loop-room-type-attributes li {
    display: grid !important;
    grid-template-columns: 150px 1fr !important;
    gap: 22px !important;

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

    border-bottom: 1px solid #E6DDD2 !important;

    color: #5C554E !important;
}

/* Attribute labels */
.single-mphb_room_type .mphb-attribute-title {
    color: #2E2925 !important;
    font-weight: 600 !important;
}

/* -----------------------------------------------------
   PRICE
   ----------------------------------------------------- */

.single-mphb_room_type .mphb-regular-price,
.single-mphb_room_type .mphb-room-type-price {
    margin: 24px 0 35px !important;
    font-size: 17px !important;
    color: #2E2925 !important;
}

.single-mphb_room_type .mphb-price {
    color: #C79A5B !important;
    font-size: 26px !important;
    font-weight: 700 !important;
}

/* -----------------------------------------------------
   DESKTOP: CALENDAR + RESERVATION FORM
   ----------------------------------------------------- */

@media (min-width: 1000px) {

    /* Wrap these sections more cleanly */
    .single-mphb_room_type .mphb-calendar,
    .single-mphb_room_type .mphb-reservation-form {
        width: 100% !important;
    }

    /* Reservation form visual card */
    .single-mphb_room_type .mphb-reservation-form {
        max-width: 420px !important;
        padding: 28px !important;
        margin-top: 25px !important;

        background: #FBF8F2 !important;
        border: 1px solid #E1D6C8 !important;
        border-radius: 10px !important;

        box-shadow: 0 10px 30px rgba(31, 26, 21, 0.07) !important;
    }
}

/* -----------------------------------------------------
   AVAILABILITY CALENDAR
   ----------------------------------------------------- */

.single-mphb_room_type .mphb-calendar {
    margin: 25px 0 40px !important;
}

.single-mphb_room_type .mphb-calendar .datepick {
    border: 1px solid #DDD2C4 !important;
    border-radius: 8px !important;
    overflow: hidden !important;

    box-shadow: 0 8px 24px rgba(31, 26, 21, 0.05) !important;
}

/* -----------------------------------------------------
   RESERVATION FORM
   ----------------------------------------------------- */

.single-mphb_room_type .mphb-reservation-form {
    margin-bottom: 40px !important;
}

/* Form labels */
.single-mphb_room_type .mphb-reservation-form label {
    display: block !important;
    margin-bottom: 7px !important;

    color: #3F3933 !important;
    font-weight: 500 !important;
}

/* Fields */
.single-mphb_room_type .mphb-reservation-form input,
.single-mphb_room_type .mphb-reservation-form select {
    width: 100% !important;
    min-height: 54px !important;

    margin-bottom: 18px !important;
    padding: 0 14px !important;

    box-sizing: border-box !important;

    border: 1px solid #DDD2C4 !important;
    border-radius: 4px !important;

    background: #FFFFFF !important;
}

/* Check availability button */
.single-mphb_room_type .mphb-reservation-form input[type="submit"],
.single-mphb_room_type .mphb-reservation-form button {
    width: 100% !important;
    min-height: 54px !important;

    background: #C79A5B !important;
    border: 1px solid #C79A5B !important;
    border-radius: 4px !important;

    color: #FFFFFF !important;

    font-weight: 700 !important;
    text-transform: uppercase !important;

    cursor: pointer !important;

    transition: all .2s ease !important;
}

.single-mphb_room_type .mphb-reservation-form input[type="submit"]:hover,
.single-mphb_room_type .mphb-reservation-form button:hover {
    background: #258C96 !important;
    border-color: #258C96 !important;
}

/* -----------------------------------------------------
   TABLET
   ----------------------------------------------------- */

@media (max-width: 999px) {

    .single-mphb_room_type article {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .single-mphb_room_type .gallery {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .single-mphb_room_type .gallery img {
        height: 200px !important;
    }

    .single-mphb_room_type .mphb-reservation-form {
        width: 100% !important;
        max-width: none !important;

        padding: 24px !important;

        background: #FBF8F2 !important;
        border: 1px solid #E1D6C8 !important;
        border-radius: 8px !important;

        box-sizing: border-box !important;
    }
}

/* -----------------------------------------------------
   MOBILE
   ----------------------------------------------------- */

@media (max-width: 600px) {

    .single-mphb_room_type article {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .single-mphb_room_type .entry-title,
    .single-mphb_room_type h1 {
        font-size: 34px !important;
    }

    /* Two-column image grid */
    .single-mphb_room_type .gallery {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;

        margin-top: 20px !important;
        margin-bottom: 32px !important;
    }

    .single-mphb_room_type .gallery img {
        height: 150px !important;
        border-radius: 7px !important;
    }

    /* Stack details labels */
    .single-mphb_room_type .mphb-single-room-type-attributes li,
    .single-mphb_room_type .mphb-loop-room-type-attributes li {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
    }

    .single-mphb_room_type .mphb-reservation-form {
        padding: 20px !important;
    }
}



/* =====================================================
   OHV SINGLE VILLA AVAILABILITY CALENDAR
   Corrected MotoPress price markup
   ===================================================== */


/* =====================================================
   CALENDAR WRAPPER
   ===================================================== */

.single-mphb_room_type .mphb-calendar {
    width: 100% !important;
    max-width: 900px !important;
    margin: 28px 0 45px !important;
}

.single-mphb_room_type .mphb-calendar .datepick {
    width: 100% !important;
    max-width: 900px !important;

    background: #FBF8F2 !important;
    border: 1px solid #D9CDBE !important;
    border-radius: 10px !important;

    overflow: hidden !important;

    box-shadow: 0 12px 30px rgba(31, 26, 21, 0.09) !important;
}


/* =====================================================
   TOP NAVIGATION
   ===================================================== */

.single-mphb_room_type .mphb-calendar .datepick-nav {
    background: #2E2A26 !important;
    border: 0 !important;
}

.single-mphb_room_type .mphb-calendar .datepick-nav a {
    background: transparent !important;
    color: #F8F3EB !important;

    padding: 13px 14px !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    text-decoration: none !important;
}

.single-mphb_room_type .mphb-calendar .datepick-nav a:hover {
    background: #403933 !important;
    color: #D8B16A !important;
}


/* =====================================================
   MONTH HEADER
   ===================================================== */

.single-mphb_room_type .mphb-calendar .datepick-month-header {
    background: #EFE5D5 !important;
    color: #2E2925 !important;

    min-height: 46px !important;

    border-bottom: 1px solid #D9CDBE !important;

    font-size: 15px !important;
    font-weight: 700 !important;
}

.single-mphb_room_type .mphb-calendar .datepick-month-header select,
.single-mphb_room_type .mphb-calendar .datepick-month-header input {
    background: transparent !important;
    color: #2E2925 !important;

    border: 0 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
}


/* =====================================================
   DAYS OF WEEK
   ===================================================== */

.single-mphb_room_type .mphb-calendar .datepick-month th {
    height: 38px !important;

    padding: 6px 4px !important;

    background: #FBF8F2 !important;
    color: #686059 !important;

    border: 0 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
}


/* =====================================================
   DATE CELLS
   ===================================================== */

.single-mphb_room_type .mphb-calendar .datepick-month td {
    height: 72px !important;
    min-height: 72px !important;

    padding: 0 !important;

    background: #FBF8F2 !important;
    border: 1px solid #EEE6DC !important;

    vertical-align: top !important;
}


/*
 * IMPORTANT:
 * Only style the DIRECT MotoPress date cell.
 * Do not use "td span" because the price is also made of spans.
 */
.single-mphb_room_type .mphb-calendar .datepick-month td > .mphb-date-cell {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 72px !important;
    min-height: 72px !important;

    padding: 8px 4px !important;

    box-sizing: border-box !important;

    background: #F5F0E8 !important;
    color: #2E2925 !important;

    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;

    border: 0 !important;
}


/* =====================================================
   AVAILABLE DATES
   ===================================================== */

.single-mphb_room_type
.mphb-calendar
.datepick-month
td > .mphb-date-cell.mphb-available-date {
    background: #FBF8F2 !important;
    color: #2E2925 !important;
}


/* Hover */
.single-mphb_room_type
.mphb-calendar
.datepick-month
td > .mphb-available-date:hover {
    background: #EDE1D0 !important;
}


/* =====================================================
   NIGHTLY PRICE — CORRECT SELECTOR
   ===================================================== */

.single-mphb_room_type
.mphb-calendar
.mphb-date-cell__price {
    display: block !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 6px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;

    color: #C79A5B !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    white-space: nowrap !important;
}


/* $640 itself */
.single-mphb_room_type
.mphb-calendar
.mphb-date-cell__price .mphb-price {
    display: inline !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

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

    background: transparent !important;

    color: #C79A5B !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    white-space: nowrap !important;
}


/* Currency symbol */
.single-mphb_room_type
.mphb-calendar
.mphb-date-cell__price .mphb-currency {
    display: inline !important;

    width: auto !important;
    height: auto !important;

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

    background: transparent !important;

    color: inherit !important;

    font-size: inherit !important;
    line-height: inherit !important;
}


/* =====================================================
   TODAY
   ===================================================== */

.single-mphb_room_type
.mphb-calendar
.datepick-month
td > .mphb-date-cell.datepick-today {
    background: #F7EFE4 !important;

    color: #258C96 !important;

    box-shadow: inset 0 0 0 1px #258C96 !important;
}


/* =====================================================
   SELECTED DATE
   ===================================================== */

.single-mphb_room_type
.mphb-calendar
.datepick-month
td > .mphb-date-cell.datepick-selected {
    background: #C79A5B !important;
    color: #FFFFFF !important;
}

.single-mphb_room_type
.mphb-calendar
.datepick-selected .mphb-date-cell__price,
.single-mphb_room_type
.mphb-calendar
.datepick-selected .mphb-price {
    color: #FFFFFF !important;
}


/* =====================================================
   UNAVAILABLE DATES
   ===================================================== */

.single-mphb_room_type
.mphb-calendar
.datepick-month
td > .mphb-date-cell:not(.mphb-available-date) {
    background: #F4F1EC !important;
    color: #BDB5AC !important;
}


/* =====================================================
   MONTH DIVIDER
   ===================================================== */

.single-mphb_room_type .mphb-calendar .datepick-month {
    border-color: #E1D6C8 !important;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 900px) {

    .single-mphb_room_type .mphb-calendar,
    .single-mphb_room_type .mphb-calendar .datepick {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-mphb_room_type .mphb-calendar .datepick-month td,
    .single-mphb_room_type
    .mphb-calendar
    .datepick-month
    td > .mphb-date-cell {
        height: 64px !important;
        min-height: 64px !important;
    }

    .single-mphb_room_type
    .mphb-calendar
    .datepick-month
    td > .mphb-date-cell {
        font-size: 13px !important;
    }

    .single-mphb_room_type
    .mphb-calendar
    .mphb-date-cell__price,
    .single-mphb_room_type
    .mphb-calendar
    .mphb-date-cell__price .mphb-price {
        margin-top: 4px !important;
        font-size: 8px !important;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 600px) {

    .single-mphb_room_type .mphb-calendar,
    .single-mphb_room_type .mphb-calendar .datepick {
        width: 100% !important;
        max-width: 100% !important;
    }


    /* Navigation */
    .single-mphb_room_type .mphb-calendar .datepick-nav a {
        padding: 10px 8px !important;
        font-size: 12px !important;
    }


    /* Month header */
    .single-mphb_room_type .mphb-calendar .datepick-month-header {
        min-height: 38px !important;
        font-size: 12px !important;
    }

    .single-mphb_room_type .mphb-calendar .datepick-month-header select,
    .single-mphb_room_type .mphb-calendar .datepick-month-header input {
        font-size: 11px !important;
    }


    /* Weekdays */
    .single-mphb_room_type .mphb-calendar .datepick-month th {
        height: 28px !important;
        padding: 3px 2px !important;
        font-size: 9px !important;
    }


    /* Date cells */
    .single-mphb_room_type .mphb-calendar .datepick-month td,
    .single-mphb_room_type
    .mphb-calendar
    .datepick-month
    td > .mphb-date-cell {
        height: 54px !important;
        min-height: 54px !important;
    }

    .single-mphb_room_type
    .mphb-calendar
    .datepick-month
    td > .mphb-date-cell {
        padding: 5px 2px !important;
        font-size: 11px !important;
    }


    /* Price */
    .single-mphb_room_type
    .mphb-calendar
    .mphb-date-cell__price,
    .single-mphb_room_type
    .mphb-calendar
    .mphb-date-cell__price .mphb-price {
        margin-top: 3px !important;
        font-size: 7px !important;
    }
}

/* =====================================================
   BOOKORA HAMBURGER
   SAFE HOVER / CLICK / FOCUS FIX
   ===================================================== */

/*
 * This is the only global header-related override in this file.
 * It targets the hamburger button interaction states only.
 * It does NOT change header backgrounds, positioning, height,
 * breadcrumb/title areas, desktop spacing, or page content.
 */

.bk-mobile-menu-btn,
.bk-mobile-menu-btn:hover,
.bk-mobile-menu-btn:focus-within,
.mobile_menu_button,
.mobile_menu_button:hover {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.bk-mobile-menu-btn button,
.bk-mobile-menu-btn button:hover,
.bk-mobile-menu-btn button:focus,
.bk-mobile-menu-btn button:focus-visible,
.bk-mobile-menu-btn button:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;

    -webkit-tap-highlight-color: transparent !important;
}

/* Remove theme-generated hover/click layers on the button itself. */
.bk-mobile-menu-btn button::before,
.bk-mobile-menu-btn button::after,
.bk-mobile-menu-btn button:hover::before,
.bk-mobile-menu-btn button:hover::after,
.bk-mobile-menu-btn button:focus::before,
.bk-mobile-menu-btn button:focus::after,
.bk-mobile-menu-btn button:active::before,
.bk-mobile-menu-btn button:active::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    opacity: 0 !important;
}

/* Keep keyboard focus accessible. */
.bk-mobile-menu-btn button:focus-visible {
    outline: 2px solid #C79A5B !important;
    outline-offset: 3px !important;
}

/* =====================================================
   OHV BREADCRUMBS
   Hide breadcrumb trail site-wide, keep page titles intact
   ===================================================== */

.breadcrumb-list {
    display: none !important;
}





/* =====================================================
   OHV BREADCRUMB / PAGE TITLE - EXACT FIX
   Homepage excluded
   ===================================================== */

/* Make the entire Bookora page-title section white */
body:not(.home) .sn-breadcrumb-sec {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
}


/* Remove Bookora's decorative gold/beige side shape */
body:not(.home) .sn-breadcrumb-wrapper::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}


/* OHV gold page title */
body:not(.home) .bread_title {
    color: #C79A5B !important;
}


/* Keep breadcrumb trail hidden */
body:not(.home) .breadcrumb-list {
    display: none !important;
}





/* =========================================================
   OCEANZ HIDEAWAY VILLA
   LUXURY MOTOPRESS CHECKOUT STYLING

   SAFE SCOPE:
   This file targets the MotoPress checkout form only:
   .mphb_sc_checkout-form

   It does NOT alter the site header, hamburger, homepage,
   breadcrumb area, accommodation cards, or availability form.
   ========================================================= */


/* =========================================================
   MAIN CHECKOUT WRAPPER
   ========================================================= */

.mphb_sc_checkout-form {
    width: min(100%, 1180px) !important;
    margin: 0 auto !important;
    padding: 36px 24px 70px !important;
    box-sizing: border-box !important;

    color: #2E2925 !important;

    font-size: 16px !important;
    line-height: 1.65 !important;
}


/* Remove awkward inherited spacing between MotoPress sections */
.mphb_sc_checkout-form > .mphb-checkout-section {
    margin-top: 26px !important;
    margin-bottom: 0 !important;
}


/* =========================================================
   SECTION CARDS
   ========================================================= */

.mphb_sc_checkout-form .mphb-checkout-section,
.mphb_sc_checkout-form .mphb-room-details,
.mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper {
    position: relative !important;

    padding: 30px !important;
    margin-bottom: 24px !important;

    background: #FFFFFF !important;

    border: 1px solid #E8DED1 !important;
    border-radius: 16px !important;

    box-shadow:
        0 10px 32px rgba(46, 41, 37, 0.055) !important;

    box-sizing: border-box !important;
}


/* Slightly warmer visual treatment for room/accommodation details */
.mphb_sc_checkout-form .mphb-room-details {
    background: #FCFAF7 !important;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.mphb_sc_checkout-form h2,
.mphb_sc_checkout-form h3,
.mphb_sc_checkout-form h4,
.mphb_sc_checkout-form h5 {
    color: #203D36 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}


.mphb_sc_checkout-form h2 {
    margin: 0 0 22px !important;

    font-size: 32px !important;
    line-height: 1.2 !important;
}


.mphb_sc_checkout-form h3 {
    margin: 0 0 20px !important;

    font-size: 26px !important;
    line-height: 1.25 !important;
}


.mphb_sc_checkout-form h4 {
    margin: 0 0 16px !important;

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


/* OHV gold section accent */
.mphb_sc_checkout-form .mphb-checkout-section > h3:first-child,
.mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper > h3:first-child,
.mphb_sc_checkout-form .mphb-customer-details-title {
    position: relative !important;
    padding-bottom: 14px !important;
}


.mphb_sc_checkout-form .mphb-checkout-section > h3:first-child::after,
.mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper > h3:first-child::after,
.mphb_sc_checkout-form .mphb-customer-details-title::after {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;

    width: 48px !important;
    height: 2px !important;

    background: #C79A5B !important;

    border-radius: 999px !important;
}


/* General paragraph text */
.mphb_sc_checkout-form p {
    color: #655D56 !important;
}


/* Required-field helper text */
.mphb_sc_checkout-form .mphb-required-fields-tip,
.mphb_sc_checkout-form .mphb-required-fields-tip small {
    color: #817870 !important;
    font-size: 13px !important;
}


/* Required asterisks */
.mphb_sc_checkout-form abbr[title="required"],
.mphb_sc_checkout-form abbr[title="Required"] {
    color: #C79A5B !important;
    text-decoration: none !important;
}


/* =========================================================
   BOOKING DETAILS / CHECK-IN SUMMARY
   ========================================================= */

.mphb_sc_checkout-form .mphb-booking-details {
    background: #FFFFFF !important;
}


/* Make date/time details easier to scan */
.mphb_sc_checkout-form .mphb-booking-details p,
.mphb_sc_checkout-form .mphb-check-in-date,
.mphb_sc_checkout-form .mphb-check-out-date {
    margin: 8px 0 !important;
}


.mphb_sc_checkout-form .mphb-booking-details strong,
.mphb_sc_checkout-form .mphb-check-in-date strong,
.mphb_sc_checkout-form .mphb-check-out-date strong {
    color: #2E2925 !important;
    font-weight: 700 !important;
}


/* =========================================================
   ACCOMMODATION DETAILS
   ========================================================= */

.mphb_sc_checkout-form .mphb-room-details {
    padding: 26px !important;
}


.mphb_sc_checkout-form .mphb-room-details h3,
.mphb_sc_checkout-form .mphb-room-details h4 {
    color: #203D36 !important;
}


/* Accommodation type line */
.mphb_sc_checkout-form .mphb-room-type-title,
.mphb_sc_checkout-form .mphb-room-type-title a {
    color: #C79A5B !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* =========================================================
   LABELS
   ========================================================= */

.mphb_sc_checkout-form label {
    display: block !important;

    margin: 0 0 8px !important;

    color: #36312D !important;

    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}


/* Remove visual gaps caused by <br> tags after labels */
.mphb_sc_checkout-form label + br {
    display: none !important;
}


/* =========================================================
   INPUTS / SELECTS / TEXTAREA
   ========================================================= */

.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="date"],
.mphb_sc_checkout-form input[type="password"],
.mphb_sc_checkout-form select,
.mphb_sc_checkout-form textarea {
    width: 100% !important;
    max-width: none !important;

    min-height: 54px !important;

    padding: 12px 14px !important;

    background: #FFFFFF !important;
    color: #2E2925 !important;

    border: 1px solid #DCD2C7 !important;
    border-radius: 8px !important;

    box-shadow: none !important;

    box-sizing: border-box !important;

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

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background-color .2s ease !important;
}


.mphb_sc_checkout-form textarea {
    min-height: 130px !important;
    resize: vertical !important;
}


/* Focus */
.mphb_sc_checkout-form input[type="text"]:focus,
.mphb_sc_checkout-form input[type="email"]:focus,
.mphb_sc_checkout-form input[type="tel"]:focus,
.mphb_sc_checkout-form input[type="number"]:focus,
.mphb_sc_checkout-form input[type="date"]:focus,
.mphb_sc_checkout-form input[type="password"]:focus,
.mphb_sc_checkout-form select:focus,
.mphb_sc_checkout-form textarea:focus {
    outline: none !important;

    border-color: #C79A5B !important;

    box-shadow:
        0 0 0 3px rgba(199, 154, 91, .13) !important;
}


/* =========================================================
   CHECKBOXES / RADIO BUTTONS
   ========================================================= */

.mphb_sc_checkout-form input[type="checkbox"],
.mphb_sc_checkout-form input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;

    margin: 0 9px 0 0 !important;
    padding: 0 !important;

    vertical-align: -3px !important;

    accent-color: #C79A5B !important;

    box-shadow: none !important;
}


/* Service / gateway labels containing checkboxes */
.mphb_sc_checkout-form input[type="checkbox"] + label,
.mphb_sc_checkout-form input[type="radio"] + label {
    display: inline !important;
}


/* =========================================================
   ADDITIONAL SERVICES
   ========================================================= */

.mphb_sc_checkout-form .mphb_checkout-services-list,
.mphb_sc_checkout-form .mphb-checkout-services-list,
.mphb_sc_checkout-form .mphb-services-details {
    margin: 18px 0 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.mphb_sc_checkout-form .mphb_checkout-services-list li,
.mphb_sc_checkout-form .mphb-checkout-services-list li,
.mphb_sc_checkout-form .mphb-services-details li {
    margin: 0 0 9px !important;
    padding: 10px 12px !important;

    background: #F9F6F1 !important;

    border: 1px solid #ECE3D9 !important;
    border-radius: 8px !important;
}


/* "Free" service price */
.mphb_sc_checkout-form .mphb-service-price,
.mphb_sc_checkout-form .mphb-price {
    color: #C79A5B !important;
    font-weight: 700 !important;
}


/* =========================================================
   COUPON AREA
   ========================================================= */

.mphb_sc_checkout-form .mphb-coupon-code-wrapper,
.mphb_sc_checkout-form .mphb-coupon-code {
    margin-top: 18px !important;
}


.mphb_sc_checkout-form input[name*="coupon"] {
    max-width: 300px !important;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.mphb_sc_checkout-form input[type="submit"],
.mphb_sc_checkout-form button,
.mphb_sc_checkout-form .button,
.mphb_sc_checkout-form .mphb-button {
    min-height: 50px !important;

    padding: 0 24px !important;

    background: #C79A5B !important;
    color: #FFFFFF !important;

    border: 1px solid #C79A5B !important;
    border-radius: 8px !important;

    box-shadow: none !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;

    text-transform: none !important;
    text-decoration: none !important;

    cursor: pointer !important;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease !important;
}


.mphb_sc_checkout-form input[type="submit"]:hover,
.mphb_sc_checkout-form button:hover,
.mphb_sc_checkout-form .button:hover,
.mphb_sc_checkout-form .mphb-button:hover {
    background: #258C96 !important;
    border-color: #258C96 !important;
    color: #FFFFFF !important;

    transform: translateY(-1px) !important;
}


/* Keep coupon/apply buttons compact */
.mphb_sc_checkout-form .mphb-apply-coupon-code-button,
.mphb_sc_checkout-form [name*="apply_coupon"] {
    width: auto !important;
}


/* Final booking button */
.mphb_sc_checkout-form .mphb-book-button,
.mphb_sc_checkout-form input.mphb-book-button,
.mphb_sc_checkout-form button.mphb-book-button {
    width: 100% !important;
    min-height: 58px !important;

    margin-top: 12px !important;

    font-size: 16px !important;
}


/* =========================================================
   PRICE BREAKDOWN
   ========================================================= */

.mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper {
    padding: 28px !important;

    background: #F7F2EB !important;

    border-color: #E2D3BF !important;
}


.mphb_sc_checkout-form .mphb-price-breakdown {
    width: 100% !important;

    margin: 18px 0 0 !important;

    border-collapse: separate !important;
    border-spacing: 0 !important;

    overflow: hidden !important;

    background: #FFFFFF !important;

    border: 1px solid #E7DDD1 !important;
    border-radius: 10px !important;
}


.mphb_sc_checkout-form .mphb-price-breakdown th,
.mphb_sc_checkout-form .mphb-price-breakdown td {
    padding: 13px 15px !important;

    border: 0 !important;
    border-bottom: 1px solid #EEE6DC !important;

    color: #514A44 !important;

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

    text-align: left !important;
}


.mphb_sc_checkout-form .mphb-price-breakdown tr:last-child th,
.mphb_sc_checkout-form .mphb-price-breakdown tr:last-child td {
    border-bottom: 0 !important;
}


/* Total rows */
.mphb_sc_checkout-form .mphb-price-breakdown-total,
.mphb_sc_checkout-form .mphb-total-price {
    color: #203D36 !important;
    font-weight: 700 !important;
}


.mphb_sc_checkout-form .mphb-total-price {
    margin-top: 20px !important;
    padding: 18px 20px !important;

    background: #203D36 !important;
    color: #FFFFFF !important;

    border-radius: 10px !important;

    font-size: 17px !important;
}


.mphb_sc_checkout-form .mphb-total-price .mphb-price {
    color: #E4BC80 !important;
    font-size: 21px !important;
}


/* =========================================================
   CUSTOMER INFORMATION
   Two columns on desktop
   ========================================================= */

@media (min-width: 991px) {

    .mphb_sc_checkout-form section#mphb-customer-details {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;

        gap: 0 22px !important;
    }


    /* Headings and instructions occupy full row */
    .mphb_sc_checkout-form section#mphb-customer-details > h3,
    .mphb_sc_checkout-form section#mphb-customer-details > h4,
    .mphb_sc_checkout-form section#mphb-customer-details > .mphb-required-fields-tip,
    .mphb_sc_checkout-form section#mphb-customer-details > .mphb-errors-wrapper {
        flex: 0 0 100% !important;
        width: 100% !important;
    }


    /* Customer fields become two columns */
    .mphb_sc_checkout-form section#mphb-customer-details > p {
        flex: 0 0 calc(50% - 11px) !important;
        width: calc(50% - 11px) !important;

        margin: 0 0 19px !important;

        box-sizing: border-box !important;
    }


    /* Notes should remain full-width */
    .mphb_sc_checkout-form section#mphb-customer-details > .mphb-customer-note {
        flex-basis: 100% !important;
        width: 100% !important;
    }
}


/* =========================================================
   PAYMENT METHOD
   ========================================================= */

.mphb_sc_checkout-form .mphb-gateway-chooser,
.mphb_sc_checkout-form .mphb-gateways-list,
.mphb_sc_checkout-form .mphb-payment-details {
    margin-top: 18px !important;
}


.mphb_sc_checkout-form .mphb-gateway,
.mphb_sc_checkout-form .mphb-gateways-list > li {
    margin: 0 0 12px !important;
    padding: 16px !important;

    background: #FAF7F2 !important;

    border: 1px solid #E8DED2 !important;
    border-radius: 9px !important;

    list-style: none !important;
}


/* =========================================================
   ERROR / VALIDATION MESSAGES
   ========================================================= */

.mphb_sc_checkout-form .mphb-errors-wrapper,
.mphb_sc_checkout-form .mphb-error,
.mphb_sc_checkout-form .mphb-errors,
.mphb_sc_checkout-form .mphb-validation-error {
    margin: 12px 0 !important;
    padding: 12px 14px !important;

    background: #FFF5F3 !important;
    color: #9B3D32 !important;

    border: 1px solid #F0CCC7 !important;
    border-radius: 8px !important;

    font-size: 14px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 990px) {

    .mphb_sc_checkout-form {
        padding: 28px 20px 58px !important;
    }


    .mphb_sc_checkout-form .mphb-checkout-section,
    .mphb_sc_checkout-form .mphb-room-details,
    .mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper {
        padding: 24px !important;
        border-radius: 13px !important;
    }


    .mphb_sc_checkout-form h2 {
        font-size: 29px !important;
    }


    .mphb_sc_checkout-form h3 {
        font-size: 23px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .mphb_sc_checkout-form {
        padding: 20px 14px 46px !important;

        font-size: 15px !important;
    }


    .mphb_sc_checkout-form .mphb-checkout-section,
    .mphb_sc_checkout-form .mphb-room-details,
    .mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper {
        padding: 20px 16px !important;
        margin-bottom: 18px !important;

        border-radius: 11px !important;
    }


    .mphb_sc_checkout-form h2 {
        font-size: 26px !important;
    }


    .mphb_sc_checkout-form h3 {
        font-size: 21px !important;
    }


    .mphb_sc_checkout-form h4 {
        font-size: 18px !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="date"],
    .mphb_sc_checkout-form input[type="password"],
    .mphb_sc_checkout-form select,
    .mphb_sc_checkout-form textarea {
        min-height: 52px !important;

        font-size: 16px !important;
    }


    .mphb_sc_checkout-form input[type="submit"],
    .mphb_sc_checkout-form button,
    .mphb_sc_checkout-form .button,
    .mphb_sc_checkout-form .mphb-button {
        width: 100% !important;

        min-height: 52px !important;

        margin-top: 8px !important;
    }


    .mphb_sc_checkout-form input[name*="coupon"] {
        max-width: none !important;
    }


    /* Price breakdown remains readable on narrow screens */
    .mphb_sc_checkout-form .mphb-price-breakdown {
        display: table !important;
        width: 100% !important;

        table-layout: auto !important;
    }


    .mphb_sc_checkout-form .mphb-price-breakdown th,
    .mphb_sc_checkout-form .mphb-price-breakdown td {
        padding: 11px 9px !important;
        font-size: 12px !important;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 390px) {

    .mphb_sc_checkout-form {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .mphb_sc_checkout-form .mphb-checkout-section,
    .mphb_sc_checkout-form .mphb-room-details,
    .mphb_sc_checkout-form .mphb-room-price-breakdown-wrapper {
        padding: 17px 13px !important;
    }
}





/* =========================================================
   OCEANZ HIDEAWAY VILLA
   LUXURY RESERVATION RECEIVED / BOOKING CONFIRMATION PAGE

   SAFE SCOPE:
   Targets MotoPress booking-confirmation output only.
   Does NOT alter the main site header, hamburger, homepage,
   booking search form, checkout form, or villa pages.
   ========================================================= */


/* =========================================================
   MAIN CONFIRMATION WRAPPER
   ========================================================= */

.mphb_sc_booking_confirmation,
.mphb-booking-confirmation,
.mphb_sc_booking_confirmation-wrapper {
    width: min(100%, 1180px) !important;
    margin: 0 auto !important;
    padding: 42px 24px 72px !important;
    box-sizing: border-box !important;

    color: #2E2925 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}


/* =========================================================
   THANK-YOU / SUCCESS MESSAGE
   ========================================================= */

.mphb_sc_booking_confirmation > p:first-child,
.mphb-booking-confirmation > p:first-child,
.mphb_sc_booking_confirmation-wrapper > p:first-child {
    position: relative !important;

    margin: 0 0 28px !important;
    padding: 18px 20px 18px 54px !important;

    background: #F4F8F5 !important;
    color: #29443C !important;

    border: 1px solid #DCE9E0 !important;
    border-radius: 12px !important;

    font-size: 15px !important;
    font-weight: 600 !important;

    box-sizing: border-box !important;
}


/* Success tick */
.mphb_sc_booking_confirmation > p:first-child::before,
.mphb-booking-confirmation > p:first-child::before,
.mphb_sc_booking_confirmation-wrapper > p:first-child::before {
    content: "✓" !important;

    position: absolute !important;
    left: 19px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 24px !important;
    height: 24px !important;

    background: #258C96 !important;
    color: #FFFFFF !important;

    border-radius: 50% !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}


/* =========================================================
   SECTION CARDS
   ========================================================= */

.mphb_sc_booking_confirmation .mphb-booking-details,
.mphb_sc_booking_confirmation .mphb-payment-details,
.mphb-booking-confirmation .mphb-booking-details,
.mphb-booking-confirmation .mphb-payment-details,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details {
    margin: 0 0 26px !important;
    padding: 30px !important;

    background: #FFFFFF !important;

    border: 1px solid #E8DED1 !important;
    border-radius: 16px !important;

    box-shadow: 0 10px 32px rgba(46, 41, 37, 0.055) !important;

    box-sizing: border-box !important;
}


/* Slightly different payment card */
.mphb_sc_booking_confirmation .mphb-payment-details,
.mphb-booking-confirmation .mphb-payment-details,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details {
    background: #FCFAF7 !important;
}


/* =========================================================
   HEADINGS
   ========================================================= */

.mphb_sc_booking_confirmation h2,
.mphb_sc_booking_confirmation h3,
.mphb-booking-confirmation h2,
.mphb-booking-confirmation h3,
.mphb_sc_booking_confirmation-wrapper h2,
.mphb_sc_booking_confirmation-wrapper h3 {
    color: #203D36 !important;
    font-weight: 600 !important;
}


.mphb_sc_booking_confirmation h2,
.mphb-booking-confirmation h2,
.mphb_sc_booking_confirmation-wrapper h2 {
    position: relative !important;

    margin: 0 0 24px !important;
    padding-bottom: 14px !important;

    font-size: 30px !important;
    line-height: 1.2 !important;
}


/* Gold underline */
.mphb_sc_booking_confirmation h2::after,
.mphb-booking-confirmation h2::after,
.mphb_sc_booking_confirmation-wrapper h2::after {
    content: "" !important;

    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;

    width: 48px !important;
    height: 2px !important;

    background: #C79A5B !important;
    border-radius: 999px !important;
}


/* =========================================================
   BOOKING DETAILS GRID
   ========================================================= */

.mphb_sc_booking_confirmation .mphb-booking-details,
.mphb-booking-confirmation .mphb-booking-details,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
}


/* Heading spans full row */
.mphb_sc_booking_confirmation .mphb-booking-details > h2,
.mphb-booking-confirmation .mphb-booking-details > h2,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details > h2 {
    grid-column: 1 / -1 !important;
}


/* Individual detail items */
.mphb_sc_booking_confirmation .mphb-booking-details > p,
.mphb-booking-confirmation .mphb-booking-details > p,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p {
    margin: 0 !important;
    padding: 4px 22px 4px 0 !important;

    border-right: 1px solid #ECE4DA !important;

    color: #6A625B !important;

    box-sizing: border-box !important;
}


/* Remove final divider */
.mphb_sc_booking_confirmation .mphb-booking-details > p:last-child,
.mphb-booking-confirmation .mphb-booking-details > p:last-child,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p:last-child {
    border-right: 0 !important;
}


/* Booking-detail values */
.mphb_sc_booking_confirmation .mphb-booking-details strong,
.mphb-booking-confirmation .mphb-booking-details strong,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details strong {
    display: block !important;

    margin-top: 5px !important;

    color: #2E2925 !important;

    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}


/* Villa / details line */
.mphb_sc_booking_confirmation .mphb-booking-details + p,
.mphb-booking-confirmation .mphb-booking-details + p,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details + p {
    margin: -8px 0 28px !important;
    padding: 15px 18px !important;

    background: #F8F4EE !important;
    color: #4F4842 !important;

    border: 1px solid #E8DED2 !important;
    border-radius: 10px !important;

    font-weight: 600 !important;
}


/* =========================================================
   PAYMENT DETAILS GRID
   ========================================================= */

.mphb_sc_booking_confirmation .mphb-payment-details,
.mphb-booking-confirmation .mphb-payment-details,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
}


.mphb_sc_booking_confirmation .mphb-payment-details > h2,
.mphb-booking-confirmation .mphb-payment-details > h2,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details > h2 {
    grid-column: 1 / -1 !important;
}


.mphb_sc_booking_confirmation .mphb-payment-details > p,
.mphb-booking-confirmation .mphb-payment-details > p,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p {
    margin: 0 !important;
    padding: 4px 22px 4px 0 !important;

    border-right: 1px solid #E8DED2 !important;

    color: #6A625B !important;

    box-sizing: border-box !important;
}


.mphb_sc_booking_confirmation .mphb-payment-details > p:last-child,
.mphb-booking-confirmation .mphb-payment-details > p:last-child,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p:last-child {
    border-right: 0 !important;
}


.mphb_sc_booking_confirmation .mphb-payment-details strong,
.mphb-booking-confirmation .mphb-payment-details strong,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details strong {
    display: block !important;

    margin-top: 5px !important;

    color: #2E2925 !important;

    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}


/* =========================================================
   PRICE / TOTAL ACCENT
   ========================================================= */

.mphb_sc_booking_confirmation .mphb-price,
.mphb-booking-confirmation .mphb-price,
.mphb_sc_booking_confirmation-wrapper .mphb-price {
    color: #C79A5B !important;
    font-weight: 700 !important;
}


/* =========================================================
   STATUS EMPHASIS
   ========================================================= */

.mphb_sc_booking_confirmation .mphb-booking-details > p:last-child strong,
.mphb-booking-confirmation .mphb-booking-details > p:last-child strong,
.mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p:last-child strong,
.mphb_sc_booking_confirmation .mphb-payment-details > p:last-child strong,
.mphb-booking-confirmation .mphb-payment-details > p:last-child strong,
.mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p:last-child strong {
    display: inline-block !important;

    margin-top: 7px !important;
    padding: 7px 10px !important;

    background: #ECF5F0 !important;
    color: #2E6B52 !important;

    border: 1px solid #D5E8DC !important;
    border-radius: 999px !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}


/* =========================================================
   GENERAL LINKS
   ========================================================= */

.mphb_sc_booking_confirmation a,
.mphb-booking-confirmation a,
.mphb_sc_booking_confirmation-wrapper a {
    color: #C79A5B !important;
    text-decoration: none !important;
}


.mphb_sc_booking_confirmation a:hover,
.mphb-booking-confirmation a:hover,
.mphb_sc_booking_confirmation-wrapper a:hover {
    color: #258C96 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 990px) {

    .mphb_sc_booking_confirmation,
    .mphb-booking-confirmation,
    .mphb_sc_booking_confirmation-wrapper {
        padding: 32px 20px 58px !important;
    }


    .mphb_sc_booking_confirmation .mphb-booking-details,
    .mphb_sc_booking_confirmation .mphb-payment-details,
    .mphb-booking-confirmation .mphb-booking-details,
    .mphb-booking-confirmation .mphb-payment-details,
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details,
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 0 !important;

        padding: 24px !important;
    }


    .mphb_sc_booking_confirmation .mphb-booking-details > p,
    .mphb_sc_booking_confirmation .mphb-payment-details > p,
    .mphb-booking-confirmation .mphb-booking-details > p,
    .mphb-booking-confirmation .mphb-payment-details > p,
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p,
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p {
        padding-right: 18px !important;
    }


    /* Every second item has no divider */
    .mphb_sc_booking_confirmation .mphb-booking-details > p:nth-of-type(2n),
    .mphb_sc_booking_confirmation .mphb-payment-details > p:nth-of-type(2n),
    .mphb-booking-confirmation .mphb-booking-details > p:nth-of-type(2n),
    .mphb-booking-confirmation .mphb-payment-details > p:nth-of-type(2n),
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p:nth-of-type(2n),
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p:nth-of-type(2n) {
        border-right: 0 !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .mphb_sc_booking_confirmation,
    .mphb-booking-confirmation,
    .mphb_sc_booking_confirmation-wrapper {
        padding: 24px 14px 46px !important;

        font-size: 15px !important;
    }


    .mphb_sc_booking_confirmation > p:first-child,
    .mphb-booking-confirmation > p:first-child,
    .mphb_sc_booking_confirmation-wrapper > p:first-child {
        padding: 16px 16px 16px 50px !important;

        font-size: 14px !important;
    }


    .mphb_sc_booking_confirmation .mphb-booking-details,
    .mphb_sc_booking_confirmation .mphb-payment-details,
    .mphb-booking-confirmation .mphb-booking-details,
    .mphb-booking-confirmation .mphb-payment-details,
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details,
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details {
        display: block !important;

        padding: 20px 16px !important;

        border-radius: 12px !important;
    }


    .mphb_sc_booking_confirmation h2,
    .mphb-booking-confirmation h2,
    .mphb_sc_booking_confirmation-wrapper h2 {
        font-size: 24px !important;
    }


    .mphb_sc_booking_confirmation .mphb-booking-details > p,
    .mphb_sc_booking_confirmation .mphb-payment-details > p,
    .mphb-booking-confirmation .mphb-booking-details > p,
    .mphb-booking-confirmation .mphb-payment-details > p,
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p,
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p {
        margin: 0 !important;
        padding: 13px 0 !important;

        border-right: 0 !important;
        border-bottom: 1px solid #ECE4DA !important;
    }


    .mphb_sc_booking_confirmation .mphb-booking-details > p:last-child,
    .mphb_sc_booking_confirmation .mphb-payment-details > p:last-child,
    .mphb-booking-confirmation .mphb-booking-details > p:last-child,
    .mphb-booking-confirmation .mphb-payment-details > p:last-child,
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details > p:last-child,
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details > p:last-child {
        border-bottom: 0 !important;
    }


    .mphb_sc_booking_confirmation .mphb-booking-details strong,
    .mphb_sc_booking_confirmation .mphb-payment-details strong,
    .mphb-booking-confirmation .mphb-booking-details strong,
    .mphb-booking-confirmation .mphb-payment-details strong,
    .mphb_sc_booking_confirmation-wrapper .mphb-booking-details strong,
    .mphb_sc_booking_confirmation-wrapper .mphb-payment-details strong {
        font-size: 16px !important;
    }
}




.wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff !important;
}






/* =====================================================
   OHV MOBILE OFF-CANVAS MENU
   ===================================================== */

@media (max-width: 991px) {

    /* Remove mobile search */
    .mobile_menu_content .mobile-search-bar {
        display: none !important;
    }

    /* Centre mobile logo wrapper */
    .mobile_menu_content .m-brand-logo {
        width: 100% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        margin: 55px auto 35px !important;
        padding: 0 20px !important;

        box-sizing: border-box !important;
        text-align: center !important;
    }

    /* Centre and contain actual logo */
    .mobile_menu_content .m-brand-logo img,
    .mobile_menu_content .logo_site-m-size {
        display: block !important;

        width: 230px !important;
        max-width: 80% !important;
        height: auto !important;

        margin: 0 auto !important;
    }

    /* Give navigation comfortable spacing after logo */
    .mobile_menu_content .mobile-main-navigation {
        margin-top: 15px !important;
    }
}




/* =====================================================
   OHV MOBILE MENU SOCIALS
   ===================================================== */

@media (max-width: 991px) {

    .mobile_menu_content .ohv-mobile-socials {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 12px !important;

        margin: 28px 15px 0 !important;
        padding-top: 24px !important;

        border-top: 1px solid rgba(255,255,255,.10) !important;
    }


    .mobile_menu_content .ohv-mobile-socials a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        gap: 8px !important;

        padding: 11px 15px !important;

        background: #272727 !important;
        color: #FFFFFF !important;

        border: 1px solid rgba(255,255,255,.10) !important;
        border-radius: 8px !important;

        font-size: 14px !important;
        font-weight: 600 !important;

        text-decoration: none !important;

        transition: all .2s ease !important;
    }


    .mobile_menu_content .ohv-mobile-socials a:hover {
        background: #C79A5B !important;
        border-color: #C79A5B !important;
        color: #FFFFFF !important;
    }


    .mobile_menu_content .ohv-mobile-socials i {
        font-size: 18px !important;
        color: inherit !important;
    }
}




/* =========================================================
   OCEANZ HIDEAWAY VILLA
   Luxury Contact / Guest Enquiry Form
   ========================================================= */

.ohv-contact-form {
    --ohv-green: #234f45;
    --ohv-green-dark: #183d35;
    --ohv-gold: #c79a5b;
    --ohv-cream: #f7f3eb;
    --ohv-text: #26332f;
    --ohv-muted: #75817c;
    --ohv-border: rgba(35, 79, 69, 0.16);

    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    color: var(--ohv-text);
}


/* =========================================================
   INTRO
   ========================================================= */

.ohv-form-intro {
    margin-bottom: 42px;
    max-width: 720px;
}

.ohv-form-intro .ohv-kicker {
    display: block;
    margin-bottom: 10px;
    color: var(--ohv-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.ohv-form-intro h2 {
    margin: 0 0 14px;
    color: var(--ohv-green);
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1.08;
    font-weight: 500;
}

.ohv-form-intro p {
    max-width: 680px;
    margin: 0;
    color: var(--ohv-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   FORM SECTIONS
   ========================================================= */

.ohv-form-section {
    margin-bottom: 26px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--ohv-border);
    border-radius: 18px;
}

.ohv-form-section h3 {
    margin: 0 0 24px;
    color: var(--ohv-green);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.ohv-form-section h3 .optional {
    margin-left: 6px;
    color: var(--ohv-muted);
    font-size: 12px;
    font-weight: 400;
}


/* =========================================================
   GRID
   ========================================================= */

.ohv-grid {
    display: grid;
    width: 100%;
    gap: 20px;
}

.ohv-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ohv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ohv-grid + .ohv-grid {
    margin-top: 20px;
}


/* =========================================================
   FIELD LABELS
   ========================================================= */

.ohv-field {
    width: 100%;
}

.ohv-field label {
    display: block;
    margin: 0 0 8px;
    color: var(--ohv-text);
    font-size: 13px;
    font-weight: 600;
}

.ohv-field label span {
    color: var(--ohv-gold);
}


/* =========================================================
   INPUTS
   ========================================================= */

.ohv-contact-form input[type="text"],
.ohv-contact-form input[type="email"],
.ohv-contact-form input[type="tel"],
.ohv-contact-form input[type="number"],
.ohv-contact-form input[type="date"],
.ohv-contact-form select,
.ohv-contact-form textarea {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 16px;

    color: var(--ohv-text) !important;
    background: #fbfaf7 !important;

    border: 1px solid var(--ohv-border) !important;
    border-radius: 10px !important;

    outline: none;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.45;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.ohv-contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.ohv-contact-form input:focus,
.ohv-contact-form select:focus,
.ohv-contact-form textarea:focus {
    background: #ffffff !important;
    border-color: var(--ohv-gold) !important;
    box-shadow: 0 0 0 4px rgba(199, 154, 91, 0.10) !important;
}

.ohv-contact-form input::placeholder,
.ohv-contact-form textarea::placeholder {
    color: #a4aaa7 !important;
    opacity: 1;
}


/* =========================================================
   SELECTS
   ========================================================= */

.ohv-contact-form select {
    cursor: pointer;
}

.ohv-contact-form select option {
    color: var(--ohv-text);
    background: #ffffff;
}


/* =========================================================
   DATE FIELD
   ========================================================= */

.ohv-contact-form input[type="date"] {
    min-height: 50px;
}


/* =========================================================
   HELPER TEXT
   ========================================================= */

.ohv-helper {
    margin: 15px 0 0;
    color: var(--ohv-muted);
    font-size: 12px;
    line-height: 1.6;
}


/* =========================================================
   CONTACT PREFERENCE
   ========================================================= */

.ohv-preference {
    margin: 24px 0;
    padding: 24px 28px;
    background: var(--ohv-cream);
    border-radius: 14px;
}

.ohv-preference > span:first-child {
    display: block;
    margin-bottom: 14px;
    color: var(--ohv-green);
    font-size: 14px;
    font-weight: 600;
}

.ohv-preference .wpcf7-list-item {
    margin: 0 22px 8px 0;
}

.ohv-preference label {
    cursor: pointer;
    color: var(--ohv-text);
    font-size: 14px;
}

.ohv-preference input[type="radio"] {
    margin-right: 7px;
    accent-color: var(--ohv-green);
}


/* =========================================================
   PRIVACY CONSENT
   ========================================================= */

.ohv-consent {
    margin: 20px 0 26px;
    color: var(--ohv-muted);
    font-size: 12px;
    line-height: 1.6;
}

.ohv-consent .wpcf7-list-item {
    margin: 0;
}

.ohv-consent label {
    cursor: pointer;
}

.ohv-consent input[type="checkbox"] {
    margin-right: 8px;
    accent-color: var(--ohv-green);
}


/* =========================================================
   SUBMIT AREA
   ========================================================= */

.ohv-submit-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.ohv-contact-form .ohv-submit,
.ohv-contact-form input[type="submit"] {
    min-width: 180px;
    padding: 15px 28px !important;

    color: #ffffff !important;
    background: var(--ohv-green) !important;

    border: 1px solid var(--ohv-green) !important;
    border-radius: 100px !important;

    font-family: inherit;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ohv-contact-form .ohv-submit:hover,
.ohv-contact-form input[type="submit"]:hover {
    color: #ffffff !important;
    background: var(--ohv-gold) !important;
    border-color: var(--ohv-gold) !important;

    transform: translateY(-2px);

    box-shadow:
        0 10px 28px rgba(24, 61, 53, 0.15);
}

.ohv-contact-form .ohv-submit:focus,
.ohv-contact-form input[type="submit"]:focus {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(199, 154, 91, 0.18),
        0 10px 28px rgba(24, 61, 53, 0.15);
}

.ohv-submit-note {
    margin: 0;
    color: var(--ohv-muted);
    font-size: 12px;
}


/* =========================================================
   CONTACT FORM 7 SPINNER
   ========================================================= */

.ohv-contact-form .wpcf7-spinner {
    margin: 0 0 0 8px;
}


/* =========================================================
   FIELD VALIDATION ERRORS
   ========================================================= */

.ohv-contact-form .wpcf7-not-valid {
    border-color: #b44b48 !important;
}

.ohv-contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;

    color: #a63f3f !important;

    font-size: 12px;
    line-height: 1.4;
}


/* =========================================================
   CONTACT FORM 7 RESPONSE MESSAGES
   FIXES WHITE TEXT / WHITE BACKGROUND ISSUE
   ========================================================= */

.wpcf7 form .wpcf7-response-output {
    box-sizing: border-box;

    width: 100%;
    margin: 28px 0 0 !important;
    padding: 18px 22px !important;

    color: #234f45 !important;
    background-color: #f2f7f4 !important;

    border: 1px solid rgba(35, 79, 69, 0.22) !important;
    border-radius: 12px !important;

    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;

    box-shadow: none !important;
}


/* =========================================================
   SUCCESS MESSAGE
   ========================================================= */

.wpcf7 form.sent .wpcf7-response-output {
    color: #234f45 !important;
    background-color: #eef6f2 !important;

    border: 1px solid rgba(35, 79, 69, 0.28) !important;

    box-shadow:
        0 8px 25px rgba(35, 79, 69, 0.05) !important;
}


/* Force success message text to remain visible */
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output p,
.wpcf7 form.sent .wpcf7-response-output span,
.wpcf7 form.sent .wpcf7-response-output div {
    color: #234f45 !important;
}


/* =========================================================
   VALIDATION / ACCEPTANCE MESSAGE
   ========================================================= */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #725419 !important;
    background-color: #fff8e8 !important;

    border-color: #c79a5b !important;
}


/* =========================================================
   FAILED / ABORTED / SPAM
   ========================================================= */

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    color: #8b3333 !important;
    background-color: #fff1f1 !important;

    border-color: rgba(139, 51, 51, 0.35) !important;
}


/* =========================================================
   EXTRA THEME OVERRIDE PROTECTION
   Stops WordPress/theme styles changing response text to white
   ========================================================= */

.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-response-output *,
.elementor .wpcf7 .wpcf7-response-output,
.elementor .wpcf7 .wpcf7-response-output * {
    text-shadow: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    -webkit-text-fill-color: #234f45 !important;
}


/* =========================================================
   AUTOFILL FIX
   Stops browser autofill changing field colours
   ========================================================= */

.ohv-contact-form input:-webkit-autofill,
.ohv-contact-form input:-webkit-autofill:hover,
.ohv-contact-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #26332f !important;

    -webkit-box-shadow:
        0 0 0 1000px #fbfaf7 inset !important;

    transition:
        background-color 9999s ease-in-out 0s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .ohv-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ohv-contact-form {
        width: 100%;
    }

    .ohv-form-intro {
        margin-bottom: 28px;
    }

    .ohv-form-intro h2 {
        font-size: 34px;
    }

    .ohv-form-intro p {
        font-size: 15px;
        line-height: 1.7;
    }

    .ohv-form-section {
        margin-bottom: 18px;
        padding: 22px 18px;

        border-radius: 14px;
    }

    .ohv-form-section h3 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .ohv-grid-2,
    .ohv-grid-3 {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .ohv-grid + .ohv-grid {
        margin-top: 17px;
    }

    .ohv-contact-form input[type="text"],
    .ohv-contact-form input[type="email"],
    .ohv-contact-form input[type="tel"],
    .ohv-contact-form input[type="number"],
    .ohv-contact-form input[type="date"],
    .ohv-contact-form select,
    .ohv-contact-form textarea {
        font-size: 16px;
    }

    .ohv-preference {
        padding: 20px 18px;
    }

    .ohv-preference .wpcf7-list-item {
        display: block;
        margin: 0 0 11px;
    }

    .ohv-submit-wrap {
        display: block;
    }

    .ohv-contact-form .ohv-submit,
    .ohv-contact-form input[type="submit"] {
        width: 100%;
        min-height: 52px;
    }

    .ohv-submit-note {
        margin-top: 12px;
        text-align: center;
    }

    .wpcf7 form .wpcf7-response-output {
        margin-top: 22px !important;
        padding: 16px 18px !important;

        font-size: 14px !important;
        line-height: 1.55 !important;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .ohv-form-section {
        padding: 20px 15px;
    }

    .ohv-preference {
        padding: 18px 15px;
    }

    .ohv-form-intro h2 {
        font-size: 30px;
    }

}/* End custom CSS */