  .landscape-warning {
    display: none;
    }
@media (max-width: 900px) and (orientation: landscape) and (pointer: coarse) {
  .landscape-warning {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999;
    width: 100vw;
    height: 100vh;
    background: var(--contrast);
    color: rgb(var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }
  
  html, body{
	  background: var(--contrast);
  }
}


@media (pointer: coarse) {



 }

@media only screen and (max-width: 400px) {

.datepick,.mphb-date-cell,
.datepick-month a{
width: 100% !important;
}
.datepick-month {
  width: 100% !important;
}

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

.grid-item.horizontal {
  max-width: 60vw;
  }
  .grid-item.vertical {
  max-width: 40vw;
}

.mphb-room-type, .mphb_sc_booking_confirmation .mphb-booking-details{
	grid-template-columns: 1fr;
}

.loader img.logo-animate {
  width: 104px;
  top:15px;
  left: var(--pad);
}
#logo-header img{
	width: 104px;
}
:root{
	--header: 54px;
	--pad: 20px;
	--padb: 55px;
}

 .rounded-trans {
    display: flex;
    flex-direction: column;
    gap: var(--pads);
    align-items: flex-start;
  }
  
  
.mphb-payment-messages{
	margin-top: 0;
}

  
  

}




/* ----------- iPad Pro ----------- */

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
/*
.grid-item.horizontal {
  max-width: 43vw;
  }
  .grid-item.vertical {
  max-width: 28vw;
}
*/

}



@media only screen and (min-width: 769px) {


footer{
	position: relative;
	z-index: 999999999999;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.post-content.column-text{
	max-width: 90%;
}


input.button.mphb-confirm-reservation:hover,
.mphb-book-button:hover{
	opacity: 1;
	background-color: transparent;
	color: rgb(var(--accent));
}

.calendar-form button:hover{
	background-color: rgb(var(--accent));
	cursor: pointer;
}
.calendar-form select:hover{
	background-color: rgba(var(--accent), 0.5);
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--contrast);
}

.boton:hover, input[type="submit"]:hover{
	background-color: var(--contrast);
	color: var(--primary);
}
.wpml-ls-menu-item:hover .sub-menu{
display: flex;
    position: absolute;
    gap: 24px;
    padding: 0 24px;
    top: 0;
    right: 2.16vw;
}
.page-template-contacto header a:hover{
	color: var(--primary);
}


header a:hover{
	color: var(--contrast);
}
.accordion h3:hover{
	padding:0.5em 0 0.27em 10px;
cursor: pointer;
}
.accordion h3.is-active:hover{
	padding:0.5em 0 0.27em;	
	cursor: default;
}

.mobile, .mobile-menu{
	 display: none !important;
 }

.desktop{
	display: block !important;
}

.button:hover, button:hover, .link-text a:hover{
opacity: 1;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover, .numInputWrapper:hover{
	background: inherit !important;
}

#mphb-customer-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px; /* Adds consistent spacing */
}

#mphb-customer-details > p[class^="mphb-customer"] {
  flex: 1 1 calc(50% - 30px);
  margin: 0;
}

/* Make note or full-width fields span across columns */
/*
#mphb-customer-details .mphb-customer-note,
#mphb-customer-details .mphb-customer-country,
*/
#mphb-customer-details .mphb-customer-details-title, #mphb-customer-details .mphb-required-fields-tip {
  flex: 1 1 100%;
}


}



@media only screen and (max-width: 1024px) {



}

@media only screen and (max-width: 375px) {


:root 	{

		--body: 16px !important;

	--medium: 20px !important;

	--big: 20px !important;

}
}

button{
	padding: 0 0 5px;
}


