/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/villas-list/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* @group Villas-have-fun
------------------------------------ */
.archive .villas-have-fun {
  padding: 6rem 0 10rem !important;
}

.villas-have-fun {
  background-color: var(--dark-green);
}

.villas-have-fun .row {
  max-width: 144rem;
  padding: 0 2rem !important;
}

/* Description */
.villas-have-fun__item .description {
  position: relative;
  text-align: left;
}

.villas-have-fun__item {
  position: relative;
}

.villas-have-fun__item .img-box {
  display: block;
}

.villas-have-fun__item h3,
.villas-have-fun__item li {
  color: var(--light-green) !important;
}

.villas-have-fun__item h3 {
  font-size: 3.6em;
  line-height: 1.2em;
  max-width: 18rem;
}

.villas-have-fun__item ul {
  display: none;
}

.villas-have-fun__item li {
  text-transform: uppercase;
  display: block;
}

.villas-have-fun__item .text-mobile {
  font-size: 1.2em;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--orange);
  text-decoration: underline;
  position: absolute;
  top: 1.4rem;
  right: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 961px) {
  .villas-have-fun .row {
    justify-content: space-between;
  }
  .villas-have-fun__item {
    height: 68rem !important;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 6rem;
    padding: 6rem 0 0;
  }
  .villas-have-fun__item.bottom,
  .villas-have-fun__item.top {
    padding: 0 !important;
  }
  .villas-have-fun__item.top {
    align-items: flex-start;
  }
  .villas-have-fun__item.bottom {
    align-items: flex-end;
  }
  .villas-have-fun__item a {
    flex: 1;
    max-width: 100%;
  }
  /* Items */
  .villas-have-fun__item.tiny {
    flex: 0 1 33.8rem;
    max-width: 33.8rem;
  }
  .villas-have-fun__item.small {
    flex: 0 1 45.5rem;
    max-width: 45.5rem;
  }
  .villas-have-fun__item.medium {
    flex: 0 1 81rem;
    max-width: 81rem;
  }
  .villas-have-fun__item.big {
    flex: 0 1 92.4rem;
    max-width: 92.4rem;
  }
  /* Figures */
  .villas-have-fun__item.tiny .img-box {
    height: 43.6rem !important;
  }
  .villas-have-fun__item.small .img-box {
    height: 43.6rem !important;
  }
  .villas-have-fun__item.medium .img-box {
    height: 43.4rem !important;
  }
  .villas-have-fun__item.big .img-box {
    margin: 0 0 1rem;
    height: 45.6rem !important;
  }
  .villas-have-fun__item .img-box img {
    transition: transform 0.7s;
    transform: scale(1.2);
  }
  /* Conditions */
  .villas-have-fun__item:first-child.big {
    margin-left: 49.2rem;
  }
  .villas-have-fun__item h3 {
    font-size: 3em;
    line-height: 1.4em;
    max-width: 100%;
  }
  .villas-have-fun__item ul {
    display: block;
    opacity: 0;
    transition: opacity 0.7s;
  }
  .villas-have-fun__item li {
    font-size: 1.2em;
    line-height: 1.83em;
    letter-spacing: 0.06em;
  }
  /* Hover */
  .villas-have-fun__item a:hover img {
    transform: scale(1.2) translateY(-4rem);
  }
  .villas-have-fun__item a:hover ul {
    opacity: 1;
  }
}
@media only screen and (min-width: 1441px) {
  .archive .villas-have-fun {
    padding: 0 0 26.1rem !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1440px) {
  .archive .villas-have-fun {
    padding: 0 0 30.4rem !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 960px) {
  .villas-have-fun__row {
    padding: 0 1rem !important;
  }
  .villas-have-fun__item {
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 0 4.7rem !important;
  }
  .villas-have-fun__item a {
    display: inline-block;
  }
  .villas-have-fun__item .img-box {
    margin: 0 0 1rem !important;
  }
  .villas-have-fun__item.left {
    text-align: left;
  }
  .villas-have-fun__item.center {
    text-align: center;
  }
  .villas-have-fun__item.right {
    text-align: right;
  }
  /* Items */
  .villas-have-fun__item.tiny a {
    width: 24rem !important;
  }
  .villas-have-fun__item.small a {
    width: 27.9rem !important;
  }
  .villas-have-fun__item.medium a,
  .villas-have-fun__item.big a {
    width: 100% !important;
  }
  /* Figures */
  .villas-have-fun__item.tiny .img-box {
    height: 32.4rem !important;
  }
  .villas-have-fun__item.small .img-box {
    height: 32.4rem !important;
  }
  .villas-have-fun__item.medium figure,
  .villas-have-fun__item.big .img-box {
    height: 51.4rem !important;
  }
}
/* @end */
.archive.tax-villas_type .villas-have-fun {
  padding-top: 12rem !important;
}

@media only screen and (min-width: 961px) {
  .archive.tax-villas_type .villas-have-fun {
    padding-top: 21rem !important;
  }
}
.wp-block-nihi-villa-list {
  max-width: 100%;
}

.wp-block-nihi-villa-list .have-fun-filter {
  display: none;
}

.wp-block-nihi-villa-list .villas-have-fun__item h3 {
  margin: 0 !important;
}

.wp-block-nihi-villa-list .villas-have-fun__item ul {
  opacity: 1 !important;
  padding: 0 !important;
}

/*# sourceMappingURL=style-index.css.map*/