/*
Theme Name: GAVAMEDIA®
Author: GAVAMEDIA®
Author URI: https://gavamedia.com/
Description: Created by GAVAMEDIA®
Version: 2025
GAVAMEDIA WordPress Theme © 2025 GAVAMEDIA®
*/

.gava-accommodations input,
.gava-accommodations select{
	cursor:pointer;
	border:none;
	font-family:var( --e-global-typography-5c97d9f-font-family );
	font-size:var( --e-global-typography-5c97d9f-font-size );
	font-weight:var( --e-global-typography-5c97d9f-font-weight );
	color:var(--e-global-color-primary);
	width:2ch!important;
	max-width:6em;
}
.gava-accommodations input::placeholder {
  opacity: 0;
}

.gava-accommodations .button{
	cursor:pointer;
	font-family: var(--e-global-typography-2b7a5f2-font-family), Sans-serif;
    font-size: var(--e-global-typography-2b7a5f2-font-size);
    font-weight: var(--e-global-typography-2b7a5f2-font-weight);
	background:var(--e-global-color-primary);
	color:var(--e-global-color-19c087e);
	padding:1em;
}
.mphb_sc_search-wrapper,
.mphb_sc_booking_form-wrapper{
    max-width: 50em;
    margin: 0 auto;
}




.gava-accommodations p{
	padding:0 1em!important;
	margin:0!important;
	line-height:1!important;
	min-width:6em;
}
.gava-accommodations p:not(:last-of-type){
	border-right:solid 1px var(--e-global-color-19c087e);
}


.mphb_sc_search-submit-button-wrapper,
.mphb-reserve-btn-wrapper{
	border-right:none;
	min-width:auto;
}


.mphb_sc_search-check-in-date::before,
.mphb_sc_search-check-out-date::before,
.mphb_sc_search-adults::before,
.mphb_sc_search-children::before,

.mphb-check-in-date-wrapper::before,
.mphb-check-out-date-wrapper::before
{
	display: block;
	font-family: var(--e-global-typography-2aae787-font-family), Sans-serif;
	font-size: var(--e-global-typography-2aae787-font-size);
	font-weight: var(--e-global-typography-2aae787-font-weight);
	text-align:center;
	letter-spacing:.07em;
}

.mphb_sc_search-check-in-date::before,
.mphb-check-in-date-wrapper::before
{
	content: "CHECK-IN";
}
.mphb_sc_search-check-out-date::before,
.mphb-check-out-date-wrapper::before{
	content: "CHECK-OUT";
}
.mphb_sc_search-adults::before{
	content: "ADULTS";
	text-align:left;
}
.mphb_sc_search-children::before{
	content: "CHILDREN";
	text-align:left;
}



.gava-accommodations input{
	background:transparent;
}

.mphb_sc_search-submit-button-wrapper p{
	padding-right:0!important;
}

.mphb_sc_search-submit-button-wrapper input{
	padding: 0 1em!important;
	white-space: break-spaces;
    height: 3.458em;
    min-width: 8.33em;
	transition: all .25s ease;
}


.mphb_sc_search-submit-button-wrapper input:hover{
	background:var(--e-global-color-accent);
	color:#fff;
}


/* Custom date format */
.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date,

.mphb-check-in-date-wrapper,
.mphb-check-out-date-wrapper
{
	cursor:pointer;
	position: relative;
	max-width:7em!important;
	min-width:7em!important;
}
p.mphb_sc_search-check-in-date::after,
p.mphb_sc_search-check-out-date::after,

.mphb-check-in-date-wrapper::after,
.mphb-check-out-date-wrapper::after
{
	content: " ";
	font-weight:400;
	position: absolute;
    bottom: .5em;
    right: .5em;
    text-align: center;
    font-size: .7em;
    color: var(--e-global-color-accent);
	background-image:url('/wp-content/uploads/2025/06/chevron-down.svg');
	background-repeat:no-repeat;
    background-size: 1.75em;
    background-position: center 1em;
    z-index: -1;
    width: 4.5em;
	height:3.25em;
}


/* Custom adult & Child dropdowns */
select[name="mphb_adults"],
select[name="mphb_children"]{
	background:#fff;
}
select[name="mphb_adults"] option,
select[name="mphb_children"] option{
	font-size: 1em;
}


