/*
Theme Name: Huluki
Author: Gabriel Curtino
Author URI: https://www.gabrielcurtino.com
Template: twentytwentythree
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --brand-color: #6CA2A7;
}

* {
  box-sizing: border-box;
  transition: all 0.25s ease;
}

html {
  font-size: 16px;
}

ul.wp-block-post-template {
  max-width: var(--wp--style--global--content-size) !important;
}

.sticky-parent {
  display: contents;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.scrolling-header {
  border-bottom: 1px solid var(--wp--preset--color--gray-light);
}

.wp-block-navigation__responsive-container-open {
  margin-top: 1rem;
}

.wp-block-navigation__responsive-container-open svg {
  width: 2.5rem;
  height: 2.5rem;
}

.slides img {
  min-height: 350px;
  object-fit: cover;
}

.flexslider .caption-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  text-align: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.uppercase {
  text-transform: uppercase;
}

.max-w-full {
  max-width: 1200px !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

figure.medium-square img {
  object-fit: cover;
  height: 360px;
}

figure.medium-vertical img {
  object-fit: cover;
  height: 480px;
}

figcaption {
  font-family: var(--wp--preset--font-family--primary-sans);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: .05rem;
}

@media screen and (max-width: 599px) {
  .mobile-no-padding {
    padding: 0 !important;
  }
}

section, .cover {
  margin: 0;
  min-height: 360px;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
}

@media screen and (max-width: 600px) {
  li.wp-block-navigation-item.has-child > .wp-block-navigation-item__content {
    font-weight: 500;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: .5rem;
  }

  :not(body.page-id-729) .grecaptcha-badge {
    display: none;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

/* .wp-block-button {
  height: 100%;
} */

.input-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.input-wrapper label {
  left: 0;
}

.input-wrapper input:not([type="submit"]),
.input-wrapper select,
.input-wrapper textarea {
  display: block;
  padding: 14px 10px 10px 5px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--gray-darker);
  background-color: transparent;

  font-family: var(--wp--preset--font-family--primary-sans);
  /* font-family: var(--wp--preset--font-family--primary-sans-serif); */
  font-size: 1.2rem;
}

.input-wrapper input:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
  outline: none;
}

.input-wrapper label {
  color: var(--wp--preset--color--gray);
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
}

.input-wrapper input:focus ~ label,
.input-wrapper select:focus ~ label,
.input-wrapper textarea:focus ~ label,
.input-wrapper input:not(:placeholder-shown) ~ label,
.input-wrapper select:not(:placeholder-shown) ~ label,
.input-wrapper textarea:not(:placeholder-shown) ~ label {
  top: -22px;
  color: var(--wp--preset--color--gray-darker);
}

.input-wrapper .bar  {
  position: relative;
  display: block;
  width: 100%;
}

.input-wrapper .bar:before, .input-wrapper .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--wp--preset--color--gray-darker);
}
.input-wrapper .bar:before {
  left: 50%;
}
.input-wrapper .bar:after {
  right: 50%;
}

.input-wrapper input:focus ~ .bar:before,
.input-wrapper select:focus ~ .bar:before,
.input-wrapper textarea:focus ~ .bar:before,
.input-wrapper input:focus ~ .bar:after,
.input-wrapper select:focus ~ .bar:after,
.input-wrapper textarea:focus ~ .bar:after {
  width: 50%;
}

/* .input-wrapper .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.input-wrapper input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
} */

