.ibg-stanza-hero,
.ibg-stanza-archive-hero {
	background-color: #222;
	background-size: cover;
	background-position: center;
}

body.single-stanza .navbar,
body.post-type-archive-stanza .navbar,
body.tax-tipologia_stanza .navbar,
body.tax-caratteristica_stanza .navbar {
	height: 86px;
	padding-top: 18px;
}

body.single-stanza.logged-in .navbar,
body.post-type-archive-stanza.logged-in .navbar,
body.tax-tipologia_stanza.logged-in .navbar,
body.tax-caratteristica_stanza.logged-in .navbar {
	top: 32px;
}

body.single-stanza.logged-in .navbar.nav-scroll,
body.post-type-archive-stanza.logged-in .navbar.nav-scroll,
body.tax-tipologia_stanza.logged-in .navbar.nav-scroll,
body.tax-caratteristica_stanza.logged-in .navbar.nav-scroll {
	top: -68px;
}

body.single-stanza .navbar .logo-wrapper,
body.post-type-archive-stanza .navbar .logo-wrapper,
body.tax-tipologia_stanza .navbar .logo-wrapper,
body.tax-caratteristica_stanza .navbar .logo-wrapper {
	align-items: center;
	display: flex;
	max-height: 68px;
	overflow: visible;
	padding: 0;
}

body.single-stanza .navbar .logo1,
body.post-type-archive-stanza .navbar .logo1,
body.tax-tipologia_stanza .navbar .logo1,
body.tax-caratteristica_stanza .navbar .logo1 {
	line-height: 0;
}

body.single-stanza .navbar .logo-img,
body.post-type-archive-stanza .navbar .logo-img,
body.tax-tipologia_stanza .navbar .logo-img,
body.tax-caratteristica_stanza .navbar .logo-img {
	height: auto;
	max-height: 64px;
	max-width: 145px;
	object-fit: contain;
	width: auto;
}

.ibg-stanza-archive-hero {
	background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38));
}

.ibg-stanza-card-wrap {
	margin-bottom: 30px;
}

.ibg-stanza-card {
	display: block;
}

.ibg-stanza-card__media {
	display: block;
	min-height: 360px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.ibg-stanza-card__media .category {
	z-index: 2;
}

.ibg-stanza-card__subtitle {
	display: block;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.ibg-stanza-card__back .btn-line {
	display: inline-block;
	margin-top: 10px;
}

.ibg-stanza-filters,
.ibg-stanza-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ibg-stanza-filters {
	margin-top: 18px;
}

.ibg-stanza-filters a,
.ibg-stanza-badges a {
	border: 1px solid rgba(170, 132, 83, .32);
	color: #666;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.2;
	padding: 8px 10px;
	text-transform: uppercase;
}

.ibg-stanza-filters a:hover,
.ibg-stanza-filters a.is-active,
.ibg-stanza-badges a:hover {
	background: #aa8453;
	border-color: #aa8453;
	color: #fff;
}

.ibg-stanza-card__badges {
	margin: 14px 0 6px;
}

.ibg-stanza-card__badges a {
	background: rgba(170, 132, 83, .08);
	border-color: rgba(170, 132, 83, .32);
	color: #aa8453;
	font-size: 10px;
	padding: 6px 8px;
}

.ibg-stanza-card__badges a:hover {
	background: #aa8453;
	border-color: #aa8453;
	color: #fff;
}

.ibg-stanza-detail__badges {
	margin: -10px 0 24px;
}

.ibg-stanza-room-meta {
	color: #aa8453;
	display: flex;
	flex-wrap: wrap;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 13px;
	gap: 10px 22px;
	letter-spacing: 3px;
	margin: -8px 0 24px;
	text-transform: uppercase;
}

.ibg-stanza-room-meta span {
	position: relative;
}

.ibg-stanza-room-meta span:not(:last-child)::after {
	background: rgba(170, 132, 83, .42);
	content: "";
	height: 18px;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.ibg-stanza-lead {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 25px;
}

.ibg-stanza-content {
	margin-top: 10px;
}

.ibg-stanza-content p,
.ibg-stanza-detail > .row p {
	line-height: 1.9;
}

.ibg-stanza-policy-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 32px 0 18px;
}

.ibg-stanza-info-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 34px 0 18px;
}

.ibg-stanza-policy-grid h6,
.ibg-stanza-detail h6 {
	color: #222;
	font-family: "Gilda Display", serif;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 20px;
	text-transform: none;
}

.ibg-stanza-policy-grid .page-list {
	margin-bottom: 0;
}

.ibg-stanza-detail .page-list li {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	margin-bottom: 12px;
}

.ibg-stanza-detail .page-list-icon {
	color: #aa8453;
	flex: 0 0 auto;
	font-size: 16px;
	line-height: 1.8;
}

.ibg-stanza-detail .page-list-text p {
	margin-bottom: 0;
}

.ibg-stanza-info-panel .page-list,
.ibg-stanza-useful-list {
	margin-bottom: 24px;
}

.ibg-stanza-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 34px;
}

