
html {
  	overflow-y: scroll;
  	overflow-y: overlay;
	/*scroll-behavior: smooth !important;*/
	scroll-behavior: auto !important;
}
html {
	box-sizing: border-box;
	overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body {
	  margin: 0;
	  width: 100%;
	  max-width: 100%;
	  overflow-x: hidden;
	
	  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: var(--primario);
    color: white;
}
::-moz-selection {
    background-color: var(--primario);
    color: white;
}


::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
    background: var(--primario);
    border-radius: 5px;
    -webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, .5);
}


body {
	position: relative;
	padding: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}
p {
    margin: 0 0 1rem;
}


/*
@media (min-width:1920px){
	section,
	header,
	footer,
	.container-fluid {
		max-width:1920px !important;
	}
	section,
	header,
	footer {
		margin-left: auto;
		margin-right: auto;
	}
}
*/
@media (min-width: 1025px) and (max-width: 1800px){
	.container_air {
		--grid-val: calc(100 / 32);
    	--side-padding: calc(var(--grid-val)* 2vw);
    	padding-left: var(--side-padding) !important;
		padding-right: var(--side-padding) !important;
	}
}
@media (min-width:1921px){
	section.section_fixed,
	.container_fixed {
		max-width:1920px !important;
	}
	.container_fixed {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}




.content_holder a:not(.text-decoration-none) {
	color: var(--primario) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}
.main-holder {
    z-index: 1;
	position: relative;
	overflow: hidden;
}

.slick-slider .slick-slide:hover,
.slick-slider .slick-slide:focus,
.slick-slider .slick-slide:focus-visible {
	outline: 0 !important;
}
.slick-slider .slick-slide a:hover,
.slick-slider .slick-slide a:focus,
.slick-slider .slick-slide a:focus-visible {
	outline: 0 !important;
}
.slick-dots > li:only-child {
	display: none;
}

.header {
    z-index: 99;
    padding: 0;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header .stickup_menu_holder {
	/*
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
	*/
	z-index: 99;
	
	/*background-color: rgba(76, 86, 70, 0.8);*/
	background-color: rgba(219, 215, 204, 0.8);

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header.scrolled .stickup_menu_holder {
	/*
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
	*/
	/*background-color: var(--primario);*/
	background-color: var(--beige);
	
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}



/*
@media (max-width: 767px){
	.header-item-right .reviews_icon,
	.header-item-right .book_now_icon {
    	font-size: 25px !important;
    	color: var(--bianco) !important;
    	display: block !important;
	}
	.header-book-now {
		margin-left: 2rem;
	}
}
@media (min-width: 768px){
	.header-book-now {
		margin-left: 3rem;
	}
	.header-item-right .reviews_icon,
	.header-item-right .book_now_icon {
    	font-size: 30px !important;
    	color: var(--bianco) !important;
    	display: block !important;
	}
}
*/

/*
@media (max-width: 1279px){
	.header-item-wrapper {
		--logowidthdesk: 40%;
	}
	.header-item-nav,
	.header-item-right .reviews_figure_image,
	.header-item-right .book_now_text {
		display: none;
	}
	.header-book-now > a {
		background-color: transparent !important;
		padding: 0 !important;
	}
}
@media (min-width: 1280px){
	.header-item-right .reviews_icon,
	.header-item-right .book_now_icon {
		display: none !important;
	}
	
	.header-book-now > a {
		border-radius: 25px;
		padding: 12px 27px !important;
	}
}
@media (max-width: 1279px){
	.header-item-wrapper {
		--logowidthdesk: 40%;
	}
*/


/*
@media (max-width: 1279px){
	.header-item-wrapper {
		--logowidthdesk: 70%;
	}
	.header-item-nav,
	.header-item-right .header-reviews,
	.header-item-right .header-book-now {
		display: none;
	}
	.header-item-right .header-phone {
    	font-size: 30px !important;
    	color: var(--bianco) !important;
    	display: block !important;
	}
}
@media (min-width: 1280px){
	.header-item-right .header-phone {
		display: none !important;
	}
	.header-book-now {
		margin-left: 3rem;
	}
	.header-book-now > a {
		border-radius: 25px;
		padding: 12px 27px !important;
	}
}

@media (min-width: 1280px) and (max-width: 1439px){
	.header-item-wrapper {
		--logowidthdesk: 30%;
	}
}
@media (min-width: 1440px){
	.header-item-wrapper {
		--logowidthdesk: 40%;
	}
}
@media (min-width: 1025px){
	.stickup-wrapper {
		padding: 2rem 0;
	}
}
@media (max-width: 1024px){
	.stickup-wrapper {
		padding: 0.6rem 0;
	}
}
*/
@media (max-width: 1024px){
	.header-item-wrapper {
		--logowidthdesk: 70%;
	}
	.header-item-nav,
	.header-item-right .header-reviews,
	.header-item-right .header-book-now {
		display: none;
	}
	.header-item-right .header-phone {
    	font-size: 25px !important;
    	/*color: var(--nero) !important;*/
		color: var(--rosso) !important;
    	display: block !important;
	}
	.header-item-right .header-phone .bi-telephone-fill::before,
	.header-item-right .header-phone .bi-telephone::before {
		transform: rotate(-96deg);
	}
		
}

.header-book-now > a.cta_btn {
	border-radius: 10px;
	padding: 8px 16px !important;
	font-size: 14px !important;
}
@media (min-width: 1025px){
	.header-item-right .header-phone {
		display: none !important;
	}
	.header-item-wrapper {
		--logowidthdesk: 40%;
	}
	.header-item-right .header-reviews img {
		max-height: 35px !important;
		width: auto;
	}
	.header-book-now {
		margin-left: 2rem;
	}
	
}
@media (min-width: 1280px){
	.header-item-wrapper {
		--logowidthdesk: 30%;
	}
	.header-item-right .header-reviews img {
		max-height: none !important;
		width: auto;
	}
	.header-book-now {
		margin-left: 3rem;
	}
	/*
	.header-book-now > a.cta_btn {
		border-radius: 25px;
		padding: 12px 27px !important;
		font-size: 18px !important;
	}
	*/
}
/*
@media (min-width: 1280px) and (max-width: 1439px){
	.header-item-wrapper {
		--logowidthdesk: 30%;
	}
}
@media (min-width: 1440px){
	.header-item-wrapper {
		--logowidthdesk: 40%;
	}
}
*/
@media (min-width: 1025px){
	.stickup-wrapper {
		padding: 2rem 0;
	}
}
@media (max-width: 1024px){
	.stickup-wrapper {
		padding: 0.8rem 0;
	}
}


.header-item-wrapper {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	align-items: center;
	
}
.header-item-logo {
	width: var(--logowidthdesk) !important;
}
.header-item-right,
.header-item-left {
	width: calc((100% - var(--logowidthdesk))* .5) !important;
}

.header-item-logo {
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	align-items: center;
}


.header-item-left {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: center;
	align-items: center;
}
.header-item-right {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-justify-content: flex-end;
	justify-content: flex-end;

	-webkit-align-items: center;
	align-items: center;
}




.header-item-logo img {
	/*max-height: 50px;*/
	max-height: 60px !important;
	width: auto;
}
/*
@media (max-width: 1024px){
	.header-item-logo img {
		width: auto;
		max-height: 50px !important;
	}
}
*/


.header-item-nav .nav__primary > ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;

	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: center;
	align-items: center;
}
.header-item-nav .nav__primary {
	margin-left: -0.5rem;
}
.header-item-nav .nav__primary > ul > li > a {
	font-size: 14px !important;
	line-height: 20.5px !important;
	padding: 0.5rem !important;
	color: var(--nero) !important;
	text-transform: uppercase;
	text-decoration: none !important;
}
@media (min-width: 1280px){
	.header-item-nav .nav__primary > ul > li > a {
		/*
		font-size: 16px !important;
		line-height: 22.5px !important;
		*/
		padding: 0.5rem 1rem !important;
	}
}
.header-item-nav .nav__primary > ul > li.current-menu-item > a {
	font-weight: 500 !important;
}



.header-item-hamburger {
	margin-right: 1rem;
}
.header-item-hamburger #btnRespNav,
.header-item-hamburger .offcanvas .btn-close {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 40px !important;
	color: var(--nero) !important;
	display: block !important;
}

.offcanvas.offcanvas_menu {
	background-color: var(--beige) !important;
}
.offcanvas.offcanvas_menu .offcanvas-header {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}


@media (min-width: 576px){
	.offcanvas.offcanvas_menu {
		width: 375px !important;
	}
}
@media (max-width: 575px){
	.offcanvas.offcanvas_menu {
		width: 100% !important;
	}
}

.offcanvas.offcanvas_menu .offcanvas-header .logo img {
	max-height: 60px !important;
	width: auto;
}
@media (min-width: 1025px){
	.offcanvas.offcanvas_menu .offcanvas-header {
		padding-top: 2rem !important;
	}
	/*
	.offcanvas.offcanvas_menu .offcanvas-header .logo img {
		max-height: 60px !important;
		width: auto;
	}
	*/
}
@media (max-width: 1024px){
	.offcanvas.offcanvas_menu .offcanvas-header {
		padding-top: 0.6rem !important;
	}
	/*
	.header-item-hamburger .offcanvas .logo img {
		width: auto;
		max-height: 50px !important;
	}
	*/
}


.offcanvas-body {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.nav__hamburger ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav__hamburger ul li a {
	color: var(--nero) !important;
	text-decoration: none !important;
}
.socials_hamburger .socials_loop {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-align-items: center;
    align-items: center;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.socials_hamburger .socials_loop .hamburger_social_item:not(:last-child){
	margin-right: 1rem;
}
.socials_hamburger .socials_loop .hamburger_social_item a {
	font-size: 24px;
	text-decoration: none !important;
	color: var(--nero) !important;
}
.hamburger_social_connected {
	margin-bottom: 0.8rem !important;
	color: var(--nero) !important;
}
.offcanvas .copyright {
	color: var(--nero) !important;
}




a.cta_btn {
	padding: 1rem 2rem;
	text-decoration: none !important;
}
a.cta_btn.fit {
	display: block;
	max-width: fit-content;
}
a.cta_btn.center {
	margin-left: auto;
	margin-right: auto;
}
a.cta_btn.full {
	display: block;
	width: 100%;
}
a.cta_btn.center {
	display: block;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}


section#hero {
	--heightHero: 100dvh;
	--maxheightHero: 825px;

	--heightHeroMobile: 70dvh;
	--maxheightHeroMobile: 575px;


	position: relative;
	z-index: 9;
}
section#hero .video_background_relative {
	position: relative;
	overflow: hidden;

	height: var(--heightHero);
	/*height: var(--heightHeroMobile);*/
}

section#hero .iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: -1;
	pointer-events: none;

	overflow: hidden;

	height: var(--heightHero);
	/*height: var(--heightHeroMobile);*/
}

/*
@media (max-width: 475px){
	section#hero .iframe-wrapper.iframe-wrapper__desktop {
		display: none !important;
	}
}
@media (min-width: 476px){
	section#hero .iframe-wrapper.iframe-wrapper__mobile {
		display: none !important;
	}
}
*/


section#hero .iframe-wrapper iframe,
section#hero .iframe-wrapper #myVideo {
	width: 100vw !important;
	height: 56.25vw !important; 
	min-width: 177.77vh !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	min-height: var(--heightHero) !important;
	/*min-height: var(--heightHeroMobile) !important;*/
}
/*
@media (max-width: 475px){
	body.home section#hero .iframe-wrapper iframe,
	body.home section#hero .iframe-wrapper #myVideo {
		width: 100% !important;
		min-width: auto !important;
		height: auto !important;
	}
}
*/

