@keyframes fadeInLeft {
   from {
     opacity: 0;
     transform: translate3d(-100%,0,0);
   }
 
   to {
     opacity: 1;
     transform: translate3d(0,0,0);
   }
 }
 @keyframes fadeOutLeft {
   from {
     opacity: 1;
   }
 
   to {
     opacity: 0;
     transform: translate3d(-100%, 0, 0);
   }
 }
 .fadeInLeft {
   animation-name: fadeInLeft;
   animation-duration: 2s;
   animation-fill-mode: forwards;
   
 }


 .fadeOutLeft {
   animation-name: fadeOutLeft;
   animation-duration: 2s;
   animation-fill-mode: forwards;
   
 }
/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */
/* petrona-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/petrona/petrona-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/petrona/petrona-v32-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/petrona/petrona-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/petrona/petrona-v32-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/petrona/petrona-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/petrona/petrona-v32-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/petrona/petrona-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* petrona-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Petrona';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/petrona/petrona-v32-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  /*
  * Nunito sans
  */

  /* nunito-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/nunito/nunito-sans-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/nunito/nunito-sans-v15-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/nunito/nunito-sans-v15-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito/nunito-sans-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/nunito/nunito-sans-v15-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito/nunito-sans-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-sans-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/nunito/nunito-sans-v15-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* color: #305082; */


  
  
  @font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icons/icomoon.eot?iu2050');
    src:  url('../fonts/icons/icomoon.eot?iu2050#iefix') format('embedded-opentype'),
      url('../fonts/icons/icomoon.ttf?iu2050') format('truetype'),
      url('../fonts/icons/icomoon.woff?iu2050') format('woff'),
      url('../fonts/icons/icomoon.svg?iu2050#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-floor-heating:before {
    content: "\e91a";
    color: #305082;
  }
  .icon-floor-heating-2:before {
    content: "\e91b";
    color: #305082;
  }
  .icon-internal-stairs:before {
    content: "\e91c";
    color: #305082;
  }
  .icon-washing-machine:before {
    content: "\e91d";
    color: #305082;
  }
  .icon-dishwasher:before {
    content: "\e91e";
    color: #305082;
  }
  .icon-nearby:before {
    content: "\e918";
    color: #305082;
  }
  .icon-resort:before {
    content: "\e919";
    color: #305082;
  }
  .icon-door:before {
    content: "\e916";
    color: #305082;
  }
  .icon-lamp:before {
    content: "\e917";
    color: #305082;
  }
  .icon-bed-simple:before {
    content: "\e915";
    color: #305082;
  }
  .icon-partial-sea-view:before {
    content: "\e901";
    color: #305082;
  }
  .icon-air-conditioning:before {
    content: "\e902";
    color: #305082;
  }
  .icon-bath:before {
    content: "\e903";
    color: #305082;
  }
  .icon-bed:before{
    content: "\e904";
    color: #305082;
  }
  .icon-child-friendly:before {
    content: "\e905";
    color: #305082;
  }
  .icon-child:before {
    content: "\e906";
    color: #305082;
  }
  .icon-coffe-maker:before {
    content: "\e900";
    color: #305082;
  }
  .icon-garden-view:before {
    content: "\e907";
    color: #305082;
  }
  .icon-guests:before {
    content: "\e908";
    color: #305082;
  }
  .icon-home:before {
    content: "\e909";
    color: #305082;
  }
  .icon-kitchen-essentials:before {
    content: "\e90a";
    color: #305082;
  }
  .icon-kitchen-set:before {
    content: "\e90b";
    color: #305082;
  }
  .icon-sea-view:before {
    content: "\e90c";
    color: #305082;
  }
  .icon-snowflake:before {
    content: "\e90d";
    color: #305082;
  }
  .icon-sofa:before {
    content: "\e90e";
    color: #305082;
  }
  .icon-terrace:before {
    content: "\e90f";
    color: #305082;
  }
  .icon-terrace-2nd:before {
    content: "\e910";
    color: #305082;
  }
  .icon-toilet:before {
    content: "\e911";
    color: #305082;
  }
  .icon-tv:before {
    content: "\e912";
    color: #305082;
  }
  .icon-wheelchair-access:before {
    content: "\e913";
    color: #305082;
  }
  .icon-wifi:before {
    content: "\e914";
    color: #305082;
  }

.mphb_sc_search-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgb(61 85 119 / .89);	
}



@media (min-width: 768px) {



	.mphb_sc_search-wrapper {
		height: 120px;	
	}	
}



@media (min-width: 1024px) {



	.mphb_sc_search-wrapper {
		height: 135px;	
	}	
}



.mphb_sc_search-wrapper  .textchildren {
	position: absolute;
	bottom: -2rem;
	right: 0px;
	width: 100%;
	text-align: center;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 300;
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgb(223 212 187 / var(--tw-text-opacity));	
}



@media (min-width: 1024px) {



	.mphb_sc_search-wrapper  .textchildren {
		text-align: right;
		font-size: 0.875rem;
		line-height: 1.25rem;	
	}	
}
.home .mphb_sc_search-wrapper .textchildren {
	bottom: 0.5rem !important;	
}
@media (min-width: 1024px) {



	.home .mphb_sc_search-wrapper .textchildren {
		text-align: center !important;	
	}	
}
.ctabooking .mphb_sc_search-wrapper  .textchildren {
	bottom: -1.75rem !important;	
}
@media (min-width: 1024px) {



	.ctabooking .mphb_sc_search-wrapper  .textchildren {
		bottom: 0.5rem !important;
		text-align: center !important;	
	}	
} 

@media (max-width: 767px) {
	.home .mphb_sc_search-wrapper {
		padding-left: 37px;
		padding-right: 37px;
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;	
	}	
}

#rooms_search .elementor-shortcode .elementor-widget-container .mphb_sc_search-wrapper {
	display: flex;
	background-color: rgb(61 85 119 / .89);	
}

@media (min-width: 1024px) {



	#rooms_search .elementor-shortcode .elementor-widget-container .mphb_sc_search-wrapper {
		justify-content: flex-end;	
	}	
}
.mphb_sc_search-wrapper .mphb_sc_search-form {
	width: 97%;	
}
@media (min-width: 1024px) {



	.mphb_sc_search-wrapper .mphb_sc_search-form {
		width: 83.333333%;	
	}	
}

.mphb_sc_search-wrapper.transparent {
	width: 100% !important;
	background-image: none !important;
	background: none !important;	
}
.mphb_sc_search-wrapper.transparent .mphb_sc_search-form {
	width: 100% !important;	
}



.mphb_sc_search-wrapper.is-style-horizontal-form form {
	margin-top: -18px;
	align-items: center;
	gap: 0.5rem;	
}