.mphb_sc_booking_form-wrapper.is-style-horizontal-form form > *, .mphb_sc_search-wrapper.is-style-horizontal-form form > *, .mphb_widget_search-form.is-style-horizontal-form > *{
	flex:none!important;
}
.mphb_sc_booking_form-wrapper.is-style-horizontal-form form, .mphb_sc_search-wrapper.is-style-horizontal-form form, .mphb_widget_search-form.is-style-horizontal-form{
	justify-content: center;
}


.gava-mini-form form{
	flex-wrap: wrap!important;
}


.gava-mini-form .mphb_sc_search-check-out-date,
.gava-mini-form .mphb_sc_search-children{
	border-right:none;
}

.gava-mini-form .mphb_sc_search-adults,
.gava-mini-form .mphb_sc_search-children{
	margin-top:1em!important;
}

.gava-mini-form .mphb_sc_search-submit-button-wrapper input{
	margin-top:1em!important;
	min-width:15.20833em;
}


.mphb-button,
.mphb_sc_checkout-submit-wrapper input
{
	cursor:pointer;
	
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	
	background-color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	fill: var(--e-global-color-19c087e);
	color: var(--e-global-color-19c087e);
	border:none;
	
	padding: 1em 2em;
	
	transition:all .25s ease;
}

.mphb-button:hover,
.mphb_sc_checkout-submit-wrapper input:hover
{
	background:var( --e-global-color-accent );
	color:#fff;
}

.mphb-table-price-column{
	text-align:center;
}

.mphb_sc_checkout-form input,
.mphb_sc_checkout-form select,
.mphb_sc_checkout-form textarea{
font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	min-height: 2.5em;
	border-radius: 0 !important;
	border: solid 1px var(--e-global-color-primary);
	margin-bottom: 1em;
}


.mphb_sc_checkout-form input,
.mphb_sc_checkout-form textarea{
	min-width: 22em;
}


.mphb-book-button{
	background-color: var(--e-global-color-secondary)!important;
	font-family: var(--e-global-typography-3a1c368-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size)!important;
	text-transform:uppercase;
	line-height:1em!important;
	font-weight: var(--e-global-typography-3a1c368-font-weight)!important;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text)!important;
	border-style: solid!important;
	border-width: 1px 1px 1px 1px!important;
	border-color: var(--e-global-color-secondary)!important;
	border-radius:0!important;
	padding: 0.65em 0em 0.65em 0em!important;
	width:100%;
	transition: all .25s ease!important;
}
.mphb-book-button:hover{
	background:var(--e-global-color-primary)!important;
	border-color:var(--e-global-color-primary)!important;
	color:#fff!important;
}


/* Search results */

.mphb-recommendation-details-list{
	list-style: none;
    padding: 0!important;
	margin:0!important;
	padding-inline-start: 0!important;
}

.mphb-recommendation-item-count{
	display:none;
}
.mphb-recommendation-item-link{
	font-family: var(--e-global-typography-0ca61c8-font-family), Sans-serif;
    font-size: var(--e-global-typography-0ca61c8-font-size);
    font-weight: var(--e-global-typography-0ca61c8-font-weight);
    text-transform: var(--e-global-typography-0ca61c8-text-transform);
    line-height: var(--e-global-typography-0ca61c8-line-height);
    color: var(--e-global-color-primary)!important;
}

/* Hide rooms and end of search results wrapper */
.mphb-empty-cart-message{
	display:none!important;
}


/* Search results */
.mphb-recommendation{
	margin-top:1em;
}
.mphb-recommendation-item{
	margin-top:2em;
}
.mphb-recommendation-reserve-button{
	margin-top:1em;
}


.mphb_sc_search_results-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	gap:1em;
}

.mphb_sc_search_results-wrapper .mphb-room-type{
	display: flex;
    min-height: 36em;
    gap: 0;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: flex-start;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
	margin:0!important;
	width:calc(50% - .5em);
}