@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to   { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to   { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to   { width:0; background:transparent; }
}

.input-wrapper-with-addons {
  display: flex;
  width: 100%;
  align-items: center;
}

.input-wrapper-numeric button {
  border: none;
  background: none;
  padding: .5rem;
  margin: 0 .1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.input-wrapper ~ .input-wrapper, .input-wrapper ~ .input-wrapper-with-addons {
  margin-top: 45px;
}

.is-style-outline .wp-element-button, .wpcf7-submit {
  border: 2px solid;
}

.wpcf7-form .wp-block-button {
  margin-top: 1.5rem;
  display: flex;
  justify-content: end;
  align-items: center;
}

.wpcf7-form .wp-block-button .wpcf7-spinner {
  order: 1;
}

.wpcf7-submit:not(.inline) {
  order: 2;
  min-width: 145px;
  min-height: 45px;
}

.wpcf7-submit-inline {
  margin-top: 0 !important;
}

.codedropz-upload-wrapper {
  margin-top: 1.5rem;
}

.newsletter-form-wrapper {
  display: flex;
  column-gap: 15px;
  max-width: 400px;
}

.newsletter-form-wrapper > div {
  justify-content: center;
}

.newsletter-form-wrapper .wp-block-button {
  display: block !important;
  margin-top: 0 !important;
  max-width: 125px;
}

.newsletter-form-wrapper .wp-block-button .wpcf7-spinner , .hide_wrap{
  display: none;
}
h2.hide_wrap {
    display: none !important;
}
@media only screen and (max-width: 480px) {
  .newsletter-form-wrapper {
    flex-direction: column;
    row-gap: 1rem;
  }
  .newsletter-form-wrapper, .newsletter-form-wrapper .wpcf7-email {
    text-align: center;
  }
  .newsletter-form-wrapper .wp-block-button {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}

 /* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  left: 20px !important;
  bottom: 28px !important;
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (orientation: landscape) and (height <= 480px), (width <= 480px) {
  .grecaptcha-badge {
    left: 6px !important;
    bottom: 14px !important;
    visibility: hidden;
  }
}

/* Hide the marketing sign-up form from the offers page */
body.page-id-555 #marketing_sign_up * {
  display: none;
}

.wp-block-safe-svg-svg-icon {
  line-height: 1;
  padding-top: 5px;
}


/* ******** */
/* HOSTAWAY */
/* ******** */

/* SEARCH */

.hostaway-search {
  margin-bottom: 1.5rem;
}

.hostaway-search-form__fields select,
.hostaway-search-form__fields .hostaway-input,
.hostaway-search-form__fields .hostaway-search-form__btn {
  width: 100%;
}

.hostaway-search-form__field {
  padding: 0 .5rem;
}

.hostaway-search-form__field button {
  width: 100%;
  border: 2px solid;
  padding: .667em 1.333em;
  background-color: #fff;
}

@media screen and (max-width: 799px) {
  .hostaway-search-form__field button {
    margin-top: 1.5rem;
  }
}

.date-picker-wrapper {
  background-color: #fff !important;
  border-color: #999 !important;
  margin-top: .5rem !important;
  max-width: 100vw;

  font-family: var(--wp--preset--font-family--primary-sans) !important;
  color: var(--wp--preset--color--gray-darker) !important;
}

.date-picker-wrapper .drp_top-bar {
  display: none !important;
}

.date-picker-wrapper .month-wrapper {
  border: none !important;
}

.date-picker-wrapper .month-wrapper .gap {
  top: 0px !important;
  height: 253px !important;
}

.date-picker-wrapper .caption {
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: var(--wp--preset--color--gray-darker) !important;
}

.date-picker-wrapper .week-name {
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: var(--wp--preset--color--gray-darker) !important;
}

.date-picker-wrapper .day {
  padding: .8rem !important;
}

.date-picker-wrapper .dp-clearfix {
  display: none !important;
}

.date-picker-wrapper .time {
  display: none !important;
}

.date-picker-wrapper .footer {
  display: none !important;
}

.date-picker-wrapper .month-wrapper table .day.checked,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: var(--wp--preset--color--gray-lighter) !important;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid.real-today {
  background-color: var(--wp--preset--color--gray-light) !important;
}

.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,
.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected {
  background-color: var(--wp--preset--color--gray-dark) !important;
}

/* LIST */

/* {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
} */

.hostaway-list__body {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  padding-top: 2rem;
}

.hostaway-list__img-box {
  display: flex;
}

.hostaway-list__img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}

.hostaway-list__info {
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  padding: .2rem 0;
  text-align: center;
}

.hostaway-list__top {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
}

.hostaway-list__title {
  font-family: var(--wp--preset--font-family--primary-sans);
  font-size: 1.1rem;
  margin: 1rem 0 .5rem;
  text-transform: capitalize;
}

.hostaway-list__location {
  font-family: var(--wp--preset--font-family--primary-sans);
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: .1rem;
}

.hostaway-list__features {
  font-family: var(--wp--preset--font-family--primary-sans);
  font-size: 0.9rem;
  text-transform: lowercase;
  margin-bottom: .1rem;
}

.hostaway-list__description {
  margin: .75rem 0 .5rem 0;
  font-size: 0.95rem;
}

.hostaway-list__details {
  display: flex;
  flex-direction: column;
  justify-content: center;

  font-family: var(--wp--preset--font-family--primary-sans);
  margin: .75rem 0 .5rem 0;
  font-size: 0.8rem;
  font-weight: 600;
}

.hostaway-list__details span {
  display: none;
}

/* .hostaway-list__detail { */
  /* display: grid; */
  /* grid-template-columns: auto 1fr; */
  /* grid-column-gap: 5px; */
  /* align-items: center; */
/* } */

@media screen and (min-width: 800px) {
  .hostaway-list__body {
    grid-template-columns: 5fr 4fr;
  }

  .hostaway-search-form__fields {
    display: grid;
    grid-template-columns: 3fr 3fr 2fr 1fr;
  }

  .hostaway-search-form__fields .input-wrapper {
    margin-top: 0;
  }

  .hostaway-list__img-box {
    padding: 0 2rem;
  }

  .hostaway-list__title {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0 0 .2rem;
  }

  .hostaway-list__info,
  .hostaway-list__title,
  .hostaway-list__location,
  .hostaway-list__features,
  .hostaway-list__description,
  .hostaway-list__details {
    text-align: unset;
  }

  .hostaway-list__details {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .hostaway-list__details span {
    display: unset;
  }
}

.hostaway-list__price {
  margin-top: 1rem;
  font-size: 0.9rem;
  font-family: var(--wp--preset--font-family--primary-sans);
  text-align: right;
}

.hostaway-list__link {
  margin-top: .5rem;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.hostaway-list__link a, a.hostaway-list__link {
  color: var(--wp--preset--color--gray-dark);
  font-family: var(--wp--preset--font-family--primary-sans);
  text-decoration: none;
}

.hostaway-list__link a:hover {
  color: var(--wp--preset--color--gray-darker);
}

/* LISTING */

.hostaway-listing__gallery {
  position: relative;
  max-height: 452px;
}

.hostaway-listing__gallery img {
  cursor: pointer;
  object-fit: cover;
}

.hostaway-listing__gallery #show_all_photos {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  display: none;
  height: unset;
}

@media only screen and (max-width: 799px) {
  .hostaway-listing__gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
}

@media only screen and (min-width: 800px) {
  .hostaway-listing__gallery {
    display: grid;
    grid-template: "main main one two" 1fr "main main three four" 1fr / 1fr 1fr 1fr 1fr;
    gap: 0.75rem;
    height: 452px;
    overflow: hidden;
    margin: 0 auto;
    max-width: var(--wp--style--global--content-size);
  }

  .hostaway-listing__gallery .hostaway-listing__gallery-image {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hostaway-listing__gallery .hostaway-listing__gallery-image:first-of-type {
    grid-area: main;
  }

  .hostaway-listing__gallery img:nth-of-type(1n+6) {
    display: none;
  }

  .hostaway-listing__gallery #show_all_photos {
    display: block;
  }
}

.hostaway-listing__title {
  font-family: var(--wp--preset--font-family--primary-sans);
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  margin-block-start: 0rem !important;
  max-width: var(--wp--style--global--content-size);
}

.hostaway-listing__location {
  font-family: var(--wp--preset--font-family--primary-sans);
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: .1rem;
  margin-block-start: 0rem !important;
  max-width: var(--wp--style--global--content-size);
}

.hostaway-listing__features {
  font-family: var(--wp--preset--font-family--primary-sans);
  text-align: center;
  text-transform: lowercase;
  margin: 0 auto;
  margin-bottom: .1rem;
  margin-block-start: 0rem !important;
  max-width: var(--wp--style--global--content-size);
}

.hostaway-listing__description {
  text-align: center;
  font-size: 1.15em;
  margin: 3rem auto !important;
  max-width: 800px !important;
}

.hostaway-listing__overview {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-row-gap: 1rem;
}

.hostaway-listing__overview h2 {
  font-family: var(--wp--preset--font-family--primary-sans);
}

@media only screen and (min-width: 800px) {
  .hostaway-listing__overview {
    grid-template: "one two" auto / 3fr 2fr;
    grid-column-gap: 4rem;
  }

  .hostaway-listing__overview__one {
    grid-area: one;
  }

  .hostaway-listing__overview__two {
    grid-area: two;
  }

  .hostaway-listing__overview__three {
    grid-area: three;
  }

  .hostaway-listing__overview__four {
    grid-area: four;
  }

  .hostaway-listing__price-availability {
    max-width: 1200px;
    margin: var(--wp--preset--spacing--40) auto;
  }
}

.hostaway-listing__overview h2 {
  font-size: .9em;
  margin: 1.5rem 0 .75rem;
}

.hostaway-listing__overview p {
  margin: 0;
}

.hostaway-listing__amenities {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.hostaway-price-calc .hostaway-price-calc__result-base p,
.hostaway-price-calc .question-circle,
.hostaway-price-calc .tooltip {
  display: none;
}

.hostaway-price-calc .flex-between {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
}

.hostaway-price-calc input {
  text-align: center;
}

.hostaway-listing .hostaway-price-calc {
  display: grid;
  grid-template-columns: 1fr;
  margin: 2rem 0;
}

.hostaway-price-calc #hostaway_price_calc_box {
  margin-top: 2rem;
  font-family: var(--wp--preset--font-family--primary-sans);
}

.hostaway-price-calc__result-total > .HostawayPricebreakdown-Item {
  margin-bottom: 1rem;
}

.hostaway-price-calc__result-total > :not(.HostawayPricebreakdown-Item) {
  font-size: .8em;
}

.hostaway-price-calc #applyCouponBtn,
.hostaway-price-calc #bookNowBtn {
  border: 2px solid;
  padding: .667em 1.333em;
  min-width: fit-content;
}

.hostaway-price-calc #applyCouponBtn {
  margin-left: 1rem;
}