/*
@media (max-width: 1024px){
	section#hero .video_background_relative,
	section#hero .iframe-wrapper,
	section#hero .iframe-wrapper #myVideo,
  	section#hero figure {
		max-height: var(--maxheightHero) !important;
	}
}
*/

/*
@media (max-width: 575px){
	section#hero .video_background_relative,
	section#hero .iframe-wrapper,
	section#hero .iframe-wrapper #myVideo,
  	section#hero figure {
		max-height: var(--maxheightHero) !important;
	}
}
@media (min-width: 576px) and (max-width: 1024px){
	section#hero .video_background_relative,
	section#hero .iframe-wrapper,
	section#hero .iframe-wrapper #myVideo,
  	section#hero figure {
		max-height: var(--maxheightHero) !important;
	}
}
@media (min-width: 576px){
	section#hero .video_background_relative,
	section#hero .iframe-wrapper {
		height: var(--heightHero) !important;
	}
	section#hero .iframe-wrapper iframe,
	section#hero .iframe-wrapper #myVideo {
		min-height: var(--heightHero) !important;
	}
}
*/




/*
@media (min-width: 476px){
	section#hero .iframe-wrapper iframe,
	section#hero .iframe-wrapper lite-vimeo,
	section#hero .iframe-wrapper #myVideo {
		width: 100vw !important;
		height: 56.25vw !important; 
		min-width: 177.77vh !important;
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		min-height: var(--heightHero) !important;
	}
}
@media (max-width: 475px){
	section#hero .iframe-wrapper iframe {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		overflow: hidden !important;
	}
	section#hero .iframe-wrapper #myVideo {
		display: block !important;
		position: relative !important;
		object-fit: cover !important;
		width: 100% !important;
		height: 100% !important;
	}
}
@media (min-width: 476px) and (max-width: 1024px){
	section#hero .video_background_relative,
	section#hero .iframe-wrapper,
	section#hero .iframe-wrapper #myVideo,
  	section#hero figure {
		max-height: var(--maxheightHero) !important;
	}
}
*/



section#hero figure {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	/*height: 70vh;*/
	width: 100%;

	height: var(--heightHeroMobile) !important;
}
/*
@media (min-width: 1025px){
	section#hero figure {
		height: 100vh;
	}
}
*/
@media (min-width: 576px){
	section#hero figure {
		height: 100vh;
	}
}
section#hero.hero_image figure {
	position: relative;
}


section#hero.hero_video .video_background_relative .hero_title,
section#hero.hero_image figure .hero_title {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;

	top: 50%;
	transform: translateY(-50%);

	/*
	background-color: rgba(214, 206, 194, 0.7);
	color: var(--primario) !important;
	*/
	color: var(--bianco) !important;
	padding: 3rem 1rem;
	text-align: center;
}

section#hero.hero_video .video_background_relative .hero_title .hero_title__heading,
section#hero.hero_video .video_background_relative .hero_title .hero_title__paragraph,
section#hero.hero_image figure .hero_title .hero_title__heading,
section#hero.hero_image figure .hero_title .hero_title__paragraph {
	letter-spacing: 0.2em !important;
}
section#hero.hero_video .video_background_relative .hero_title .hero_title__heading,
section#hero.hero_image figure .hero_title .hero_title__heading {
	text-transform: uppercase;
}


section#hero.hero_slider #hero_loop:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
}
section#hero.hero_slider figure {
	transform: scale(1);
	--transition-duration: 20000ms;
	--transition-timing: linear;

	transition: all var(--transition-duration) var(--transition-timing);
    -moz-transition: all var(--transition-duration) var(--transition-timing);
    -webkit-transition: all var(--transition-duration) var(--transition-timing);
    -ms-transition: all var(--transition-duration) var(--transition-timing);
    -o-transition: all var(--transition-duration) var(--transition-timing);
}
section#hero.hero_slider .swiper-slide-active figure {
	transform: scale(1.3);

	transition: all var(--transition-duration) var(--transition-timing);
    -moz-transition: all var(--transition-duration) var(--transition-timing);
    -webkit-transition: all var(--transition-duration) var(--transition-timing);
    -ms-transition: all var(--transition-duration) var(--transition-timing);
    -o-transition: all var(--transition-duration) var(--transition-timing);
}


