/**
 * Form under single rooms. 
 */
body.single-mphb_room_type .mphb-booking-form,
.mphb_sc_search-form,
.mphb-booking-form {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.single-mphb_room_type .mphb-booking-form .mphb-required-fields-tip,
body.single-mphb_room_type .mphb_sc_search-form .mphb-required-fields-tip,
body.single-mphb_room_type .mphb-booking-form .mphb-required-fields-tip {
	flex-basis: 100%;
	width: 0;
}

body.single-mphb_room_type .mphb-booking-form p,
body.single-mphb_room_type .mphb_sc_search-form .mphb-required-fields-tip,
body.single-mphb_room_type .mphb-booking-form .mphb-required-fields-tip

/*,
.mphb_sc_search-form p*/
/*{
	margin-block-end: 0;
}*/

body.single-mphb_room_type .mphb-booking-form p:not(.mphb-capacity-wrapper) {
	width: 25%;
}

body.single-mphb_room_type .mphb-booking-form[data-fieldcount="4"] p:not(.mphb-capacity-wrapper) {
	width: 32%;
	margin-block-end: 20px;
}

.mphb_sc_search-form p:not(.mphb-capacity-wrapper),
.mphb-booking-form p:not(.mphb-capacity-wrapper) {
	width: 100%;
}

body.single-mphb_room_type .room-specs .mphb-booking-form p.mphb-capacity-wrapper,
body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form p.mphb-capacity-wrapper,
.mphb_sc_search-form p.mphb_sc_search-adults,
.mphb_sc_search-form p.mphb_sc_search-children,
.mphb-booking-form p.mphb_sc_search-adults,
.mphb-booking-form p.mphb_sc_search-children {
	width: 48%;
	margin-block-end: 20px;
}

body.single-mphb_room_type .mphb-booking-form p.mphb-capacity-wrapper,
.mphb_sc_search-form p.mphb-capacity-wrapper,
.mphb-booking-form p.mphb-capacity-wrapper {
	width: 10%;
}

body.single-mphb_room_type .mphb-booking-form>p label,
.mphb_sc_search-form>p label,
.mphb-booking-form>p label {
	font-weight: 500;
}

body.single-mphb_room_type .mphb-booking-form>p input,
body.single-mphb_room_type .mphb-booking-form>p select,
.mphb_sc_search-form>p input,
.mphb_sc_search-form>p select,
.mphb-booking-form>p input,
.mphb-booking-form>p select {
	width: 100%;
}

@media screen and (max-width: 48em) {
	body.single-mphb_room_type .mphb-booking-form p:not(.mphb-capacity-wrapper),
	body.single-mphb_room_type .mphb-booking-form[data-fieldcount="4"] p:not(.mphb-capacity-wrapper) {
		width: 100%;
	}

	body.single-mphb_room_type .mphb-booking-form p.mphb-capacity-wrapper,
	.mphb_sc_search-form p.mphb-capacity-wrapper,
	.mphb-booking-form p.mphb-capacity-wrapper {
		width: 48%;
	}

	body.single-mphb_room_type .mphb-booking-form .mphb-reserve-btn-wrapper {
		margin-top: 20px;
	}
}

/* Direct Booking on Single Room Page (Dates selected on the calendar) */
/*.mphb-booking-form.mphb-booking-form--direct-booking.four-column-form .mphb-reserve-room-section {
	display: flex;
	margin-top: var(--container-h-padding);
	justify-content: space-between;
}*/

body.single-mphb_room_type .mphb-booking-form.mphb-booking-form--direct-booking.four-column-form p:not(.mphb-capacity-wrapper) {
	/*width: 49%;*/
	width: 30%;
}

body.single-mphb_room_type .mphb-booking-form.mphb-booking-form--direct-booking.four-column-form .mphb-reserve-room-section {
	/*width: 100%;*/
	width: 36%;
}

/* Attributes */
.mphb-loop-room-type-attributes,
.mphb-single-room-type-attributes {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
}

.mphb-loop-room-type-attributes li,
.mphb-single-room-type-attributes li {
	padding-top: calc(var(--container-h-padding) / 2);
	padding-bottom: calc(var(--container-h-padding) / 2);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mphb-loop-room-type-attributes li:last-of-type,
.mphb-single-room-type-attributes li:last-of-type {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mphb-loop-room-type-attributes li>span,
.mphb-single-room-type-attributes li>span {
	display: table-cell;
	vertical-align: middle;
}

.mphb-loop-room-type-attributes .mphb-attribute-title,
.mphb-single-room-type-attributes .mphb-attribute-title {
	min-width: 8.5em;
	padding-left: 45px;
	font-weight: 500;
}

.mphb-loop-room-type-attributes .mphb-attribute-value,
.mphb-single-room-type-attributes .mphb-attribute-value {
	min-width: calc(100% - 8.5em);
	padding-left: 0.5em;
}

.mphb-loop-room-type-attributes:first-of-type li,
.mphb-single-room-type-attributes:first-of-type li,
body .mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes:first-of-type li {
	position: relative;
}

.mphb-loop-room-type-attributes:first-of-type li:before,
.mphb-single-room-type-attributes:first-of-type li:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes:first-of-type li:before {
	font: normal normal normal 2rem/1 luxed-hotel-icons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: table-cell;
	content: "\e92b";
	padding-right: 0.875em;
	text-align: left;
	width: 2em;
}

.mphb-loop-room-type-attributes:first-of-type li:before,
.mphb-single-room-type-attributes:first-of-type li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "\e92b";
}

.mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity:before,
.mphb-single-room-type-attributes li.mphb-room-type-adults-capacity:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity:before {
	content: "\e937";
}

.mphb-loop-room-type-attributes li.mphb-room-type-children-capacity:before,
.mphb-single-room-type-attributes li.mphb-room-type-children-capacity:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-children-capacity:before {
	content: "\e946";
}

.mphb-loop-room-type-attributes li.mphb-room-type-size:before,
.mphb-single-room-type-attributes li.mphb-room-type-size:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-size:before {
	content: "\e905";
}

.mphb-loop-room-type-attributes li.mphb-room-type-categories:before,
.mphb-single-room-type-attributes li.mphb-room-type-categories:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-categories:before {
	content: "\e92b";
}

.mphb-loop-room-type-attributes li.mphb-room-type-view:before,
.mphb-single-room-type-attributes li.mphb-room-type-view:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-view:before {
	content: "\e955";
}

.mphb-loop-room-type-attributes li.mphb-room-type-bed-type:before,
.mphb-single-room-type-attributes li.mphb-room-type-bed-type:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-bed-type:before {
	content: "\e91a";
}

.mphb-loop-room-type-attributes li.mphb-room-type-facilities:before,
.mphb-single-room-type-attributes li.mphb-room-type-facilities:before,
.mphb_sc_rooms-wrapper.mphb-room-types .mphb-loop-room-type-attributes li.mphb-room-type-facilities:before {
	content: "\e928";
}

body.page-template-default .mphb-room-type-details-title { /* Hide Details title on classic listing page if its only listing all the rooms, not search results */
	display: none;
}

@media only screen and (min-width: 1024px) {
	body.page-template-default .mphb-loop-room-type-attributes {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(calc(50% - var(--container-h-padding)), 1fr));
		grid-column-gap: var(--container-h-padding);
	}

	body.page-template-default .mphb-loop-room-type-attributes li:not(:first-of-type):not(:nth-child(2)) {
		border-top: none;
	}

	body.page-template-default .mphb-loop-room-type-attributes li {
		display: flex;
		align-items: center;		
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

/* Style One */
#room-title-layout-one {
	position: relative;

	display: flex;
	justify-content: space-between;
	align-items: center;

	grid-column: 1/12;

	max-width: calc(var(--site-width) + (calc(var(--container-h-padding) * 3)));
	width: 100%;
	justify-self: center;
	margin-top: -100px;

	padding-top: calc(var(--container-h-padding) * 2);
	padding-left: calc(var(--container-h-padding) * 2.5);
	padding-right: calc(var(--container-h-padding) * 2.5);

	background-color: var(--body-background-color);
}

#room-title-layout-one h1>span {
	display: table-cell;
	padding-bottom: .5em;
	border-bottom: 1px solid currentColor;
	font-size: 1rem;
	font-weight: normal;
}

@media only screen and (min-width: 1024px) {
	#room-title-layout-one h1 {
		margin: 0;
		max-width: 50%;
	}

	body.luxed-room-layout-one #primary,
	body.luxed-room-layout-one #secondary {
		padding-top: calc(var(--container-v-padding) / 2);
	}
}