@media only screen and (min-width: 800px) {
  .hostaway-listing .hostaway-price-calc {
    grid-template: "dates pricing" auto "guests pricing" auto "coupon pricing" auto "submit submit" auto / 1fr auto;
  }

  .hostaway-price-calc #bookNowBtn {
    grid-area: submit;
    width: 100%;
    margin-top: 2rem;
  }

  .hostaway-price-calc #dates_selector {
    grid-area: dates;
  }

  .hostaway-price-calc #guests_selector {
    grid-area: guests;
  }

  .hostaway-price-calc #coupon_selector {
    grid-area: coupon;
    display: grid;
    grid-template: "input button" auto "message message" auto / 2fr 1fr;
    grid-column-gap: 2rem;
  }

  .hostaway-price-calc__coupon__input {
    grid-area: input;
  }
  .hostaway-price-calc #applyCouponBtn {
    grid-area: button;
    width: 100%;
    margin-left: 0;
  }
  .hostaway-price-calc__coupon__message {
    grid-area: message;
    color: red;
  }

  .hostaway-listing .hostaway-price-calc #hostaway_price_calc_box {
    grid-area: pricing;
    display: flex;
    align-items: center;
  }

  .hostaway-listing .HostawayPricebreakdown-ItemList > * {
    margin: 10px 0 0 4rem;
  }

}