section#hero.hero_text {
	background-color: var(--secondario);
	padding: 11rem 0 5rem;
	position: relative;
}
section#hero.hero_text .hero_title__heading {
	letter-spacing: 0.2em !important;
	text-transform: uppercase;
	text-align: center;
}


section#hero .col_hero {
	position: relative;
}
section#hero .col_hero .hero_desc {
	--hero-padding: calc(1.5rem * .5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;

	width: calc(100% - (var(--hero-padding)*2) );
	padding-right: var(--hero-padding);
    padding-left: var(--hero-padding);

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;

	color: var(--bianco) !important;
}
section#hero .col_hero .hero_desc .hero_title__heading,
section#hero .col_hero .hero_desc .hero_paragraph {
	letter-spacing: 0.2em !important;
}


section#hero.hero_slider figure {
	transform: scale(1);
	--transition-duration: 20000ms;
	--transition-timing: linear;

	transition: all var(--transition-duration) var(--transition-timing);
    -moz-transition: all var(--transition-duration) var(--transition-timing);
    -webkit-transition: all var(--transition-duration) var(--transition-timing);
    -ms-transition: all var(--transition-duration) var(--transition-timing);
    -o-transition: all var(--transition-duration) var(--transition-timing);
}
section#hero.hero_slider .swiper-slide-active figure {
	transform: scale(1.3);

	transition: all var(--transition-duration) var(--transition-timing);
    -moz-transition: all var(--transition-duration) var(--transition-timing);
    -webkit-transition: all var(--transition-duration) var(--transition-timing);
    -ms-transition: all var(--transition-duration) var(--transition-timing);
    -o-transition: all var(--transition-duration) var(--transition-timing);
}




section#hero #internal_booking {
	position: absolute;
    left: 50%;
	transform: translateX(-50%);
	bottom: 10%;	
	width: 90%;
	z-index: 99;
	/*
	top: 50%;
	transform: translate(-50%, -50%);
	*/
}
section#hero #internal_booking .internal_booking_inner {
	background-color: rgba(219, 215, 204, 0.6);
	/*padding: 1.5rem 2rem;*/
	padding: 1rem;
	border-radius: 4rem;
	max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
section#hero #internal_booking .internal_booking_flex {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
}
section#hero #internal_booking .internal_booking_flex input {
	background-color: transparent !important;
	border: none !important;
	text-align: center !important;
	color: var(--rosso) !important;
}
section#hero #internal_booking .internal_booking_flex input:focus,
section#hero #internal_booking .internal_booking_flex input:focus-visible {
	outline: 0 !important;
}
section#hero #internal_booking .internal_booking_flex button {
	border: none !important;
	background-color: transparent;
	padding: 0 !important;
}

section#hero #internal_booking .internal_booking_flex .check_date_wrap {
	padding: 0.5rem;
}
section#hero #internal_booking .internal_booking_flex .submit_wrap {
	padding: 0.5rem 1rem;
}
section#hero #internal_booking .internal_booking_flex .submit_wrap span.search_text {
	margin-right: 0.5rem;
}

section#hero #internal_booking .internal_booking_flex .check_date_wrap span.check_separator,
section#hero #internal_booking .internal_booking_flex .submit_wrap button {
	color: var(--rosso) !important;
}
section#hero #internal_booking .internal_booking_flex input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--rosso) !important;
}
section#hero #internal_booking .internal_booking_flex input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--rosso) !important;
}
section#hero #internal_booking .internal_booking_flex input::-ms-input-placeholder { /* Microsoft Edge */
	color: var(--rosso) !important;
}

@media (min-width: 1025px){
	section#hero #internal_booking .internal_booking_flex .inner_separator {
		display: none !important;
	}
	section#hero #internal_booking .internal_booking_flex .check_date_wrap,
	section#hero #internal_booking .internal_booking_flex .submit_wrap {
		/*background-color: rgba(185, 157, 117, 0.6);*/
		background-color: rgba(219, 215, 204, 0.7);
		margin: 0 1rem;
		border-radius: 1.5rem;
	}
	section#hero #internal_booking .internal_booking_flex input {
		max-width: 200px !important;
	}

}
@media (max-width: 1024px){
	section#hero #internal_booking .internal_booking_flex .inner_separator {
		color: var(--rosso) !important;
	}
	section#hero #internal_booking .internal_booking_flex input {
		max-width: 160px !important;
	}
	section#hero #internal_booking .internal_booking_flex .check_date_wrap {
		padding: 0 0.5rem !important;
	}
	section#hero #internal_booking .internal_booking_flex .submit_wrap {
		padding: 0 1rem !important;
	}
}
@media (max-width: 767px){
	section#hero #internal_booking .internal_booking_flex .submit_wrap span.search_text {
		display: none !important;
	}
	section#hero #internal_booking .internal_booking_flex .check_date_wrap {
		padding: 0 !important;
	}
	section#hero #internal_booking .internal_booking_flex .submit_wrap {
		padding: 0 1rem !important;
	}
	section#hero #internal_booking .internal_booking_flex input {
		max-width: 120px !important;
	}
}




section#intro .intro_book_now a.cta_btn {
	/*border-radius: 2rem;*/
	border-radius: 10px;
    font-size: 16px !important;
}


section#unique_value {
	position: relative;
	padding: 3rem 0;
}
@media (min-width: 1025px){
	section#unique_value {
		padding: 4rem 0;
	}
}

@media (min-width: 1025px){
	
	section#unique_value .col_image_inner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	section#unique_value .col_image_inner figure {
		-webkit-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: auto;
		align-self: auto;

		margin-bottom: 0;
	}
	section#unique_value .col_image_inner figure.uv_img_vertical {
		-webkit-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: flex-end;
		align-self: flex-end;

		z-index: 1;
	}
}
@media (min-width: 1025px){
	section#unique_value .container_mobile {
		display: none !important;
	}
}
@media (max-width: 1024px){
	section#unique_value .container_desktop {
		display: none !important;
	}
	section#unique_value .unique_value_paragraph {
		text-align: justify !important;
	}
}


@media (min-width: 1025px) and (max-width: 1279px){
	section#unique_value .col_image_inner figure.uv_img_horizontal_top,
	section#unique_value .col_image_inner figure.uv_img_horizontal_bottom {
		z-index: 2;
		max-width: 75%;
	}
	section#unique_value .col_image_inner figure.uv_img_vertical {
		margin-top: -20%;
		max-width: 95%;
	}
	section#unique_value .col_image_inner figure.uv_img_horizontal_bottom {
		margin-top: -20%;
	}
}

@media (min-width: 1280px) and (max-width: 1599px){
	section#unique_value .col_image_inner figure.uv_img_horizontal_top,
	section#unique_value .col_image_inner figure.uv_img_horizontal_bottom {
		z-index: 2;
		max-width: 55%;
	}
	section#unique_value .col_image_inner figure.uv_img_vertical {
		margin-top: -20%;
		max-width: 55%;
	}
	section#unique_value .col_image_inner figure.uv_img_horizontal_bottom {
		margin-top: -15%;
	}
}


@media (min-width: 1600px){
	section#unique_value .col_image_inner figure.uv_img_horizontal_top,
	section#unique_value .col_image_inner figure.uv_img_horizontal_bottom {
		z-index: 2;
		max-width: 50%;
	}
	section#unique_value .col_image_inner figure.uv_img_vertical {
		margin-top: -20%;
		max-width: 50%;
	}
	section#unique_value .col_image_inner figure.uv_img_horizontal_bottom {
		margin-top: -10%;
	}
}