.mphb_sc_search_results-wrapper .mphb-room-type-title{
	font-family: var(--e-global-typography-a52a6f0-font-family), Sans-serif;
    font-size: var(--e-global-typography-a52a6f0-font-size);
    font-weight: var(--e-global-typography-a52a6f0-font-weight);
    line-height: var(--e-global-typography-a52a6f0-line-height);
    letter-spacing: var(--e-global-typography-a52a6f0-letter-spacing);
    word-spacing: var(--e-global-typography-a52a6f0-word-spacing);
    color: var(--e-global-color-accent);
	padding:0 1.2em;
	margin-bottom:0;
}
.mphb_sc_search_results-wrapper .mphb-room-type-title a{
	font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
	margin:0;
	padding:0;
}


.mphb_sc_search_results-wrapper .mphb-room-type p:not(.post-thumbnail){
	font-family: var(--e-global-typography-75707b8-font-family), Sans-serif;
    font-size: var(--e-global-typography-75707b8-font-size);
    font-weight: var(--e-global-typography-75707b8-font-weight);
    text-transform: var(--e-global-typography-75707b8-text-transform);
    line-height: var(--e-global-typography-75707b8-line-height);
    letter-spacing: var(--e-global-typography-75707b8-letter-spacing);
    word-spacing: var(--e-global-typography-75707b8-word-spacing);
    color: var(--e-global-color-433ba11);
	padding:0 2.25em;
}
.mphb_sc_search_results-wrapper .post-thumbnail{
	line-height:0;
}

.mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price{
	margin:1em 0;
}



.mphb_sc_search_results-wrapper .mphb-room-type-details-title,
.mphb_sc_search_results-wrapper .mphb-loop-room-type-attributes{
	display:none;
}


.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper{
	display:inline-block;
	background-color: transparent;
    font-family: var(--e-global-typography-3a1c368-font-family), Sans-serif!important;
    font-size: var(--e-global-typography-3a1c368-font-size)!important;
    font-weight: var(--e-global-typography-3a1c368-font-weight)!important;
	text-transform: uppercase!important;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	padding: 0!important;
	margin-left:1.8em;
	margin-bottom:1.9em;
	width:calc(50% - .5em - 1.8em);
	height:3.1em;
}
.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper a{
	display:flex;
	justify-content: center;
    align-items: center;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-secondary);
	border-radius: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	transition:all .25s ease;
}
.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper a:hover{
	color:#fff;
	background:var( --e-global-color-accent );
	border-color:var( --e-global-color-accent )!important;
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section{
	margin-left:calc(1em - 2px);
	width:calc(50% - .5em - 1.8em);
}

.mphb_sc_search_results-wrapper .mphb-book-button{
	height:2.5833333em;
	margin-right:1.8em;
	margin-bottom:1.9em;
}



/* Don't show "confirm reservation" message on search */
.mphb_sc_search_results-wrapper .mphb-reservation-details,
.mphb_sc_search_results-wrapper .mphb-confirm-reservation{
	display:none;
}



/* Confirmation / Checkout page */
.mphb_sc_checkout-form h3{
	font-family: var(--e-global-typography-0ca61c8-font-family), Sans-serif;
	font-size: var(--e-global-typography-0ca61c8-font-size);
	font-weight: var(--e-global-typography-0ca61c8-font-weight);
	text-transform: var(--e-global-typography-0ca61c8-text-transform);
	line-height: var(--e-global-typography-0ca61c8-line-height);
	color: var(--e-global-color-accent);
	
	margin-bottom:.5em;
}

.mphb-room-type-title{
    font-family: var(--e-global-typography-0ca61c8-font-family), Sans-serif;
    font-size: var(--e-global-typography-0ca61c8-font-size);
    font-weight: var(--e-global-typography-0ca61c8-font-weight);
    text-transform: var(--e-global-typography-0ca61c8-text-transform);
    line-height: var(--e-global-typography-0ca61c8-line-height);
}

.mphb-room-type-title a{
	display:block;
	color: var(--e-global-color-accent)!important;
	margin:1em 0 .5em 0;
}

.mphb-room-number,
.mphb-room-type-title span{
	display:none;
}


.mphb-room-details label{
	min-width: 8em;
    display: inline-block;
}

.mphb-required-fields-tip,
.mphb-checkout-section label abbr{
	display:none!important;
}


#mphb-billing-details{
	margin-top:2em!important;
}