.hostaway-listing  .revyoos-holding {
  display: none !important;
}

@media only screen and (min-width: 800px) {
  .hostaway-listing .listing-reviews {
    max-width: 800px;
    margin: var(--wp--preset--spacing--40) auto;
  }
}

[id^="revyoos-embed-btn"] {
  font-family: "Primary Sans", sans !important;
  border-radius: 0 !important;
  border-color: var(--brand-color) !important;
}


[id^="revyoos-embed-btn"].btn-light:hover, [id^="revyoos-embed-btn"].btn-dark:hover {
  background-color: var(--brand-color) !important;
}


/* *********** */
/* WOOCOMMERCE */
/* *********** */

.wc-block-components-button:not(.is-link),
.woocommerce button.single_add_to_cart_button,
.woocommerce button[name="add-to-cart"],
.woocommerce button[type="submit"]:not(.wp-block-search__button)
{
  border: 2px solid;
  font-size: var(--wp--preset--font-size--xs);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.woocommerce-Tabs-panel {
  font-size: var(--wp--preset--font-size--medium);
}

.woocommerce div.product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  left: auto;
  padding: .25em .75em;
  position: absolute;
  right: 4px;
  text-align: center;
  text-transform: uppercase;
  top: 4px;
  width: auto;
  z-index: 9;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"]
{
  max-height: 75px !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input
{
  max-height: 75px !important;
}

.xoo-wsc-ft-btn {
  font-family: var(--wp--preset--font-family--primary-sans) !important;
  font-size: var(--wp--preset--font-size--xs) !important;
  text-transform: uppercase;
}

.xoo-wsc-ft-btn-checkout .amount {
  display: none;
}













/* Columns */

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
      float: left;
  }
  .col-sm-1 {
      width: 8.33333%;
  }
  .col-sm-2 {
      width: 16.66667%;
  }
  .col-sm-3 {
      width: 25%;
  }
  .col-sm-4 {
      width: 33.33333%;
  }
  .col-sm-5 {
      width: 41.66667%;
  }
  .col-sm-6 {
      width: 50%;
  }
  .col-sm-7 {
      width: 58.33333%;
  }
  .col-sm-8 {
      width: 66.66667%;
  }
  .col-sm-9 {
      width: 75%;
  }
  .col-sm-10 {
      width: 83.33333%;
  }
  .col-sm-11 {
      width: 91.66667%;
  }
  .col-sm-12 {
      width: 100%;
  }
  .col-sm-pull-0 {
      right: auto;
  }
  .col-sm-pull-1 {
      right: 8.33333%;
  }
  .col-sm-pull-2 {
      right: 16.66667%;
  }
  .col-sm-pull-3 {
      right: 25%;
  }
  .col-sm-pull-4 {
      right: 33.33333%;
  }
  .col-sm-pull-5 {
      right: 41.66667%;
  }
  .col-sm-pull-6 {
      right: 50%;
  }
  .col-sm-pull-7 {
      right: 58.33333%;
  }
  .col-sm-pull-8 {
      right: 66.66667%;
  }
  .col-sm-pull-9 {
      right: 75%;
  }
  .col-sm-pull-10 {
      right: 83.33333%;
  }
  .col-sm-pull-11 {
      right: 91.66667%;
  }
  .col-sm-pull-12 {
      right: 100%;
  }
  .col-sm-push-0 {
      left: auto;
  }
  .col-sm-push-1 {
      left: 8.33333%;
  }
  .col-sm-push-2 {
      left: 16.66667%;
  }
  .col-sm-push-3 {
      left: 25%;
  }
  .col-sm-push-4 {
      left: 33.33333%;
  }
  .col-sm-push-5 {
      left: 41.66667%;
  }
  .col-sm-push-6 {
      left: 50%;
  }
  .col-sm-push-7 {
      left: 58.33333%;
  }
  .col-sm-push-8 {
      left: 66.66667%;
  }
  .col-sm-push-9 {
      left: 75%;
  }
  .col-sm-push-10 {
      left: 83.33333%;
  }
  .col-sm-push-11 {
      left: 91.66667%;
  }
  .col-sm-push-12 {
      left: 100%;
  }
  .col-sm-offset-0 {
      margin-left: 0%;
  }
  .col-sm-offset-1 {
      margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
      margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
      margin-left: 25%;
  }
  .col-sm-offset-4 {
      margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
      margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
      margin-left: 50%;
  }
  .col-sm-offset-7 {
      margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
      margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
      margin-left: 75%;
  }
  .col-sm-offset-10 {
      margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
      margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
      margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
      float: left;
  }
  .col-md-1 {
      width: 8.33333%;
  }
  .col-md-2 {
      width: 16.66667%;
  }
  .col-md-3 {
      width: 25%;
  }
  .col-md-4 {
      width: 33.33333%;
  }
  .col-md-5 {
      width: 41.66667%;
  }
  .col-md-6 {
      width: 50%;
  }
  .col-md-7 {
      width: 58.33333%;
  }
  .col-md-8 {
      width: 66.66667%;
  }
  .col-md-9 {
      width: 75%;
  }
  .col-md-10 {
      width: 83.33333%;
  }
  .col-md-11 {
      width: 91.66667%;
  }
  .col-md-12 {
      width: 100%;
  }
  .col-md-pull-0 {
      right: auto;
  }
  .col-md-pull-1 {
      right: 8.33333%;
  }
  .col-md-pull-2 {
      right: 16.66667%;
  }
  .col-md-pull-3 {
      right: 25%;
  }
  .col-md-pull-4 {
      right: 33.33333%;
  }
  .col-md-pull-5 {
      right: 41.66667%;
  }
  .col-md-pull-6 {
      right: 50%;
  }
  .col-md-pull-7 {
      right: 58.33333%;
  }
  .col-md-pull-8 {
      right: 66.66667%;
  }
  .col-md-pull-9 {
      right: 75%;
  }
  .col-md-pull-10 {
      right: 83.33333%;
  }
  .col-md-pull-11 {
      right: 91.66667%;
  }
  .col-md-pull-12 {
      right: 100%;
  }
  .col-md-push-0 {
      left: auto;
  }
  .col-md-push-1 {
      left: 8.33333%;
  }
  .col-md-push-2 {
      left: 16.66667%;
  }
  .col-md-push-3 {
      left: 25%;
  }
  .col-md-push-4 {
      left: 33.33333%;
  }
  .col-md-push-5 {
      left: 41.66667%;
  }
  .col-md-push-6 {
      left: 50%;
  }
  .col-md-push-7 {
      left: 58.33333%;
  }
  .col-md-push-8 {
      left: 66.66667%;
  }
  .col-md-push-9 {
      left: 75%;
  }
  .col-md-push-10 {
      left: 83.33333%;
  }
  .col-md-push-11 {
      left: 91.66667%;
  }
  .col-md-push-12 {
      left: 100%;
  }
  .col-md-offset-0 {
      margin-left: 0%;
  }
  .col-md-offset-1 {
      margin-left: 8.33333%;
  }
  .col-md-offset-2 {
      margin-left: 16.66667%;
  }
  .col-md-offset-3 {
      margin-left: 25%;
  }
  .col-md-offset-4 {
      margin-left: 33.33333%;
  }
  .col-md-offset-5 {
      margin-left: 41.66667%;
  }
  .col-md-offset-6 {
      margin-left: 50%;
  }
  .col-md-offset-7 {
      margin-left: 58.33333%;
  }
  .col-md-offset-8 {
      margin-left: 66.66667%;
  }
  .col-md-offset-9 {
      margin-left: 75%;
  }
  .col-md-offset-10 {
      margin-left: 83.33333%;
  }
  .col-md-offset-11 {
      margin-left: 91.66667%;
  }
  .col-md-offset-12 {
      margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
      float: left;
  }
  .col-lg-1 {
      width: 8.33333%;
  }
  .col-lg-2 {
      width: 16.66667%;
  }
  .col-lg-3 {
      width: 25%;
  }
  .col-lg-4 {
      width: 33.33333%;
  }
  .col-lg-5 {
      width: 41.66667%;
  }
  .col-lg-6 {
      width: 50%;
  }
  .col-lg-7 {
      width: 58.33333%;
  }
  .col-lg-8 {
      width: 66.66667%;
  }
  .col-lg-9 {
      width: 75%;
  }
  .col-lg-10 {
      width: 83.33333%;
  }
  .col-lg-11 {
      width: 91.66667%;
  }
  .col-lg-12 {
      width: 100%;
  }
  .col-lg-pull-0 {
      right: auto;
  }
  .col-lg-pull-1 {
      right: 8.33333%;
  }
  .col-lg-pull-2 {
      right: 16.66667%;
  }
  .col-lg-pull-3 {
      right: 25%;
  }
  .col-lg-pull-4 {
      right: 33.33333%;
  }
  .col-lg-pull-5 {
      right: 41.66667%;
  }
  .col-lg-pull-6 {
      right: 50%;
  }
  .col-lg-pull-7 {
      right: 58.33333%;
  }
  .col-lg-pull-8 {
      right: 66.66667%;
  }
  .col-lg-pull-9 {
      right: 75%;
  }
  .col-lg-pull-10 {
      right: 83.33333%;
  }
  .col-lg-pull-11 {
      right: 91.66667%;
  }
  .col-lg-pull-12 {
      right: 100%;
  }
  .col-lg-push-0 {
      left: auto;
  }
  .col-lg-push-1 {
      left: 8.33333%;
  }
  .col-lg-push-2 {
      left: 16.66667%;
  }
  .col-lg-push-3 {
      left: 25%;
  }
  .col-lg-push-4 {
      left: 33.33333%;
  }
  .col-lg-push-5 {
      left: 41.66667%;
  }
  .col-lg-push-6 {
      left: 50%;
  }
  .col-lg-push-7 {
      left: 58.33333%;
  }
  .col-lg-push-8 {
      left: 66.66667%;
  }
  .col-lg-push-9 {
      left: 75%;
  }
  .col-lg-push-10 {
      left: 83.33333%;
  }
  .col-lg-push-11 {
      left: 91.66667%;
  }
  .col-lg-push-12 {
      left: 100%;
  }
  .col-lg-offset-0 {
      margin-left: 0%;
  }
  .col-lg-offset-1 {
      margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
      margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
      margin-left: 25%;
  }
  .col-lg-offset-4 {
      margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
      margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
      margin-left: 50%;
  }
  .col-lg-offset-7 {
      margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
      margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
      margin-left: 75%;
  }
  .col-lg-offset-10 {
      margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
      margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
      margin-left: 100%;
  }
}