@media (min-width: 1025px){
	section#unique_value figure.uv_img_flower {
		position: absolute;
		bottom: -20%;
		left: 50%;
		transform: translateX(-50%) rotate(8.27deg);
		z-index: -1;
	}
}
@media (max-width: 1024px){
	section#unique_value .col_unique_value_images,
	section#unique_value figure.uv_img_flower {
		display: none;
	}
}


@media (min-width: 1025px){
	body.page-template-template_restaurant section#unique_value .col_image_inner figure.uv_img_horizontal_top img,
	body.page-template-template_restaurant section#unique_value .col_image_inner figure.uv_img_horizontal_bottom img {
		max-height: 300px !important;
		width: auto;
	}
	body.page-template-template_restaurant section#unique_value .col_image_inner figure.uv_img_vertical img {
		max-height: 800px !important;
		width: auto;
	}
}


/*
section#gallery .row {
	margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
section#gallery .row>* {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
*/
section#gallery .row {
	--bs-gutter-x: 0.5rem;
}

/*
@media (min-width: 1025px){
	section#gallery .col_image {
		margin-bottom: 0.5rem;
	}
	section#gallery .col_image_first figure .gallery_view {
		display: none;
	}
}
@media (max-width: 1024px){
	section#gallery .col_image_others {
		display: none !important;
	}
	section#gallery .col_image_first figure {
		position: relative;
	}
	section#gallery .col_image_first figure .gallery_view {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		width: 100%;
		padding: 1.5rem 0.5rem;
		text-align: center;
		background-color: rgba(219, 215, 204, 0.8);

		color: var(--nero);
		text-transform: uppercase;
	}
}
*/

@media (min-width: 576px){
	section#gallery .col_image {
		margin-bottom: 0.5rem;
	}
	section#gallery .col_image_ver_mobile,
	section#gallery .col_image_first figure .gallery_view {
		display: none;
	}
	
}
@media (max-width: 575px){
	section#gallery .col_image_others {
		display: none !important;
	}
	section#gallery .col_image_first figure {
		position: relative;
	}
	section#gallery .col_image_first figure .gallery_view {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		width: 100%;
		padding: 1.5rem 0.5rem;
		text-align: center;
		background-color: rgba(219, 215, 204, 0.8);

		color: var(--nero);
		text-transform: uppercase;
	}
}


/* OLD
@media (min-width: 1440px){
	section#events .row_wedding,
	section#recreate .row_breakfast {
		margin-top: -6rem;
	}
	section#events .row_wedding .col_image figure,
	section#recreate .row_breakfast .col_image figure {
		margin-bottom: -8rem !important;
	}
}
*/

section#events,
section#recreate {
	background-color: var(--beige);
}

/* LAST
@media (min-width: 1440px){
	section#events .row_meeting,
	section#recreate .row_relax {
		margin-top: -8rem;
	}
	section#events .row_wedding,
	section#recreate .row_breakfast {
		margin-bottom: -8rem;
		margin-top: -2rem;
	}
	section#events .row_wedding .col_text {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important;
	}
	section#events .row_wedding .col_image figure {
		margin-bottom: -8rem !important;
	}
}
@media (max-width: 1439px){
	section#events .row_meeting {
		margin-bottom: 4rem;
	}
	section#events .row_meeting .col_image,
	section#events .row_wedding .col_image {
		margin-bottom: 1rem;
	}
}
@media (max-width: 1279px){
	section#recreate .row_relax,
	section#events .row_meeting {
		margin-bottom: 4rem;
	}
	section#recreate .row_relax .col_text,
	section#recreate .row_breakfast .col_text,
	section#events .row_meeting .col_image,
	section#events .row_wedding .col_image {
		margin-bottom: 1rem;
	}
}
*/

@media (min-width: 1280px){
	section#recreate .container_mobile,
	section#events .container_mobile {
		display: none !important;
	}
}
@media (max-width: 1279px){
	section#recreate,
	section#events {
		padding: 4rem 0;
	}
	section#recreate .container_desktop,
	section#events .container_desktop {
		display: none !important;
	}
}

@media (min-width: 1280px) and (max-width: 1439px){
	section#recreate,
	section#events {
		padding: 0;
	}

	section#recreate .col_left .row_inner_left,
	section#events .col_left .row_inner_left {
		margin-top: -4rem
	}
	section#recreate .col_left .row_inner_left .col_text,
	section#events .col_left .row_inner_left .col_text {
		margin-top: 4rem;
	}

	section#recreate .col_right .row_inner_right,
	section#events .col_right .row_inner_right {
		margin-bottom: -5rem;
	}
	section#recreate .col_right .row_inner_right .col_text,
	section#events .col_right .row_inner_right .col_text {
		margin-top: 4rem;
	}
	section#recreate .col_right .row_inner_right .col_image,
	section#events .col_right .row_inner_right .col_image {
		margin-top: 2rem;
	}
	/*
	section#recreate .heading_2 {
		font-size: 32px !important;
		line-height: 44px !important;
	}
	*/
}
@media (min-width: 1440px){
	section#recreate,
	section#events {
		padding: 0;
	}

	section#recreate .col_left .row_inner_left,
	section#events .col_left .row_inner_left {
		margin-top: -4rem
	}
	section#recreate .col_left .row_inner_left .col_text,
	section#events .col_left .row_inner_left .col_text {
		margin-top: 4rem;
	}

	section#recreate .col_right .row_inner_right,
	section#events .col_right .row_inner_right {
		margin-bottom: -5rem;
	}
	section#recreate .col_right .row_inner_right .col_text,
	section#events .col_right .row_inner_right .col_text {
		margin-top: 4rem;
	}
	section#recreate .col_right .row_inner_right .col_image,
	section#events .col_right .row_inner_right .col_image {
		margin-top: 4rem;
	}

}


section#recreate .recreate_permalink a,
section#events .events_permalink a {
	text-decoration: none !important;
	background-color: var(--rosso);
	color: var(--bianco) !important;
	

	/*
	text-transform: uppercase;
	border-radius: 2rem;
	padding: 1rem 3rem;
	*/
	border-radius: 10px;
	padding: 5px 25px !important;
	font-size: 16px !important;

	display: block;
	max-width: fit-content;
}
@media (max-width: 1279px){
	section#recreate .recreate_permalink a,
	section#events .events_permalink a {
		margin-left: auto;
		margin-right: auto;
	}
	section#recreate .relax_paragraph,
	section#recreate .breakfasr_paragraph {
		text-align: justify !important;
	}
}


section#restaurant[data-template="image"] figure {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 600px;
}
section#restaurant[data-template="background-image"] {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;

	/*height: 550px;*/
	padding: 9rem 0;
}
section#restaurant[data-template="background-image"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(76, 86, 70, 0.4);
}
section#restaurant .container_restaurant {
	z-index: 2;
	position: relative;
}
section#restaurant .restaurant_permalink a {
	color: var(--bianco) !important;
}
@media (max-width: 1024px){
	section#restaurant {
		display: none;
	}
	section#visit_us {
		margin-top: 3rem !important;
	}
	section#visit_us .visitus_paragraph {
		text-align: justify !important;
	}
}


section#alternates .alternate_item {
	/*background-color: var(--nero) !important;*/
}
section#alternates .alternate_item a {
	text-decoration: none !important;
}
section#alternates .alternate_item .alternate_item_desc {
	padding: 3rem 2rem;
}
section#alternates .alternate_item p.alternate_permalink {
	display: block;
	max-width: fit-content;
	border: 1px solid var(--beige);
	padding: 0.5rem 1rem;
}
section#alternates .alternate_item figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section#alternates .alternate_item figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

	transform: scale(1);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#alternates .alternate_item a:hover figure > img {
	transform: scale(1.07);

	transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}


