@import url(foundation.min.css);
@import url(jquery.fancybox.css);

.omilos__brands .slick-slide img {
  margin: 1rem 3rem;
  max-width: 14rem;
}

.site-footer__brands {
  overflow: hidden;
  gap: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1921px) {
  .gallery__wrapper .slick-slide img {
    opacity: 1 !important;
  }
}

.row,
div.breadcrumb {
  max-width: 1200px;
}

.gallery__wrapper .slick-slide::after,
.video__yt iframe {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blog__text--date>a:hover,
.blog__text--more>a:hover,
.blog__text--title:hover {
  color: var(--primary);
}

.booking {
  bottom: 0;
  position: absolute;
  background-color: #00000040;
}

.top-bar-section ul.center li:last-child {
  background: var(--primary);
}

.articles>li>.articles__body p>a,
.rooms__list .room>div>a {
  min-width: 19.5rem;
  text-align: center;
  transition: background 0.4s;
}

#contact>form input,
#contact>form textarea {
  font-size: 1.8rem;
  padding: 10px;
  box-shadow: none;
}

.error>label>small {
  text-transform: none;
}

.non-responsive,
[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: 0 0;
  box-shadow: none;
}

.breadcrumbs a:hover i,
.breadcrumbs a:not(.current):hover {
  color: #a69c00;
}

div.breadcrumb {
  margin: 0 auto 25px;
}

.breadcrumbs * {
  color: #333;
}

.breadcrumbs *,
.breadcrumbs>.current {
  line-height: 28px;
  text-transform: capitalize;
  font-size: 1.8rem;
}

.captcha input,
.form-validation input {
  margin-top: 8px;
}

.column,
.columns,
.row--padding {
  padding-left: 12px;
  padding-right: 12px;
}

.row--lg {
  max-width: 1744px;
}

#submitform {
  margin-top: 1.2rem;
  font-family: Gothic, sans-serif;
  font-weight: 700 !important;
  background-color: var(--primary);
  border-radius: 0;
  font-size: 1.6rem;
  padding: 1.2rem 3rem;
}

.booking {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0;
  background-color: #00000040;
}

.booking__form {
  max-width: 140rem;
  margin: auto;
  width: 100%;
}

.booking__form>form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

.booking__form>form>div {
  flex: 2 1 26rem;
}

.booking__form>form>button {
  height: 6rem;
  flex: 2 0 26rem;
  font-size: 2.1rem;
  background: var(--primary);
}

.booking__form>form>div input::placeholder {
  font-size: 1.6rem;
}

.booking__form>form>div input,
.booking__form>form>div select {
  border: none;
  border-bottom: 1px solid white;
  color: white;
  background: transparent;
  box-shadow: none;
  font-size: 2.1rem;
  height: 6rem;
  padding: 1rem;
}

.booking__form>form>div option {
  color: black;
}

.booking__form>form>div label {
  font-size: 1.6rem;
  color: white;
  font-weight: 700;
}

.rooms,
.rooms__list {
  position: relative;
}

.rooms {
  padding: 10rem 4rem 0;
  background: url("../img/rooms.png") no-repeat fixed;
  background-position-x: -2rem;
  background-position-y: center;
  max-height: 88rem;
  width: 100%;
}

.rooms__list .room {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68.4rem;
}