@media (min-width: 1024px) {



	.mphb_sc_search-wrapper.is-style-horizontal-form form {
		gap: 2rem;	
	}



	#rooms_search .elementor-shortcode .elementor-widget-container .mphb_sc_search-wrapper.is-style-horizontal-form form {
		gap: 1rem;	
	}	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form p {
	margin-bottom: 0px;
	padding: 0px;
	line-height: 1;	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-submit-button-wrapper {
	align-self: flex-end;	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form label {
	font-family: Nunito Sans, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	line-height: 38px;
	--tw-text-opacity: 1;
	color: rgb(181 176 174 / var(--tw-text-opacity));	
}

.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="text"],
.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="date"],
.mphb_sc_search-wrapper.is-style-horizontal-form form select {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(181 176 174 / var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Nunito Sans, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form select {
	/*padding-top: 5px !important;
	padding-bottom: 5px !important;	*/
}
.mphb_sc_search-wrapper.is-style-horizontal-form form select * {
	--tw-text-opacity: 1;
	color: rgb(48 41 38 / var(--tw-text-opacity));	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form select option {
	min-height: 0.625rem !important;
	padding: 0px !important;
	font-weight: 300 !important;	
}

.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="submit"].button {
	align-self: flex-end;
	border-radius: 8px;
	--tw-bg-opacity: 1;
	background-color: rgb(174 159 111 / var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-family: Nunito Sans, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px;	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="submit"].button:hover {
	cursor: pointer;	
}

.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="text"]:focus-visible,
.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="date"]:focus-visible,
.mphb_sc_search-wrapper.is-style-horizontal-form form select:focus-visible,
.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="submit"]:focus-visible {
	border-radius: 0px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(174 159 111 / var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;	
}


.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-out-date,
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-in-date {
	position: relative;	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-out-date abbr,
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-in-date abbr {
	display: none !important;	
}
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-out-date::after,
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-in-date::after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE1IDE2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIj48cGF0aCBkPSJNMywwSDEzYTIsMiwwLDAsMSwyLDJWNWEwLDAsMCwwLDEsMCwwSDBBMCwwLDAsMCwxLDAsNVYzQTMsMywwLDAsMSwzLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEuMjYyKSIgZmlsbD0iI2FlOWY2ZiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEpIj48cGF0aCBkPSJNMywxLjk2M2EuOTkyLjk5MiwwLDAsMC0xLC45ODF2Ny44NWEuOTkyLjk5MiwwLDAsMCwxLC45ODFoOWEuOTkyLjk5MiwwLDAsMCwxLS45ODFWMi45NDRhLjk5Mi45OTIsMCwwLDAtMS0uOTgxSDNNMywwaDlhMi45NzIsMi45NzIsMCwwLDEsMywyLjk0NHY3Ljg1YTIuOTcyLDIuOTcyLDAsMCwxLTMsMi45NDRIM2EyLjk3MiwyLjk3MiwwLDAsMS0zLTIuOTQ0VjIuOTQ0QTIuOTcyLDIuOTcyLDAsMCwxLDMsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMi4yNjIpIiBmaWxsPSIjYWU5ZjZmIi8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMykiPjxwYXRoIGQ9Ik0wLDMuOTI5YTEsMSwwLDAsMS0xLTFWMEExLDEsMCwwLDEsMC0xLDEsMSwwLDAsMSwxLDBWMi45MjlBMSwxLDAsMCwxLDAsMy45MjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSIjYWU5ZjZmIi8+PHBhdGggZD0iTTAsMy45MjlhMSwxLDAsMCwxLTEtMVYwQTEsMSwwLDAsMSwwLTEsMSwxLDAsMCwxLDEsMFYyLjkyOUExLDEsMCwwLDEsMCwzLjkyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMzc1IDEpIiBmaWxsPSIjYWU5ZjZmIi8+PC9nPjwvZz48L2c+PC9zdmc+");
	position: absolute;
	right: 5px;
	bottom: 3px;
	margin: 6px;
	display: block;
	height: 14px;
	width: 14px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	--tw-content: '';
	content: var(--tw-content);
}

@media (max-width: 767px)
{
	.mphb_sc_search-wrapper.is-style-horizontal-form form {
		gap: 1rem;	
	}
	.mphb_sc_search-wrapper.is-style-horizontal-form form * {
		flex-grow: 1;
		flex-basis: 20%;	
	}

	.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-out-date,
	.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-check-in-date {
		flex-grow: 1;
		flex-basis: 41.666667%;	
	}
	
	.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-submit-button-wrapper {
		flex-grow: 1;
		flex-basis: 45%;	
	}

	.mphb_sc_search-wrapper.is-style-horizontal-form form input[type="submit"].button {
		padding: 16px;	
	}

}


.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-children label ,
.mphb_sc_search-wrapper.is-style-horizontal-form form .mphb_sc_search-adults label {
	text-wrap: nowrap;	
}



@media (max-width:767px){
	.mphb-calendar .mphb-datepicker-grayscale .datepick-nav, 
	.mphb-calendar .mphb-datepicker-grayscale .datepick-ctrl, 
	.datepick-popup .mphb-datepicker-grayscale .datepick-nav, 
	.datepick-popup .mphb-datepicker-grayscale .datepick-ctrl {
		font-size: 16px;
	}
}

.datepick-popup:after {
	display: none !important;	
}
.cn-icon-star-3{
    display: block;
    height: 13px;
    width: 14px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjEzLjYiCiAgIGhlaWdodD0iMTIuOTk5IgogICB2aWV3Qm94PSIwIDAgMTMuNiAxMi45OTkiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzEwIgogICBzb2RpcG9kaTpkb2NuYW1lPSJzdGFyLTEuc3ZnIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjIuMSAoOWM2ZDQxZTQxMCwgMjAyMi0wNy0xNCkiCiAgIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIgogICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczE0IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3MTIiCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjMDAwMDAwIgogICAgIGJvcmRlcm9wYWNpdHk9IjAuMjUiCiAgICAgaW5rc2NhcGU6c2hvd3BhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIgogICAgIGlua3NjYXBlOmRlc2tjb2xvcj0iI2QxZDFkMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgc2hvd2d1aWRlcz0idHJ1ZSIKICAgICBpbmtzY2FwZTp6b29tPSIyNi40Mjg0NDYiCiAgICAgaW5rc2NhcGU6Y3g9IjIxLjk0NjA1IgogICAgIGlua3NjYXBlOmN5PSI2LjUwODEzODkiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciCiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy15PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9Imc4Ij4KICAgIDxzb2RpcG9kaTpndWlkZQogICAgICAgcG9zaXRpb249IjEzLjU4Mzg0OCwxMy41Mjg3MzIiCiAgICAgICBvcmllbnRhdGlvbj0iMSwwIgogICAgICAgaWQ9Imd1aWRlMTUyNiIKICAgICAgIGlua3NjYXBlOmxvY2tlZD0iZmFsc2UiIC8+CiAgPC9zb2RpcG9kaTpuYW1lZHZpZXc+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjMzMykiCiAgICAgaWQ9Imc4Ij4KICAgIDxwYXRoCiAgICAgICBkPSJNIDYuNzg2LDEwLjQ0NyAxMC45OCwxMyA5Ljg2Nyw4LjE5IDEzLjU3Miw0Ljk1NCA4LjY5Myw0LjUzNiA2Ljc4NiwwIDQuODc5LDQuNTM2IDAsNC45NTMgMy43MDUsOC4xOSAyLjU5MiwxMyBaIgogICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMzMzKSIKICAgICAgIGZpbGw9IiNkMmJiNzMiCiAgICAgICBpZD0icGF0aDYiIC8+CiAgPC9nPgo8L3N2Zz4K")
}
.cn-icon-star-4{
    display: block;
    height: 13px;
    width: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjMwLjIwMDAwMSIKICAgaGVpZ2h0PSIxMi45OTkiCiAgIHZpZXdCb3g9IjAgMCAzMC4yIDEyLjk5OSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMTAiCiAgIHNvZGlwb2RpOmRvY25hbWU9InN0YXItMi5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMi4xICg5YzZkNDFlNDEwLCAyMDIyLTA3LTE0KSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMTQiIC8+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIGlkPSJuYW1lZHZpZXcxMiIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBzaG93Z3VpZGVzPSJ0cnVlIgogICAgIGlua3NjYXBlOnpvb209IjI2LjQyODQ0NiIKICAgICBpbmtzY2FwZTpjeD0iMjEuOTQ2MDUiCiAgICAgaW5rc2NhcGU6Y3k9IjYuNTA4MTM4OSIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iZzgiPgogICAgPHNvZGlwb2RpOmd1aWRlCiAgICAgICBwb3NpdGlvbj0iMzAuMjMyNTc2LDE0LjYyNjAzNCIKICAgICAgIG9yaWVudGF0aW9uPSIxLDAiCiAgICAgICBpZD0iZ3VpZGUxNTI2IgogICAgICAgaW5rc2NhcGU6bG9ja2VkPSJmYWxzZSIgLz4KICA8L3NvZGlwb2RpOm5hbWVkdmlldz4KICA8ZwogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMzMzKSIKICAgICBpZD0iZzgiPgogICAgPHBhdGgKICAgICAgIGQ9Ik0gNi43ODYsMTAuNDQ3IDEwLjk4LDEzIDkuODY3LDguMTkgMTMuNTcyLDQuOTU0IDguNjkzLDQuNTM2IDYuNzg2LDAgNC44NzksNC41MzYgMCw0Ljk1MyAzLjcwNSw4LjE5IDIuNTkyLDEzIFoiCiAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4yNzIpIgogICAgICAgZmlsbD0iI2QyYmI3MyIKICAgICAgIGlkPSJwYXRoNCIgLz4KICAgIDxwYXRoCiAgICAgICBkPSJNIDYuNzg2LDEwLjQ0NyAxMC45OCwxMyA5Ljg2Nyw4LjE5IDEzLjU3Miw0Ljk1NCA4LjY5Myw0LjUzNiA2Ljc4NiwwIDQuODc5LDQuNTM2IDAsNC45NTMgMy43MDUsOC4xOSAyLjU5MiwxMyBaIgogICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMzMzKSIKICAgICAgIGZpbGw9IiNkMmJiNzMiCiAgICAgICBpZD0icGF0aDYiIC8+CiAgPC9nPgo8L3N2Zz4K")
}
.cn-icon-star-5{
    display: block;
    height: 13px;
    width: 46px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NS43ODQiIGhlaWdodD0iMTIuOTk5IiB2aWV3Qm94PSIwIDAgNDUuNzg0IDEyLjk5OSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4zMzMpIj48cGF0aCBkPSJNNi43ODYsMTAuNDQ3LDEwLjk4LDEzLDkuODY3LDguMTlsMy43MDUtMy4yMzZMOC42OTMsNC41MzYsNi43ODYsMCw0Ljg3OSw0LjUzNiwwLDQuOTUzLDMuNzA1LDguMTksMi41OTIsMTNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMC44NzgpIiBmaWxsPSIjZDJiYjczIi8+PHBhdGggZD0iTTYuNzg2LDEwLjQ0NywxMC45OCwxMyw5Ljg2Nyw4LjE5bDMuNzA1LTMuMjM2TDguNjkzLDQuNTM2LDYuNzg2LDAsNC44NzksNC41MzYsMCw0Ljk1MywzLjcwNSw4LjE5LDIuNTkyLDEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMjcyKSIgZmlsbD0iI2QyYmI3MyIvPjxwYXRoIGQ9Ik02Ljc4NiwxMC40NDcsMTAuOTgsMTMsOS44NjcsOC4xOWwzLjcwNS0zLjIzNkw4LjY5Myw0LjUzNiw2Ljc4NiwwLDQuODc5LDQuNTM2LDAsNC45NTMsMy43MDUsOC4xOSwyLjU5MiwxM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjMzMykiIGZpbGw9IiNkMmJiNzMiLz48L2c+PC9zdmc+")
}
.cn-icon-filters{
    margin-right: 6px;
    display: inline-block;
    height: 13px;
    width: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIuNTc3IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxNiAxMi41NzciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8ZGVmcz4KICA8Y2xpcFBhdGggaWQ9ImEiPgogICA8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTIuNTc3IiBmaWxsPSIjNzA2YzZhIi8+CiAgPC9jbGlwUGF0aD4KIDwvZGVmcz4KIDxnIGNsaXAtcGF0aD0idXJsKCNhKSIgZmlsbD0iIzcwNmM2YSI+CiAgPHBhdGggdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIGQ9Ik0uNTcsMi40SDguMWExLjgxMywxLjgxMywwLDAsMCwzLjQ1LDBoMy44OGEuNTcuNTcsMCwxLDAsMC0xLjE0SDExLjU1YTEuODEzLDEuODEzLDAsMCwwLTMuNDUsMEguNTdhLjU3LjU3LDAsMCwwLDAsMS4xNCIvPgogIDxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMuMzg3KSIgZD0iTTE1LjQzLDkuMUg2LjQ0N2ExLjgxNCwxLjgxNCwwLDAsMC0zLjQzMywwSC41N2EuNTcuNTcsMCwxLDAsMCwxLjE0SDNhMS44MTMsMS44MTMsMCwwLDAsMy40NjcsMEgxNS40M2EuNTcuNTcsMCwxLDAsMC0xLjE0Ii8+CiAgPHBhdGggdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNi43MzEpIiBkPSJNMTUuNDMsMTYuOTEzSDExLjU1YTEuODEzLDEuODEzLDAsMCwwLTMuNDUsMEguNTdhLjU3LjU3LDAsMSwwLDAsMS4xNEg4LjFhMS44MTMsMS44MTMsMCwwLDAsMy40NSwwaDMuODhhLjU3LjU3LDAsMSwwLDAtMS4xNCIvPgogPC9nPgo8L3N2Zz4K")
}
@media (max-width:1023px){
    .cn-icon-filters {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjE2IgogICBoZWlnaHQ9IjEyLjU3NyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMTYgMTIuNTc3IgogICBpZD0ic3ZnMTUiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImNuLWljb24tZmlsdGVyLXNtLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4yLjEgKDljNmQ0MWU0MTAsIDIwMjItMDctMTQpIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3MTciCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjMDAwMDAwIgogICAgIGJvcmRlcm9wYWNpdHk9IjAuMjUiCiAgICAgaW5rc2NhcGU6c2hvd3BhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIgogICAgIGlua3NjYXBlOmRlc2tjb2xvcj0iI2QxZDFkMSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iNjYuNTUwMDUzIgogICAgIGlua3NjYXBlOmN4PSI3LjYxODMyNiIKICAgICBpbmtzY2FwZTpjeT0iNi4yODA5ODY3IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDE3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmcxNSIgLz4KICA8ZGVmcwogICAgIGlkPSJkZWZzNSI+CiAgICA8Y2xpcFBhdGgKICAgICAgIGlkPSJhIj4KICAgICAgPHJlY3QKICAgICAgICAgd2lkdGg9IjE2IgogICAgICAgICBoZWlnaHQ9IjEyLjU3NyIKICAgICAgICAgZmlsbD0iIzcwNmM2YSIKICAgICAgICAgaWQ9InJlY3QyIiAvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcKICAgICBjbGlwLXBhdGg9InVybCgjYSkiCiAgICAgZmlsbD0iIzcwNmM2YSIKICAgICBpZD0iZzEzIgogICAgIHN0eWxlPSJmaWxsOiNhZTlmNmY7ZmlsbC1vcGFjaXR5OjEiPgogICAgPHBhdGgKICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDApIgogICAgICAgZD0iTS41NywyLjRIOC4xYTEuODEzLDEuODEzLDAsMCwwLDMuNDUsMGgzLjg4YS41Ny41NywwLDEsMCwwLTEuMTRIMTEuNTVhMS44MTMsMS44MTMsMCwwLDAtMy40NSwwSC41N2EuNTcuNTcsMCwwLDAsMCwxLjE0IgogICAgICAgaWQ9InBhdGg3IgogICAgICAgc3R5bGU9ImZpbGw6I2FlOWY2ZjtmaWxsLW9wYWNpdHk6MSIgLz4KICAgIDxwYXRoCiAgICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0zLjM4NykiCiAgICAgICBkPSJNMTUuNDMsOS4xSDYuNDQ3YTEuODE0LDEuODE0LDAsMCwwLTMuNDMzLDBILjU3YS41Ny41NywwLDEsMCwwLDEuMTRIM2ExLjgxMywxLjgxMywwLDAsMCwzLjQ2NywwSDE1LjQzYS41Ny41NywwLDEsMCwwLTEuMTQiCiAgICAgICBpZD0icGF0aDkiCiAgICAgICBzdHlsZT0iZmlsbDojYWU5ZjZmO2ZpbGwtb3BhY2l0eToxIiAvPgogICAgPHBhdGgKICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTYuNzMxKSIKICAgICAgIGQ9Ik0xNS40MywxNi45MTNIMTEuNTVhMS44MTMsMS44MTMsMCwwLDAtMy40NSwwSC41N2EuNTcuNTcsMCwxLDAsMCwxLjE0SDguMWExLjgxMywxLjgxMywwLDAsMCwzLjQ1LDBoMy44OGEuNTcuNTcsMCwxLDAsMC0xLjE0IgogICAgICAgaWQ9InBhdGgxMSIKICAgICAgIHN0eWxlPSJmaWxsOiNhZTlmNmY7ZmlsbC1vcGFjaXR5OjEiIC8+CiAgPC9nPgo8L3N2Zz4K")
      }
}

.cn-icon-x{
    display: block;
    height: 13px;
    width: 13px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3LjcxIC0xMTQyLjQxKSI+PHBhdGggZD0iTTEwLDExYTEsMSwwLDAsMS0uNzA3LS4yOTNsLTEwLTEwYTEsMSwwLDAsMSwwLTEuNDE0LDEsMSwwLDAsMSwxLjQxNCwwbDEwLDEwQTEsMSwwLDAsMSwxMCwxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1OC43MSAxMTQzLjQxKSByb3RhdGUoOTApIiBmaWxsPSIjYWU5ZjZmIi8+PHBhdGggZD0iTTEwLDExYTEsMSwwLDAsMS0uNzA3LS4yOTNsLTEwLTEwYTEsMSwwLDAsMSwwLTEuNDE0LDEsMSwwLDAsMSwxLjQxNCwwbDEwLDEwQTEsMSwwLDAsMSwxMCwxMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0OC43MSAxMTQzLjQxKSIgZmlsbD0iI2FlOWY2ZiIvPjwvZz48L3N2Zz4=")
}

.cn-icon-prev{
    display: block;
    height: 30px;
    width: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4wMzEiIGhlaWdodD0iMzAuNjI1IiB2aWV3Qm94PSIwIDAgMTYuMDMxIDMwLjYyNSI+PHBhdGggZD0iTTU0Ny4xNDQsMjQwOS44MzlsLTE1LjMyNC0xNS4zLDE1LjMyMy0xNS4zMjQuNzA3LjcwNy0xNC42MTYsMTQuNjE2LDE0LjYxNiwxNC41OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTMxLjgyIC0yMzc5LjIxNCkiIGZpbGw9IiNhZTlmNmYiLz48L3N2Zz4=")
}

.cn-icon-next{
    display: block;
    height: 30px;
    width: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4wMzEiIGhlaWdodD0iMzAuNjI1IiB2aWV3Qm94PSIwIDAgMTYuMDMxIDMwLjYyNSI+PHBhdGggZD0iTTUzMi44OCwyNDA5LjgzOWwtLjcwNy0uNzA4LDE0LjYxNi0xNC41OTQtMTQuNjE2LTE0LjYxNi43MDctLjcwNywxNS4zMjQsMTUuMzI0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzMi4xNzQgLTIzNzkuMjE0KSIgZmlsbD0iI2FlOWY2ZiIvPjwvc3ZnPg==")
}

.cn_mphb_sc_filter_search_field_wrapper{
    margin-bottom: 22px
}

.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_filter_search_title_wrapper{
    margin-bottom: 1.25rem;
    margin-top: 20px
}

.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn-filters-title{
    font-family: Petrona, serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 3px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn-filters-title{
        --tw-text-opacity: 1;
        color: rgb(112 108 106 / var(--tw-text-opacity))
    }
}

.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch{
    margin-top: 1rem;
    width: 221px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    --tw-text-opacity: 1;
    color: rgb(235 236 241 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch{
        --tw-text-opacity: 1;
        color: rgb(112 108 106 / var(--tw-text-opacity))
    }
}
.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch-content{
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}
.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch-content:after{
    position: absolute;
    left: auto;
    right: 1rem;
    top: 50%;
    /*margin-top: -9px;*/
    display: block;
    height: 18px;
    width: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTYuNDY3LDE4aDBsLTUuMTQ2LTUuMTM0di0uODEzbC0uMjc4LS4yODhhNi43LDYuNywwLDEsMSwuNzIxLS43MjFsLjI4OC4yNzhoLjgxM0wxOCwxNi40NjcsMTYuNDY4LDE4Wk02LjY4OSwyLjA1OGE0LjYzMSw0LjYzMSwwLDEsMCw0LjYzMSw0LjYzMUE0LjYzNyw0LjYzNywwLDAsMCw2LjY4OSwyLjA1OFoiIGZpbGw9IiM3MDZjNmEiIG9wYWNpdHk9IjAuNiIvPjwvc3ZnPg==")
}

@media (max-width:1023px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch-content:after {
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgd2lkdGg9IjE4IgogICBoZWlnaHQ9IjE4IgogICB2aWV3Qm94PSIwIDAgMTggMTgiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzQiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImNuLWljb24tc2VhcmNoLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4yLjEgKDljNmQ0MWU0MTAsIDIwMjItMDctMTQpIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM4IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3NiIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiMwMDAwMDAiCiAgICAgYm9yZGVyb3BhY2l0eT0iMC4yNSIKICAgICBpbmtzY2FwZTpzaG93cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIgogICAgIGlua3NjYXBlOnBhZ2VjaGVja2VyYm9hcmQ9IjAiCiAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSI0Ni41IgogICAgIGlua3NjYXBlOmN4PSI4LjQ1MTYxMjkiCiAgICAgaW5rc2NhcGU6Y3k9IjkuMDEwNzUyNyIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iMTAxNyIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnNCIgLz4KICA8cGF0aAogICAgIGQ9Ik0xNi40NjcsMThoMGwtNS4xNDYtNS4xMzR2LS44MTNsLS4yNzgtLjI4OGE2LjcsNi43LDAsMSwxLC43MjEtLjcyMWwuMjg4LjI3OGguODEzTDE4LDE2LjQ2NywxNi40NjgsMThaTTYuNjg5LDIuMDU4YTQuNjMxLDQuNjMxLDAsMSwwLDQuNjMxLDQuNjMxQTQuNjM3LDQuNjM3LDAsMCwwLDYuNjg5LDIuMDU4WiIKICAgICBmaWxsPSIjNzA2YzZhIgogICAgIG9wYWNpdHk9IjAuNiIKICAgICBpZD0icGF0aDIiCiAgICAgc3R5bGU9ImZpbGw6I2RmZDRiYjtmaWxsLW9wYWNpdHk6MSIgLz4KPC9zdmc+Cg==")
    }
}

.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(235 236 241 / var(--tw-text-opacity))
}

.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch::placeholder{
    --tw-text-opacity: 1;
    color: rgb(235 236 241 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(112 108 106 / var(--tw-text-opacity))
    }
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch::placeholder{
        --tw-text-opacity: 1;
        color: rgb(112 108 106 / var(--tw-text-opacity))
    }
}

.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch:focus,
.page-template-page-filters-accommodation #site-sidebar .sidebar-container .quicksearch:focus-visible{
    outline: 2px solid transparent;
    outline-offset: 2px
}





