/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 19 2026 | 17:50:30 */
:root {
	--bg: #F8F4F0;
	--gold: #b8953a;
	--green: #152224;
	--blue: #003B96;
	--red: #C62828;
	--light-green: #0fa139;
	--border: 1px solid #E5E0D6;
	--radius: 20px;
	--s-radius: 5px;
	--shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
	--yellow : #ffdc00;
	--trans: all 0.2s ease;
}

html {
	scroll-behavior: smooth;
}

.trp-language-switcher-container img {
	display: none !important;
}
.uk-navbar-right > ul.uk-navbar-nav {
	column-gap: 10px;
}

.uk-navbar-nav li.current-language-menu-item:not(:has(~ li.current-language-menu-item)) a,
.uk-navbar-nav li.current-language-menu-item ~ li.current-language-menu-item a,
.uk-nav li.current-language-menu-item:not(:has(~ li.current-language-menu-item)) a,
.uk-nav li.current-language-menu-item ~ li.current-language-menu-item a {
    color: var(--gold) !important;
    font-weight: 800;
}

.lingue-item {
	margin-top: -20px;
}

.lingue-item .uk-nav-default {
	display: flex;
	align-items: center;
	column-gap: 20px;
	font-size: 16px;
}

/************************
SHORTCUTS
************************/
.center {text-align: center;}
.flex {display: flex;}
.vertical {align-items: center;}
.horizontal {justify-content: center;}
.horizontal-right {justify-content: right;}
.horizontal-left {justify-content: left;}
.column {flex-direction: column;}
.wrap {flex-wrap: wrap;}
.relative {position: relative;}
.absolute {position: absolute;}
.c-gap-5 {column-gap: 5px;}
.c-gap-10 {column-gap: 10px;}
.c-gap-20 {column-gap: 20px;}
.r-gap-10 {row-gap: 10px;}
.r-gap-20 {row-gap: 20px;}
.bg {background-color: var(--bg);}
.bg-dark {background-color: var(--green) !important;}
.bg-white {background-color: #fff !important;}
.bg-transparent {background-color: transparent !important;}
.black {font-weight: 900;}
.bold {font-weight: 800;}
.extra-light {font-weight: 200;}
.light {font-weight: 300;}
.regular {font-weight: 400;}
.underline {text-decoration: underline;}


.white {color: #fff;}
.gold {color: var(--gold);}

.fs-14 {font-size: 14px;}
.fs-21 {font-size: 21px;}
.fs-30 {font-size: 30px;}

.p-20 {padding: 20px;}
.pt-0 {padding-top: 0;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.mt-10 {margin-top: 10px;}

.radius {border-radius: var(--radius);}
.s-radius {border-radius: var(--s-radius);}
.overflow {overflow: hidden;}

.max-w-350 {max-width: 350px !important;}

.border {border: var(--border);}

.hr {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}
.hr-small {
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

/************************
GENERALI
************************/
.uk-button-secondary,
.uk-button-text,
.uk-button-primary,
.btn,
a {
	transition: var(--trans);
	cursor: pointer;
}

.uk-button-secondary:active,
.uk-button-text:active,
.uk-button-primary:active,
.btn:active,
a.phone-btn:active {
	top: 2px;
}

a:hover {
	text-decoration: none;
	position: relative;
}

.uk-section {
	background-color: var(--bg);
}

.svg-btn {
	border: 1px solid var(--gold);
	border-radius: var(--s-radius);
	height: 40px;
	width: 40px;
}

.phone-btn svg path,
.svg-btn svg btn {
	transition: var(--trans);
}

.phone-btn:hover .svg-btn {
	background-color: var(--gold);
}

.phone-btn svg path {
	fill: var(--gold);
}

.phone-btn:hover svg path {
	fill: #fff;
}

.uk-button-primary {
	line-height: 20px;
	max-width: 200px;
	width: 100%;
}

.uk-button-primary,
.btn {
	background-color: var(--gold);
	color: #fff;
	font-weight: 700;
	padding: 14px 22px;
	border-radius: var(--s-radius);
	border: 1px solid var(--gold);
	font-size: 15px;
	text-align: center;
}

.uk-button-secondary {
	background-color: transparent;
	color: var(--gold);
	font-weight: 700;
	padding: 14px 22px;
	border-radius: var(--s-radius);
	border: 1px solid var(--gold);
	font-size: 15px;
	text-align: center;
	line-height: 20px;
}

.uk-button-text {
	font-size: 15px;
	font-weight: 800;
}

.uk-button-primary:hover,
.btn:hover {
	background-color: #fff;
	color: var(--gold);
}

.uk-button-secondary:hover {
	background-color: var(--gold);
	color: #fff;
}

.uk-button-text:hover {
	color: var(--gold);
}

#fcr-acc-save-profile,
#fcr-acc-save-pw {
	max-width: 250px;
	justify-content: center;
}

#fcr-reset-submit {
	margin-top: 20px;
}

/************************
CONTACT FORM
************************/
.grecaptcha-badge,
.translatepress-de_DE #form_ita,
.translatepress-de_DE #form_eng,
.translatepress-en_GB #form_de,
.translatepress-en_GB #form_ita,
.translatepress-it_IT #form_eng,
.translatepress-it_IT #form_de {
	display: none;
}
.sticky .cf__wrapper {
	position: sticky;
	top: 10px;
}
.cf__wrapper form {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.cf__wrapper form * {
	font-family: "Roboto";
}

.cf__wrapper form .input,
.cf__wrapper form .textarea  {
	width: 100%;
	border: var(--border);
	border-radius: var(--s-radius);
	padding-left: 10px;
	transition: var(--trans);
}


.cf__wrapper form .input::placeholder,
.cf__wrapper form .textarea::placeholder  {
	font-size: 12px;
	font-weight: 300;
}

.cf__wrapper form .input:focus-visible,
.cf__wrapper form .textarea:focus-visible  {
	outline: none;
	border-color: var(--gold);
}

.cf__wrapper form .input {
	height: 50px;
}

.cf__wrapper form .textarea  {
	resize: vertical;
	padding-top: 10px;
}

.cf__wrapper form p {
	padding-top: 0;
}

.cf__wrapper .form-row {
	display: flex;
	flex-direction: column;
}

.cf__wrapper .form-row p.fs-14 {
	padding-bottom: 5px;
}

.cf__wrapper .form-row.double-row {
	flex-direction: row;
	column-gap: 10px;
}

.cf__wrapper .form-row .wpcf7-form-control-wrap {
	display: flex;
}

.cf__wrapper .wpcf7-list-item {
	margin-left: 0;
}

.cf__wrapper .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -18px;
	font-size: 12px;
	color: var(--red);
}

.cf__wrapper .input.wpcf7-not-valid {
	border-color: var(--red);
}


.cf__wrapper form .wpcf7-response-output {
	margin: 0;
    padding: 20px;
	padding-left: 60px;
	font-size: 13px;
	font-weight: 700;
	line-height: 100%;
	border-radius: var(--s-radius);
	position: relative;
}

.cf__wrapper form .wpcf7-response-output::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.cf__wrapper form.sent .wpcf7-response-output {
	background-color: var(--light-green);
	border-color: var(--light-green);
	color: white;	
}
.cf__wrapper form.invalid .wpcf7-response-output {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: black;
}

.cf__wrapper form.invalid .wpcf7-response-output::before {
	background-image: url('/wp-content/uploads/2026/04/alert-icon-black.svg');
}

.cf__wrapper form.sent .wpcf7-response-output::before {
	background-image: url('/wp-content/uploads/2026/04/icon-check-white.svg');
}

/************************
TIPOGRAFIA
************************/
h1,
h2,
h3,
h4,
h5,
p {
	margin-top: 0;
	margin-bottom: 0;
}

h1,
h2,
h3 {
	font-weight: 900;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 21px;
}

p {
	line-height: 18px;
	color: #000;
	padding-top: 20px;
}

/************************
SEZIONI
************************/
.hero__img-wrapper .uk-container {
	padding-top: 150px;
	padding-bottom: 150px;
}

.hero__img-wrapper h1,
.hero__img-wrapper h2,
.hero__img-wrapper p {
	color: #fff;
}

.hero__img-wrapper h2 {
	font-size: 28px;
}

.hero__img-wrapper .search-input {
	bottom: -50%;
	left: 50%;
	transform: translateX(-50%);
}

.hero-search {
	transform: translateY(-50%);
	position: relative;
	z-index: 10;
}

.hero-search .bg-dark {
	padding: 20px;
	border-radius: var(--s-radius);
	border: 1px solid #fff;
}

.booking__wrapper .extra-light {
	font-size: 12px;
}

.right-align .booking__wrapper {
	justify-content: left;
	margin-top: 20px;
}

.booking__wrapper .review-score {
	background-color: var(--blue);
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	align-self: stretch;
	padding: 4px 7px;
	border-radius: var(--s-radius);
	border-bottom-left-radius: 0;
}

.double-img .absolute {
	bottom: -20px;
	right: 0;
}

.double-img img {
	border-radius: var(--radius);
	border: 5px solid #fff;
}

.usp__wrapper .el-item {
	margin-top: 0;
}

.usp__wrapper .el-item .uk-grid > div:last-child {
	padding-left: 10px;
}

.grid__wrapper .el-meta {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: var(--s-radius);
	background-color: #fff;
	margin-top: 0 !important;
	padding: 5px 10px;
	font-family: 'Roboto Condensed';
}

.grid__wrapper .el-item {
	border: var(--border);
	border-radius: var(--radius);
}

.grid__wrapper .el-item > img {
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);	
}