section#visit_us .heading_bg {
	background-color: var(--beige);
	border-radius: 10px;
	padding: 1rem 0;
}
section#visit_us .col_location .location_map_iframe {
	position: relative;
}
section#visit_us .col_location .location_map_iframe iframe {
	width: 100%;
}
/*
@media (min-width: 1025px){
	section#visit_us[data-template="partial_visit_us"] .col_location .location_map_iframe iframe {
		width: 100%;
		height: calc(100% - 6rem);
	}
	section#visit_us[data-template="partial_events_contact"] .col_location .location_map_iframe iframe {
		width: 100%;
		height: calc(100% - 4rem);
	}
}
*/
@media (min-width: 1025px){
	section#visit_us .col_location,
	section#visit_us .col_location .location_map_iframe {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	section#visit_us .col_location .location_map_iframe {
		height: 100%;
	}
	section#visit_us .col_location .location_map_iframe iframe {
		height: 100%;
	}
}
@media (max-width: 1024px){
	section#visit_us .col_location .location_map_iframe iframe {
		height: 550px;
	}
}

section#visit_us .col_contacts .contacts_wrap {
	border: 1px solid var(--beige);
	padding: 2rem 0.5rem;
}
section#visit_us .contacts_wrap .visitus_subheading {
	margin-bottom: 0.3rem !important;
}
section#visit_us .contacts_wrap .visitus_heading {
	margin-bottom: 0.5rem !important;
}


section#visit_us .amenities_wrap .amenity_item .mask-icon {
	width: 57px;
	height: 57px;
	background-color: var(--gold);

	margin-bottom: 0.7rem;
}
section#visit_us .amenities_wrap .amenity_item[data-amenity=""] .mask-icon {
	
}
section#visit_us .amenities_wrap .amenity_item .amenity_title {
	margin-bottom: 0.5rem !important;
}
@media (max-width: 575px){
	section#visit_us .amenities_wrap .amenity_item {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
    	align-items: center;
	}
	section#visit_us .amenities_wrap .amenity_item .amenity_paragraph {
		text-align: center !important;
	}
}
/*
nav.nav__primary > ul#topnav > li.menu-cinema a .menu-icon {
    background-color: var(--rosso);
    mask: url(../images/ic-cinepresa.svg) no-repeat center / contain;
    -webkit-mask: url(../images/ic-cinepresa.svg) no-repeat center / contain;
}
nav.nav__primary > ul#topnav > li > a > .menu-icon, nav.nav__primary > ul#topnav > li > a > img.menu-icon {
    width: 20px;
    height: 20px;
}
*/


.local_activities .local_activity_item a {
	text-decoration: none !important;
	border: 1px solid var(--gold);

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;

	height: 100%;
}
.local_activities .local_activity_item .local_activity_content {
	padding: 2rem;

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	height: 100%;
}
.local_activities .local_activity_item .local_activity_content .local_activity_permalink {
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-color: var(--marrone) !important;

	margin-top: auto;
}
@media (max-width: 1024px){
	.local_activities .local_activities_paragraph,
	.local_activities .local_activity_paragraph {
		text-align: justify !important;
	}
}



section#intro {
	position: relative;
}
@media (max-width: 1024px) {
    section#intro figure.uv_img_flower {
        display: none;
    }
	section#intro .intro_paragraph {
		text-align: justify !important;
	}
}
@media (min-width: 1025px) {
    section#intro figure.uv_img_flower {
        position: absolute;
		/*
        bottom: -20%;
        left: 50%;
        transform: translateX(-50%) rotate(21.58 deg);
        z-index: -1;
		*/
		top: 50%;
		right: 0;
		transform: translateY(-50%) rotate(21.58deg);
        z-index: -1;
    }
}


body.page-template-template_generic_info section#intro {
	background-color: var(--beige);
	padding: 3rem 0 2rem;
}
body.page-template-template_generic_info .info_content_block_first,
body.page-template-template_generic_info .info_content_block_others .info_content_paragraph:not(:last-child) {
	border-bottom: 1px solid var(--beige);
	margin-bottom: 1rem;
}
body.page-template-template_generic_info .info_content_block_first{
	padding-bottom: 1rem;
}
body.page-template-template_generic_info .info_content_block_first {
	position: relative;
}
@media (max-width: 1024px) {
	body.page-template-template_generic_info .info_content_block_first figure.uv_img_flower {
		display: none;
	}
	body.page-template-template_generic_info .col_discover {
		border-bottom: 1px solid var(--beige);
		padding-bottom: 3rem;
	}
	body.page-template-template_generic_info .col_discover .discover_content {
		text-align: justify !important;
	}
	body.page-template-template_generic_info .info_content_block .info_content_paragraph {
		text-align: justify !important;
	}
}
@media (min-width: 1025px) {
    body.page-template-template_generic_info .info_content_block_first figure.uv_img_flower {
        position: absolute;
        bottom: -15%;
        right: -10%;
        transform: rotate(-28.82deg);
        z-index: -1;
    }
}
body.page-template-template_generic_info .info_content_block p.info_content_title {
	margin-bottom: 0 !important;
}
body.page-template-template_generic_info .info_content_block iframe {
	width: 50%;
	height: 500px;
}


.discover_socials {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;

	-webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.discover_socials .discover_social_item:not(:last-child) {
	margin-right: 1rem;
}
.discover_socials .discover_social_item a {
    font-size: 24px;
    text-decoration: none !important;
	color: var(--nero) !important;
}


.room_gallery {
	margin-bottom: 0 !important;
}
.room_gallery,
.room_gallery .slick-track,
.room_gallery .slick-list,
.room_gallery .room_gallery_item a,
#room_gallery,
#room_gallery .room_gallery_item a {
	height: 100% !important;
}
#room_gallery .room_gallery_item a,
.room_gallery .room_gallery_item a {
	display: -webkit-flex;
    display: flex;
}
#room_gallery .room_gallery_item img,
.room_gallery .room_gallery_item img {
	object-fit: cover;
}
.room_gallery .slick-dots {
	bottom: 2rem !important;
	background: rgba(217, 217, 217, 0.6);
    max-width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    border-radius: 1rem;

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
.room_gallery .slick-dots li button {
	width: 20px !important;
	height: 20px !important;
}
.room_gallery .slick-dots li button:before {
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;

	color: transparent !important;
	opacity: 1 !important;
	border: 1px solid var(--bianco) !important;
	background: rgba(255,255,255,0.5);
	border-radius: 50% !important;
}
.room_gallery .slick-dots li.slick-active button:before {
	color: transparent !important;
	opacity: 1 !important;
	background: var(--bianco) !important;	
}


#room_gallery .swiper-pagination {
	bottom: 2rem !important;
	background: rgba(217, 217, 217, 0.6);
    max-width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    border-radius: 1rem;

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
#room_gallery .swiper-pagination .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;

	color: transparent !important;
	opacity: 1 !important;
	border: 1px solid var(--bianco) !important;
	background: rgba(255,255,255,0.5);
	border-radius: 50% !important;
}
#room_gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: transparent !important;
	opacity: 1 !important;
	background: var(--bianco) !important;
}