/* Slideshow */

.hostaway-details .hostaway-details__top {
  margin-bottom: 40px;
}
.hostaway-details .hostaway-details__top:before,
.hostaway-details .hostaway-details__top:after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 992px) {
  .hostaway-details .hostaway-details__top_with-map .hostaway-details__slider-box,
  .hostaway-details .hostaway-details__top_with-map .hostaway-details__map-box {
      float: left;
      width: 48%;
  }
}
@media (min-width: 992px) {
  .hostaway-details .hostaway-details__top_with-map .hostaway-details__slider-box {
      margin-right: 4%;
  }
}
.hostaway-details .hostaway-details__top_without-map .hostaway-details__slider-box {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
.hostaway-details .hostaway-details__slider-box,
.hostaway-details .hostaway-details__map-box {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hostaway-details .hostaway-details__slider-box {
      margin-bottom: 35px;
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
      transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  perspective: 1200px;
}


/* Listing Page css start */
.page-id-3351 .entry-content.wp-block-post-content{
  margin: 0px !important;
  padding: 0px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
.listing-banner-main-sec{
  margin: 0px;
  padding: 155px 0;
  background-image: url('https://hulukisussexstays.co.uk/wp-content/uploads/2025/03/Image.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  max-width: 100% !important;
}
.listing-banner-main-sec:after{
  content: '';
  position:absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.listing-container{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}
.listing-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.listing-col-12{
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.listing-col-7{
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 65%;
  max-width: 65%;
}
.listing-col-5{
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 35%;
  max-width: 35%;
}
.listing-banner-heading{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.listing-banner-heading h1{
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 60px;
  line-height: normal;
  font-style: italic;
  color: #fff;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
}
.listing-con-main{
  margin: -30px 0 0 0;
  padding: 0px;
  max-width: 100% !important;
}
.listing-item-sec{
  margin: 0px;
  padding: 100px 0 0 0;
}
.listing-item-sec-inner{
  margin: 0px;
  padding: 0px;
}
.listing-head-sec{
  margin: 0px;
  padding: 0px;
}
.listing-head-sec-inner{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-left-sec{
  margin: 0px;
  padding: 0px;
}
.head-left-sec h3{
   font-family: "Josefin Sans", sans-serif;
   font-weight: 600;
   font-size: 30px;
   line-height: normal;
   color: #1A1A1A;
   margin: 0px;
   padding: 0px;
}
.head-right-sec{
  margin: 0px;
  padding: 0px;
  position: relative;
}
.head-right-sec-inner{
  margin: 0px;
  padding: 14px 30px;
  border:1px solid #000000;
}
.head-right-sec-inner p{
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin: 0px;
  padding: 0px;
}
.head-right-sec-inner p a{
  font-family: "Josefin Sans", sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.order-drop-main-sec {
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    display: none;
}
.order-drop-main-sec.active{
  display: block;
}
.order-drop-main-sec ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: #fff;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.1);
}
.order-drop-main-sec ul li{
  margin: 0px;
  padding: 0px;
}
.order-drop-main-sec ul li a{
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  padding: 12px;
  display: block;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  transition: all ease 0.4s;
}
.order-drop-main-sec ul li a:hover{
  background: #6CA2A7;
  color: #fff;
}
.listing-item-list-main{
  margin: 40px 0;
  padding: 0px;
}
.listing-item-list-inner{
  margin: 0px;
  padding: 0px;
}
.listing-item-block{
  margin: 0px;
  padding: 0px;
}
.listing-item-block-inner{
  margin: 0px;
  padding: 0px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 60px 0px rgba(0,0,0,0.1);
  display: flex;
}
.listing-img-block{
  margin: 0px;
  padding: 0px;
  flex: 0 0 40%;
  max-width: 40%;
}
.listing-img-block img{
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.listing-content-block{
  margin: 0px;
  padding: 30px 30px 30px 30px;
  flex: 0 0 60%;
  max-width: 60%;
}
.listing-content-block-inner{
  margin: 0px;
  padding: 0px;
}
.listing-content-block-inner h3{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0px;
}
.listing-content-block-inner p{
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #000;
  margin: 0px;
  padding: 0px;
}
.icon-list-sec{
  margin: 30px 0 30px 0;
  padding: 0px;
}
.icon-list-sec ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}
.icon-list-sec ul li{
  margin: 0px;
  padding: 0px;
  flex: 1;
}
.icon-list-sec ul li p{
  margin: 0px 0 5px 0;
  padding: 0px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #4B4B4B;
}
.icon-list-sec ul li span{
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  margin: 0 10px 0 0;
  display: inline-block;
}
.icon-list-sec ul li span img{
  position: relative;
  top: 5px;
}
.item-desc-block{
  margin: 0px;
  padding: 20px 0 20px 0;
  border-top:1px solid rgba(26, 26, 26, 0.1);
  border-bottom:1px solid rgba(26, 26, 26, 0.1);
}
.item-desc-block p{
  margin: 0px;
  padding: 0px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.facility-info {
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.facility-info .facility-info-block {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 50%;
    margin: 0 0 20px 0;
}
.facility-info .facility-info-block:last-child{
  width: 100%;
}
.facility-info-block-text{
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #868686;
}
.facility-info-block-icon{
  display: flex;
  align-items: center;
}
.button-area-sec{
  margin: 0px;
  padding: 0px;
}
.button-area-sec-inner{
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.button-area-sec-inner p{
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #000;
  margin: 0 10px 0 0;
  padding: 0px;
}
.button-area-sec-inner .more-info{
  padding: 16px 12px;
  text-align: center;
  border: 1px solid #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #000;
  text-decoration: none;
}
.pagination-main-sec{
  margin: 0px;
  padding: 0px;
}
.pagination-inner-sec{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.pagination-inner-sec ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-inner-sec ul li{
  margin: 0px 10px 0 0;
  padding: 0px;
  transition: all ease-in-out 0.4s;
}
.pagination-inner-sec ul li:last-child{
  margin: 0px;
}
.pagination-inner-sec ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: rgba(18, 18, 18, 0.2);
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.pagination-inner-sec ul li.active a{
  background: #6CA2A7;
  color: #fff;
}
.pagination-inner-sec ul li:hover a{
  background: #6CA2A7;
  color: #fff;
}
.pagination-inner-sec ul li:hover a svg{
  fill: #fff;
}
.listing-map-sec{
  margin: 0px;
  padding: 0px;
}
.listing-map-sec-inner{
  margin: 0px;
  padding: 0px;
}
.listing-map-sec-inner img{
  width: 100%;
  display: block;
  max-width: 100%;
}
.search-main-sec {
    margin: -60px 0 0 0;
    padding: 0px;
    max-width: 100% !important;
    min-height: auto !important;
    z-index: 1;
    position: relative;
}
.search-content-block-main{
  margin: 0px;
  padding: 0px;
}
.search-content-block-inner{
  margin: 0px auto;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(32,31,49,0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(32,31,49,0.1);
  box-shadow: 0px 10px 30px 0px rgba(32,31,49,0.1);
  max-width: 1180px;  
}
.search-content-item-block{
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.location-box-sec{
  margin: 0px;
  padding: 0px;
  flex: 1;
}
.location-box-sec-inner{
  margin: 0px;
  padding: 0px;
  display: flex;
}
.location-icon{
  margin: 0px;
  padding: 0px;
}
.location-txt-block{
  margin: 0px 0 0 10px;
  padding: 0px;
}
.location-txt-block p{
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  margin: 0px;
}
.location-txt-block .custom-form{
   font-family: "Josefin Sans", sans-serif;
   font-size: 16px;
   line-height: normal;
   font-weight: normal;
   color: #868686;
   border: none; 
   position: relative;
   left: -5px;  
}
.location-txt-block .custom-form:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
.search-button-block{
  margin: 0px;
  padding: 0px;
}
.search-button-block .search-btn{
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  background: #6CA2A7;
  border:none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
/* Listing Page css end */

.cust_slider_wrap ul.slides {
    height: 698px !important;
}
.cust_slider_wrap ul.slides li.ms-image img {
    height: 698px !important;
    object-fit: cover !important;
    object-position: bottom !important;
}