.grid__wrapper .start {
	font-weight: 300;
}

.grid__wrapper .camera-price {
	color: var(--gold);
	font-size: 18px;
	font-weight: 900;
}

.grid__wrapper .camera-price .small {
	font-size: 13px;
}

.grid__wrapper .camera-desc {
	display: flex;
	align-items: center;
	column-gap: 20px;
	background-color: #fff;
	padding: 20px;
	border-bottom-left-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
}

.grid__wrapper .camera-desc * {
	margin-top: 0 !important;
}

.grid__wrapper .uk-button-primary {
	line-height: 10px;
	max-width: 500px;
}

.grid__wrapper .camera-desc > div:last-child {
	flex: 1;
}

.grid__wrapper .uk-grid > div {
	width: 40%;
}
.grid__wrapper .uk-grid > div:first-child,
.grid__wrapper .uk-grid > div:last-child {
	width: calc(60% / 2);
	align-self: center;
}

.grid__wrapper.double .uk-grid > div {
	width: calc(100% / 2);
}
.grid__wrapper.regular .uk-grid > div {
	width: calc(100% / 3);
}

.reviews__wrapper .el-item {
	max-width: 700px;
	display: flex;
	align-items: end;
	column-gap: 40px;
	margin: 0 auto;
}

.reviews__wrapper .el-item * {
	color: #fff;
	margin-top: 0 !important;
}