.ibg-stanza-spec {
	align-items: center;
	background: #f8f5f0;
	display: flex;
	gap: 14px;
	padding: 18px 20px;
}

.ibg-stanza-spec__icon {
	color: #aa8453;
	flex: 0 0 auto;
	font-size: 28px;
	line-height: 1;
}

.ibg-stanza-spec__label {
	color: #666;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.ibg-stanza-spec__value {
	color: #222;
	font-family: "Gilda Display", serif;
	font-size: 22px;
	line-height: 1.35;
	margin-top: 5px;
}

.ibg-stanza-booking {
	position: sticky;
	top: 110px;
}

.ibg-stanza-booking .head-box h4 {
	margin-bottom: 15px;
}

.ibg-stanza-booking-form {
	margin-bottom: 22px;
}

.ibg-stanza-booking-form .input1_wrapper,
.ibg-stanza-booking-form .select1_wrapper {
	margin-bottom: 15px;
}

/* Stile widget tema (home-testimonials-2 / form1): label nascoste, campi bianchi
   senza bordo con icona themify oro (via .input1_inner:after / .select1_inner:after) */
.ibg-stanza-booking-form label {
	display: none;
}

.ibg-stanza-booking-form .input1_inner input {
	display: block;
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #222;
	padding: 20px 40px 20px 20px;
	background: #fff;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.ibg-stanza-booking-form .input1_inner input::placeholder {
	font-size: 15px;
	color: #222;
	opacity: 1;
}

.ibg-stanza-booking-form .select1_inner select {
	display: block;
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #222;
	padding: 20px 40px 20px 20px;
	background: #fff;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

/* select2 skin (se inizializzato dal tema) */
.ibg-stanza-booking-form .select2-container--default .select2-selection--single {
	background: #fff;
	border: none;
	border-radius: 0;
	height: 55px;
}

.ibg-stanza-booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px;
	padding-left: 20px;
	color: #222;
	font-size: 15px;
}