body.luxed-room-layout-one .mphb-details-layout-column-wrapper {
	display: flex;
	justify-content: space-between;
	margin: var(--container-v-padding) 0;
}

body.luxed-room-layout-one .mphb-details-layout-column-wrapper>div {
	width: 100%;
}

/*body.luxed-room-layout-one */
body.single-mphb_room_type .mphb-errors-wrapper {
    position: absolute;
    bottom: -2em;
	width: 100%;
	margin-block-end: 0;
}

body.single-mphb_room_type .mphb-reserve-room-section > * {
	width: 100% !important;
	margin-block-end: 0 !important;
}

body.single-mphb_room_type .mphb-errors-wrapper .mphb-error {
	margin-block-end: 0;
	color: red;
}
body.single-mphb_room_type .mphb-reserve-room-section,
body.single-mphb_room_type .mphb_sc_booking_form-wrapper p {
	margin-block-end: 20px;
}

.inlinePicker .datepick {
	width: 100% !important;
	max-width: 100%;

}

/*body.luxed-room-layout-one */
.inlinePicker .datepick .datepick-month {
	width: 50%;
	max-width: 50%;
}

/* Style One Title Regular price */
.room-specs .mphb-price-wrapper {
	margin-bottom: var(--container-h-padding);
}

.room-specs .mphb-price-wrapper,
#room-title-layout-one .mphb-price-wrapper,
#room-title-layout-one .mphb-regular-price {
	line-height: 1.8em;
}

.room-specs .mphb-price-wrapper strong,
#room-title-layout-one .mphb-price-wrapper strong,
#room-title-layout-one .mphb-regular-price strong {
	display: block;
	font-weight: 300;
}

.room-specs .mphb-price-wrapper .mphb-price,
#room-title-layout-one .mphb-price-wrapper .mphb-price,
#room-title-layout-one .mphb-regular-price .mphb-price {
	font-size: 200%;
	font-weight: 700;
}

.room-specs .mphb-price-wrapper .mphb-price-period,
#room-title-layout-one .mphb-price-wrapper .mphb-price-period,
#room-title-layout-one .mphb-regular-price .mphb-price-period {
	font-size: 80%;
}

@media only screen and (min-width: 1024px) {
	body.luxed-room-layout-one .mphb-details-layout-column-wrapper>div:first-of-type {
		width: 45%;
	}

	body.luxed-room-layout-one .mphb-details-layout-column-wrapper>div {
		width: 51%;
	}

	.single-mphb_room_type #room-title-layout-one .post-meta-price .mphb-regular-price strong {
		display: block;
		font-size: 40%;
		line-height: 1em;
	}
}

/* Style Two */
body.single-mphb_room_type.luxed-room-layout-two .entry-header-hero-overlay {
	background-color: rgba(0, 0, 0, .5);
}

/* Style Two : Book Now form */
body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs .mphb-booking-form {
	margin-top: var(--container-h-padding);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity .3s, height 0s .3s;
}

body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs .mphb-booking-form.close {
	max-height: unset;
	opacity: 0;
}

body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs .mphb-booking-form.open {
	max-height: unset;
	opacity: 1;
	transition: opacity .3s, height 0s;
}

body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs .mphb-booking-form p:not(.mphb-capacity-wrapper) {
	width: 100%;
	margin-bottom: var(--container-h-padding);
}

body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs .mphb-booking-form.mphb-booking-form--direct-booking.four-column-form .mphb-reserve-room-section {
	/* if direct booking enabled */
	flex-direction: column;
	margin-top: 0;
	margin-bottom: var(--container-h-padding);
}

body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs .mphb-booking-form .mphb-required-fields-tip {
	display: none;
}

.room-services span {
	font-size: 70%;
}