@media only screen and (max-width: 768px) {

.tagline{
	padding: var(--pads) 0;
}
input.button.mphb-confirm-reservation{
  font-size: var(--medium);
}
button{
	padding: 0 0 5px;
}

.booking-details.medium.mobspan2{
order: -1;
}
.datepick-month-row{
	flex-direction: column;
}
.datepick{
	margin: 0 auto;
}
.mphb_sc_availability_calendar-wrapper{
	margin: 20px 0;
}

.mphb-payment-messages{
	margin-top: 0;
}
.calendar-popup-room.active{
	overflow: auto;
	height: var(--real100);
	padding: 100px 20px;
	display: block;
}

.menu-hover [id^="menu-lista-lang"]{
	margin-top: 40px !important;
	display: flex !important;
	gap:20px !important;
	flex-direction: row !important;
	}


.amenities{
padding: var(--pads) 0;}

input[type="text"],
input[type="tel"], 
input[type="email"], 
input[type="password"],
select,
textarea{
	width: 100%;
	}

.post-content.page-content{
	padding: var(--pads);
}

.mphb_sc_booking_confirmation .mphb-booking-details{
	grid-template-columns: 1fr;
}
.mphb-booking-details{
	border-top: none;
}
.booking-details-cont{
	grid-template-columns: 1fr 1fr;
}
.booking-details-title{
	padding: 20px 0;
}


.mobspan2{
	grid-column: span 2;
}


footer .tagline{
font-size: var(--medium);
  line-height: var(--linemedium);
  letter-spacing: var(--lsmedium);
  padding: 100px 0;
}

.gallery-footnote strong, .block-text.big p, .post-content.medium{
   font-size: var(--body);
    line-height: var(--linebody);
    letter-spacing: var(--lsbody);}

:root 	{

		--body: 16px;
	--linebody: 106.666%;
	--lsbody:0.05em;

	--medium: 22px;
	--linemedium: 106.666%;
	--lsmedium:0.05em;

	--big: 22px;
	--linebig: 100%;
	--lsbig:0.05em;
	
	
	--pads: 15px;
	--padv:36px;
	--pad:40px;
	
	
	--header:54px;


	--padb:80px;
	--padb2:100px;
	--padh:150px;
    
	--sans: 'NewEdge666 Rounded', Arial, sans-serif;

}

.header{
grid-template-columns: 1fr 1fr;
padding: var(--pads);
}
.mobile-menu{
		font-weight: 300;
	    font-family: 'NewEdge 666';
font-size: 33px;
    width: fit-content;
    margin-left: auto;
    margin-bottom: -1px;
line-height: 0.8;
}
footer{
	padding: var(--pads);
}
.block-text h2 {
  margin: 30px 0;
  line-height: 100%;
  }

.cover-image {
  position: relative;
  height: auto;
  margin: var(--header) var(--pads) 0;
}
.block-text, .block-gallery, .accordion-column, .hero-calendar, .results-info, .rounded-trans {
  padding: var(--pads);
}
.header.bg-accent #logo-header img{
	filter: brightness(200);
}
.calendar-form form{
	gap:var(--pads);
}

.rounded-trans{
	display: flex;
	flex-direction: column;
	gap:var(--pads);
	align-items: flex-start;
}

.hero{
		height: var(--real100);
}

.header.bg-accent{
	height: var(--real100);
	align-items: flex-start;
}
.footer-blocks {
	text-align: center;
  font-size: 16px;
  grid-template-columns: 1fr;
  align-items: flex-start;
  }
.gallery-swiper.mobile{
	margin-top: 20px;
}
.calendar-form{
	margin: 0px auto;
}
#logo-header img{
	width: 104px !important;
}
.grid-item.horizontal{
max-width: 75vw;
}
.grid-item{
	align-items: center !important;
}

.grid-item.vertical{
max-width:65vw;
height: auto;
align-self: center;
}
.header [class^="menu-main"], .desktop, .header [id^="menu-main"], .header [class^="menu-lang"], .swiper-desktop, .book-cover{
	display: none !important;
}

.column-text h2{
	margin-bottom: 22px;
}

.loader img.logo-animate {
  width: 104px;
  top:var(--pads);
  left: var(--pads);
}

.swiper-column{
	padding: var(--pads);
}
.menu-hover [id^="menu"]{
	font-weight: 300;
	    font-family: 'NewEdge 666';
	display: flex !important;
	flex-direction: column;
	gap:var(--pads);
	line-height: 100%;
	font-size: 32px;
	text-align: center;
	color: var(--primary);
	margin: 0;
	text-align: center;
  justify-content: center;
  align-items: center;
}

.wpml-ls-menu-item{
	width: auto;
}

.menu-hover [id^="menu-main"] li a, .suites-two-columns, .checkout-custom, .hero-calendar, .mphb-room-type, .room-content, .mobile, .mobile-menu{
	display: block !important;
	
}
.checkout-custom, .room-content{
	padding: 20px 0;
}

.checkout-details-custom, .checkout-column-custom{
	  padding: var(--pads);
	 border-left: none;
margin: 0;
}

input[type="submit"]{
	width: 100% !important;
}
.suite-content{
	margin-bottom: 20px;
}

.mphb-room-type{
	margin: var(--pads) !important;
	border-top:none;
	border-bottom: none;
}


}
