/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-rooms.scss ***!
  \*************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Raleway-ExtraLightItalic";
  src: url(../fonts/Raleway-ExtraLightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Light";
  src: url(../fonts/Raleway-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Regular";
  src: url(../fonts/Raleway-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Medium";
  src: url(../fonts/Raleway-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url(../fonts/Raleway-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 4px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 500 36px/1.1 "Raleway-Medium", sans-serif;
}

.h2 {
  font: 500 28px/1.1 "Raleway-Medium", sans-serif;
}

.h3 {
  font: 500 16px/1.1 "Raleway-Medium", sans-serif;
}

p {
  font: 400 14px/1.4 "Raleway-Regular", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 45px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: background-color 300ms ease-in-out;
  z-index: 999;
}
.header .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  width: 150px;
}
.header__hamburger {
  cursor: pointer;
}
.header__hamburger-line {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}
.header__links {
  flex: 0 0 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.header__links-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 0;
}
.header__links-inner a {
  flex: 0 0 100%;
  font: 500 16px/1 "Raleway-Medium", sans-serif;
  color: #ffffff;
  text-align: center;
  transition: opacity 300ms ease-in-out;
}
.header__links-inner a:hover {
  opacity: 0.5;
}
.header .trp-ls-shortcode-current-language {
  display: none;
}
.header .trp-ls-shortcode-disabled-language {
  opacity: 0.5;
  border-right: 1px solid #ffffff;
  pointer-events: none;
}
.header .trp-ls-shortcode-language {
  display: block !important;
}
.header .trp-ls-shortcode-language a {
  padding: 0 10px;
}
.header.active {
  background: #202020;
}
.header.sticky {
  background: #202020;
}

@media only screen and (min-width: 1024px) {
  .header__logo img {
    width: 240px;
  }
  .header__hamburger {
    display: none;
  }
  .header__links {
    flex: initial;
    max-height: initial;
  }
  .header__links-inner {
    gap: 35px;
  }
  .header__links-inner a {
    flex: 1;
    text-align: left;
    white-space: nowrap;
  }
}
.single-mphb_room_type {
  margin: 0;
}

.results__hero,
.rooms__hero {
  background: #202020;
  color: #ffffff;
  padding: 150px 0 0;
}
.results__hero-title,
.rooms__hero-title {
  margin-bottom: 20px;
}
.results__hero-img,
.rooms__hero-img {
  width: 100%;
}
.results .mphb_sc_search_results-wrapper, .results .mphb_sc_rooms-wrapper,
.rooms .mphb_sc_search_results-wrapper,
.rooms .mphb_sc_rooms-wrapper {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.results .mphb_sc_search_results-info, .results .mphb_sc_rooms-info,
.rooms .mphb_sc_search_results-info,
.rooms .mphb_sc_rooms-info {
  font: 600 18px/1 "Raleway-SemiBold", sans-serif;
  margin-bottom: 30px;
}
.results .mphb-recommendation-title, .results .mphb-recommendation, .results .mphb-reservation-cart,
.rooms .mphb-recommendation-title,
.rooms .mphb-recommendation,
.rooms .mphb-reservation-cart {
  display: none;
}
.results .mphb-room-type,
.rooms .mphb-room-type {
  background: #F8F8F8;
  margin-top: 0 !important;
  padding: 20px;
}
.results .mphb-room-type img,
.rooms .mphb-room-type img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.results .mphb-room-type-title a,
.rooms .mphb-room-type-title a {
  display: block;
  font: 500 30px/1 "Raleway-Medium", sans-serif;
  color: #202020;
  margin-bottom: 10px;
}
.results .mphb-room-type-details-title, .results .mphb-room-type-categories,
.rooms .mphb-room-type-details-title,
.rooms .mphb-room-type-categories {
  display: none;
}
.results .mphb-loop-room-type-attributes,
.rooms .mphb-loop-room-type-attributes {
  display: none;
  flex-flow: row wrap;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.results .mphb-loop-room-type-attributes li,
.rooms .mphb-loop-room-type-attributes li {
  font: 600 12px/2.2 "Raleway-SemiBold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.results .mphb-regular-price,
.rooms .mphb-regular-price {
  display: none;
  margin-bottom: 15px;
}
.results .mphb-view-details-button,
.rooms .mphb-view-details-button {
  display: block;
  font: 500 14px/1 "Raleway-Medium", sans-serif;
  color: #202020;
  text-decoration: underline;
  margin-bottom: 15px;
}
.results .mphb-rooms-quantity-multiple,
.rooms .mphb-rooms-quantity-multiple {
  display: none;
  margin-bottom: 5px;
}
.results .mphb-remove-from-reservation,
.rooms .mphb-remove-from-reservation {
  display: block;
  font: 500 14px/1 "Raleway-Medium", sans-serif;
  color: #202020;
  text-decoration: underline;
}
.results .mphb-book-button, .results .mphb-confirm-reservation,
.rooms .mphb-book-button,
.rooms .mphb-confirm-reservation {
  display: none;
  font: 400 14px/1.5 "Raleway-Regular", sans-serif;
  color: #ffffff;
  background: #202020;
  padding: 10px 20px;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
}
.results .mphb-confirm-reservation,
.rooms .mphb-confirm-reservation {
  background: #50823C;
}
.results .flexslider,
.rooms .flexslider {
  border-color: #F8F8F8;
}

@media only screen and (min-width: 768px) {
  .results__hero,
  .rooms__hero {
    position: relative;
    padding: 200px 0 150px;
    overflow: hidden;
  }
  .results__hero-text,
  .rooms__hero-text {
    position: relative;
    width: 50%;
    z-index: 3;
  }
  .results__hero-img,
  .rooms__hero-img {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 0;
    z-index: 1;
  }
  .results .mphb_sc_search_results-wrapper, .results .mphb_sc_rooms-wrapper,
  .rooms .mphb_sc_search_results-wrapper,
  .rooms .mphb_sc_rooms-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .results .mphb_sc_search_results-info, .results .mphb_sc_rooms-info,
  .rooms .mphb_sc_search_results-info,
  .rooms .mphb_sc_rooms-info {
    grid-column: 1/3;
  }
}
@media only screen and (min-width: 1024px) {
  .results .mphb_sc_search_results-wrapper, .results .mphb_sc_rooms-wrapper,
  .rooms .mphb_sc_search_results-wrapper,
  .rooms .mphb_sc_rooms-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .results .mphb_sc_search_results-info, .results .mphb_sc_rooms-info,
  .rooms .mphb_sc_search_results-info,
  .rooms .mphb_sc_rooms-info {
    grid-column: 1/4;
  }
}
