@charset "UTF-8";
/**
 * The main Hotelier CSS
 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/
/*
ELEMENTS
	Notices ............ Hotelier notices.
	Datepicker ......... Datepicker styles.
	Tables ............. Booking tables styles.
	Loops .............. Room shortcodes styles.
	Pagination ......... Hotelier pagination styles.
	Deposit ............ Room deposit label.
	Min/Max info ....... Room min/max stay info.
	Adults/Children .... Adults/Children info.

PAGES
	Room ............... Single room page.
	Listing ............ Listing page.
	Booking ............ Booking page.
	
	
*/
/*--------------------------------------------------------------
>>> NOTICES
----------------------------------------------------------------
*/
.hotelier-notice {
  font-size: 16px;
  letter-spacing: 0.1em;
  list-style: none;
  background-color: #F99999;
  color: #fff;
  margin: 0 0 48px;
  padding: 24px;
}

.hotelier-notice--error {
  list-style: none;
  margin-left: 0;
}

/*--------------------------------------------------------------
>>> DATEPICKER
----------------------------------------------------------------
*/
.js .datepicker-input--checkin,
.js .datepicker-input--checkout {
  display: none;
}

.datepicker-form {
    margin-bottom: $space__l;
}
.datepicker-form input[type="text"] {
    font-family: Playfair display; 
    text-align: center; 
    font-size: 18px; 
    vertical-align: middle;
    line-height: 1.5;
}
.datepicker-input-select {
    width: 260px; 
    height: 45px; 
    border-color: #E5E4E2;
    border-width: 1px;
    align: center;
}
.datepicker { 
    background-color: #fff; 
    box-shadow: 8px 8px 40px 5px rgba(0,0,0,.08); 
    box-sizing: border-box; 
    overflow: visible; 
    position: relative; 
    width: 260px; 
    z-index: 99; 
    border: 0px; 
    align: center; 
    text-align: center;
    font-size: 14px;
}

.datepicker__inner {
  overflow: hidden;
  padding: 24px;
}

.datepicker__months {
  @media (min-width: 480px) {
    overflow: hidden;
    position: relative;
    &:before {
      background: $color__default__line;
      bottom: 0;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: 0;
      width: 1px;
    }
  }
}

.datepicker__month {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 100;
  overflow-y: visible;
  font-size: 11px;
  line-height: 2.18182;
  @media (min-width: 480px) {
    width: 200px;
  }
  @media (min-width: 768px) {
    font-size: 14px;
    width: 240px;
  }
}

.datepicker__month--month1 {
  @media (min-width: 480px) { 
    float: left;
  }
}

.datepicker__month--month2 {
  display: none;
  @media (min-width: 480px) {
    display: table;
    float: right;

  }
}