.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_title{
    margin-bottom: 8px;
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 3px;
    --tw-text-opacity: 1;
    color: rgb(223 212 187 / var(--tw-text-opacity))
}





@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_title{
        --tw-text-opacity: 1;
        color: rgb(174 159 111 / var(--tw-text-opacity))
    }
}


.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label{
    display: flex;
    align-items: center;
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    --tw-text-opacity: 1;
    color: rgb(235 236 241 / var(--tw-text-opacity))
}


@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label{
        --tw-text-opacity: 1;
        color: rgb(112 108 106 / var(--tw-text-opacity))
    }
}
.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label span{
    margin-left: 8px
}
.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label input[type="checkbox"]{
    margin-right: 8px;
    height: 14px;
    width: 14px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(223 212 187 / var(--tw-border-opacity));
    background-color: transparent;
    accent-color: #3D5577
}
@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label input[type="checkbox"]{
        --tw-border-opacity: 1;
        border-color: rgb(112 108 106 / var(--tw-border-opacity))
    }
}
.page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label input[type="checkbox"]:checked{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(181 176 174 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(61 85 119 / var(--tw-text-opacity)) !important;
    accent-color: #B5B0AE !important
}
@media (min-width: 1024px){
    .page-template-page-filters-accommodation #site-sidebar .sidebar-container .cn_mphb_sc_filter_search_field_content .cn_mphb_filters_label input[type="checkbox"]:checked{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(112 108 106 / var(--tw-bg-opacity)) !important;
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important
    }
}