.ibg-stanza-booking-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.ibg-stanza-booking-form .btn-form1-submit {
	display: block;
	width: 100%;
	border: 0;
	margin: 0;
	background: #aa8453;
	color: #fff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 62.5px;
	padding: 0;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.ibg-stanza-booking-form .btn-form1-submit:hover {
	background: #222;
	color: #fff;
}

.ibg-stanza-booking-form .btn-form1-submit:disabled {
	background: #aa8453;
	opacity: .55;
	cursor: not-allowed;
}

.ibg-stanza-booking__meta,
.ibg-stanza-booking__note {
	margin-bottom: 12px;
}

.ibg-stanza-booking__config-note {
	color: #aa8453;
	font-size: 13px;
	line-height: 1.6;
	margin: 14px 0 0;
}

.ibg-stanza-booking__result {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 16px;
	min-height: 22px;
}

.ibg-stanza-booking__result.is-loading {
	color: #666;
}

.ibg-stanza-booking__result.is-success {
	color: #2d6b3f;
}

.ibg-stanza-booking__result.is-error {
	color: #a23a2a;
}

.ibg-stanza-booking__note {
	font-size: 14px;
	line-height: 1.7;
}

.ibg-stanza-gallery-section {
	background: #fff;
	margin-top: 38px;
}

.ibg-stanza-gallery-section .section-title {
	font-size: 32px;
	margin-bottom: 22px;
}

.ibg-stanza-gallery-section .gallery-item {
	margin-bottom: 30px;
}

.ibg-stanza-gallery-section .gallery-box {
	background: transparent;
	border: 0;
	overflow: hidden;
}

.ibg-stanza-gallery-section .gallery-img > img {
	aspect-ratio: 4 / 3;
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.ibg-stanza-side {
	padding-top: 116px;
	position: sticky;
	top: 110px;
}

.ibg-stanza-side h3 {
	color: #222;
	font-family: "Gilda Display", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 24px;
}

.ibg-stanza-services {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 32px;
}

.ibg-stanza-service {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 0;
	padding: 0;
}

.ibg-stanza-service__icon {
	color: #aa8453;
	flex: 0 0 auto;
	font-size: 21px;
	line-height: 1;
}

.ibg-stanza-service__label {
	color: #666;
	font-size: 14px;
	line-height: 1.45;
}

.ibg-stanza-side__cta {
	border-top: 1px solid rgba(170, 132, 83, .22);
	margin-top: 30px;
	padding-top: 24px;
}

.ibg-stanza-side__cta h6 {
	color: #666;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.ibg-stanza-side__price {
	color: #222;
	font-family: "Gilda Display", serif;
	font-size: 26px;
	line-height: 1.35;
	margin-bottom: 18px;
}

.ibg-stanza-side__button {
	background: #aa8453;
	color: #fff;
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 1.2;
	padding: 16px 18px;
	text-align: center;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
	width: 100%;
}

.ibg-stanza-side__button:hover {
	background: #222;
	color: #fff;
}

.ibg-stanza-other {
	background: #f8f5f0;
	padding-top: 90px;
}

.ibg-stanza-other .section-title {
	margin-bottom: 36px;
}

.ibg-stanza-other__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ibg-stanza-other-card {
	background: #222;
	display: block;
	grid-column: span 2;
	min-height: 390px;
	overflow: hidden;
	position: relative;
}

.ibg-stanza-other-card:nth-child(n+4) {
	grid-column: span 3;
	min-height: 330px;
}

.ibg-stanza-other-card__media,
.ibg-stanza-other-card__overlay {
	inset: 0;
	position: absolute;
}

.ibg-stanza-other-card__media {
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: transform .45s ease;
}

.ibg-stanza-other-card__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .72) 100%);
	z-index: 1;
}

.ibg-stanza-other-card:hover .ibg-stanza-other-card__media {
	transform: scale(1.05);
}

.ibg-stanza-other-card__booking {
	border: 1px solid rgba(255, 255, 255, .52);
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 13px;
	letter-spacing: 5px;
	padding: 10px 8px;
	position: absolute;
	right: 24px;
	text-transform: uppercase;
	top: 24px;
	writing-mode: vertical-rl;
	z-index: 2;
}

.ibg-stanza-other-card__body {
	bottom: 26px;
	color: #fff;
	left: 26px;
	position: absolute;
	right: 26px;
	z-index: 2;
}