.datepicker__month-day {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.datepicker__month-day--invalid {
  color: #eee;
}

.datepicker__month-day--disabled {
  color: #eee;
  position: relative;
  position: relative;
}

.datepicker__month-day--disabled:after {
  color: red;
  content: '\00d7';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.datepicker__month-day--selected {
  background-color: rgba(34, 34, 34, 0.3);
  color: #fff;
}

.datepicker__month-day--hovering {
  background-color: rgba(34, 34, 34, 0.3);
  color: #fff;
}

.datepicker__month-day--today {
  background-color: #222;
  color: #fff;
}

.datepicker__month-day--first-day-selected,
.datepicker__month-day--last-day-selected {
  background-color: rgba(34, 34, 34, 0.5);
  color: #fff;
}

.datepicker__month-day--last-day-selected.datepicker__month-day--checkout-enabled:after {
  content: none;
}

.datepicker__month-day--checkout-enabled {}
.datepicker__month-day--selected {
  background-color: rgba($background__color__day,.3);
  color: #fff;
}

.datepicker__month-day--valid {
  cursor: pointer;
}

.datepicker__month-day--lastMonth,
.datepicker__month-day--nextMonth {
  visibility: visible;
}

.datepicker__month-button {
  cursor: pointer;
}

.datepicker__month-button--disabled {
  @media (min-width: 480px) {
    visibility: visible;
  }
}

.datepicker__info--feedback {
  display: none;
}

.datepicker__info--error,
.datepicker__info--help {
  display: block;
}

.datepicker__info--error {
  color: red;
}

.datepicker__close-button {
  cursor: pointer;
  @media (min-width: 768px) {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.datepicker__tooltip {
  font-size: 11px;
  line-height: 2.18182;
  background-color: $background__color__day;
  border-radius: 2px;
  color: #fff;
  margin-top: -5px;
  padding: $space__xs $space__s;
  position: absolute;
}

.datepicker__tooltip:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  bottom: -4px;
  content: '';
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

.datepicker__topbar {
  margin-bottom: 48px;
  position: relative;
}

.button--datepicker {
  background-color: #000000;
  border-weight: 0;
  width: 334px;
  max-width: 334px;
  min-width: 334px;
  border-radius: 50px; 
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  font-family: 'Google Sans' sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: none;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  align: center;
  margin-top: $space;
}

@media (min-width: 320px) {
  .datepicker { width: 300px;}
}

@media (min-width: 480px) {
  .datepicker { width : 460px;}
}

@media (min-width: 768px) {
  .datepicker {width: 560px;}
}

.button button--datepicker {
  width: 260px; 
  background-color: #000000; 
  border-width: 0; 
  width: 260px; 
  border-radius: 3px;  
  height: 45px; 
  font-family: Montserrat; 
  font-size: 12px; 
  letter-spacing: 0.2rem; 
  color: #ffffff; 
  text-align: center; 
  align: center;
 }
 
.datepicker__close-button {
  cursor: pointer; 
  border-width: 1px; 
  height: 40px; 
  border-color: #e5e4e2; 
  background-color: #ffffff;
  @media (min-width: 768px) {
    margin-top: 0; 
    position: absolute; 
    right: 0; 
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .button button--datepicker {
    margin: 0; 
    padding: 0;
  }
  
  .datepicker-input-select {
    margin: 0; 
    padding: 0;
  }
}

/*--------------------------------------------------------------
>>> TABLES
----------------------------------------------------------------
*/
.reservation-table__room-rate {
  display: block;
}

.view-price-breakdown {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2.18182;
  display: block;
}

.price-breakdown-wrapper,
.reservation-table__row--price-breakdown {
  border: 0;
  padding: 0;
}

.table--price-breakdown {
  border-collapse: separate;
  margin-bottom: 0;
  padding: 24px;
}

.credit-cards__list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.credit-cards__icon {
  display: inline-block;
  height: 48px;
  margin-bottom: 4px;
  position: relative;
  text-indent: -99999px;
  width: 76px;
}

.credit-cards__icon:before {
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  content: '';
  display: inline-block;
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 76px;
}

.credit-cards__icon--mastercard:before {
  background-image: url(../../images/cards/mastercard.svg);
}

.credit-cards__icon--amex:before {
  background-image: url(../../images/cards/amex.svg);
}

.credit-cards__icon--cirrus:before {
  background-image: url(../../images/cards/cirrus.svg);
}

.credit-cards__icon--discover:before {
  background-image: url(../../images/cards/discover.svg);
}

.credit-cards__icon--maestro:before {
  background-image: url(../../images/cards/maestro.svg);
}

.credit-cards__icon--visa:before {
  background-image: url(../../images/cards/visa.svg);
}

.credit-cards__icon--visa_e:before {
  background-image: url(../../images/cards/visa_e.svg);
}

.reservation-table__room-non-cancellable {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: red;
  display: block;
  font-style: italic;
  font-weight: bold;
}

/*--------------------------------------------------------------
>>> LOOPS
----------------------------------------------------------------
*/
.room-loop__list {
  list-style: none;
  margin-left: 0;
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  margin-bottom: 24px;
  padding: 0;
}

.room-loop__item {
  margin: 0;
  padding: 0;
}

.room__name--loop {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 0;
}

.room__description--loop {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.room__thumbnail--loop {
  display: block;
}

.room__thumbnail--loop img {
  display: block;
  height: auto;
  margin: 0 0 24px;
  width: 100%;
}

.room__price--loop {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: block;
  font-weight: normal;
  margin-bottom: 12px;
}

.room__price--loop .amount {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.room__price del .amount {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  opacity: .5;
}

.room__price ins {
  background-color: transparent;
}

.button--view-room-details {
  display: inline-block;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
>>> PAGINATION
----------------------------------------------------------------
*/
.pagination__list {
  list-style: none;
  margin-left: 0;
}

.pagination__item {
  display: inline-block;
}

/*--------------------------------------------------------------
>>> DEPOSIT
----------------------------------------------------------------
*/
.room__deposit,
.rate__deposit {
  padding: 6px 24px;
  margin-top: 24px;
  display: inline-block;
  background-color: #eee;
}

.rate__deposit--single {
  margin-top: 0;
}

/*--------------------------------------------------------------
>>> MIN MAX INFO
----------------------------------------------------------------
*/
.room__min-max-stay {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: block;
  font-style: normal;
  margin-top: 24px;
}

.room__min-max-stay--single {
  margin-bottom: 24px;
  margin-top: 0;
}

.room__min-max-stay--rate-single {
  margin-bottom: 24px;
}

.room__min-max-stay--rate-listing {
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
>>> ADULTS/CHILDREN INFO
----------------------------------------------------------------
*/
.reservation-table__room-guests {
  display: block;
  margin-top: 6px;
}

.reservation-table__room-guests-label {
  font-weight: bold;
}

.reservation-table__room-guests--booking label,
.reservation-table__room-guests--booking .form-row {
  display: inline;
  margin-right: 6px;
}

.reservation-table__room-guests--booking .reservation-table__room-guests-label {
  display: block;
}

/*--------------------------------------------------------------
>>> PAGE: SINGLE ROOM
----------------------------------------------------------------
*/
.room__thumbnail--single {
  margin-bottom: 48px;
}

.room__thumbnail--single img {
  width: 100%;
}

.room__gallery--single {
  text-align: center;
}

.room__gallery-link--single {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  text-align: center;
}

.room__price--single .amount {
  font-size: 14px;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: bold;
}

.room__deposit--single {
  margin-bottom: 24px;
}

.room__meta-list {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.room__facilities-content--single {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.room__conditions-list {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.room__description--single {
  margin-bottom: 48px;
  margin-top: 48px;
}

.room-available-rates__link {
  display: inline-block;
  margin-top: 24px;
}

.room__rates-list {
  list-style: none;
  margin-left: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.room__rate--single {
  border: 1px solid #222;
  margin-bottom: 24px;
  padding: 24px 24px 12px;
}

.rate__name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.rate__price {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.rate__price .amount {
  font-weight: bold;
}

.button--check-availability {
  display: inline-block;
  margin-top: 12px;
}

.rate__conditions-title {
  font-weight: bold;
}

.rate__conditions-list {
  list-style: none;
  margin-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.related-rooms {
  margin-top: 48px;
}

.room__non-cancellable-info,
.rate__non-cancellable-info {
  color: red;
  font-style: normal;
  font-weight: bold;
}

.room__non-cancellable-info--single p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
>>> PAGE: LISTING
----------------------------------------------------------------
*/
.selected-nights {
  font-style: normal;
  text-align: center;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.listing__list {
  list-style: none;
  margin: 0px 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  border: 2px solid #c6c6c6;
  border-radius: 10px;
  padding: 35px 25px;
  background-color: #ffffff;
}

.listing__room {
  border: 1px solid #222;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 24px;
}

.listing__room--queried {
  border: 5px solid #9DC94A;
  margin-bottom: 96px;
}

.room__gallery-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.room__max-guests-recommendation {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: inline-block;
  font-style: normal;
  margin-top: 24px;
}

.room__only-x-left {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  background-color: #222;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
}

.room__price--listing,
.rate__price--listing {
  display: block;
}

.room__price--listing .amount,
.rate__price--listing .amount {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.room__price--listing del .amount,
.rate__price--listing del .amount {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  opacity: .5;
}

.room__price--listing ins,
.rate__price--listing ins {
  background-color: transparent;
}

.room__price-description,
.rate__price-description {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
  font-style: normal;
}

.room__deposit--listing,
.rate__deposit--listing {
  margin-bottom: 24px;
  margin-top: 0;
}

.room__actions {
  border-top: 1px solid #eee;
  margin-top: 24px;
  padding-top: 24px;
}

.button--add-to-cart,
.button--toggle-rates {
  display: inline-block;
  margin-top: 12px;
}

.add-to-cart-selected {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: block;
}

.room__rate--listing {
  border-top: 1px solid #eee;
  margin-top: 24px;
  overflow: hidden;
  padding-top: 24px;
}

.rate__room--listing {
  margin-bottom: 0;
}

.rate__name--listing {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 24px;
}

.room__fees {
  margin-bottom: 24px;
}

.room__rate .room__fees {
  margin-bottom: 0;
}

.room-fee + .room-fee {
  margin-top: 6px;
}

.room-fee__title {
  display: block;
}

.room-fee__label {
  display: block;
}

.room-fee__label input {
  margin-right: 6px;
}

.room__extras {
  margin-top: 24px;
}

.room-extra {
  margin-top: 6px;
}

.room-extra__price {
  display: block;
}

.room-extra__price .amount {
  font-weight: bold;
}

.room-extra__info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  font-style: normal;
}

/*--------------------------------------------------------------
>>> PAGE: BOOKING
----------------------------------------------------------------
*/
.booking__section,
.reservation-received__section {
  margin-bottom: 48px;
}

.form-row__description {
  font-family: Montserrat, sans-serif;
  color: #808080;
  text-align: left;
  padding-top: 0px;
  line-height: 1.71429;
  font-style: normal;
  display: block;
  margin-top: 12px;
}

.payment-methods {
  list-style: none;
  margin-left: 0;
}

.payment-method {
  overflow: hidden;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.payment-method img {
  float: right;
}

.payment-method__label {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline;
}

.payment-method__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  font-style: italic;
  display: block;
}

.payment-method--single input[type="radio"] {
  display: none;
}

.form-row--booking-terms {
  margin-top: 24px;
}

.label--booking-terms {
  display: inline;
}

.reservation-response {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.reservation-details__list {
  list-style: none;
  margin-left: 0;
}

.reservation-non-cancellable-disclaimer__text {
  font-style: normal;
}

.reservation-table__extra-guests-fee {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  display: block;
}

.reservation-table__coupon-code {
  display: block;
}

.reservation-table__room-extra .extra__description {
  display: block;
}