.rooms__list .room>div:first-child {
  max-width: 66rem;
  padding: 0 1rem 0 8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rooms__list .room>div>h2 {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.rooms__list .room>div>h2>a {
  font-size: 5.6rem;
  color: var(--textColor);
}

.rooms__list .room>div>p {
  font-size: 1.7rem;
  color: var(--textColor);
  line-height: 1.6;
}

.rooms__list .room>div>a {
  border: 1px solid var(--primary);
  padding: 2rem 0;
  display: inline-block;
  color: var(--primary);
  font-size: 1.5rem;
}

.rooms__list .room>a {
  width: 56.2%;
  height: 100%;
  display: block;
}

.rooms__list .room>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__controls,
.room__controls {
  display: flex;
  z-index: 2;
  position: absolute;
}

.room__controls {
  left: 13rem;
  bottom: 6rem;
  list-style: none;
  align-items: center;
}

.gallery__controls {
  align-items: center;
  bottom: 9rem;
  right: 6rem;
}

.gallery__numbers,
.reviews__numbers,
.rooms__numbers {
  margin-left: 0;
  margin-bottom: 0;
}

.arrow-next,
.arrow-prev {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.5rem;
  cursor: pointer;
  display: block;
}

.gallery__numbers li:not(.slick-active),
.reviews__numbers li:not(.slick-active),
.rooms__numbers li:not(.slick-active) {
  display: none;
}

.arrow-next {
  background: url("../img/arrow-right.svg");
}

.arrow-prev {
  background: url("../img/arrow-left.svg");
}

.gallery__numbers li,
.reviews__numbers li,
.rooms__numbers li {
  list-style: none;
  font-size: 1.8rem;
}

.gallery {
  padding: 10rem 0;
  position: relative;
}

.gallery__wrapper {
  overflow: hidden;
  padding: 0;
}

.gallery__wrapper .slick-slide {
  position: relative;
  padding: 0 3.1rem;
}

.gallery__wrapper .slick-slide img {
  height: 68rem;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s;
}

.gallery__wrapper .slick-slide.slick-active img,
.gallery__wrapper .slick-slide:hover::after {
  opacity: 1;
}

.gallery__wrapper .slick-slide.slick-center {
  margin-top: 3rem;
}

.gallery__wrapper .slick-slide.slick-center img {
  height: auto;
  object-fit: cover;
}

.gallery__wrapper .slick-slide::after {
  content: url("../img/gallery-hover.png");
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
}

.blog {
  max-width: 96rem;
  margin: 0 auto;
}

.blog__image {
  margin-bottom: 3rem;
  position: relative;
  display: block;
}

.blog__image::after {
  content: url("../img/blog.png");
  position: absolute;
  left: -23rem;
  top: 0;
  z-index: -1;
}

.blog__text--date {
  color: var(--textColor);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.blog__text--date>a {
  color: var(--textColor);
  font-size: 1.6rem;
  text-decoration: underline;
  transition: color 0.4s;
}

.blog__text--title {
  color: var(--textColor);
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  display: inline-block;
  font-weight: 700;
  transition: color 0.4s;
}

.blog__text>p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.blog__text--more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog__text--more>a {
  color: var(--textColor);
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.4s;
}

.blog__text--more>.share {
  color: var(--textColor);
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.blog__text--more>.share>a {
  padding-left: 1.5rem;
}

.blog__text--more>.share>a>svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: var(--textColor);
  transition: fill 0.4s;
}

.blog__text--more>.share>a:hover>svg {
  fill: var(--primary);
}

.experience {
  padding: 8rem 0;
  min-height: 110rem;
  background: url("../img/experience.png") center no-repeat fixed;
}

.experience__content {
  max-width: 132rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.experience__content>div {
  height: 51.5rem;
  width: 50%;
  margin: 1rem;
  max-width: 64rem;
}

.experience__content>div>a {
  display: block;
  width: 100%;
  height: 100%;
}

.experience__content>div>a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience__content--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.experience__content--text>span {
  padding-left: 5.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
}

.experience__content--text>span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background: #000;
}

.experience__content--text>h2 {
  max-width: 48.5rem;
  font-size: 5.2rem;
  font-weight: 700;
  color: var(--textColor);
  line-height: 1;
  margin-bottom: 4;
}

.experience__content>.experience__content--text>a {
  border: 2px solid var(--primary);
  font-size: 1.4rem;
  color: var(--textColor);
  font-weight: 700;
  padding: 1.5rem 4rem;
  transition: background 0.4s, color 0.4s;
  width: auto;
  display: inline-block;
  height: auto;
}

.reviews {
  max-width: 113rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.reviews__controls {
  position: absolute;
  bottom: 4rem;
  display: flex;
  align-items: center;
  left: 7rem;
}

.reviews__header img {
  filter: brightness(0);
  transition: all 0.6s;
}

.reviews__header:hover img {
  filter: brightness(1);
}

.reviews__header {
  margin-right: 3rem;
  height: 233px;
  width: 233px;
  display: flex;
  justify-content: center;
}

.reviews__header>a>svg .st0 {
  fill: #000;
  transition: 0.4s;
}

.reviews__header>a>svg:hover .st0 {
  fill: #00af87;
}

.reviews__list {
  max-width: 86rem;
}

.reviews__list .slick-slide a {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  color: var(--textColor);
  display: block;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.reviews__list .slick-slide a:hover {
  color: var(--primary);
}

.reviews__list .slick-slide>span {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 1.6rem;
}

.site-footer {
  padding: 10rem;
}

.site-footer>div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.site-footer>div>div {
  width: 33.333%;
}

.site-footer__brands {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__image,
.site-footer__logo {
  text-align: right;
}

.site-footer__brands>div,
.site-footer__info-links {
  align-items: center;
  display: flex;
}

.site-footer__brands>a {
  display: inline-block;
  margin-bottom: 7rem;
}

.site-footer__brands>div {
  gap: 15px;
  justify-content: space-evenly;
  min-width: 630px;
}

.site-footer__info {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--textColor);
}

.site-footer__info a {
  color: var(--textColor);
  transition: color 0.4s;
}

.site-footer__info a.email {
  border-bottom: 2px solid var(--textColor);
}

.site-footer__info a:hover {
  color: var(--primary);
}

.site-footer__info-links>a {
  border-bottom: 1px solid var(--textColor);
  margin: 0 2.2rem;
  color: var(--textColor);
  transition: 0.4s;
  position: relative;
}

.site-footer__info-links>a:not(:first-child)::after {
  content: "•";
  position: absolute;
  left: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: var(--textColor);
}

.site-footer__info-links>a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.site-footer__info-links>a:first-child {
  margin-left: 0;
}

.static-page__content p,
.static-page__content li {
  font-size: 2.1rem;
}

.articles {
  margin: 0;
}

.articles>li {
  padding: 0;
  display: flex;
  align-items: center;
}

.articles>li:nth-child(2n) {
  flex-direction: row-reverse;
}

.articles>li>a {
  width: 50%;
}

.articles>li>.articles__body {
  width: 50%;
  padding: 0 8rem;
}

.articles>li>.articles__body h4 {
  margin-bottom: 1rem;
}

.articles>li>.articles__body h4 a {
  font-size: 4.2rem;
  color: var(--textColor);
}

.articles>li>.articles__body p {
  font-size: 1.6rem;
  color: var(--textColor);
}

.articles>li>.articles__body p>a {
  border: 1px solid var(--primary);
  padding: 1rem 0;
  display: inline-block;
  color: var(--primary);
  font-size: 1.5rem;
}

#contact>form {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 1rem;
}

#contact>form input {
  height: auto;
  border: 1px solid var(--primary);
}

#contact>form textarea {
  border: 1px solid var(--primary);
}

#contact>form input,
#contact>form input::placeholder {
  color: var(--textColor);
}

#contact>form label {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--primary);
}