/* Services & Amenities block */
body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block {
	display: grid;
	grid-column: 1/12;
	grid-template-columns: 1fr repeat(8, minmax(auto, var(--column-width))) 1fr;
	margin-bottom: 5px;
	background-color: var(--button-background);
	color: var(--button-color);
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block a {
	color: var(--button-color);
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-column: 2/10;
	padding: var(--container-v-padding) var(--container-h-padding);
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div>div {
	width: 100%;
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div ul li {
	display: flex;
    align-items: center;	
	padding-top: calc(var(--container-h-padding) / 2);
	padding-bottom: calc(var(--container-h-padding) / 2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);	
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div ul li:last-of-type {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div ul li > i {
    font-size: 2em;
}

body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div ul li>i,
body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div ul li>img {
	padding-right: 0.6em;
}

@media (min-width: 1025px) {
	body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div>div {
		width: 48%;
	}

	body.single-mphb_room_type.luxed-room-layout-two .site-main>.mphb_room_type {
		width: 65%;
		float: left;
	}

	body.single-mphb_room_type.luxed-room-layout-two .site-main>.room-specs {
		width: calc(35% - var(--container-v-padding) * 2);
		float: right;
		margin-left: var(--container-v-padding);
		padding-left: var(--container-v-padding);

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-left: 2px solid currentColor;		
	}
}

@media (max-width: 1024px) {
	body.single-mphb_room_type.luxed-room-layout-two .single-room-services-amenities-block>div>div:nth-child(2) {
		padding-top: var(--container-v-padding);
	}
}

.mphb-room-type-gallery-wrapper.wide {
	grid-column: 1/12;
}

/* Style Three */
body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-price-wrapper > span:first-of-type {
	display: block;
	line-height: 0em;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-price {
	font-size: 2.5em;
	font-weight: 300;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero-overlay {
	background-color: rgba(0, 0, 0, .5);
}

body.single-mphb_room_type.luxed-room-layout-three .mphb-flexslider.mphb-gallery-slider {
	margin-bottom: calc(var(--container-v-padding) * 1.5);
}

/* Style Three : Book Now form */

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero #single-room-booknow-form-button {
	position: absolute;
	right: 40px;
	bottom: 0;
	width: 260px;
    box-shadow: 0px 0px 0px 20px currentColor;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form {
	position: absolute;
	right: 20px;
	bottom: 60px;
	max-width: 300px;
	padding: 20px 20px 0 20px;
	background-color: var(--button-color);
	color: var(--button-background);
}


body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form {
	margin-top: var(--container-h-padding);
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: opacity .3s, height 0s .3s;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form.close {
	max-height: unset;
	opacity: 0;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form.open {
	max-height: unset;
	opacity: 1;
	transition: opacity .3s, height 0s;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form p:not(.mphb-capacity-wrapper) {
	width: 100%;
	margin-bottom: var(--container-h-padding);
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form.mphb-booking-form--direct-booking.four-column-form .mphb-reserve-room-section {
	/* if direct booking enabled */
	flex-direction: column;
	margin-top: 0;
	margin-bottom: var(--container-h-padding);
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form .mphb-required-fields-tip {
	display: none;
}

body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form .mphb-reserve-btn {
	text-transform: uppercase;
}

/* Services & Amenities block */
body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block {
	display: grid;
	grid-column: 1/12;
	grid-template-columns: 1fr repeat(8, minmax(auto, var(--column-width))) 1fr;
	margin-bottom: 5px;
	background-color: var(--button-background);
	color: var(--button-color);
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block > div > div > h2 { /* Title: Everything you need in your stay. */
	margin-bottom: 40px;
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block a {
	color: var(--button-color);
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	grid-column: 2/10;
	padding: calc(var(--container-v-padding) * 2) var(--container-h-padding) var(--container-v-padding);
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div>div {
	width: 100%;
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div ul li {
    display: flex;
	flex: 0 0 25%;
    flex-direction: column;	
	align-items: center;
	padding-top: calc(var(--container-h-padding) / 2);
	padding-bottom: var(--container-v-padding);
}

body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div ul li i {
	font-size: 2.8em;
	padding-bottom: var(--container-h-padding);
}

.room-amenities-sub_title:empty {
	display: none;
}

.room-amenities-sub_title {
	position: relative;
	display: inline-block;	
}

.room-amenities-sub_title:after {
	content: '';
	position: absolute;	
	top: calc(50% - 1px);
    left: calc(100% + 10px);
	height: 1px;
	width: 100px;
	background-color: currentColor;
}

@media (min-width: 1024px) {
	body.single-mphb_room_type.luxed-room-layout-three #primary {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div>div {
		width: 100%;
	}

	body.single-mphb_room_type.luxed-room-layout-three .site-main>.mphb_room_type {
		width: 65%;
	}

	body.single-mphb_room_type.luxed-room-layout-three .site-main>.room-specs {
		display: flex;
		justify-content: center;
		flex: 0 0 100%;
	}

	body.single-mphb_room_type.luxed-room-layout-three .site-main>.room-specs ul {
		display: flex;
		justify-content: center;
	}

	body.single-mphb_room_type.luxed-room-layout-three .site-main>.room-specs li {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 var(--container-v-padding);
		border: none;
	}

	body.single-mphb_room_type.luxed-room-layout-three .site-main>.room-specs li span:last-of-type {
		font-size: 2em;
		font-weight: 300;
		line-height: 1em;
		text-align: center;
	}

	body.single-mphb_room_type.luxed-room-layout-three .site-main>.room-specs li::before {
		display: none;
	}
}

@media (max-width: 1024px) {
	body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero > div {
		height: 80%;
	}

	body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero #single-room-booknow-form-button {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}

	body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-booking-form {
		position: absolute;
		width: 300px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}	

	body.single-mphb_room_type.luxed-room-layout-three .entry-header-hero .mphb-price-wrapper ~ #single-room-booknow-form-button {
		margin-top: 40px;
	}

	body.single-mphb_room_type.luxed-room-layout-three .single-room-services-amenities-block>div ul li {
		flex: 0 0 50%;	
	}

	body.single-mphb_room_type.luxed-room-layout-three .mphb-flexslider.mphb-gallery-slider {
		margin-bottom: 0;
	}	
}

/* Search Results Page */
body:not(.single) .luxed-post .mphb_sc_search_results-wrapper .entry-title {
	padding: 20px 0 20px 0;
}

body.luxed-search-results .mphb-recommendation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.luxed-search-results .mphb-recommendation .mphb-recommendation-details-list {
	list-style: none;
	padding-left: 0;
	width: 100%;
}

body.luxed-search-results .mphb-recommendation .mphb-recommendation-total {
	width: 100%;
	text-align: right;
}

body.luxed-search-results .mphb-recommendation .button.mphb-button.mphb-recommendation-reserve-button {
	margin-left: auto;
}

body.luxed-search-results .mphb-recommendation .mphb-recommendation-total-title {
	font-weight: 700;
}

body.luxed-search-results .mphb-reserve-room-section {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

body.luxed-search-results .mphb-view-details-button-wrapper {
	display: flex;
	float: left;
	padding-right: 10px;
}

body.luxed-search-results .mphb-reserve-room-section .mphb-rooms-quantity-wrapper.mphb-rooms-quantity-multiple {
	margin-right: auto;
}

body.luxed-search-results .mphb-reserve-room-section.mphb-rooms-added .mphb-rooms-quantity-wrapper.mphb-rooms-quantity-multiple {
	display: none;
}

body.luxed-search-results .mphb-reserve-room-section .mphb-rooms-quantity-wrapper .mphb-rooms-quantity {
	margin-right: 10px;
}

body.luxed-search-results .mphb-reserve-room-section.mphb-rooms-added {
	justify-content: flex-end;
	width: 100%;
}

body.luxed-search-results .mphb-reserve-room-section.mphb-rooms-added .mphb-rooms-reservation-message-wrapper {
	margin-right: auto;
}

body.luxed-search-results .mphb-reserve-room-section.mphb-rooms-added .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
	margin-left: var(--container-h-padding);
	color: red;
}

body.luxed-search-results .mphb-reserve-room-section.mphb-rooms-added .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation:before {
	content: 'x';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: red;
	color: white;
	font-size: 80%;
	line-height: 22px;
	text-align: center;
}

body.luxed-search-results .mphb-reserve-room-section.mphb-rooms-added .button {
	margin-left: var(--container-h-padding);
}


/* Flex Slider / Gallery */
.mphb-flexslider.mphb-gallery-thumbnails-slider,
.mphb-flexslider.mphb-gallery-slider {
	border: none;
}

.elementor-widget-luxed-search-form .mphb_sc_search-wrapper.is-style-horizontal-form form>.mphb_sc_search-adults,
.elementor-widget-luxed-search-form .mphb_sc_search-wrapper.is-style-horizontal-form form>.mphb_sc_search-children {
	width: 10%;
}

/* Hide up-down arrows of adults and children fields */
.mphb_adults-span input[type="number"]::-webkit-outer-spin-button,
.mphb_adults-span input[type="number"]::-webkit-inner-spin-button,
.mphb_children-span input[type="number"]::-webkit-outer-spin-button,
.mphb_children-span input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.mphb_adults-span input[type="number"],
.mphb_children-span input[type="number"] {
	-moz-appearance: textfield;
	appearance: textfield;
}

/* Hide down arrow of datalist */
.mphb_adults-span input::-webkit-calendar-picker-indicator,
.mphb_children-span input::-webkit-calendar-picker-indicator {
	display: none !important;
}

.mphb-datepick-span,
.mphb_adults-span,
.mphb_children-span {
	position: relative;
	display: inline-block;
	width: 100%;
	font: normal normal normal 2rem/1 luxed-hotel-icons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mphb-datepick-span {
	font: normal normal normal 14px/1 FontAwesome;
}

.mphb-datepick-span:after,
.mphb_adults-span:after,
.mphb_children-span:after {
	content: "\f073";
	position: absolute;
	top: 50%;
	right: var(--elementor-h-padding);
	transform: translateY(-50%);
	font-size: 20px;
}

.mphb_adults-span:after {
	content: "\e973";
}

.mphb_children-span:after {
	content: "\e972";
}

@media (min-width: 768px) {

	.mphb_sc_booking_form-wrapper.is-style-horizontal-form form>*,
	.mphb_sc_search-wrapper.is-style-horizontal-form form>*,
	.mphb_widget_search-form.is-style-horizontal-form>* {
		padding: 0 5px;
	}
}

/* Related Posts */
.related-posts.rooms {
	grid-column: 2/10;
	padding-top: var(--container-v-padding);

	padding-bottom: var(--container-v-padding);
	padding-left: var(--container-h-padding);
	padding-right: var(--container-h-padding);
}

.related-posts.rooms>h2 {
	margin-bottom: 0;
}

.related-posts.rooms>h4 {
	margin-bottom: calc(var(--container-v-padding) / 1.5)
}

.related-posts.rooms .thumb h4 {
	margin: var(--container-h-padding) 0 calc(var(--container-v-padding) / 2) 0;
}

.related-posts.rooms>h2,
.related-posts.rooms>h4 {
	text-align: center;
}

.related-posts.rooms ul {
	position: relative;

	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	flex: 0 0 32%;
	justify-content: space-between;
}

.related-posts.rooms li {
	width: 32%;
	min-height: 300px;
	overflow: hidden;
	text-align: center;
}

.related-posts.rooms li>a {
	display: inline-block;
	margin-top: calc(var(--elementor-h-padding) * 2);
	border-bottom: 1px solid currentColor;
}

.related-posts.rooms li .thumb-meta {
	display: flex;
	justify-content: center;
}

.related-posts.rooms li .thumb-meta li {
	position: relative;
	min-height: auto;
	border: none;

	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	padding: 0.5em;

	font-size: 80%;
	line-height: 1.1em;
}

.related-posts.rooms li .thumb-meta li:not(:last-of-type) {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.related-posts.rooms li .thumb-meta li:not(.bed-type)>div {
	display: flex;
	align-items: center;
	text-align: left;
}

.related-posts.rooms li .thumb-meta li:not(.bed-type) span.mphb-attribute-title {
	font-size: 40px;
	font-weight: 500;
	min-width: auto;
	padding-left: 0;
}

.related-posts.rooms li .thumb-meta li:not(.bed-type) span:not(.mphb-attribute-title) {
	padding-left: 10px;
}

.related-posts.rooms li a .mphb-price-period {
	display: none;
}

.thumb-meta.mphb-loop-room-type-attributes:first-of-type li:before,
.thumb-meta.mphb-single-room-type-attributes:first-of-type li:before {
	position: relative;
	top: auto;
	padding-right: 0;
	padding-bottom: var(--elementor-h-padding);
	transform: none;
	text-align: inherit;
}

.related-posts.rooms[data-itemcount="2"] ul {
	flex: 0 0 49%;
}

.related-posts.rooms[data-itemcount="2"] li {
	width: 49%;
}

.related-posts.rooms[data-itemcount="1"] ul {
	flex: 0 0 100%;
}

.related-posts.rooms[data-itemcount="1"] li {
	width: 100%;
}

@media (max-width: 479px) {
	.related-posts.rooms li {
		width: 100% !important;		
	}

	.related-posts.rooms li:not(:last-of-type) {
		margin-bottom: var(--container-v-padding);
	}
}

@media (max-width: 768px) {

	.related-posts:not(.rooms)[data-itemcount="1"] li,
	.related-posts:not(.rooms)[data-itemcount="2"] li,
	.related-posts:not(.rooms)[data-itemcount="3"] li {
		width: 100%;
	}
}

/**
* Rooms Two Column
*/
body.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types,
body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
}

body.elementor-page.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types,
body.elementor-page.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper {
	max-width: var(--site-width);
	margin: 0 auto;
    padding-top: var(--container-v-padding);
    padding-bottom: var(--container-v-padding);	
}

body.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type,
body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper>.mphb-room-type {
	margin-top: 0 !important;
	margin-block-end: 40px;
}

body.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type>*:not(.post-thumbnail.mphb-loop-room-thumbnail),
body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper>.mphb-room-type>*:not(.post-thumbnail.mphb-loop-room-thumbnail) {
	margin-left: 12.5%;
	margin-right: 12.5%;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes {
	display: grid;
	grid-template-columns: 50% 50%;
	font-size: 80%;
	overflow: hidden;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes:first-of-type li:before,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes:first-of-type li:before {
	font-size: 2em !important;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid currentColor;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-child(2n+1),
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-child(2n+1) {
	border-right: none;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-child(3),
body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-child(4),
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-child(3),
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-child(4) {
	border-top: none;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-last-child(-n+3):last-child,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-last-child(-n+3):last-child {
	/* 3 or Less */
	grid-column: 1/3;
	border-right: 1px solid currentColor;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-child(2):last-child,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-child(2):last-child {
	grid-column: auto;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-last-child(n+4):last-child,
body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes li:nth-last-child(n+4):first-child~li,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-last-child(n+4):last-child,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes li:nth-last-child(n+4):first-child~li {
	/* 3 or Less */
	grid-column: auto;
}

body.page-template-page-rooms-full-width .mphb-loop-room-type-attributes .mphb-attribute-title,
body.page-template-page-rooms-two-column .mphb-loop-room-type-attributes .mphb-attribute-title {
	min-width: auto;
	padding-left: 32px;
}

body:not(.luxed-search-results) .mphb-view-details-wrapper,
body:not(.luxed-search-results) .mphb-view-details-wrapper>* {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

body:not(.luxed-search-results) .mphb-view-details-wrapper>* {
	margin-right: var(--container-h-padding);
}

body.page-template-page-rooms-two-column .pagination {
	grid-column: 1/-1; /* last item of grid temlate, set width to 100% */
}

@media (max-width: 1024px) {

	body:not(.luxed-search-results) .mphb-view-details-wrapper>* .button {
		padding-left: 20px;
		padding-right: 20px;
	}	

	body.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types,
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper {
		grid-template-columns: 1fr;
	}

	body.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type>*:not(.post-thumbnail.mphb-loop-room-thumbnail),
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper>.mphb-room-type>*:not(.post-thumbnail.mphb-loop-room-thumbnail) {
		margin-left: 8.5%;
		margin-right: 8.5%;
	}
}

@media (max-width: 768px) {

	body.page-template-page-rooms-two-column .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type>*:not(.post-thumbnail.mphb-loop-room-thumbnail),
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper>.mphb-room-type>*:not(.post-thumbnail.mphb-loop-room-thumbnail) {
		margin-left: 0;
		margin-right: 0;
	}
}

/**
* Template Name: Rooms Big
*/
body.page-template-page-rooms-full-width.luxed-no-sidebar #primary {
	grid-column: 1/12;
	padding: 0;
}

body.elementor-page.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types,
body.elementor-page.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper {
    padding-top: var(--container-v-padding);
    padding-bottom: var(--container-v-padding);	
}

body.page-template-page-rooms-full-width .pagination {
	grid-column: span 2;
}

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

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type>*:not(.mphb-loop-room-thumbnail):not(.mphb-view-details-button-wrapper):not(.mphb-to-book-btn-wrapper),
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type>*:not(.mphb-loop-room-thumbnail):not(.mphb-view-details-button-wrapper):not(.mphb-to-book-btn-wrapper) {
		padding-top: 30px !important;
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper .mphb-room-type-title {
		margin: 1em 0 .2em;
	}
}

@media only screen and (min-width: 1024px) {
	body.page-template-page-rooms-full-width #content {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	body.page-template-page-rooms-full-width #sidebar {
		display: none !important;
	}

	/*hide sidebar, just in case*/

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 60px 0;
		margin: 0;
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-details-part-wrapper,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-details-part-wrapper {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:not(:first-child),
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:not(:first-child) {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail {
		width: 70%;
		float: right;
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail img,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail img {
		width: 100%;
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-details-part-wrapper,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-details-part-wrapper {
		width: 30%;
		float: right;
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail {
		float: left;
	}

	body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:nth-child(even) .mphb-details-part-wrapper,
	body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:nth-child(even) .mphb-details-part-wrapper {
		left: auto;
		right: 0;
	}
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail {
	margin-block-end: 0;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper .mphb-room-type-title,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper .mphb-room-type-title {
	margin-top: 0 !important;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-details-part-wrapper .mphb_room_type_categories_header_wrapper,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-details-part-wrapper .mphb_room_type_categories_header_wrapper {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-details-part-wrapper .mphb_room_type_categories_header_wrapper>span>a,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-details-part-wrapper .mphb_room_type_categories_header_wrapper>span>a {
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 0 !important;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-details-part-wrapper .mphb_room_type_categories_header_wrapper:after,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-details-part-wrapper .mphb_room_type_categories_header_wrapper:after {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: 0px;
	left: 0;
	width: 40px;
	height: 1px;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type>*:not(.mphb-room-type-images):not(.mphb-loop-room-thumbnail):not(.mphb-view-details-button-wrapper):not(.mphb-to-book-btn-wrapper),
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type>*:not(.mphb-room-type-images):not(.mphb-loop-room-thumbnail):not(.mphb-view-details-button-wrapper):not(.mphb-to-book-btn-wrapper) {
	padding: 0 var(--container-v-padding);
}

/* curl effect on image */
body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a {
	display: flex;
	position: relative;
}

.mphb-loop-room-thumbnail>a>span.curl-wrapper {
	display: none;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a>span.curl-wrapper,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a>span.curl-wrapper {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a>span.curl-wrapper::before,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a>span.curl-wrapper::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a .curl,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a .curl {
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.8) 50%, var(--body-background-color) 50%, var(--body-background-color));
	transition: all .4s ease;
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl {
	left: auto;
	right: 0;
	transform: scale(-1) rotate(90deg);
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a .curl:before,
body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a .curl:after,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a .curl:before,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a .curl:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 12%;
	bottom: 6%;
	width: 70%;
	max-width: 300px;
	max-height: 100px;
	height: 55%;
	transform: skew(-10deg) rotate(-6deg);
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl:before,
body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl:after,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl:before,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl:after {
	transform: skew(10deg) rotate(6deg);
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail>a .curl:after,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail>a .curl:after {
	left: auto;
	right: 6%;
	bottom: auto;
	top: 14%;
	transform: skew(-15deg) rotate(-84deg);
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl:after,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type:nth-child(even) .mphb-loop-room-thumbnail>a .curl:after {
	transform: skew(15deg) rotate(84deg);
}

body.page-template-page-rooms-full-width .mphb_sc_rooms-wrapper.mphb-room-types>.mphb-room-type .mphb-loop-room-thumbnail:hover>a .curl,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper>.mphb-room-type .mphb-loop-room-thumbnail.hover>a .curl {
	width: 90px;
	height: 90px;
}

body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper .mphb_sc_search_results-info,
.mphb_sc_search_results-wrapper .mphb_sc_search_results-info {
	padding-top: var(--container-v-padding);
}

body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper .mphb_sc_search_results-info,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper .mphb-recommendation-title,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper .mphb-recommendation,
body.page-template-page-rooms-full-width .mphb_sc_search_results-wrapper .mphb-reservation-cart {
	width: 100%;
	max-width: var(--site-width);
	margin-left: auto;
	margin-right: auto;
	padding-right: var(--container-h-padding);
	padding-left: var(--container-h-padding);
}

body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb_sc_search_results-info,
body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb-recommendation-title,
body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb-recommendation,
body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb-reservation-cart {
	grid-column: 1/3;
}

@media (max-width: 1024px) {
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb_sc_search_results-info,
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb-recommendation-title,
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb-recommendation,
	body.page-template-page-rooms-two-column .mphb_sc_search_results-wrapper .mphb-reservation-cart {
		grid-column: 1/1;
	}	
}

/**
* Remove Title Effect (from post listing)
*/
body:not(.single) .mphb_sc_rooms-wrapper .luxed-post .entry-title {
	padding: 0;
}

body:not(.single) .mphb_sc_rooms-wrapper .luxed-post .entry-title::after,
body:not(.single) .mphb_sc_rooms-wrapper .luxed-post .entry-title::before {
	display: none;
}

/**
* Hotel Booking Elementor Plugin Overrides
*/
.mphb_sc_search-wrapper.is-style-default input,
.mphb_sc_search-wrapper.is-style-default select {
	width: 100%;
}

/**
* Flex Sider
*/
.flex-direction-nav a:before {
	display: none;
}

.mphb-flexslider ul.flex-direction-nav a,
.mphb-gallery-thumbnail-slider ul.flex-direction-nav a {
	width: 60px;
	height: 60px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	background-color: #ffffff;
	opacity: 1;
}

.mphb-flexslider ul.flex-direction-nav a svg polyline,
.mphb-gallery-thumbnail-slider ul.flex-direction-nav a polyline {
	stroke: currentColor;
}

.mphb-flexslider ol.flex-control-nav li {
	margin: 0 !important;
}

.mphb-flexslider ol.flex-control-nav li a {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 4px !important;
	border-radius: 50%;
	background: currentColor !important;
	opacity: 0.7;
	transform: scale(0.33) translateY(-6px);
	transition: 0.2s transform, 0.2s left
}

.mphb-flexslider ol.flex-control-nav li a:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: currentColor !important;
	border-radius: 50%;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
}

.mphb-flexslider ol.flex-control-nav li a.flex-active {
	transform: scale(1);
	background: transparent !important;
	border: 2px solid currentColor !important;
}

@media screen and (max-width: 48em) {
	.mphb-flexslider ul.flex-direction-nav .flex-prev,
	.mphb-flexslider ul.flex-direction-nav .flex-next {
		transform: scale(0.5);
	}
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
body .mphb_sc_services-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1.5625em;
}

body .mphb_sc_services-wrapper .mphb-price-wrapper strong,
body .mphb_sc_services-wrapper .mphb-regular-price strong {
	min-width: 0;
	margin-right: 0.5em;
}

body .mphb_sc_services-wrapper .mphb-service {
	width: 100%;
	padding: 0 1.5625em;
	margin: 0 0 40px;
}

@media screen and (min-width: 48em) {
	body .mphb_sc_services-wrapper .mphb-service {
		width: 50%;
	}

	body .mphb_sc_services-wrapper .mphb-service:last-child .entry-wrapper,
	body .mphb_sc_services-wrapper .mphb-service:nth-last-child(2) .entry-wrapper {
		padding-bottom: 0;
	}
}

body .mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
	margin: 0 0 40px;
}

body .mphb_sc_services-wrapper .mphb-service *:last-child {
	margin-bottom: 0;
}

body .mphb_sc_services-wrapper .mphb-service-title {
	margin: 23px 0 10px;
	font-size: 18px;
	font-size: 1.125rem;
}

@media screen and (min-width: 48em) {
	body .mphb_sc_services-wrapper .mphb-service-title {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

body .mphb_sc_services-wrapper .mphb-service-title a {
	color: inherit;
	text-decoration: none;
}

body .mphb_sc_services-wrapper .mphb-service-title a:hover {
	text-decoration: underline;
}

body .mphb_sc_services-wrapper .mphb-loop-service-thumbnail {
	display: block;
	margin: 0 0 2.125em;
}

body #content .mphb_sc_services-wrapper .mphb-loop-service-thumbnail p.mphb-loop-service-thumbnail {
	margin: 0;
}

body .mphb_sc_services-wrapper .mphb-loop-service-thumbnail img {
	display: block;
}

body .mphb_sc_services-wrapper .more-link .button {
	display: inline-block;
	margin-top: 1.125em;
	font-size: inherit;
	text-decoration: none;
	padding: 0;
	text-transform: none;
	border: 0px solid;
	background: transparent;
	color: #01bea0;
	font-weight: 400;
	height: auto;
}

body .mphb_sc_services-wrapper .more-link .button:hover {
	color: inherit;
	text-decoration: underline;
}

body .entry-content .mphb_sc_services-wrapper:first-child .mphb-service:nth-of-type(1) {
	margin-top: 0;
}

@media screen and (min-width: 48em) {
	body .entry-content .mphb_sc_services-wrapper:first-child .mphb-service:nth-of-type(2) {
		margin-top: 0;
	}
}

body .entry-content .mphb_sc_services-wrapper .mphb-service:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	body .entry-content .mphb_sc_services-wrapper .mphb-service:nth-last-of-type(2) {
		margin-bottom: 0;
	}
}

.single-mphb_room_service .mphb-price-title {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.4;
}

/**
* Luxed Hotel Type Icons
*/
@font-face {
	font-family: 'luxed-hotel-icons';
	src: url('../fonts/luxed-icons/icomoon.eot');
	src: url('../fonts/luxed-icons/icomoon.eot') format('embedded-opentype'),
		url('../fonts/luxed-icons/icomoon.ttf') format('truetype'),
		url('../fonts/luxed-icons/icomoon.woff') format('woff'),
		url('../fonts/luxed-icons/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="lhi-icon-"],
[class*=" lhi-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'luxed-hotel-icons' !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;
}

.lhi-icon-Helicopter:before{content:"\e96b"}.lhi-icon-Air-Baloon:before{content:"\e96c"}.lhi-icon-Cruise-Ship:before{content:"\e96d"}.lhi-icon-Bike:before{content:"\e96e"}.lhi-icon-Car:before{content:"\e96f"}.lhi-icon-Train:before{content:"\e970"}.lhi-icon-Yacht:before{content:"\e971"}.lhi-icon-Sunbed:before{content:"\e966"}.lhi-icon-Camp-Fire:before{content:"\e967"}.lhi-icon-Terrace:before{content:"\e968"}.lhi-icon-Bottled-Water:before{content:"\e969"}.lhi-icon-Shower-2:before{content:"\e96a"}.lhi-icon-Spa-2:before{content:"\e95a"}.lhi-icon-Sheet:before{content:"\e95b"}.lhi-icon-Spa-Massage:before{content:"\e95c"}.lhi-icon-Washing-Mmachine:before{content:"\e95d"}.lhi-icon-Bathrobe:before{content:"\e95e"}.lhi-icon-Kettle:before{content:"\e95f"}.lhi-icon-Wakeup-Service:before{content:"\e960"}.lhi-icon-Bell-Ring:before{content:"\e961"}.lhi-icon-Wifi-2:before{content:"\e962"}.lhi-icon-Fitness-2:before{content:"\e963"}.lhi-icon-Casino-2:before{content:"\e964"}.lhi-icon-corner-arrow:before{content:"\e965"}.lhi-icon-star-Hotel:before{content:"\e900"}.lhi-icon-Air-Conditioner:before{content:"\e901"}.lhi-icon-Airplane:before{content:"\e902"}.lhi-icon-Airport-Shuttle:before{content:"\e903"}.lhi-icon-All-Inclusive:before{content:"\e904"}.lhi-icon-Area:before{content:"\e905"}.lhi-icon-Aroma-Theraphy:before{content:"\e906"}.lhi-icon-Bar:before{content:"\e907"}.lhi-icon-Bath-Towel:before{content:"\e908"}.lhi-icon-Bath:before{content:"\e909"}.lhi-icon-Biking:before{content:"\e90a"}.lhi-icon-Breakfast:before{content:"\e90b"}.lhi-icon-Cable-TV:before{content:"\e90c"}.lhi-icon-Call-Operator:before{content:"\e90d"}.lhi-icon-Caravan:before{content:"\e90e"}.lhi-icon-Casino:before{content:"\e90f"}.lhi-icon-Check-in:before{content:"\e910"}.lhi-icon-Chef:before{content:"\e911"}.lhi-icon-Coffee-Maker:before{content:"\e912"}.lhi-icon-Conference-Room:before{content:"\e913"}.lhi-icon-Destination:before{content:"\e914"}.lhi-icon-Disabled:before{content:"\e915"}.lhi-icon-Discount:before{content:"\e916"}.lhi-icon-Dish-Washer:before{content:"\e917"}.lhi-icon-Doctor:before{content:"\e918"}.lhi-icon-Door-Hanger:before{content:"\e919"}.lhi-icon-Double-Bed:before{content:"\e91a"}.lhi-icon-Elevator:before{content:"\e91b"}.lhi-icon-Exchange:before{content:"\e91c"}.lhi-icon-Express-Check-in:before{content:"\e91d"}.lhi-icon-Facilities:before{content:"\e91e"}.lhi-icon-Family-Friendly:before{content:"\e91f"}.lhi-icon-Fit-Body:before{content:"\e920"}.lhi-icon-Fitness-Center:before{content:"\e921"}.lhi-icon-Free-Wifi:before{content:"\e922"}.lhi-icon-Fridge:before{content:"\e923"}.lhi-icon-Gift:before{content:"\e924"}.lhi-icon-Golf-Courses:before{content:"\e925"}.lhi-icon-Grill:before{content:"\e926"}.lhi-icon-Hair-Salon:before{content:"\e927"}.lhi-icon-Hairdryer:before{content:"\e928"}.lhi-icon-Hotel-Building:before{content:"\e929"}.lhi-icon-House:before{content:"\e92a"}.lhi-icon-Info:before{content:"\e92b"}.lhi-icon-Iron:before{content:"\e92c"}.lhi-icon-Isolation_Mode:before{content:"\e92d"}.lhi-icon-Lotus:before{content:"\e92e"}.lhi-icon-Lounge:before{content:"\e92f"}.lhi-icon-Luggage:before{content:"\e930"}.lhi-icon-Lux-Rooms:before{content:"\e931"}.lhi-icon-Map-Location:before{content:"\e932"}.lhi-icon-Microwave-Oven:before{content:"\e933"}.lhi-icon-Mini-Bar:before{content:"\e934"}.lhi-icon-No-Smoking-Rooms:before{content:"\e935"}.lhi-icon-Online-Reservation:before{content:"\e936"}.lhi-icon-parents:before{content:"\e937"}.lhi-icon-Parking-Free:before{content:"\e938"}.lhi-icon-Passport:before{content:"\e939"}.lhi-icon-Payment-Type:before{content:"\e93a"}.lhi-icon-Pet-Friendly:before{content:"\e93b"}.lhi-icon-Price:before{content:"\e93c"}.lhi-icon-Reception-2:before{content:"\e93d"}.lhi-icon-Reception:before{content:"\e93e"}.lhi-icon-Restaurant:before{content:"\e93f"}.lhi-icon-Room-Service:before{content:"\e940"}.lhi-icon-Room-Size:before{content:"\e941"}.lhi-icon-Running:before{content:"\e942"}.lhi-icon-Safety-Box:before{content:"\e943"}.lhi-icon-Shopping-Destination:before{content:"\e944"}.lhi-icon-Shower:before{content:"\e945"}.lhi-icon-siblings:before{content:"\e946"}.lhi-icon-Sight-Seeing:before{content:"\e947"}.lhi-icon-Single-Bed:before{content:"\e948"}.lhi-icon-Spa-Treatment:before{content:"\e949"}.lhi-icon-Summer-Holiday:before{content:"\e94a"}.lhi-icon-Swimming-Pool:before{content:"\e94b"}.lhi-icon-Taxi:before{content:"\e94c"}.lhi-icon-Tea:before{content:"\e94d"}.lhi-icon-Telephone:before{content:"\e94e"}.lhi-icon-Tent:before{content:"\e94f"}.lhi-icon-Toaster:before{content:"\e950"}.lhi-icon-Trophy:before{content:"\e951"}.lhi-icon-Vacation:before{content:"\e952"}.lhi-icon-Vacuum-Cleaner:before{content:"\e953"}.lhi-icon-View:before{content:"\e954"}.lhi-icon-Window:before{content:"\e955"}.lhi-icon-Winter-Holiday:before{content:"\e956"}.lhi-icon-Kid:before{content:"\e972"}.lhi-icon-Person:before{content:"\e973"!important}.lhi-icon-right-arrow-21:before{content:"\e974"!important}.lhi-icon-right-arrow1:before{content:"\e975"!important}.lhi-icon-corner-arrow:before{content:"\e976"!important}.lhi-icon-Floorplan:before{content:"\e977"}

.mphb-calendar,
.mphb-datepick-popup {
	--mphb-available-date-bg: #CABFAB;
    --mphb-available-date-color: #41444B;	
    --mphb-not-available-date-bg: #DFD8C8;
    --mphb-not-available-date-color: #777777;
    --mphb-booked-date-bg: #dddddd;
    --mphb-booked-date-color: #777777;
    --mphb-out-of-season-date-bg: #dddddd;
    --mphb-out-of-season-date-color: #777777;
    --mphb-selected-date-bg: #404040;
    --mphb-selected-date-color: #ffffff;
    --mphb-unselectable-date-color: #777777;

	--mphb-weekend-bg: #EFE9CC;
}

.mphb-calendar td {
	background-color: transparent !important;
}

.mphb-calendar .datepick-month td > span {
	display: table;
}

.mphb-calendar.mphb-datepick.inlinePicker {
	border: 1px solid rgba(0, 0, 0, .2);
}

.datepick,
.datepick-month,
.datepick-month th {
	border: none;
}

.inlinePicker .datepick .datepick-month {
    height: initial;
}

.datepick-month.last {
	float: right;
}

.datepick-nav, .datepick-ctrl {
	padding: 10px 0;	
}

.datepick-cmd:hover {
	background-color: var(--button-background);	
	color: var(--button-color);
}

.datepick-cmd:not(.datepick-disabled):hover {
	color: var(--button-color);
	text-decoration: underline;
}

.mphb-calendar td .mphb-past-date {
    opacity: 1;
    background-color: var(--mphb-not-available-date-bg);
    color: var(--mphb-available-date-color);
}

.datepick-month td .datepick-weekend {
    background-color: var(--mphb-weekend-bg);
}

.mphb-calendar-custom-field.mphb-date-cell__price {
	display: block;
	width: 10px !important;
	height: 1px;
	margin: 8px auto 0 !important;	
	border-top: 1px dashed currentColor;
}

.mphb-calendar-custom-field.datepick-weekend {
	background-color: var(--body-background-color) !important;
}

.datepick-month td {
    background-color: transparent;
	border: none;
}

.datepick-month span {
    padding: 0;
}

/* date picker popup */
.datepick-popup .datepick-ctrl,
.datepick-ctrl .datepick-cmd:hover {
    background-color: var(--button-background);
	color: var(--button-color);
}

.datepick-popup .datepick-month {
    width: 15em;
}

.datepick-popup .datepick-month.last {
	width: calc(15em + 1px);
}

@media screen and (max-width: 48em) {
	.datepick-popup .datepick-month {
		width: 100% !important;
	}
	.datepick-popup .datepick {
		max-width: calc(100vw - 50px);
	}
}

.mphb-datepick-popup .datepick-month td .mphb-past-date {
    background-color: var(--mphb-not-available-date-bg);
    color: var(--mphb-available-date-color);
	opacity: 1;
}

.datepick-popup .datepick-month a:not(.datepick-weekend) {
    background-color: var(--mphb-available-date-bg);
    color: var(--mphb-available-date-color);
}

.datepick-popup .datepick-month a {
	padding: 0;
}

.datepick-popup td>.mphb-date-cell.datepick-other-month {
	display: none !important;
}

/* navigation */
.datepick-nav .datepick-cmd.datepick-cmd-prev,
.datepick-nav .datepick-cmd.datepick-cmd-next {
	position: relative;	
	font-size: 0;
	text-decoration: none !important;
}

.datepick-nav,
.datepick-ctrl,
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
	background-color: var(--button-background);	
	color: var(--button-color);
}

.datepick-month th,
.datepick-month th a {
	background-color: var(--button-background);	
	color: var(--button-color);
}

.datepick-nav .datepick-cmd.datepick-cmd-prev:before,
.datepick-nav .datepick-cmd.datepick-cmd-next:before {
	content: "\e975";
	display: inline-block;
	font-family: 'luxed-hotel-icons' !important;
	font-size: 14px;
}

.datepick-nav .datepick-cmd.datepick-cmd-prev:before {
	transform: rotate(-180deg);
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
	font-weight: 300;
}

.mphb-calendar .datepick-ctrl {
	background-color: var(--button-background);
	color: var(--button-color);
	border-radius: 0;
	font-weight: 300;
	padding: 10px;
}

.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date,
.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date {
	opacity: 1;
}

/**
* Booking Confirmation
*/
body.luxed-booking-confirmation .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type),
body.luxed-booking-confirmation .mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type),
body.luxed-booking-confirmation .mphb-checkout-item-section {
	margin-top: 2em;
}

body.luxed-booking-confirmation .mphb-booking-details.mphb-checkout-section .mphb-room-details .mphb_sc_checkout-guests-chooser,
body.luxed-booking-confirmation .mphb-booking-details.mphb-checkout-section .mphb-room-details .mphb-guest-name-wrapper > input {
	display: block;
	width: 50%;
}

.mphb-checkout-terms-wrapper.mphb-checkout-section {
	margin-bottom: 2em;
}

.mphb-payment-messages,
.mphb-errors-wrapper {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	clear: both;

	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;	
}

.mphb-payment-messages {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

/* Choose Additional Services form */
body.luxed-booking-confirmation .mphb_sc_checkout-services-list.mphb_checkout-services-list {
	padding-left: 0;
}
body.luxed-booking-confirmation .mphb_sc_checkout-services-list.mphb_checkout-services-list > li:not(:last-of-type) {
	margin-block-end: 10px;
}

/* Your information form. */
body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details > * {
	width: 49%;
}

body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details .mphb-customer-details-title,
body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details .mphb-required-fields-tip,
body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details .mphb-customer-country,
body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details .mphb-customer-note {
	width: 100%;
	flex-basis: 100%;
}

body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details > * > input,
body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details > * > select,
body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details > * > textarea {
	width: 100%;
}

@media screen and (max-width: 48em) {
	body.luxed-booking-confirmation .mphb-booking-details.mphb-checkout-section .mphb-room-details .mphb_sc_checkout-guests-chooser,
	body.luxed-booking-confirmation .mphb-booking-details.mphb-checkout-section .mphb-room-details .mphb-guest-name-wrapper > input,
	body.luxed-booking-confirmation .mphb-checkout-section.mphb-customer-details > * {
		width: 100%;
	}
}

/**
* Generic Mobile
*/

@media screen and (max-width: 48em) {
	.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details {
		margin: 1.5em 0 0 0;
	}

	.mphb_sc_search_results-wrapper .mphb-reservation-cart {
		margin-bottom: 1em;
	}

	body.luxed-search-results .mphb-reserve-room-section {
		width: 100%;
	}

	body.luxed-search-results .mphb-view-details-button-wrapper,
	body.luxed-search-results .button.border-button.mphb-view-details-button {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	body.luxed-search-results .mphb-available-rooms-count {
		font-size: 11px;
	}

	#room-title-layout-one {
		flex-direction: column;
		text-align: center;
	}

	#room-title-layout-one h1>span {
		display: table;
		margin: 0 auto;
	}

	#room-title-layout-one .mphb-regular-price {
		display: contents;
	}

	body.luxed-room-layout-one .mphb-details-layout-column-wrapper {
		flex-wrap: wrap;
	}

	/* Hide thumbnail slider on mobile. */
	.mphb-gallery-thumbnail-slider {
		display: none;
	}

	/* Set celendar columns to %100 on mobile. */
	.datepick .datepick-month {
		width: 100% !important;
		max-width: 100% !important;
	}	
}