.mphb-gateways-list input,
.mphb-mailchimp-subscription input{
	min-width:auto!important;
}
.mphb_sc_checkout-form .mphb-gateways-list{
	padding:0;
}
.mphb_sc_checkout-form .mphb-gateways-list>li{
	margin: 0;
    display: flex;
    align-items: center;
}
.mphb_sc_checkout-form .mphb-gateways-list>li input{
	margin:0 .5em 0 0!important
}

.mphb-gateway-description{
	display:none;
}


.mphb-mailchimp-subscription label{
	display:flex;
	align-items: center;
	font-weight:bold;
}
.mphb-mailchimp-subscription label input{
	margin:0 .5em 0 0!important
}


.mphb_sc_checkout-submit-wrapper input{
	margin-top:1em;
	
	font-family: var(--e-global-typography-0ca61c8-font-family), Sans-serif;
    font-size: var(--e-global-typography-0ca61c8-font-size);
    font-weight: var(--e-global-typography-0ca61c8-font-weight);
    text-transform: var(--e-global-typography-0ca61c8-text-transform);
    line-height: var(--e-global-typography-0ca61c8-line-height);
	min-width:100%;
}



/* Hide redundant duplicate pricing */
.mphb-price-breakdown-booking .mphb-table-price-column{
	display:none;
}

.mphb-price-breakdown .mphb-price-breakdown-total th{
	padding-top:1em;
}

.mphb-price-breakdown-rate{
	margin-top:1em;
}

.mphb-booking-details-title{
	margin-top:0;
}
.mphb_cb_checkout_form>.mphb-checkout-section:not(:first-of-type), .mphb_sc_checkout-form>.mphb-checkout-section:not(:first-of-type){
	margin-top:2em;
}

/* Hide redundant "full name" */
.mphb-guest-name-wrapper{
	display:none;
}

.mphb-price-breakdown-rate{
	display:none;
}
/*******************************************************/

/* BOOK NOW */

.gava-book-now .mphb-calendar--direct-booking{
	display:none!important;
}

.gava-book-now p{
	cursor:normal;
	line-height: .5em;
}

.gava-book-now label{
	display:none!important;
}

.gava-book-now input{
	font-family: var(--e-global-typography-75707b8-font-family), Sans-serif;
	font-size:1.3329068032em!important;
	border-radius:0;
	border:solid 1px var( --e-global-color-primary );
	padding:0.25em 0.7em;
}


.gava-book-now .mphb-reserve-btn,
.gava-book-now .button{
    cursor: pointer;
    font-family: var(--e-global-typography-2b7a5f2-font-family), Sans-serif;
    font-size: var(--e-global-typography-2b7a5f2-font-size);
    font-weight: var(--e-global-typography-2b7a5f2-font-weight);
    background: var(--e-global-color-primary);
	color:var( --e-global-color-19c087e );
	fill:var(--e-global-color-19c087e);
	padding:1em 2em!important;
	transition:all .25s ease;
}
.gava-book-now .mphb-reserve-btn:hover,
.gava-book-now .button:hover
{
	background:var( --e-global-color-accent );
	color:#fff;
}


/* Hide misleading adults and children in the breakdown, as they won't match what was chosen */
.mphb-price-breakdown-adults,
.mphb-price-breakdown-children{
	display:none;
}



/*******************************************************/

/* WOO COMMERCE CHECKOUT */

.wc-block-components-form input,
.wc-block-components-form select,
.wc-block-components-form textarea,
.wp-block-woocommerce-checkout-order-summary-block
{	
	border-radius:0!important;
}

.wc-block-components-form h2{
	font-family: var(--e-global-typography-0ca61c8-font-family), Sans-serif;
	font-size: var(--e-global-typography-0ca61c8-font-size);
	font-weight: var(--e-global-typography-0ca61c8-font-weight);
	text-transform: var(--e-global-typography-0ca61c8-text-transform);
	line-height: var(--e-global-typography-0ca61c8-line-height);
	color: var(--e-global-color-accent);
}

.wc-block-components-checkout-place-order-button{
	font-family: var(--e-global-typography-0ca61c8-font-family), Sans-serif;
    font-size: var(--e-global-typography-0ca61c8-font-size);
    font-weight: var(--e-global-typography-0ca61c8-font-weight);
    text-transform: var(--e-global-typography-0ca61c8-text-transform);
    line-height: var(--e-global-typography-0ca61c8-line-height);
	background-color: var(--e-global-color-primary);
	fill: var(--e-global-color-19c087e);
    color: var(--e-global-color-19c087e);
	border:0;
	min-height: auto!important;
	padding:.5em!important;
	transition:all .25s ease!important;
}
.wc-block-components-checkout-place-order-button:hover{
	background:var(--e-global-color-accent);
	color:#fff;
}