article.room_item {
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 8px 8px 8px 4px rgba(0, 0, 0, 0.1);
	background-color: var(--bianco);
}
article.room_item .room_desc {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (max-width: 1279px){
	article.room_item .room_desc .room_item_content {
		text-align: justify !important;
	}
}
@media (min-width: 1280px){
	article.room_item .room_desc {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
		padding-right: 2rem !important;
		padding-left: 0 !important;
	}
}
body.post-type-archive-meetingroom .room_book_now {
	padding-right: 2rem;
	padding-bottom: 2rem;
}
article.room_item .room_book_now {
	/*float: right !important;*/

	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
article.room_item .room_book_now a {
	color: var(--bianco) !important;
	text-transform: none !important;
	/*
	border-radius: 25px !important;
	padding: 12px 27px !important;
	*/
	border-radius: 10px !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
}


body.post-type-archive-room .dropdown_amenities {
    position: relative !important;
    transform: translate3d(0, 0, 0) !important;
    padding: 0 !important;
}
@media (max-width: 1279px){
	
}
@media (min-width: 1280px) {
    body.post-type-archive-room .dropdown_amenities {
        display: block !important;
    }
	body.post-type-archive-room .dropdown_toggle_amenities {
		display: none !important;
	}
}


/*
@media (min-width: 576px){
	body.post-type-archive-room .amenities_list {
		-webkit-column-count: 2; 
		-moz-column-count: 2;
		column-count: 2;
		column-gap: 1.5rem;
	}
}
@media (min-width: 1280px){
	body.post-type-archive-room .amenities_list {
		-webkit-column-count: 3; 
		-moz-column-count: 3;
		column-count: 3;
		column-gap: 1.5rem;
	}
}
*/
@media (min-width: 576px){
	body.post-type-archive-room .amenities_list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
	}
	.amenities_list li.amenity_item {
		margin-right: 1.5rem;
	}
	.amenities_list li.amenity_item {
		width: calc(50% - 1.5rem);
	}
}
@media (min-width: 1280px){
	.amenities_list li.amenity_item {
		width: calc(33.33333% - 1.5rem);
	}
}

.amenities_list li.amenity_item {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    align-items: center;

	margin-bottom: 0.5rem;
}
.amenities_list li.amenity_item .amenity_icon {
	-webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;

	width: 40px;
	margin-right: 0.5rem;
	text-align: center;
}
.amenities_list li.amenity_item .amenity_name {
	width: calc(100% - 40px - 0.5rem);
}



body.post-type-archive-meetingroom .room_item_setup_list {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    
    -webkit-align-items: center;
    align-items: center;
}
body.post-type-archive-meetingroom .room_item_setup_list .room_setup_item {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 1025px){
	body.post-type-archive-meetingroom .room_item_setup_list {
		-webkit-justify-content: flex-start;
    	justify-content: flex-start;

		-webkit-flex-wrap: nowrap;
    	flex-wrap: nowrap;
	}
	body.post-type-archive-meetingroom .room_item_setup_list .room_setup_item:not(:last-child) {
		margin-right: 4rem;
	}
}
@media (max-width: 1024px){
	body.post-type-archive-meetingroom .room_item_setup_list {
		/*
		-webkit-justify-content: space-between;
    	justify-content: space-between;
		*/

		-webkit-justify-content: flex-start;
    	justify-content: flex-start;

		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;

		margin-right: calc(-.5* var(--bs-gutter-x));
    	margin-left: calc(-.5* var(--bs-gutter-x));
	}
	body.post-type-archive-meetingroom .room_item_setup_list .room_setup_item {
		padding-right: calc(var(--bs-gutter-x)* .5);
		padding-left: calc(var(--bs-gutter-x)* .5);
		margin-bottom: calc(2* var(--bs-gutter-x)* .5);
	}
}


body.post-type-archive-meetingroom .row_room_item_amenities .col_room_amenities_inc {
	border-right: 2px solid var(--primario);
}
@media (min-width: 1280px){
	body.post-type-archive-meetingroom .row_room_item_amenities .col_room_amenities {
		padding-left: 5%;
	}
}
@media (min-width: 576px) and (max-width: 1024px){
	body.post-type-archive-meetingroom .row_room_item_amenities .col_room_amenities_req {
		padding-left: 5%;
	}
}



.gallery-type-filterable .gallery-post-grid .filter-button-group {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.gallery-type-filterable .gallery-post-grid .filter-button-group .button {
	background-color: var(--beige) !important;
	border: 2px solid var(--rosso) !important;
	color: var(--nero) !important;
	text-transform: uppercase !important;
	font-size: 16px !important;

	margin: 0 0.5rem 1rem !important;
	padding-inline: 10px !important;
	line-height: 2 !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.gallery-type-filterable .gallery-post-grid .filter-button-group .button:hover,
.gallery-type-filterable .gallery-post-grid .filter-button-group .button:focus,
.gallery-type-filterable .gallery-post-grid .filter-button-group .button.is-checked {
	background-color: var(--rosso) !important;
	color: var(--bianco) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pagination .pagination-list__inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.pagination .pagination-list__inner .pagination_item {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a {
	border: 2px solid var(--primario);
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a:hover,
.pagination .pagination-list__inner .inactive a:focus {
	background-color: var(--primario);
	color: #fff !important;
	text-decoration: none !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pagination .pagination-list__inner .inactive a {
	background-color: transparent;
	color: var(--primario);
}



footer .footer_holder {
	background-color: var(--beige);
	padding: 2rem 0;
}
.footer_socials {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-align-items: center;
    align-items: center;
}
@media (min-width: 1025px){
	.footer_socials {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.footer_socials .footer_social_item:not(:first-child){
		margin-left: 1rem;
	}
}
@media (max-width: 1024px){
	.footer_socials {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.footer_socials .footer_social_item{
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}

.footer_socials .footer_social_item a {
	font-size: 24px;
	text-decoration: none !important;
}

.footer_social_connected {
	margin-bottom: 0.8rem !important;
}
@media (min-width: 1025px){
	.footer_social_connected {
		text-align: right;
	}
}
@media (max-width: 1024px){
	.footer_social_connected {
		text-align: center;
	}
}
.footer_address a {
	text-decoration: none !important;
}
.footer_address_paragraph,
.footer_telephone_paragraph {
	margin-bottom: 0.5rem !important;
}
footer .logo a {
	display: -webkit-flex;
    display: flex;

	-webkit-justify-content: center;
    justify-content: center;

	-webkit-align-items: center;
    align-items: center;
}
footer .logo a img {
	max-width: 260px !important;
}
@media (max-width: 1024px){
	footer .copyright_paragraph {
		text-align: center;
	}
}


@media (max-width: 1024px){
	footer .stickup_footer_holder {
		background-color: var(--beige);
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	footer .stickup_footer_holder .stickup_footer_wrapper {
		padding: 1rem 0;
	}
	.footer_book_now > a.cta_btn {
		/*border-radius: 25px;*/
		border-radius: 10px !important;
		padding: 10px 24px !important;
		font-size: 16px !important;
	}
}
@media (min-width: 1025px){
	.footer_holder {
		margin-bottom: 0 !important;
	}
	footer .stickup_footer_holder {
		display: none;
	}
}



#back-top-wrapper {
    position: fixed;
    right: 10px;
    
    overflow: hidden;
    z-index: 700;
}
@media (min-width: 1025px){
	#back-top-wrapper {
		bottom: 140px;
	}
}
@media (max-width: 1024px){
	#back-top-wrapper {
		bottom: 16px;
	}
}
p#back-top {
	margin-bottom: 0 !important;
}
#back-top {
    display: none;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top a {
    text-decoration: none !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#back-top a span {
    width: 100%;
    height: 100%;
    background: 0 0;
}
#back-top a span:before {
    /*
	content: "\f106";
    background: var(--primario);
	color: #fff !important;
    width: 40px;
    height: 40px;
    font: 25px/25px FontAwesome;
    line-height: 40px;
    border-radius: 5px;
	*/

	/*
	background: var(--primario);
    color: #fff !important;

	content: "\f286";

    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
	*/

	content: "\f148";
	color: var(--nero) !important;
	font-size: 2rem !important;
    
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#back-top a span:before {
    position: absolute;
    display: block;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}




.wpcf7 p.field {
	margin-bottom: 0;
}
.wpcf7 .col-item {
	margin-bottom: 25px;
}
.wpcf7 p.field input,
.wpcf7 p.field textarea {
	/*border: none !important;*/
	border: 1px solid #9f8474 !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	width: 100% !important;
	display: block !important;
	color: var(--primario) !important;
	padding: 5px 15px !important;
	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.wpcf7 p.field input:focus,
.wpcf7 p.field textarea:focus {
	outline: 0 !important;
}
.wpcf7 p.field textarea {
	max-height: 200px;
}

.wpcf7 p.field input::placeholder,
.wpcf7 p.field textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #9f8474;
	opacity: 0.5; /* Firefox */
	text-transform: uppercase;
}

.wpcf7 p.field input:-ms-input-placeholder,
.wpcf7 p.field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #9f8474;
	opacity: 0.5;
	text-transform: uppercase;
}

.wpcf7 p.field input::-ms-input-placeholder,
.wpcf7 p.field textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #9f8474;
	opacity: 0.5;
	text-transform: uppercase;
}

.wpcf7 p.submit-wrap input[type="submit"] {
	background: var(--primario) !important;
	border: 1px solid var(--primario) !important;
	color: white !important;
	text-transform: uppercase !important;
	padding: 7px 45px !important;
	/*max-width: 200px !important;*/
	
	box-shadow: none !important;
	text-shadow: none !important;
	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wpcf7 p.submit-wrap input[type="submit"]:hover,
.wpcf7 p.submit-wrap input[type="submit"]:focus {
	background: #fff !important;
	border: 1px solid var(--primario) !important;
	color: var(--primario) !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wpcf7 .wpcf7-spinner {
	position: absolute !important;
	right: 15px !important;
	margin: 0 !important;
}


 
.acceptance-privacy .text-acceptance {
	color: black !important;
}
.acceptance-privacy .text-acceptance a {
	color: black !important;
	font-weight: 500 !important;
	text-decoration: underline !important;
}
.wpcf7 .acceptance-privacy label {
	font-weight: 400 !important;
}
.wpcf7 .acceptance-privacy .wpcf7-list-item {
	margin-left: 40px !important;
}
.wpcf7 .acceptance-privacy .wpcf7-list-item:first-child {
	margin-left: 0 !important;
}
.acceptance-privacy label {
	position: relative;
	cursor: pointer;
}
.acceptance-privacy input[type=checkbox] {
	/*position: relative;*/
	position: absolute;
	visibility: hidden;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
.acceptance-privacy input[type=checkbox] + span {
	/* border: 3px solid red; */
}
.acceptance-privacy input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 20px;
	width: 20px;
	/*
	top: 50%;
	transform: translateY(-50%);
	*/
	top: 7px;
	left: 0px;
	border: 1px solid var(--primario);
}
.acceptance-privacy input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	color: var(--nero);
	height: 20px;
	width: 20px;
	/*
	top: 50%;
	transform: translateY(-50%);
	*/
	top: 7px;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}
.acceptance-privacy input[type=checkbox]:checked + span:before {
	background: transparent;
}
.acceptance-privacy input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.acceptance-privacy .wpcf7-list-item-label {
	margin-left: 30px;
	display: inline-block;
}


body.post-type-archive-meetingroom .wpcf7 p.field {
	margin-bottom: 2rem !important;
}
body.post-type-archive-meetingroom .wpcf7 p.field input,
body.post-type-archive-meetingroom .wpcf7 p.field textarea {
	/*border: none !important;*/
	border: 1px solid var(--primario) !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	width: 100% !important;
	display: block !important;
	color: var(--primario) !important;
	padding: 5px 15px !important;
	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
body.post-type-archive-meetingroom .wpcf7 p.field input:focus,
body.post-type-archive-meetingroom .wpcf7 p.field textarea:focus {
	outline: 0 !important;
}
body.post-type-archive-meetingroom .wpcf7 p.field textarea {
	max-height: 200px;
}

body.post-type-archive-meetingroom .wpcf7 p.field input::placeholder,
body.post-type-archive-meetingroom .wpcf7 p.field textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--primario);
	opacity: 0.5; /* Firefox */
	text-transform: uppercase;
}

body.post-type-archive-meetingroom .wpcf7 p.field input:-ms-input-placeholder,
body.post-type-archive-meetingroom .wpcf7 p.field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--primario);
	opacity: 0.5;
	text-transform: uppercase;
}

body.post-type-archive-meetingroom .wpcf7 p.field input::-ms-input-placeholder,
body.post-type-archive-meetingroom .wpcf7 p.field textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: var(--primario);
	opacity: 0.5;
	text-transform: uppercase;
}

body.post-type-archive-meetingroom .wpcf7 p.submit-wrap input[type="submit"] {
	background: var(--primario) !important;
	border: 1px solid var(--primario) !important;
	color: white !important;
	text-transform: uppercase !important;
	padding: 7px 45px !important;
	/*max-width: 200px !important;*/
	
	box-shadow: none !important;
	text-shadow: none !important;
	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	width: 100% !important;
}
body.post-type-archive-meetingroom .wpcf7 p.submit-wrap input[type="submit"]:hover,
body.post-type-archive-meetingroom .wpcf7 p.submit-wrap input[type="submit"]:focus {
	background: #fff !important;
	border: 1px solid var(--primario) !important;
	color: var(--primario) !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



#devasting_fires_modal .modal-header {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;
	z-index: 9;
}
#devasting_fires_modal .modal-header button.close {
	line-height: 0;
	border: none;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	border-radius: 100%;
}