.ibg-stanza-other-card__price {
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 15px;
	letter-spacing: 4px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ibg-stanza-other-card__title {
	color: #fff;
	display: block;
	font-family: "Gilda Display", serif;
	font-size: 34px;
	line-height: 1.15;
}

.ibg-stanza-booking-closure {
	background-color: #222;
	background-position: center;
	background-size: cover;
	margin-bottom: 0;
	min-height: 620px;
	padding: 120px 0;
	position: relative;
}

.ibg-stanza-booking-closure__overlay {
	background: rgba(0, 0, 0, .48);
	inset: 0;
	position: absolute;
}

.ibg-stanza-booking-closure .container {
	position: relative;
	z-index: 2;
}

.ibg-stanza-booking-closure__copy {
	color: #fff;
	margin: 0 auto;
	max-width: 500px;
}

.ibg-stanza-booking-closure__stars {
	color: #e4a853;
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 28px;
}

.ibg-stanza-booking-closure__copy h3 {
	color: #fff;
	font-family: "Gilda Display", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 28px;
}

.ibg-stanza-booking-closure__copy p {
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	line-height: 1.85;
}

.ibg-stanza-booking-closure__phone {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin: 36px 0 20px;
	text-align: left;
}

.ibg-stanza-booking-closure__phone > span {
	color: #fff;
	font-size: 42px;
	line-height: 1;
}

.ibg-stanza-booking-closure__phone small {
	color: rgba(255, 255, 255, .75);
	display: block;
	font-size: 14px;
	line-height: 1.2;
}

.ibg-stanza-booking-closure__phone a {
	color: #fff;
	font-family: "Gilda Display", serif;
	font-size: 25px;
	line-height: 1.25;
}

.ibg-stanza-booking-closure__note {
	font-size: 14px;
	margin-top: 22px;
}

.ibg-stanza-booking-closure__cta {
	display: inline-block;
	margin-top: 26px;
	padding: 16px 34px;
}

.ibg-stanza-external-booking {
	margin-top: 4px;
}

.ibg-stanza-external-booking form {
	margin-bottom: 0;
}

.ibg-stanza-wpbs {
	color: #666;
}

@media (max-width: 767px) {
	body.single-stanza.logged-in .navbar,
	body.post-type-archive-stanza.logged-in .navbar,
	body.tax-tipologia_stanza.logged-in .navbar,
	body.tax-caratteristica_stanza.logged-in .navbar {
		top: 46px;
	}

	body.single-stanza .navbar .logo-img,
	body.post-type-archive-stanza .navbar .logo-img,
	body.tax-tipologia_stanza .navbar .logo-img,
	body.tax-caratteristica_stanza .navbar .logo-img {
		max-height: 54px;
		max-width: 125px;
	}

	.ibg-stanza-card__media {
		min-height: 300px;
	}

	.ibg-stanza-booking {
		position: static;
		margin-top: 30px;
	}

	.ibg-stanza-policy-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ibg-stanza-info-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ibg-stanza-policy-grid h6,
	.ibg-stanza-detail h6 {
		font-size: 24px;
	}

	.ibg-stanza-specs {
		grid-template-columns: 1fr;
	}

	.ibg-stanza-side {
		margin-top: 28px;
		padding-top: 0;
		position: static;
	}

	.ibg-stanza-other {
		padding-top: 70px;
	}

	.ibg-stanza-other__grid {
		grid-template-columns: 1fr;
	}

	.ibg-stanza-other-card,
	.ibg-stanza-other-card:nth-child(n+4) {
		grid-column: auto;
		min-height: 330px;
	}

	.ibg-stanza-other-card__title {
		font-size: 28px;
	}

	.ibg-stanza-booking-closure {
		min-height: 0;
		padding: 70px 0;
	}

	.ibg-stanza-booking-closure__copy {
		margin-bottom: 34px;
	}

	.ibg-stanza-booking-closure__copy h3 {
		font-size: 28px;
	}

	.ibg-stanza-gallery-section .gallery-img > img {
		height: 250px;
	}
}

/* ==========================================================================
   WPBS booking form — reference restyle (labels maiuscole, campi bianchi)
   ========================================================================== */

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field {
	margin-bottom: 26px;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-label label {
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	letter-spacing: 0.25em !important;
	text-transform: uppercase !important;
	color: #3a3a3a !important;
	margin-bottom: 12px !important;
	display: inline-block;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-label .wpbs-field-required-asterisk {
	color: #aa8453;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input[type="text"],
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input[type="email"],
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input[type="tel"],
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input[type="date"],
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input[type="number"],
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input select,
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input textarea {
	width: 100% !important;
	height: auto !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none;
	padding: 20px 18px !important;
	font-size: 17px !important;
	line-height: 1.4 !important;
	color: #222 !important;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input::placeholder,
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input textarea::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input input:focus,
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-input textarea:focus {
	box-shadow: inset 0 0 0 1px #aa8453 !important;
}

/* Stepper adulti / bambini */
.ibg-stanza-wpbs .wpbs-form-container .wpbs-number-stylised-ui .wpbs-form-field-input {
	display: flex;
	align-items: stretch;
	background: #fff;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-number-increment {
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #aa8453 !important;
	font-size: 20px;
	width: 52px;
	min-width: 52px;
	height: auto !important;
	cursor: pointer;
	transition: background 0.2s;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-number-increment:hover {
	background: #f8f5f0 !important;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-number-stylised-ui input[type="number"] {
	text-align: center;
	-moz-appearance: textfield;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ibg-stanza-wpbs .wpbs-form-container input[type="number"]::-webkit-inner-spin-button,
.ibg-stanza-wpbs .wpbs-form-container input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Consenso privacy */
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-consent .wpbs-form-field-input label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	color: #666;
	line-height: 1.5;
	text-transform: none;
	letter-spacing: 0;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field-consent input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #aa8453;
}

/* Bottone submit */
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-submit-button button {
	display: block;
	width: 100% !important;
	background: #aa8453 !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.3em !important;
	text-transform: uppercase !important;
	padding: 20px 18px !important;
	height: auto !important;
	cursor: pointer;
	transition: background 0.25s;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-submit-button button:hover {
	background: #97744a !important;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-submit-button button:disabled,
.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-submit-button button.wpbs-form-submit-button-disabled {
	background: #c9c2b8 !important;
	cursor: not-allowed;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-field.wpbs-form-submit-button {
	width: 100% !important;
	display: block;
}

.ibg-stanza-wpbs .wpbs-form-container .wpbs-form-submit-button button,
.ibg-stanza-wpbs .wpbs-form-container button[type="submit"] {
	min-width: 100% !important;
}


/* ============================================================
   Refactor booking (2026): calendario WPBS nativo in sidebar +
   selettore availability-aware (home / chiusura). Palette tema:
   gold #aa8453, scuro #222, crema #f8f5f0, Gilda Display / Barlow.
   ============================================================ */

/* Sidebar allineata in alto, calendario prominente, niente gap */
.ibg-stanza-side { padding-top: 0; }

.ibg-stanza-booking-box.booking-box {
	background: #f8f5f0;
	padding: 30px 26px;
	margin: 0 0 30px;              /* annulla il margin-bottom:-75px del tema */
	position: relative;
}
.ibg-stanza-booking-box .head-box h6 {
	color: #666; font-family: "Barlow Condensed", sans-serif;
	font-size: 13px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 8px;
}
.ibg-stanza-booking-box .head-box h4 {
	color: #222; font-family: "Gilda Display", serif; font-size: 23px; line-height: 1.25; margin-bottom: 20px;
}
.ibg-stanza-booking-box__note { color: #666; font-size: 14px; line-height: 1.5; }
.ibg-stanza-booking-box__phone { display: inline-block; margin-top: 10px; color: #aa8453; font-family: "Barlow Condensed", sans-serif; font-size: 20px; letter-spacing: 1px; }
.ibg-stanza-booking-box__price { margin-top: 18px; color: #222; font-family: "Gilda Display", serif; font-size: 20px; }
.ibg-stanza-booking-box__price span { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #666; }

/* --- Calendario WP Booking System: adatta alla sidebar + tema borgo --- */
.ibg-stanza-booking-box .wpbs-main-wrapper { max-width: 100%; margin: 0; }
.ibg-stanza-booking-box .wpbs,
.ibg-stanza-booking-box .wpbs-calendar,
.ibg-stanza-booking-box .wpbs-form { font-family: inherit; }
.ibg-stanza-booking-box .wpbs-date-number { font-family: "Barlow Condensed", sans-serif; }
.ibg-stanza-booking-box .wpbs-form-field-label { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 12px; color: #8a8073; }
.ibg-stanza-booking-box .wpbs-buttons button,
.ibg-stanza-booking-box .wpbs-form button[type="submit"],
.ibg-stanza-booking-box .wpbs-form input[type="submit"] {
	background: #aa8453 !important; border-color: #aa8453 !important; color: #fff !important;
	font-family: "Barlow Condensed", sans-serif; letter-spacing: 2px; text-transform: uppercase;
}
.ibg-stanza-booking-box .wpbs-buttons button:hover,
.ibg-stanza-booking-box .wpbs-form button[type="submit"]:hover,
.ibg-stanza-booking-box .wpbs-form input[type="submit"]:hover {
	background: #222 !important; border-color: #222 !important;
}

/* --- Stile per .ibg-availability-form, usata dallo shortcode [ibg_stanze_booking_home] --- */
.ibg-availability-form label {
	display: block; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase;
	letter-spacing: 2px; font-size: 12px; color: #8a8073; margin-bottom: 6px;
}
.ibg-availability-form .select1_inner select,
.ibg-availability-form .input1_inner input {
	width: 100%; height: 52px; background: #fff; border: 1px solid rgba(0,0,0,.12);
	padding: 0 16px; border-radius: 0; color: #222;
}
.ibg-availability-form .btn-form1-submit { width: 100%; }
.ibg-availability-form__proceed { background: #aa8453; color: #fff; }
.ibg-availability-form__proceed:hover { background: #222; color: #fff; }