.alert-box.success,
[data-abide] .error small.error,
[data-abide] small.error,
[data-abide] span.error {
  font-size: 1.4rem;
  padding: 1.2rem;
}

.article__gallery-title {
  font-weight: 700;
  font-size: 4.2rem;
  color: #b88656;
  margin-top: 10rem;
  margin-bottom: 5rem;
  margin-left: 11rem;
  position: relative;
  padding-bottom: 2rem;
  width: max-content;
}

.article__gallery-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 0.6rem;
  background: -webkit-linear-gradient(0deg, #000 0, #6a4c30 100%);
}

.innerpage .articles {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.articles li {
  width: 100%;
}

.article__gallery {
  padding: 0 10rem;
}

.article__gallery .slick-slide img {
  padding: 0 0.5rem;
}

.innerpage main.pad-expand {
  padding-top: 30rem;
}

.articles>li img {
  width: 100%;
  object-fit: cover;
}

.static-page__content p,
.static-page__content ul {
  text-align: justify;
  font-size: 2.1rem;
  margin: 2rem auto;
}

.static-page__content ul {
  padding-left: 20px;
}

.articles+.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

ul.pagination li.current a {
  background: var(--primary);
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background-color: var(--textColor);
}

ul.pagination li.current a,
ul.pagination li a {
  font-size: 1.7rem;
  padding: 10px;
}

.book-now-room {
  text-align: center;
}

.book-now-room>a {
  font-size: 21px;
  display: flex;
  padding: 14px 30px;
  color: var(--primary);
  width: max-content;
  margin: 20px auto;
  border: 1px solid var(--primary);
  transition: color 0.4s, background-color 0.4s;
}

.book-now-room>a:hover {
  background: var(--primary);
  color: #000;
}

@media screen and (max-width: 1700px) {
	.site-header a#logo img{
		max-width:19rem;
		height:auto;
}
	
@media screen and (max-width: 1500px) {
	.site-header a#logo img{
		max-width:13rem;
		height:auto;
}

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

  .experience__content,
  .reviews__list {
    max-width: 100%;
  }
	
	.site-header a#logo img{
		max-width:unset;
		height:auto;
	}
	
	#top-bar > .top-bar-section, #top-bar > .top-bar-section > ul {
	flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
	}


  .reviews__header {
    height: auto;
  }

  .article__gallery-title {
    margin: 10rem 0 2rem 2rem;
  }

  .reviews__controls,
  .room__controls {
    left: 50%;
    transform: translateX(-50%);
  }

  .rooms__list .room {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: auto;
  }
	
	#top-bar {
		gap: 2rem;
	}
	
  .rooms {
    padding: 20rem 0 10rem;
    background-position-x: center;
    background-position-y: center;
  }

  .rooms__list .room>div:first-child {
    padding: 0 1rem;
    max-width: 100%;
  }

  .rooms__list .room>a {
    width: 100%;
    margin-bottom: 2rem;
  }

  .room__controls {
    bottom: 11rem;
  }

  .rooms__list .room>div>h2>a {
    font-size: 4rem;
  }

  .blog__image::after {
    content: url(../img/blog.png);
    position: absolute;
    left: 7px;
    top: -335px;
    z-index: -1;
    transform: scale(0.5) rotate(90deg);
  }

  .gallery {
    padding: 15rem 0;
  }

  .booking,
  .experience,
  .rooms {
    background-size: 50%;
  }

  .experience__content>div {
    width: 50%;
    margin: 0;
    padding: 1rem;
  }

  .articles>li,
  .articles>li:nth-child(2n),
  .reviews {
    flex-direction: column;
    align-items: center;
  }

  .reviews__header>a {
    display: block;
    height: 16rem;
  }

  .reviews__list {
    padding: 0 1rem;
  }

  .reviews__controls {
    z-index: 2;
    bottom: -2rem;
  }

  .site-footer {
    padding: 10rem 1rem;
  }

  .articles>li>a img,
  .main__image>img {
    width: 100%;
    object-fit: cover;
  }

  .articles>li>a {
    width: 100%;
  }

  .articles>li>.articles__body {
    width: 100%;
    padding: 1rem;
  }

  .articles>li>.articles__body h4 a {
    font-size: 3.2rem;
    font-weight: 700;
  }

  .site-footer__brands>div {
    max-width: unset;
  }

  .site-footer>div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4rem;
  }

  .site-footer__info-links {
    align-items: center;
    justify-content: center;
  }

  .site-footer__logo {
    align-items: center !important;
  }

  .rooms {
    max-height: unset;
  }
}