#devasting_fires_modal .modal-content {
	background-color: var(--bianco) !important;
}
#devasting_fires_modal .modal-body {
	padding: 0 !important;
}

#devasting_fires_modal .modal-body .col_text p {
	font-size: 14px !important;
	line-height: 24px !important;
}
@media (min-width: 1025px){
	
	#devasting_fires_modal .modal-body figure {
		margin-bottom: 0 !important;
	}
	#devasting_fires_modal .modal-body .col_text {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;

		-webkit-justify-content: center;
		justify-content: center;

		padding-left: 0.5rem !important;
		padding-right: 1.5rem !important;
	}
}
@media (max-width: 1024px){
	#devasting_fires_modal .modal-body .col_text {
		padding: 1rem 2rem;
	}
}



#booknow_modal .modal-dialog {
	max-width: 400px !important;
	margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width: 410px){
	#booknow_modal .modal-dialog {
		max-width: 350px !important;
	}
}
#booknow_modal .modal-header {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;
	z-index: 9;
}
#booknow_modal .modal-header button.close {
	line-height: 0;
	border: none;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	border-radius: 100%;
}

#booknow_modal .modal-content {
	background-color: rgba(255, 255, 255, 0.72);
    border-radius: 20px;
}
#booknow_modal .modal-body {
	padding: 2rem !important;
}

#booknow_modal .modal-body a.cta_btn.book_now {
	color: var(--nero) !important;
	background-color: var(--bianco) !important;
	border: 1px solid var(--bianco) !important;
	font-size: 1rem !important;
	padding: 10px 24px !important;

	border-radius: 20px !important;
	text-align: center !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#booknow_modal .modal-body a.cta_btn.book_now.book_standard_rates {
	color: var(--gold) !important;
	border: 1px solid var(--gold) !important;
}
#booknow_modal .modal-body a.cta_btn.book_now:hover,
#booknow_modal .modal-body a.cta_btn.book_now:focus {
	color: var(--bianco) !important;
	background-color: var(--beige) !important;
	border: 1px solid var(--beige) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


#booknow_modal .modal-body .col_text h4 {
	margin-bottom: 0 !important;
}



body.page-template-template_things_to_do section.things_todo {
	padding: 3rem 0;
}
body.page-template-template_things_to_do section#fitness,
body.page-template-template_things_to_do section#shopping {
	background-color: var(--grey);
}
body.page-template-template_things_to_do section.things_todo .figures {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;

	margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
}
/*
body.page-template-template_things_to_do section#meals_loop .figures .meals_img_1 {
	-webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
body.page-template-template_things_to_do section#meals_loop .figures .meals_img_2 {
	-webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
*/
body.page-template-template_things_to_do section.things_todo .figures .things_todo_img_1,
body.page-template-template_things_to_do section.things_todo .figures .things_todo_img_2 {
	padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

@media (min-width: 1025px){
	body.page-template-template_things_to_do section#meals_loop .figures .things_todo_img_1 {
		margin-bottom: 8rem !important;
	}
	body.page-template-template_things_to_do section#meals_loop .figures .things_todo_img_2 {
		margin-top: 8rem !important;
	}
	
	body.page-template-template_things_to_do section.things_todo .row_mobile {
		display: none;
	}
}
@media (max-width: 1024px){
	body.page-template-template_things_to_do section.things_todo .row_desktop {
		display: none;
	}
}