.single-mphb_room_type .ti-widget[data-layout-id='16'][data-set-id='light-minimal'][data-pid='d456ce72883006543776f26b941'] .ti-review-item>.ti-inner {


    border-bottom-width: 1px !important;


    border-style: solid !important;


    --tw-border-opacity: 1 !important;


    border-color: rgb(181 176 174 / var(--tw-border-opacity)) !important;


    padding-bottom: 1rem !important
}


.single-mphb_room_type .ti-widget[data-layout-id='16'][data-set-id='light-minimal'] .ti-star {


    height: 0.625rem !important;


    width: 0.625rem !important
}

.single-mphb_room_type button:focus,
.single-mphb_room_type button:focus {
    background-color: transparent !important;
} 
/*Titl main*/
.single-mphb_room_type .mphb-room-type-title {
    font-family: Petrona, serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.7px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    .single-mphb_room_type .mphb-room-type-title {
        font-size: 32px;
        line-height: 36px;
    }
}
/*Subtitle*/
.single-mphb_room_type .cn_room_type_subtitle {
    margin-bottom: 0.125rem;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    .single-mphb_room_type .cn_room_type_subtitle {
        font-weight: 600;
    }
}
/*Subtitle*/
.single-mphb_room_type .cn_room_type_title_section {
    font-family: Petrona, serif;
    font-size: 30px;
    font-weight: 200;
    text-transform: capitalize;
    line-height: 36px;
    letter-spacing: -0.32px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    .single-mphb_room_type .cn_room_type_title_section {
        font-size: 32px;
        line-height: 34px;
    }
}