@media screen and (max-width: 1024px) {
  [class*="block-grid-"] {
    max-width: 660px;
    margin: auto;
  }

  .book-btn.book-btn-bus {
    bottom: 10rem;
  }

  .site-footer>div {
    flex-direction: column;
    align-items: center;
  }

  .site-footer {
    padding: 5rem 1rem;
  }

  .site-footer>div>div {
    width: 100%;
    margin-bottom: 2rem;
  }

  .site-footer__brands>a {
    margin-bottom: 3rem;
  }

  .site-footer__brands>a>img {
    max-height: 13rem;
    width: auto;
  }

  .site-footer__info {
    text-align: center;
  }

  .site-footer__info-links {
    justify-content: center;
  }

  .site-footer__logo {
    text-align: center;
    margin-top: 3rem;
  }

  .experience__content>div {
    width: 75%;
    height: auto;
  }

  .site-footer__logo {
    align-items: center;
    justify-content: center;
    padding-right: 0rem;
  }

  .book-btn {
    right: 3rem;
    bottom: 3rem;
  }

  .booking {
    padding: 4rem 0;
  }

  .booking__form>form {
    padding: 0 1rem;
    flex-wrap: wrap;
  }

  .top-bar-section ul.center li:last-child {
    background: var(--primary);
    position: absolute;
    top: -60px;
    left: 0px;
  }

  .booking {
    position: unset;
    background-color: transparent;
  }

  .booking__form>form>div label {
    color: var(--primary);
  }

  .booking__form>form>div input,
  .booking__form>form>div select {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }
}