body.page-template-template_things_to_do section.things_todo .things_todo_loop:not(:last-child) {
	margin-bottom: 2rem !important;
}
body.page-template-template_things_to_do section.things_todo .things_todo_loop .things_todo_section_title {
	margin-bottom: 0 !important;
}
body.page-template-template_things_to_do section.things_todo .things_todo_loop .things_todo_loop_content {
	margin-top: 0.5rem !important;
}
body.page-template-template_things_to_do section.things_todo .things_todo_loop p.things_todo_group_title {
	margin-bottom: 0.3rem !important;
}
body.page-template-template_things_to_do section.things_todo .things_todo_loop p.things_todo_group_title a {
	/*color: var(--gold) !important;*/
	color: var(--rosso) !important;
	text-decoration: underline !important;
	text-underline-offset: 5px !important;
}





body.post-type-archive-promotion section#content_paragraph .content_paragraph h3 {
	font-family: 'Marcellus-Regular' !important;
    font-size: 26px !important;
    line-height: 36px !important;
	margin-bottom: 0.5rem !important;
}
body.post-type-archive-promotion section#content_paragraph .content_paragraph h3:not(:first-child) {
	margin-top: 1.5rem !important;
}


body.single-promotion .content_holder {
	padding-bottom: 3rem;
}
body.single-promotion section#promotion_loop {
	padding: 4rem 0 2rem;
}
@media (max-width: 1024px){
	body.single-promotion section#promotion_loop{
		padding: 0rem 0 2rem !important;
	}
}
body.single-promotion section#promotion_loop .figures {
	display: -webkit-flex;
    display: flex;
	/*
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
	*/
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: calc(-.5* var(--bs-gutter-x));
    margin-right: calc(-.5* var(--bs-gutter-x));
}
body.single-promotion section#promotion_loop .figures [class*="promotion_loop_img_"] {
	padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
body.single-promotion section#promotion_loop .figures.double_image [class*="promotion_loop_img_"] {
	flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 1025px){
	/*
	body.single-promotion section#promotion_loop .figures .promotion_loop_img_1 {
		margin-bottom: 8rem !important;
	}
	*/
	body.single-promotion section#promotion_loop .figures .promotion_loop_img_2,
	body.single-promotion section#promotion_loop .figures .promotion_loop_img_4 {
		margin-top: 4rem !important;
	}
}
body.single-promotion section#promotion_loop .row_even .col_text {
	order: -1 !important;
}
@media (max-width: 1024px){
	body.single-promotion section#promotion_loop .col_text {
		margin-bottom: 2rem;
	}
	body.single-promotion section#promotion_loop .row_odd .col_text {
		order: -1 !important;
	}
	body.single-promotion section#promotion_loop .row_even .col_text {
		order: -1 !important;
	}
	body.single-promotion section#promotion_loop .promotion_loop_paragraph {
		text-align: justify !important;
	}
}
body.single-promotion section#promotion_loop .promotion_loop_permalink a {
	/*border-radius: 25px !important;*/
	border-radius: 10px !important;
	background-color: var(--beige) !important;
	color: var(--bianco) !important;
	text-transform: none !important;
	/*
    padding: 12px 27px !important;
	*/
	padding: 8px 20px !important;
	font-size: 16px !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

body.single-promotion section#promotion_loop .promotion_loop_permalink a:hover {
	background-color: var(--gold) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/*
body.single-promotion section#promotion_experiences #promotion_experiences_loop {
	margin-right: -1rem;
	margin-left: -1rem;
}
body.single-promotion section#promotion_experiences #promotion_experiences_loop .promotion_experience_item {
	margin-right: 1rem;
	margin-left: 1rem;
}
*/

body.single-promotion section#promotion_experiences {
	position: relative;
}
body.single-promotion section#promotion_experiences #promotion_experiences_loop .promotion_experience_item {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--darkbeige);
}
body.single-promotion section#promotion_experiences #promotion_experiences_loop .promotion_experience_item .promotion_experience_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 2rem;
}
body.single-promotion section#promotion_experiences #promotion_experiences_loop .promotion_experience_item figure {
	display: flex;
	justify-content: center;
}
body.single-promotion section#promotion_experiences .swiper-pagination {
	bottom: -3rem !important;
}
body.single-promotion section#promotion_experiences .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--beige) !important;
}


body.home section#home_promotion[data-template="none"]{
	padding: 3rem 0;
}
body.home section#home_promotion a.cta_btn {
	border-radius: 10px !important;
    font-size: 16px !important;
}


section#home_promotion[data-template="background-image-full"] {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding: 9rem 0;
}
section#home_promotion[data-template="background-image-full"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(76, 86, 70, 0.4);*/
	background-color: rgba(0,0,0,0.4);
}
section#home_promotion[data-template="background-image-full"] .container_home_promotion {
	z-index: 2;
	position: relative;
}
section#home_promotion[data-template="background-image-full"] .home_promotion_permalink a {
	color: var(--beige) !important;
}
section#home_promotion[data-template="background-image-full"] .home_promotion_heading,
section#home_promotion[data-template="background-image-full"] .home_promotion_paragraph {
	color: var(--bianco) !important;
}


section#home_promotion[data-template="image-side"] .col_image {
	padding-left: 0 !important;
}
@media (max-width: 1024px){
	section#home_promotion[data-template="image-side"] .col_image {
		padding-right: 0 !important;
		margin-bottom: 1rem !important;
	}
}
section#home_promotion[data-template="image-side"] figure {
	display: flex;
	height: 100%;
}
section#home_promotion[data-template="image-side"] .home_promotion_desc {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	
}
section#home_promotion[data-template="image-side"] img {
	object-fit: cover;
}
@media (min-width: 1025px){
	section#home_promotion[data-template="image-side"] .home_promotion_desc {
		padding: 2rem 2rem 2rem 0;
	}
}
@media (max-width: 1024px){
	section#home_promotion[data-template="image-side"] .home_promotion_desc {
		padding: 2rem 0;
	}
	section#home_promotion .home_promotion_paragraph {
		text-align: justify !important;
	}
	body.home section#home_promotion[data-template="image-side"] .home_promotion_permalink a.cta_btn {
		padding: 10px 24px !important;
	}
}



#promotions_modal .modal-header {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;
	z-index: 9;
}
#promotions_modal .modal-header button.close {
	line-height: 0;
	border: none;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	border-radius: 100%;
}

#promotions_modal .modal-content {
	background-color: var(--bianco) !important;
}
#promotions_modal .modal-body {
	padding: 0 !important;
}
#promotions_modal .modal-body {
	color: var(--nero) !important;
}
#promotions_modal .modal-body a.cta_btn {
	color: var(--bianco) !important;
	font-size: 16px !important;
	padding: 10px 24px !important;
}

#promotions_modal .modal-body .col_text p {
	font-size: 14px !important;
	line-height: 24px !important;
}
#promotions_modal .modal-body .header-book-now {
	margin-left: 0 !important;
}
#promotions_modal .modal-body .col_text h4 {
	margin-bottom: 0 !important;
}

@media (min-width: 1025px){
	
	#promotions_modal .modal-body figure {
		margin-bottom: 0 !important;
		display: flex;
		height: 100%;
	}
	#promotions_modal .modal-body .col_text {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;

		-webkit-justify-content: center;
		justify-content: center;

		padding-left: 0.5rem !important;
		padding-right: 1.5rem !important;
		padding-top: 1rem !important;
        padding-bottom: 1rem !important;
	}
}
@media (max-width: 1024px){
	#promotions_modal .modal-header button.close {
		color: white !important;
	}
	#promotions_modal .modal-body .col_text {
		padding: 1rem 2rem;
	}
}