.reviews__wrapper .review-quote {
	font-size: 150px;
	font-weight: 900;
}

.reviews__wrapper .el-nav {
	column-gap: 5px;
}

.reviews__wrapper .el-nav * {
	transition: var(--trans);
}

.reviews__wrapper .el-nav > li {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reviews__wrapper .el-nav > li.uk-active {
	width: 45px;
	border-radius: 10px;
}

.reviews__wrapper .el-nav > li.uk-active a {
	width: 35px;
	border-radius: 5px;
}

.reviews__wrapper .el-nav > li a {
	background-color: #fff;
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.services__wrapper {
	gap: 10px;
	margin-top: 30px;
}

.services__wrapper .el-item {
	flex: 1 0 30%;
	margin-top: 0;
	background-color: #fff;
	border: var(--border);
	border-radius: var(--s-radius);
	padding: 5px;
	display: flex;
}

.services__wrapper .el-item > div {
	display: flex;
	align-items: center;
}

.services__wrapper .el-content {
	font-size: 16px;
	color: #000;
	line-height: 18px;
}

.widget__wrapper {
	position: sticky;
	top: 20px;
}

.summary-checkout .booking__wrapper {
	padding-bottom: 0;
}

.summary-checkout .booking__wrapper img {
	max-width: 50%;
}

.summary-checkout .booking__wrapper > div {
	flex: 1;
	justify-content: end;
}

.progress__wrapper {
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	column-gap: 40px;
}

.progress__wrapper .circle {
	height: 40px;
	width: 40px;
	background-color: #E5E0D6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 18px;
	color: #fff;
}

.progress__wrapper .circle.completed {
	background-color: var(--gold) !important;
}
.progress__wrapper .circle.active {
	background-color: #000;
}

.progress__wrapper .line {
	height: 1px;
	width: calc(100% - 40px);
	background-color: #E5E0D6;
}

.numbers__wrapper .el-item {
	display: flex;
}
.numbers__wrapper .el-content {
	padding: 20px;
	border-radius: var(--radius);
	border: var(--border);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	text-align: center;
}

.numbers__wrapper .el-content h4 {
	font-size: 32px;
	font-weight: 900;
}

.contacts__wrapper .el-item {
	border-radius: var(--s-radius);
	border: var(--border);
	background-color: #fff;
	padding: 15px 10px;
	transition: var(--trans);
}

.contacts__wrapper .el-item:not(:first-child):hover {
	box-shadow: var(--shadow);
}

.contacts__wrapper .el-item * {
	transition: var(--trans);
}

.contacts__wrapper .el-item:not(:first-child):hover * {
	text-decoration: none;
	color: var(--gold);
}

.blog_cta {
	padding-bottom: 20px;
	border-radius: var(--radius);
	border: var(--border);
	position: sticky;
	top: 20px;
}


.blog_cta .bg-dark {
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
	overflow: hidden;
}

.blog_cta .search-bar__input-wrap {
	border: var(--border);
}

.blog_cta .search-bar__input-wrap:hover {
	border: var(--border);
}

.blog_cta .search-bar__field label {
	color: #000;
}

.blog_cta .search-bar__field {
	padding: 0;
	flex: 1;
}

.blog_cta .search-bar__inner {
	flex-wrap: wrap;
}

.blog_cta .search-bar__divider {
	display: none;
}

.blog_cta .bg-dark {
	padding-bottom: 20px;
}

.blog_cta .colazione p {
	font-size: 13px;
    color: #333;	
}

.blog_cta .colazione,
.blog_cta .bg-dark > p {
	padding-left: 20px;
	padding-right: 20px;
}

.blog_cta .search-bar__cta {
	padding: 0;
	width: 100%;
	margin-top: 20px;
}

.blog_cta .search-bar__submit {
	width: 100%;
} 

.blog__wrapper .el-item {
	display: flex;
	column-gap: 20px;
	background-color: #fff;
	border-radius: var(--radius);
	border: var(--border);
	padding: 0 20px 0 0;
	overflow: hidden;
}

.blog__wrapper .el-item img {
	width: 30%;
}
.blog__wrapper .blog-content {
	width: 70%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog__wrapper .blog-content > * {
	margin-top: 0 !important;
}

.blog__wrapper .blog-content > div:last-child {
	text-align: right;
	padding-top: 20px;
}

.post-content p {
	padding-top: 10px;
}

.legal-content h3,
.post-content h2 {
	padding-top: 20px;
}

.post-content ul {
	margin-left: 20px;
}
.post-content li {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.legal-content a {
	color: var(--gold);
	text-decoration: underline;
}


.post-cover .el-image {
	width: 100%;
	height: 100%;
	max-height: 500px;
}

.blog-h1 {
	font-size: 40px;
}

.related__wrapper .el-item {
	background-color: #fff;
	border-radius: var(--radius);
	overflow: hidden;
	border: var(--border);
}

.related__wrapper .el-item > div:last-child {
	margin-top: 0 !important;
	text-align: center;
	padding-bottom: 20px;
}

.related__wrapper .el-item > div:last-child a {
	width: calc(100% - 40px);
}

.related__wrapper .el-image {
	max-height: 200px;
	height: 100%;
	width: 100%;
}

.related__wrapper .el-item .el-title {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

body:not(.logged-in) .btn-conferma,
.bread__wrapper ul li:nth-child(2) {
	display: none;
}

/************************
HEADER
************************/
.header-link {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#custom_html-2 .textwidget {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.tm-header .uk-navbar-nav>li>a {
	font-size: 16px;
}

.tm-header .uk-navbar-nav>li.uk-active>a {
	font-weight: 800;
	color: var(--gold);
	position: relative;
}

.tm-header .uk-navbar-nav>li.uk-active>a::before {
	content: '';
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: var(--gold);
}

body:not(.logged-in) .tm-header #custom_html-2 .header-link:nth-child(2),
body.logged-in .tm-header #custom_html-2 .btn,
body.logged-in .tm-header #custom_html-2 .header-link:first-child {
	display: none;
}

/************************ HEADER MOBILE ************************/
.uk-offcanvas-bar {
	background-color: var(--bg);
}

.uk-offcanvas-overlay::before {
	background-color: #00000096;
}

#tm-dialog-mobile .uk-nav-default>li>a {
	color: #000;
	font-size: 16px;
}

#custom_html-3 .custom-html-widget {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

body:not(.logged-in) #custom_html-3 .custom-html-widget .header-link:nth-child(2),
body.logged-in #custom_html-3 .custom-html-widget .header-link:first-child,
body.logged-in #custom_html-3 .custom-html-widget .btn {
	display: none;
}

.contacts__wrapper.dialog .el-content p {
	font-size: 13px;
}

.contacts__wrapper.dialog .el-item {
	padding: 10px;
}


#custom_html-5 h4,
#custom_html-4 h4 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	color: var(--gold) !important;
}

#nav_menu-3 .uk-nav-default {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

#nav_menu-3 .uk-nav-default li a {
	color: #b4b5ba;
}