.whatsapp-icon {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 101;

  box-shadow: 0 0 0 0 rgba(0, 0, 0, var(--primary));
  transform: scale(1);
  animation: pulse 2s infinite;
  border-radius: 50%;
}

.inline-list.right>li {
  margin-left: 0;
}

.links {
  display: flex;
}

.links>a:first-child {
  margin-right: 1rem;
}

.links>a {
  padding: 1.5rem 4rem;
  color: #282828;
  font-size: 1.8rem;
  border: 1px solid var(--primary);
  transition: background 0.4s;
}

.links>a:hover {
  background: var(--primary);
  color: #fff;
}

.links>a:first-child {
  background: var(--primary);
  color: #282828;
}

header.overflow,
main.overflow,
footer.overflow {
  position: relative;
  overflow: hidden;
}

header.overflow::after,
main.overflow::after,
footer.overflow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.apply__title {
  text-align: center;
  color: var(--textColor);
  font-size: 4rem;
}

.left-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
}

.left-btn img {
  width: 12rem;
}

.site-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 3rem;
}

.site-footer__logo>a:first-child>img {
  width: 10rem;
  margin-bottom: 1rem;
}

.grid div a {
  display: block;
}

.album__row h1 {
  padding-left: 4rem;
  margin-bottom: 4rem;
  font-size: 4rem;
  font-weight: 700;
  color: #b88656;
}

#ui-datepicker-div {
  min-width: 26rem;
  background: var(--primary);
  border-radius: 2rem;
  margin-top: 1rem;
}

#ui-datepicker-div>.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#ui-datepicker-div>.ui-datepicker-header table {
  margin-bottom: 0;
}

#ui-datepicker-div>.ui-datepicker-header>a {
  font-size: 1.6rem;
  color: #fff;
  padding: 1.2rem 1rem;
}

#ui-datepicker-div>.ui-datepicker-header>a:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#ui-datepicker-div>.ui-datepicker-header>a:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#ui-datepicker-div>.ui-datepicker-header>.ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 1rem 0;
  font-size: 1.7rem;
  color: #fff;
}

#ui-datepicker-div table {
  width: 100%;
  margin-bottom: 0;
}

#ui-datepicker-div table thead {
  background: unset;
}

#ui-datepicker-div table thead th {
  color: var(--textColor);
  font-size: 1.5rem;
}

#ui-datepicker-div table tbody tr:nth-of-type(even) {
  background: unset;
}

#ui-datepicker-div table tbody tr td a {
  font-size: 1.5rem;
  color: var(--primary);
  padding: 1rem;
}

#ui-datepicker-div .ui-datepicker-unselectable {
  background: rgba(128, 128, 128, 0.1);
  font-size: 1.5rem;
  color: var(--primary);
  padding: 1rem;
}

