/* Header */
body.page-template-template-home #header:not(.gradient-header-bg) {
	background: linear-gradient(to bottom, #000 20%, transparent);
}

/* Colors */
.gold-text,
.mfp-close,
.kids-intro ul,
main#main-content a:not(.white-text, .black-text, .button),
#languages li.wpml-ls-current-language a.wpml-ls-link .wpml-ls-native,
#languages li:hover a.wpml-ls-link .wpml-ls-native,
.transfer-page-content h2,
#text-content a,
#wpforms-4895-field_2 a:hover,
#home_availability .button-svg {
	color: #957e4c;
}
.gold-bg,
.button.solid-icon .button-svg,
.experiences-pagination span.swiper-pagination-bullet,
.reviews-pagination span.swiper-pagination-bullet,
.offers-pagination span.swiper-pagination-bullet,
.hotels-pagination span.swiper-pagination-bullet,
.accommodation-pagination span.swiper-pagination-bullet,
.amenities-swiper-pagination span.swiper-pagination-bullet,
#mobile-menu-btn.solid-icon .button-svg,
#career-form .button-svg,
#contact-template-form .button-svg,
#home_availability .button-svg,
#search-hero,
#texts-hero,
.hotels-carousel-wrapper-new .swiper-button-prev,
.hotels-carousel-wrapper-new .swiper-button-next,
.hotel-accommodation-carousel-images .swiper-button-prev,
.hotel-accommodation-carousel-images .swiper-button-next,
.nav-link.active .g-nav-link-dot,
#experiences-carousel .swiper-button-next,
#experiences-carousel .swiper-button-prev {
	background-color: #957e4c;
}
#wpforms-4895-field_2 a {
	color: #000;
}
.gold-fill {
	fill: #957e4c;
}
.button.outline-icon .button-svg {
	border: 1px solid #957e4c;
}

/* Weights */
#menu-header-menu li a,
.experience-carousel-content h2.md-title {
	font-weight: 500;
}
.experience-carousel-content span.roboto-thin {
	font-weight: 400;
}
#wpforms-4895-field_2 label.wpforms-field-label-inline {
	font-weight: 500;
}

/* Backgrounds/Opacities */
#experiences-carousel .swiper-slide.swiper-slide-active .home-experiences-img,
.experience-carousel-img:after {
	opacity: 0.6;
}
#experiences-carousel .swiper-slide .home-experiences-img {
	opacity: 0.7;
}
.experience-carousel-content {
	bottom: 0;
	padding: 0 40px;
	padding-bottom: 75px;
	background: linear-gradient(to top, black 10%, transparent);
}
.experience-carousel-item:not(.swiper-slide-active) .experience-carousel-content {
	display: none;
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
.experience-carousel-item.swiper-slide-active .experience-carousel-content {
	display: block;
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

/* Newsletter Form */
label#wpforms-4895-field_1-label {
	display: none;
}

/* ESPA Banner */
div#espa-banner {
	bottom: 15px;
	left: 70px;
	z-index: 2;
}
div#espa-banner img {
	height: 65px;
	width: auto;
}