.elementor-kit-12{--e-global-color-primary:#D4AD44;--e-global-color-secondary:#5A062C;--e-global-color-text:#F5EDDA;--e-global-color-accent:#D8B455;--e-global-color-89f0c90:#D4AD44;--e-global-color-3be55a5:#D8B455;--e-global-color-7b452f3:#5A062C;--e-global-color-5006d02:#F5EDDA;--e-global-color-6a18646:#1A1A1A;--e-global-typography-primary-font-family:"vijaya";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.05em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.05em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:0.05em;background-color:#F5EDDA;color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;line-height:1.5em;letter-spacing:0.05em;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;text-transform:capitalize;color:var( --e-global-color-text );border-radius:5px 5px 5px 5px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#F5EDDA;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;}.elementor-kit-12 h1{color:var( --e-global-color-secondary );font-family:"vijaya", Sans-serif;font-size:100px;font-weight:400;}.elementor-kit-12 h2{color:#5A062C;font-family:"vijaya", Sans-serif;font-size:72px;font-weight:400;}.elementor-kit-12 h3{color:var( --e-global-color-secondary );font-family:"vijaya", Sans-serif;font-size:42px;font-weight:400;}.elementor-kit-12 h4{color:var( --e-global-color-secondary );font-family:"vijaya", Sans-serif;font-size:27px;font-weight:400;}.elementor-kit-12 h5{color:var( --e-global-color-secondary );font-family:"vijaya", Sans-serif;font-size:24px;font-weight:400;}.elementor-kit-12 h6{color:var( --e-global-color-secondary );font-family:"vijaya", Sans-serif;font-size:18px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:50px;}.elementor-element{--widgets-spacing:50px 50px;--widgets-spacing-row:50px;--widgets-spacing-column:50px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-12 h1{font-size:69px;}.elementor-kit-12 h2{font-size:51px;}.elementor-kit-12 h3{font-size:32px;}.elementor-kit-12 h4{font-size:26px;}.elementor-kit-12 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:16px;line-height:1.4em;}.elementor-kit-12 h1{font-size:42px;}.elementor-kit-12 h2{font-size:35px;}.elementor-kit-12 h3{font-size:26px;}.elementor-kit-12 h4{font-size:23px;}.elementor-kit-12 h5{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*ROOMS TITLE*/
.room-title h1{
    color:#5A062C;
    font-size: 100px !important;
    text-align: left;
    line-height: initial !important;
}
@media only screen and (max-width: 1024px) {
    .room-title h1 {
        font-size: 69px !important;
    }
}
@media only screen and (max-width: 767px) {
    .room-title h1 {
        font-size: 42px !important;
    }
}


/*ROOMS ATTRIBUTES*/
.room-attributes ul.mphb-single-room-type-attributes {
    display: flex;
    gap: 0 25px;
    flex-wrap: wrap;
}
.room-attributes li {
    margin: 0 !important;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "Inter";
    font-weight: 500;
}

.room-attributes li:before {
    color: #5A062C;
}


/*ROOMS AMENITIES*/
.room-amenities span.mphb-attribute-value a {
    pointer-events: none;
    
}
.room-amenities span {
    cursor: text;
}
.room-amenities span a {
    font-size: 14px !important;
    font-weight: 500;
}
.room-amenities li {
    font-size: 14px;
    line-height: 1.5em;
    font-family: "Inter";
    font-weight: 500;
}
.room-amenities li:before {
    color: #5A062C;
}

/*ROOMS PRICE*/
.room-price .mphb-currency, .room-price .mphb-price, .room-price .mphb-price-period {
    font-size:  72px;
    font-family: "vijaya";
    color: #5A062C;
}
.room-price .mphb-regular-price {
    text-align: right;
}
@media only screen and (max-width: 1024px) {
    .room-price .mphb-currency, .room-price .mphb-price, .room-price .mphb-price-period {
        font-size: 51px;
    }
}
@media only screen and (max-width: 767px) {
    .room-price .mphb-currency, .room-price .mphb-price, .room-price .mphb-price-period {
        font-size: 35px;
    }
    .room-price .mphb-regular-price {
    text-align: left;
}
}


/*ROOMS DATEPICKER*/
.room-calendar .datepick .datepick-cmd-next:hover:not(.datepick-disabled), .room-calendar .datepick .datepick-cmd-prev:hover:not(.datepick-disabled){
    background: #ffffff;
    color: #5A062C;
}
.room-calendar .datepick .datepick-cmd-today{
    color: #F5EDDA;
}

.room-calendar .datepick {
    box-shadow: none;
    background-color: #5A062C;
    color: #F5EDDA;
    border-radius: 5px;
}
.room-calendar .datepick .datepick-month-row {
    flex-direction: column;
}
.room-calendar .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="2"] .datepick-month {
    width: 100%;
}
.room-calendar .datepick-month-year option {
    color: #5A062C;
}
.room-calendar .datepick-month-year:after {
    content: '▼';         
    font-size: 16px;      
    color: #fff;          
    position: absolute;   
    right: 10px;          
    top: 50%;             
    transform: translateY(-50%);
    pointer-events: none;
}
.room-calendar .datepick .datepick-month table td .mphb-date-cell {
    color: #5A062C;
}

@media only screen and (max-width: 1024px) {
    .room-calendar .datepick .datepick-month-row {
        flex-direction: row;
        flex-wrap: nowrap !important;
    }
    .room-calendar .datepick {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .room-calendar .datepick .datepick-month-row {
        flex-direction: column;
        flex-wrap: wrap !important;
    }
}

/*ROOMS GALLERY*/
.room-gallery .mphb-flexslider ul.flex-direction-nav a{
    opacity: 1 !important;    
}

.room-gallery .flexslider {
    background-color: unset;
    border: none;
}

.room-gallery .flex-viewport {
    height: 674px !important;
}
.room-gallery img {
    height: 674px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}
@media only screen and (max-width: 1024px) {
    .room-gallery .flex-viewport {
        height: 400px !important;
    }
    .room-gallery img {
        height: 400px !important;
    }
}
@media only screen and (max-width: 767px) {
    .room-gallery .flex-viewport {
        height: 250px !important;
    }
    .room-gallery img {
        height: 250px !important;
    }
}

/*GRID TO FLEX CLASSES ON MOBILE*/
@media only screen and (max-width: 767px) {
    .grid-to-flex {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'vijaya';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bravohotelsph.com/wp-content/uploads/2024/05/vijaya.ttf') format('truetype');
}
/* End Custom Fonts CSS */