.static-page__content .heading-2 {
  text-align: center;
  font-weight: 500;
  color: var(--primary);
  font-size: 3.6rem;
}

.static-page__content a {
  color: var(--primary);
  font-weight: 700;
}

.single-album div a {
  display: block;
}

.single-album h2 {
  font-size: 3.8rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#rp-superWidget .SuperWidgetMaximized-root {
  right: 55px !important;
  bottom: 225px !important;
}

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

  .gallery .arrow-next,
  .gallery .arrow-prev,
  .gallery__controls,
  .gallery__numbers,
  .reviews__controls,
  .st_linkedin_hcount,
  .video__wrapper {
    display: none;
  }

  [class*="block-grid-"] {
    max-width: 330px;
    margin: auto;
  }

  .breadcrumbs *,
  .breadcrumbs>.current {
    font-size: 15px;
  }

  .reviews__header>a {
    display: block;
    height: 8rem;
  }

  .reviews__header img {
    max-width: 55px;
  }

  .booking {
    height: auto;
  }

  .booking>iframe {
    min-height: 50rem;
  }

  .rooms {
    padding: 10rem 0;
  }

  .rooms__list .room>div>h2>a {
    font-size: 2rem;
    font-weight: 700;
  }

  .rooms__list .room>div>a {
    min-width: 100%;
  }

  .room__controls {
    bottom: 3rem;
  }

  .reviews__list .slick-slide a,
  .rooms__list .room>div>p,
  .site-footer__info {
    font-size: 1.6rem;
  }

  .blog {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery {
    padding: 3rem 0;
  }

  .gallery__wrapper .slick-slide img {
    padding: 0;
    width: 100%;
    object-fit: cover;
    height: auto;
  }

  .gallery__wrapper .slick-slide {
    padding: 0 1rem;
  }

  .blog {
    padding-top: 7rem;
  }

  .experience__content>div {
    width: 100%;
  }

  .reviews__header {
    margin-right: 0;
  }

  .reviews__header svg {
    width: 10rem;
  }

  .articles>li>.articles__body h4 a,
  .blog__text--title {
    font-size: 2.2rem;
  }

  .top-bar-section ul.center li:last-child {
    position: unset;
  }

  .experience__content--text>h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    line-height: 1.4;
  }

  .experience__content>div {
    padding: 0.5rem 1rem;
  }

  .site-footer__brands>a>img {
    max-height: 7rem;
  }

  .site-footer__brands>div {
    flex-direction: column;
    align-items: center;
  }

  .site-footer__brands>div>a:not(:last-child) {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .site-footer {
    padding: 5rem 1rem 3rem;
  }

  .site-footer>div>div {
    margin-bottom: 1rem;
  }

  .articles {
    max-width: 100%;
  }

  .articles>li {
    margin: 1rem 0;
  }

  .innerpage main.pad-expand {
    padding-top: 14rem;
  }

  .static-page__content p {
    font-size: 1.6rem;
  }

  .articles>li>.articles__body h4 a,
  .blog__text--title {
    font-size: 1.8rem;
  }

  .booking {
    height: 80rem;
  }

  .booking iframe {
    height: 100%;
  }

  .site-footer__brands>div {
    min-width: unset;
  }

  .site-footer__logo>a:first-child>img {
    width: 7rem;
  }

  .album__row h1 {
    margin-bottom: 1rem;
    text-align: center;
    padding-left: 0;
    font-size: 34px;
  }

  .whatsapp-icon {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-icon>svg {
    width: 44px;
    height: 44px;
  }

  .offers-modal {
    padding: 2rem 0;
    max-width: 100%;
    width: 95%;
  }

  .links>a {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }

  .innerpage main {
    padding-top: 7rem;
  }

  .experience {
    padding: 4rem 0;
  }

  .single-album h2 {
    font-size: 2.4rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .slideshow,
  .slider img {
    max-height: unset;
  }

  .book-btn.book-btn-bus {
    bottom: 9rem;
  }
}