#custom_html-3 .header-link {
	flex-shrink: 0;
}

/************************
FOOTER
************************/
.under-footer,
.footer__wrapper {
	background-color: #f9f4f08c;
}
.footer-links {
	margin-left: 10px;
}

.footer-links .el-item {
	margin-top: 0;
}

.footer-links .el-item a {
	position: relative;
	transition: var(--trans);
}

.footer-links .el-item a:hover {
	color: var(--gold);
}

.footer-links .el-item a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width:0;
	height: 2px;
	background-color: var(--gold);
	transition: var(--trans);
}

.footer-links .el-item a:hover::before {
	width: 100%;
}

.reference p {
	justify-content: center !important;
}

/************************
MOBILE
************************/
@media only screen and (max-width: 960px) {
	.uk-container {
		max-width: 500px;
	}
	h1 {
		font-size: 40px;
	}
	.hero__img-wrapper .uk-container {
		padding-top: 0;
	}
	.hero-search {
		transform: translateY(-30%);
		margin-bottom: -80px;
	}
	.page-id-9 .booking__wrapper {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.double-cta__wrapper {
		flex-direction: column;
		row-gap: 20px;
	}
	.fcr-card__footer .fcr-card__book {
		width: calc(100% - 50px);
	}
	.double-cta__wrapper .btn {
		width: calc(100% - 40px);
	}
	.btn.fcr-no-results__btn {
		width: 100%;
		max-width: 200px;
	}
	.grid__wrapper .camera-desc .uk-button-secondary,
	.search-bar__cta .btn,
	.grid__wrapper.regular .uk-grid > div,
	.grid__wrapper .uk-grid > div:first-child, 
	.grid__wrapper .uk-grid > div:last-child,
	.grid__wrapper .uk-grid > div {
		width: 100%;
	}
	.reviews__wrapper .el-item {
		column-gap: 10px;
	}
	.page-id-142 #tm-main > div:first-child {
		padding-top: 0;
		padding-bottom: 0;
	}
	.fcr-card__footer .fcr-card__price-block {
		width: 100%;
		text-align: right;
	}
	.fcr-card__excerpt {
		padding-top: 0;
	}
	.cf__wrapper .form-row.double-row {
		row-gap: 20px;
	}
	.cf__wrapper .form-row.double-row,
	.grid__wrapper .camera-desc {
		flex-direction: column;
	}
	.grid__wrapper .camera-desc__text {
		text-align: left;
		width: 100%;
	}
	.grid__wrapper.foto .camera-desc > div:last-child {
		margin-top: 0 !important;
	}
	.grid__wrapper .camera-desc > div:last-child {
		width: 100%;
		margin-top: 20px !important;
	}
	.progress__wrapper {
		column-gap: 10px;
	}
	.progress__wrapper > .flex {
		flex-direction: column;
		font-size: 12px;
	}
	.progress__wrapper .circle {
		height: 30px;
		width: 30px;
		font-size: 16px;
	}
	.btn,
	.uk-button-primary {
		max-width: unset;
		width: 100%;
	}
	.blog__wrapper .el-item {
		flex-direction: column;
		padding: 0;
	}
	.blog__wrapper .el-item img {
		width: 100%;
	}
	.blog__wrapper .blog-content {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.h1-long {
		font-size: 34px;
	}
}