/********************************************************/



/* Change Add to Cart button */
.woocommerce a.button:not(.mphb-book-button),
.woocommerce button.button:not(.mphb-book-button),
.woocommerce input.button:not(.mphb-book-button),
.checkout-button:not(.mphb-book-button){
    background-color: var( --e-global-color-primary )!important;
    color: #fff;
	transition:all .25s ease;
}
.woocommerce a.button:hover:not(.mphb-book-button),
.woocommerce button.button:hover:not(.mphb-book-button),
.woocommerce input.button:hover:not(.mphb-book-button),
.checkout-button:hover:not(.mphb-book-button){
	background:var(--e-global-color-accent)!important;
    color: #fff!important;
}






body{
	text-rendering: optimizeLegibility;
	margin: 8em 0 0 0;
	font-family:var(--e-global-typography-text-font-family);
	font-size:var(--e-global-typography-text-font-size);
	font-weight:var(--e-global-typography-text-font-weight);
}


p{
	line-height:1.5em;
	margin:0;
}
.elementor-widget-text-editor p,
.single-post p,
.elementor-widget-theme-post-content p{
	margin:0 0 1.25em 0;
}
.elementor-widget-text-editor p:last-of-type{
	margin-bottom:0!important;
}


li{
	margin:1em 0;
}

/* Button hacks */
.elementor-button{
	cursor:pointer;
}
.elementor-widget-button .elementor-button-wrapper a,
.elementor-widget-button a.elementor-button
{
	width:100%!important;
}
.elementor-button-text{
	flex-grow:0!important;
}
.elementor-button .elementor-align-icon-right,
.elementor-button .elementor-align-icon-left
{
	display: inline-flex;
	align-items: center;
}


.elementor-widget-text-editor a,
.elementor-posts a,
.elementor-widget-theme-post-content a{
	font-weight:bold;
}
.elementor-widget-text-editor a:hover,
.elementor-posts a:hover,
.elementor-widget-theme-post-content a:hover{
	text-decoration:underline;
}

.elementor-location-header{
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
.header-scrolled{
	top:0!important;
	box-shadow:0 0 1em rgba(0,0,0,.25)!important;
	/*background:rgba(255,255,255,.975)!important;*/
}

.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-widget-theme-site-logo img,
.elementor-location-header .header-menu-area{
	transition:all 1s ease!important;
}
.header-scrolled .e-con-inner{
	padding:0.5em 0!important;
}
.header-scrolled .elementor-widget-theme-site-logo img{
	width:6.5em!important;
}
.header-scrolled .header-menu-area{
	margin:0;
}





.grecaptcha-badge {
	display: none;
}


/* Make fields grow to height of button */
.elementor-field-group input{
	height:100%;
}

.swiper-slide-inner{
	cursor:default;
}

.boxed{
	max-width:var(--content-width)!important;
	margin-left:auto!important;
	margin-right:auto!important;
}

/* Elementor SVG fixes */
.elementor-icon-list-icon svg path{
    fill:inherit;
}
.elementor-icon-list-icon svg g{
    clip-path:initial;
}




.elementor-widget-text-editor strong{
	font-weight:600;
}


.elementor-slideshow__header{
	flex-direction: row!important;
}

.elementor-slideshow__counter{
	margin-left:3em!important;
}


.gava-tab{
	cursor:pointer;
}
.gava-content{
	display:none!important;
	position:absolute!important;
	z-index:1!important;
	opacity:0;
	transition:all .5s ease-out!important;
}
/* Keep content visible in Elementor editor */
body.elementor-editor-active .gava-content {
	display: flex!important;
	position:inherit!important;
	outline:dotted 2px #fff;
	opacity:1!important;
}

form{
	margin:0;
}



/*
======================================================================================
  TABLETS / DESKTOP
======================================================================================
*/
@media screen and (min-width:768px) {
	
	.header-scrolled{
		box-shadow:0 0 2em rgba(0,0,0,.5)!important;
	}
	
	
}