.single-mphb_room_type .cn_room_type_title_form {
    margin-bottom: 1.25rem;
    text-align: center;
    font-family: Nunito Sans, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 3.6px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}

/*Button*/
.single-mphb_room_type  .cn_room_type_btn {
    display: inline-block;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(174 159 111 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.single-mphb_room_type  .cn_room_type_btn:hover {
    background-color: rgb(174 159 111 / .15);
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}
.single-mphb_room_type .cn_room_type_btn_book_now {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(174 159 111 / var(--tw-bg-opacity));
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 36px;
    padding-right: 36px;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.single-mphb_room_type .cn_room_type_btn_book_now:hover {
    cursor: pointer;
}
.single-mphb_room_type .cn_room_type_btn_book_now:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Text */
.single-mphb_room_type  p {
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.7px;
    --tw-text-opacity: 1;
    color: rgb(48 41 38 / var(--tw-text-opacity));
}

.single-mphb_room_type .cn-room-type-h2 {
    margin-bottom: 30px !important;
    text-align: center !important;
    font-size: 28px !important;
    line-height: 32px !important;
}

@media (min-width: 768px) {
    .single-mphb_room_type .cn-room-type-h2 {
        margin-bottom: 50px !important;
        font-size: 40px !important;
        line-height: 40px !important;
    }
}
/*social icons buttons*/
.cn-icon-social {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
.cn-icon-facebook {
    background: url(../images/icon-facebook.svg); 
}
.cn-icon-x {
    background: url(../images/icon-x.svg); 
}
.cn-icon-whatsapp {
    background: url(../images/icon-whatsapp.svg); 
}

.mphb-reserve-btn,
.mphb-confirm-reservation {
    width: 100% !important;
    text-align: center !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.mphb-reserve-btn:hover,
.mphb-confirm-reservation:hover {
    cursor: pointer !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(204 184 115 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1024px) {
    .mphb-reserve-btn,
.mphb-confirm-reservation {
        width: auto !important;
    }
}





@media (max-width:1023px) {
    .mphb-reserve-btn,
    .mphb-confirm-reservation {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }   
}
.single-mphb_room_type .cn_mphb_ra_floor {
    margin-top: 6px;
    margin-bottom: 12px;
    display: block;
    font-family: Nunito Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 2.8px;
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
}


.single-mphb_room_type  .social-share {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding-bottom: 18px;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    --tw-text-opacity: 1;
    color: rgb(181 176 174 / var(--tw-text-opacity));
}


@media (min-width: 768px) {
    .single-mphb_room_type  .social-share {
        padding-bottom: 0px;
        font-size: 14px;
        line-height: 19px;
    }
}
.single-mphb_room_type  .mphb-facilities-content {
    margin-bottom: 3rem;
    width: 100vw;
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: calc((var(--screen-width) - var(--current-screen)) / -2 - var(--container-padding));
    margin-right: calc((var(--screen-width) - var(--current-screen)) / -2 - var(--container-padding));
    padding-left: calc((var(--screen-width) - var(--current-screen)) / 2 + var(--container-padding));
    padding-right: calc((var(--screen-width) - var(--current-screen)) / 2 + var(--container-padding));
}



.single-mphb_room_type .cn_room_type_sleeping-arrangement {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(181 176 174 / var(--tw-border-opacity));
    padding-bottom: 1.75rem;
}


.single-mphb_room_type .cn_room_type_sleeping-arrangement .cn_room_type_sleeping-arrangement_content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}


@media (min-width: 768px) {
    .single-mphb_room_type .cn_room_type_sleeping-arrangement .cn_room_type_sleeping-arrangement_content {
        row-gap: 0px;
    }
}
.single-mphb_room_type .cn_room_type_sleeping-arrangement .cn_room_type_sleeping-arrangement_item {
    margin-right: 2.5rem;
    margin-top: 0.25rem;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    letter-spacing: .7px;
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    .single-mphb_room_type .cn_room_type_sleeping-arrangement .cn_room_type_sleeping-arrangement_item {
        margin-top: 0px;
    }
}

.single-mphb_room_type .cn_room_type_naturism {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(181 176 174 / var(--tw-border-opacity));
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-mphb_room_type .cn_room_type_naturism p {
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
}
.single-mphb_room_type .cn_room_type_checks {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(181 176 174 / var(--tw-border-opacity));
    padding-bottom: 30px;
}
@media (min-width: 1024px) {
    .single-mphb_room_type .cn_room_type_checks {
        flex-direction: row;
        flex-wrap: nowrap;
        row-gap: 0.5rem;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.single-mphb_room_type .cn_room_type_checks p {
    margin-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
} 
.single-mphb_room_type .cn_room_type_checks > div {
    margin-top: 30px;
    flex: 1 1 0%;
} 
@media (min-width: 1024px) {
    .single-mphb_room_type .cn_room_type_checks > div {
        margin-top: 0px;
    }
}

.single-mphb_room_type .cn_room_type_info_sale {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(181 176 174 / var(--tw-border-opacity));
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-mphb_room_type .cn_room_type_info_sale p {
    margin-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
}

.single-mphb_room_type  p.cn_info_sale_price {
    margin-bottom: 0px;
    font-family: Petrona, serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 1.8px;
    --tw-text-opacity: 1;
    color: rgb(83 74 69 / var(--tw-text-opacity));
}


.single-mphb_room_type .cn_room_type_section_review {
    margin-bottom: 66px;
    --tw-bg-opacity: 1;
    background-color: rgb(242 236 219 / var(--tw-bg-opacity));
    padding-top: 110px;
    padding-bottom: 115px;
}


@media (min-width: 768px) {
    .single-mphb_room_type .cn_room_type_section_review {
        margin-bottom: 114px;
    }
}
@media (min-width: 1024px) {
    .container-950 {
        max-width: 950px;
    }
}

.single-mphb_room_type .cn_room_type_section_video {
    margin-bottom: 70px;
} 
.single-mphb_room_type iframe {
    border-radius: 10px;
}

.single-mphb_room_type .cn_room_type_section_amenities_detail {
    margin-top: 55px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(181 176 174 / var(--tw-border-opacity));
    padding-top: 60px;
    padding-bottom: 38px;
}

@media (min-width: 768px) {
    .single-mphb_room_type .cn_room_type_section_amenities_detail {
        margin-top: 70px;
        padding-bottom: 70px;
    }
}

.single-mphb_room_type .amenities_details_list {
    -moz-columns: 1;
         columns: 1;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}

@media (min-width: 768px) {
    .single-mphb_room_type .amenities_details_list {
        -moz-columns: 2;
             columns: 2;
    }
}


.single-mphb_room_type .amenities_details_list h4 {
    display: flex;
    align-items: baseline;
    font-family: Nunito Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(48 41 38 / var(--tw-text-opacity));
}
.single-mphb_room_type .amenities_details_list span,
.single-mphb_room_type .amenities_details_list img {
    margin-right: 0.5rem;
}
.single-mphb_room_type .amenities_details_list span {
    font-size: 16px;
}
.single-mphb_room_type .amenities_details_list img {
    height: 16px;
    width: auto;
}
.single-mphb_room_type .amenities_details_list p {
    font-family: Nunito Sans, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(48 41 38 / var(--tw-text-opacity));
}

.cn_room_type_section_apartment_plan {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(181 176 174 / var(--tw-border-opacity));
    padding-top: 10px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .cn_room_type_section_apartment_plan {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/*
* Gallery
*/
button.gclose,
button.gprev,
button.gnext {
    padding: 10px 20px !important;
    background: transparent !important;
}


@media (max-width:767px){
    .glightbox-clean .gnext{
        right: 0 !important;
    }
    .glightbox-clean .gprev{
        left: 0 !important;
    }
    .glightbox-clean .gnext,
    .glightbox-clean .gprev {
        width:auto;
        height: 80px !important;
        color: #fff;
    }
    .glightbox-clean .gprev path, .glightbox-clean .gnext path{
        fill: #fff !important;
    }
    button.gprev svg, button.gnext svg{
        width: auto !important;
        height: 80px !important;
    }
    button.gclose:focus, button.gprev:focus, button.gnext:focus {
        background: transparent !important;
    }

}

.apartment-gallery-desktop {
    display: none;
}

@media (min-width: 1024px) {
    .apartment-gallery-desktop {
        display: block;
    }
} 
.apartment-gallery-movil {
    margin-bottom: 2.25rem;
} 
@media (min-width: 1024px) {
    .apartment-gallery-movil {
        display: none;
    }
}
.apartment-gallery-image {
    height: 199px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
    transition-delay: 100ms !important;
}
.apartment-gallery-image:hover {
    cursor: pointer !important;
}
.apartment-feature-image {
    height: 408px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
    transition-delay: 100ms !important;
}
.apartment-feature-image:hover {
    cursor: pointer !important;
}

.apartment-feature-image:hover ,
.apartment-gallery-image:hover {
    filter: sepia(20%);
}


.apartment-gallery-image-mobile {
    height: 297px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
}

.apartments-slide {
    position: relative;
}
.apartments-slide #numberSlides {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 10;
    border-radius: 5px;
    background-color: rgb(48 41 38 / .78);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 2.8px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.rounded-tr-10px {
    border-top-right-radius: 10px;
}
.rounded-br-10px {
    border-bottom-right-radius: 10px;
}
.col_span_2 {
    grid-column: span 2 / span 2;
}

.cn-room-type-btn-show-photos {
    position: absolute !important;
    bottom: 18px !important;
    left: 18px !important;
    border-radius: 5px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(164 144 78 / var(--tw-bg-opacity)) !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: Nunito Sans, sans-serif !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.cn-room-type-btn-show-photos:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/*
* Sidebar
*/
.cn-sidebar {
    position: fixed;
    inset: 0px;
    z-index: 999;
    display: none;
    height: 100vh;
    width: 100vw;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
    .cn-sidebar {
        position: static;
        z-index: auto;
        display: block;
        height: auto;
        width: auto;
        background-color: transparent;
    }
}

.cn-wrapper-site-sidebar {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-width: 450px;
    overflow-y: auto;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
}

@media (min-width: 768px) {
    .cn-wrapper-site-sidebar {
        margin-left: auto;
        margin-right: 0px;
        height: auto;
        width: auto;
        overflow: auto;
        padding: 2rem;
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}
.cn-wrapper-site-sidebar .cn_close_availability {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0.5rem;
    margin-right: 1rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    .cn-wrapper-site-sidebar .cn_close_availability {
        display: none;
    }
}


.single-mphb_room_type  .cn-room-type-total-capacity {
    margin-bottom: 0.625rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
.single-mphb_room_type  .cn-room-type-total-capacity-description {
    display: block;
    text-align: center;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}
.single-mphb_room_type .cn-room-type-total-capacity-guests {
    text-align: center !important;
    font-family: Nunito Sans, sans-serif !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 3.6px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(112 108 106 / var(--tw-text-opacity)) !important;
}

.single-mphb_room_type .cn-room-type-total-capacity-divisor {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 26px;
    width: 70px;
    border-bottom-width: 1px;
    border-color: rgb(112 108 106 / .74);
}

@media (min-width: 768px) {
    .single-mphb_room_type .mphb_sc_availability_calendar-wrapper {
        display: none;
    }
}

@media (min-width: 1024px) {
    .single-mphb_room_type .mphb_sc_availability_calendar-wrapper {
        display: block;
    }
}

.single-mphb_room_type .cn-room-type-calendar-title {
    text-align: center !important;
    font-family: Nunito Sans, sans-serif !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2.8px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(112 108 106 / var(--tw-text-opacity)) !important;
}



.single-mphb_room_type .mphb-regular-price {
    margin-top: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(223 212 187 / .2);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
.single-mphb_room_type .mphb-regular-price .mphb-price {
    font-family: Petrona, serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.32px;
    --tw-text-opacity: 1;
    color: rgb(174 159 111 / var(--tw-text-opacity));
}
.single-mphb_room_type .mphb-regular-price .mphb-price-period {
    border-bottom-width: 0px;
    font-family: Nunito Sans, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    --tw-text-opacity: 1;
    color: rgb(112 108 106 / var(--tw-text-opacity));
}

/*
.single-mphb_room_type .mphb-regular-price strong {
    @apply hidden !important;
}*/

/*
* Sidebar form
*/
.single-mphb_room_type .cn-wrapper-site-sidebar {
    margin-bottom: 2rem;
}
.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form {
    margin-top: 2rem;
}
@media (min-width: 768px) {
    .single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form {
        margin-top: 0px;
    }
}
@media (min-width: 1024px) {
    .single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form {
        margin-top: 2rem;
    }
}
.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-datepick{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE1IDE2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIj48cGF0aCBkPSJNMywwSDEzYTIsMiwwLDAsMSwyLDJWNWEwLDAsMCwwLDEsMCwwSDBBMCwwLDAsMCwxLDAsNVYzQTMsMywwLDAsMSwzLDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEuMjYyKSIgZmlsbD0iI2FlOWY2ZiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEpIj48cGF0aCBkPSJNMywxLjk2M2EuOTkyLjk5MiwwLDAsMC0xLC45ODF2Ny44NWEuOTkyLjk5MiwwLDAsMCwxLC45ODFoOWEuOTkyLjk5MiwwLDAsMCwxLS45ODFWMi45NDRhLjk5Mi45OTIsMCwwLDAtMS0uOTgxSDNNMywwaDlhMi45NzIsMi45NzIsMCwwLDEsMywyLjk0NHY3Ljg1YTIuOTcyLDIuOTcyLDAsMCwxLTMsMi45NDRIM2EyLjk3MiwyLjk3MiwwLDAsMS0zLTIuOTQ0VjIuOTQ0QTIuOTcyLDIuOTcyLDAsMCwxLDMsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMi4yNjIpIiBmaWxsPSIjYWU5ZjZmIi8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMykiPjxwYXRoIGQ9Ik0wLDMuOTI5YTEsMSwwLDAsMS0xLTFWMEExLDEsMCwwLDEsMC0xLDEsMSwwLDAsMSwxLDBWMi45MjlBMSwxLDAsMCwxLDAsMy45MjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBmaWxsPSIjYWU5ZjZmIi8+PHBhdGggZD0iTTAsMy45MjlhMSwxLDAsMCwxLTEtMVYwQTEsMSwwLDAsMSwwLTEsMSwxLDAsMCwxLDEsMFYyLjkyOUExLDEsMCwwLDEsMCwzLjkyOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMzc1IDEpIiBmaWxsPSIjYWU5ZjZmIi8+PC9nPjwvZz48L2c+PC9zdmc+");
	width: 100%;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(235 236 241 / var(--tw-border-opacity));
	background-position: center right 15px;
	background-repeat: no-repeat;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}



.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-capacity-wrapper select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(235 236 241 / var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-reserve-room-section {
    text-align: center;
}
.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-rooms-quantity-single {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
}
.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-reserve-room-section .mphb-regular-price {
    margin-top: 0px;
    margin-bottom: 2rem;
}

.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-reserve-btn-wrapper {
    margin-top: 2rem;
    margin-bottom: 0px;
    text-align: center;
}

.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-button {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(174 159 111 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(235 236 241 / var(--tw-text-opacity));
}

.single-mphb_room_type .cn-wrapper-site-sidebar .mphb-booking-form .mphb-button:hover {
    cursor: pointer;
}


.single-mphb_room_type .cn-footer-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 26px;
}


@media (min-width: 768px) {
    .single-mphb_room_type .cn-footer-btn-group {
        flex-wrap: nowrap;
        gap: 35px;
    }
}


.single-mphb_room_type .sticky-book-now {
    position: fixed;
    bottom: 0px;
    z-index: 50;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


@media (min-width: 768px) {
    .single-mphb_room_type .sticky-book-now {
        display: none;
    }
}
.single-mphb_room_type .sticky-book-now .mphb-regular-price {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*
Form contact
*/
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label input[type="text"],
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label input[type="tel"],
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label input[type="date"],
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label input[type="email"],
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label select,
.single-mphb_room_type .cn-wrapper-site-sidebar .wpcf7 form label textarea {
    border-radius: 0px !important;
}


/*
.mphb-calendar.mphb-datepick .mphb-datepicker-grayscale .datepick-month td .mphb-past-date, 
.datepick-popup .mphb-datepicker-grayscale.mphb-datepick-popup .datepick-month td .mphb-past-date {
    opacity: 1;
    background-color: #fff !important;
    color: #b5b0ae !important;
     text-decoration: none; 
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-month td, 
.datepick-popup .mphb-datepicker-grayscale .datepick-month td {
    background-color: #fff;
    border: 1px solid #ebecf1;
}

.datepick-month thead {
    border-bottom: 2px solid #ebecf1;
}

.mphb-calendar td .mphb-unselectable-date--check-in, 
.mphb-calendar td .mphb-unselectable-date--check-out {
    color: #b5b0ae;
    
}

.mphb-calendar td .mphb-booked-date {
    background: #dfd4bb;
    color: #302926;
    text-decoration: line-through;
}

.mphb-calendar td .mphb-date-check-out {
    background: linear-gradient(to top left, #fff 0,#fff 50%,#dfd4bb 50%,#dfd4bb 100%) !important;
}


.mphb-calendar td .mphb-available-date {
    background-color: #fff;
}

.mphb-calendar td .mphb-available-date.datepick-selected{
    background-color: #302926;
    color: #fff;

}

.mphb-calendar td .mphb-mark-as-unavailable--check-out {
    background: linear-gradient(to top left,#fff 0,#fff 50%,#dfd4bb 50%, #dfd4bb 100%);
}



.mphb-calendar td .mphb-selectable-date--check-in:hover, 
.mphb-calendar td .mphb-selectable-date--check-out:hover, 
.mphb-calendar td .mphb-selected-date, .mphb-calendar td 
.mphb-selected-date--check-in, .mphb-calendar td .mphb-selected-date--check-out {
    background: #302926 !important;
    color: #fff;
}


.mphb-calendar td .mphb-date-check-in {
    color: #000;
    background: linear-gradient(to bottom right, #fff 0,#fff 50%,#dfd4bb 50%,#dfd4bb 100%);
}

*/


/*Calendar Modifications*/
/*.mphb-unselectable-date--check-in {
    color: #9e9e9e !important;
    background: #c5ead2 !important;
}*/
.mphb-past-date {
    color: #9e9e9e !important;
    background: #eeeeee !important;
}
.datepick-month td .datepick-today {
    font-weight: 800 !important;
}
.mphb-available-date {
}
.mphb-booked-date {
    text-decoration: line-through;
    color: #9e9e9e !important;
    background: #eeeeee !important;
}
.mphb-calendar td .mphb-mark-as-unavailable--check-out,
.mphb-calendar td .mphb-date-check-out {
    background: linear-gradient(to top left, #c1eed1 0, var(--mphb-available-date-bg, #cef093) 50%, #eeeeee 50%, #eeeeee 100%);
}
.mphb-calendar td .mphb-selected-date,
.mphb-calendar td .mphb-selected-date--check-out,
.mphb-calendar td .mphb-selected-date--check-in {
    background: #363636 !important;
}

.mphb-selectable-date--check-out {
    background:  #c1eed1  !important;
    color: #363636 !important;
}


.owner_info {
    position: static !important;
    height: auto !important;
}
.owner_data_filters label {
    width: 110px;
}
@media (min-width: 1024px) {
    .owner_data_filters label {
        margin-right: 0.5rem;
        width: auto;
    }
}

.owner-bookings, .owner-total,
.my-bookings {
    margin-bottom: 2.5rem;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.owner-bookings caption,
.owner-total caption,
.my-bookings caption,
.my-total caption {
    --tw-bg-opacity: 1;
    background-color: rgb(99 120 154 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    font-family: Nunito Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.owner-total caption {
    --tw-bg-opacity: 1;
    background-color: rgb(112 108 106 / var(--tw-bg-opacity));
}

.owner-bookings thead tr th,
.my-bookings thead tr th,
.owner-total thead tr th {
    text-wrap: nowrap !important;
    border-width: 1px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(210 210 210 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 19px !important;
    letter-spacing: 1.4px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(99 120 154 / var(--tw-text-opacity)) !important;
}

.owner-total tfoot tr th {
    text-wrap: nowrap !important;
    border-width: 1px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(210 210 210 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 238 248 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 19px !important;
    letter-spacing: 1.4px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(99 120 154 / var(--tw-text-opacity)) !important;
}


.owner-bookings thead tr th.amount,
.my-bookings thead tr th.amount,
.owner-total thead tr th.ammount {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 238 248 / var(--tw-bg-opacity)) !important;
}


.owner-bookings thead tr th div ,
.my-bookings thead tr th div {
    --tw-text-opacity: 1;
    color: rgb(99 120 154 / var(--tw-text-opacity));
}
.owner-total thead tr th div,
.owner-total tfoot tr th div {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(48 41 38 / var(--tw-text-opacity));
}
.owner-total tfoot tr th div {
    font-weight: 700;
}

.owner-bookings tbody tr,
.my-bookings tbody tr,
.owner-total tbody tr {
    position: static !important;
}

.owner-bookings tbody tr td,
.my-bookings tbody tr td,
.owner-total tbody tr td {
    border-width: 1px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(210 210 210 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) ;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: 19px !important;
    letter-spacing: 0.14px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(48 41 38 / var(--tw-text-opacity)) !important;
}

.owner-bookings tbody tr:hover td,
.my-bookings tbody tr:hover td,
.owner-total tbody tr:hover td {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}



.btn-nav_year {
    border-radius: 0px !important;
    background-image: none !important;
    padding: 0px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(112 108 106 / var(--tw-text-opacity)) !important;
    background-color: #fff !important;
}
.btn-nav_year.isDisabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.owner_data_filters select {
    font-size: 14px !important;
}


.owner_data_filters .btn-send {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}


.owner_data_filters .btn-send:hover {
    cursor: pointer !important;
}
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

:root {
  --screen-width: 100vw;
  --current-screen: 100vw;
  --container-padding: 32px;
}

@media (min-width: 640px) {

  :root {
    --current-screen: 640px;
  }
}

@media (min-width: 768px) {

  :root {
    --current-screen: 768px;
  }
}

@media (min-width: 1024px) {

  :root {
    --current-screen: 1024px;
  }
}

@media (min-width: 1140px) {

  :root {
    --current-screen: 1140px;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1140px) {

  .container {
    max-width: 1140px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[85px\] {
  margin-bottom: 85px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.h-7 {
  height: 1.75rem;
}

.h-\[107px\] {
  height: 107px;
}

.h-\[94px\] {
  height: 94px;
}

.h-full {
  height: 100%;
}

.w-4\/5 {
  width: 80%;
}

.w-7 {
  width: 1.75rem;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[47px\] {
  width: 47px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[93px\] {
  width: 93px;
}

.w-full {
  width: 100%;
}

.min-w-\[342px\] {
  min-width: 342px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[7px\] {
  gap: 7px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-\[10px\] {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#B5B0AE\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 176 174 / var(--tw-border-opacity));
}

.border-\[\#d2d2d2\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity));
}

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(181 176 174 / var(--tw-border-opacity));
}

.border-tallow {
  --tw-border-opacity: 1;
  border-color: rgb(174 159 111 / var(--tw-border-opacity));
}

.bg-\[\#F9F7F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 241 / var(--tw-bg-opacity));
}

.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-blue-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(61 85 119 / var(--tw-bg-opacity));
}

.bg-gray-light\/85 {
  background-color: rgb(235 236 241 / 0.85);
}

.bg-tallow {
  --tw-bg-opacity: 1;
  background-color: rgb(174 159 111 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}

.px-\[37px\] {
  padding-left: 37px;
  padding-right: 37px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.pb-\[105px\] {
  padding-bottom: 105px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[32px\] {
  padding-bottom: 32px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-sans {
  font-family: Nunito Sans, sans-serif;
}

.font-serif {
  font-family: Petrona, serif;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[300\] {
  font-weight: 300;
}

.font-\[400\] {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[46px\] {
  line-height: 46px;
}

.tracking-\[1\.6px\] {
  letter-spacing: 1.6px;
}

.tracking-\[2\.8px\] {
  letter-spacing: 2.8px;
}

.tracking-\[3px\] {
  letter-spacing: 3px;
}

.text-\[\#534A45\] {
  --tw-text-opacity: 1;
  color: rgb(83 74 69 / var(--tw-text-opacity));
}

.text-\[\#63789A\] {
  --tw-text-opacity: 1;
  color: rgb(99 120 154 / var(--tw-text-opacity));
}

.text-\[\#706C6A\] {
  --tw-text-opacity: 1;
  color: rgb(112 108 106 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(181 176 174 / var(--tw-text-opacity));
}

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(235 236 241 / var(--tw-text-opacity));
}

.text-tallow {
  --tw-text-opacity: 1;
  color: rgb(174 159 111 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*@import "./components/header-transparent.css";*/


/*@import "./pages/page-search-result.css";*/

html {
    overflow-x: hidden;
    overflow-x: clip;
}

body {
  position: relative;
}


.hide-menu {
  opacity: 0 !important;
    z-index: -10;
}

.accommodations-card .title-entry a {
  font-family: Nunito Sans, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(181 176 174 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {

  .accommodations-card .title-entry a {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.accommodation-image {
  aspect-ratio: 227/165 !important;
  height: 100% !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.recent-post-image {
  aspect-ratio: 317/275 !important;
  height: 100% !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.recent-post h2 {
  margin-top: 1rem;
}
.recent-post h2 a {
  display: block !important;
  text-align: center !important;
  font-family: Petrona, serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(112 108 106 / var(--tw-text-opacity)) !important;
}
.recent-post p a.btn-readmore {
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(174 159 111 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(174 159 111 / var(--tw-text-opacity));
} 

/* .mphb-room-type-title , */
.entry-title {
  font-family: Petrona, serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(174 159 111 / var(--tw-text-opacity));
}

/*
fix close icon lightbox
*/
.glightbox-clean .gclose {
    width:auto !important;
    height:auto  !important;
}

.container-fluid-xl {
  width: 100%;
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
} 

sup {
  font-size: 0.75rem;
  line-height: 1rem;
} 

.only\:mx-auto:only-child {
  margin-left: auto;
  margin-right: auto;
} 

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} 

.hover\:opacity-100:hover {
  opacity: 1;
} 

@media (min-width: 640px) {

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
} 

@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .md\:mb-\[81px\] {
    margin-bottom: 81px;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[107px\] {
    height: 107px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[116px\] {
    width: 116px;
  }

  .md\:w-\[320px\] {
    width: 320px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:text-left {
    text-align: left;
  }
} 

@media (min-width: 1024px) {

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
} 

@media (min-width: 1140px) {

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }
}
