/*

Theme Name: Vicolo Corto

Template: est-project

Description: Tema Child di Estatik Project Theme 2018

Version: 1.0.0

*/

:root {
	--vc-navy: #071b35;
	--vc-navy-soft: #122b51;
	--vc-lime: #8dbb16;
	--vc-ink: #071b35;
	--vc-muted: #647080;
	--vc-line: #e5e8ec;
	--vc-radius: 12px;
}

body.vc-page-body {
	background: #f7f8fa;
	color: var(--vc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.vc-page-body main.vc-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.vc-skip-link {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 100;
	padding: 10px 14px;
	border-radius: 6px;
	background: var(--vc-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transform: translateY(-180%);
}

.vc-skip-link:focus {
	color: #fff;
	transform: translateY(0);
}

.vc-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 32px;
	align-items: start;
}

.vc-single-main,
.vc-single-main .post-single,
.vc-single-main .es-wrap {
	min-width: 0;
	width: 100%;
	margin: 0;
}

.vc-single-main .es-single {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-single-main .es-single > article {
	margin: 0;
	padding: 0;
}

.vc-detail-content,
.vc-detail-content .es-single,
.vc-detail-content .es-single > article {
	width: 100%;
	margin: 0;
	padding: 0;
}

.vc-detail-gallery {
	position: relative;
	margin-bottom: 28px;
}

.vc-detail-gallery .post__gallery {
	margin: 0;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	overflow: hidden;
}

.vc-detail-gallery .post__gallery-inner {
	position: relative;
}

.vc-detail-gallery .post__gallery-image {
	margin: 0;
	overflow: hidden;
}

.vc-detail-gallery .post__gallery-image .slick-slide {
	padding: 0;
}

.vc-detail-gallery .post__gallery-image img {
	display: block;
	width: 100%;
	height: min(460px, 42vw);
	min-height: 300px;
	object-fit: cover;
}

.vc-detail-gallery .post__gallery-image-pager-wrap {
	padding: 10px 12px 12px;
	background: #fff;
}

.vc-detail-gallery .post__gallery-image-pager-wrap .post__gallery-image-pager {
	margin: 0 30px;
}

.vc-detail-gallery .post__gallery-image-pager .slick-slide {
	height: 70px;
	margin: 0 4px;
	border-radius: 5px;
	overflow: hidden;
}

.vc-detail-gallery .post__gallery-image-pager .slick-slide > div {
	height: 100%;
}

.vc-detail-gallery .post__gallery-image-pager .slick-slide[style] {
	height: 70px !important;
	background-position: center;
}

.vc-detail-gallery .slick-prev,
.vc-detail-gallery .slick-next {
	z-index: 4;
	width: 30px;
	height: 42px;
	border-radius: 5px;
	border: 0;
	background: var(--vc-navy);
	opacity: .92;
	padding: 0;
	cursor: pointer;
}

.vc-detail-gallery .slick-prev {
	left: 10px;
}

.vc-detail-gallery .slick-next {
	right: 10px;
}

.vc-detail-gallery .slick-prev:before,
.vc-detail-gallery .slick-next:before {
	background: none;
	color: #fff;
	font-size: 25px;
	line-height: 42px;
	text-align: center;
}

.vc-detail-gallery .slick-prev:before {
	content: "‹";
}

.vc-detail-gallery .slick-next:before {
	content: "›";
}

.vc-detail-gallery-labels {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.vc-detail-gallery-labels .es-property-label {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin: 0 !important;
	padding: 5px 9px;
	border-radius: 5px;
	background: var(--vc-navy) !important;
	color: #fff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
}

.vc-detail-summary {
	margin-bottom: 18px;
	padding: 0 0 20px;
	border-bottom: 1px solid var(--vc-line);
}

.vc-detail-summary h1,
.vc-detail-summary .vc-detail-title {
	margin: 0 0 12px;
	color: var(--vc-ink);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.12;
}

.vc-detail-accessible-title {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vc-detail-summary-contract {
	margin-bottom: 10px;
	color: var(--vc-muted);
	font-size: 13px;
}

.vc-detail-summary-contract .es-category-items {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.vc-detail-summary-contract .es-category-items a {
	color: var(--vc-muted);
	text-decoration: none;
}

.vc-detail-summary-price {
	margin-bottom: 12px;
	color: var(--vc-ink);
	font-size: 24px;
	font-weight: 800;
}

.vc-detail-summary-price .es-price {
	color: inherit;
}

.vc-detail-summary-address {
	margin-bottom: 18px;
	color: var(--vc-muted);
	font-size: 13px;
	line-height: 1.45;
}

.vc-detail-summary-facts .es-property-fields {
	margin: 0;
	padding: 0;
}

.vc-detail-summary-facts .es-property-fields ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-detail-summary-facts .es-property-fields li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #f0f2f5;
	color: var(--vc-muted);
	font-size: 11px;
	line-height: 1.3;
}

.vc-detail-summary-facts .es-property-fields li strong {
	display: block;
	margin-bottom: 3px;
	color: var(--vc-ink);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.vc-detail-summary-features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin: 20px 0 14px;
	padding: 16px 0;
	border-top: 1px solid var(--vc-line);
	border-bottom: 1px solid var(--vc-line);
	color: var(--vc-ink);
	font-size: 12px;
}

.vc-detail-summary-features span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.vc-detail-summary-features i {
	color: var(--vc-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.vc-detail-summary-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	color: var(--vc-muted);
	font-size: 11px;
}

.vc-detail-contact-card {
	margin: 0 0 18px;
	padding: 20px;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-detail-contact-card h2 {
	margin: 0 0 16px;
	color: var(--vc-ink);
	font-size: 18px;
	line-height: 1.25;
}

.vc-detail-contact-actions {
	display: grid;
	gap: 9px;
}

.vc-detail-contact-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	min-height: 46px;
	box-sizing: border-box;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.vc-detail-contact-icon {
	flex: 0 0 20px;
	width: 20px;
	margin: 0;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

.vc-detail-contact-button-primary {
	background: var(--vc-lime);
	color: #fff;
}

.vc-detail-contact-button-primary:hover {
	background: #527a0b;
	color: #fff;
}

.vc-detail-contact-button-whatsapp {
	border-color: var(--vc-lime);
	background: #fff;
	color: #6c930c;
}

.vc-detail-contact-button-whatsapp:hover {
	background: #f4f9e7;
	color: #587800;
}

.vc-detail-contact-button-dark {
	background: var(--vc-navy);
	color: #fff;
}

.vc-detail-contact-button-dark:hover {
	background: var(--vc-navy-soft);
	color: #fff;
}

.vc-detail-contact-button-outline {
	border-color: var(--vc-line);
	background: #fff;
	color: var(--vc-ink);
}

.vc-detail-contact-button-outline:hover {
	border-color: var(--vc-navy);
	color: var(--vc-navy);
}

.vc-detail-favorite {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	box-sizing: border-box;
	padding: 0;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
	color: var(--vc-ink);
	font-size: 12px;
	font-weight: 800;
}

.vc-detail-favorite-label {
	position: relative;
	z-index: 3;
	padding: 0 14px 0 48px;
	color: var(--vc-ink) !important;
	pointer-events: none;
}

.vc-detail-favorite .js-es-wishlist-button {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	min-height: 46px;
	box-sizing: border-box;
	padding: 0 14px;
	border: 0 !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: var(--vc-navy);
	font-size: 21px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.vc-detail-favorite .js-es-wishlist-button .fa {
	margin: 0;
	font-size: 20px;
}

.vc-detail-favorite .js-es-wishlist-button:hover,
.vc-detail-favorite .js-es-wishlist-button:focus-visible {
	background: #f4f9e7 !important;
	color: var(--vc-navy) !important;
}

.vc-detail-favorite .js-es-wishlist-button.active {
	background: #f4f9e7 !important;
	color: var(--vc-navy) !important;
}

.vc-detail-contact-card > p {
	margin: 12px 0 0;
	color: var(--vc-muted);
	font-size: 10px;
	line-height: 1.45;
}

.vc-detail-request .widget {
	margin: 0;
	padding: 20px;
}

.vc-detail-request {
	margin-bottom: 24px;
}

.vc-detail-request .widget h3,
.vc-detail-request .widget h2 {
	font-size: 17px;
}

.vc-detail-request .es-request-widget-wrap textarea {
	min-height: 92px;
}

.vc-detail-request .es-request-widget-wrap input[type="submit"] {
	height: 46px !important;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--vc-lime) !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2 !important;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.vc-detail-request .es-request-widget-wrap input[type="submit"]:hover,
.vc-detail-request .es-request-widget-wrap input[type="submit"]:focus-visible {
	border-color: #527a0b !important;
	background: #527a0b !important;
	color: #fff !important;
}

.vc-detail-mortgage .widget_mortgage-calculator {
	margin: 0;
	padding: 20px;
	border: 1px solid var(--vc-line) !important;
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-detail-mortgage .widget_mortgage-calculator h2.widgettitle {
	margin: 0 0 16px;
	color: var(--vc-ink);
	font-size: 17px !important;
	font-weight: 800;
	line-height: 1.25;
	text-align: left;
	text-transform: none;
}

.vc-detail-mortgage .mc-wrapper p {
	margin: 0 0 12px;
}

.vc-detail-mortgage .mc-wrapper label {
	display: block;
	margin: 0 0 5px;
	color: var(--vc-muted);
	font-size: 11px;
}

.vc-detail-mortgage .mc-wrapper input[type="number"] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 11px;
	border: 1px solid var(--vc-line);
	border-radius: 7px;
	background: #fff;
	color: var(--vc-ink);
}

.vc-detail-mortgage .mc-wrapper #mc-submit {
	width: 100%;
	height: 46px;
	margin-top: 3px;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--vc-lime) !important;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.vc-detail-mortgage .mc-wrapper #mc-submit:hover,
.vc-detail-mortgage .mc-wrapper #mc-submit:focus-visible {
	border-color: #527a0b !important;
	background: #527a0b !important;
	color: #fff;
}

.vc-detail-mortgage .mc-wrapper #mc-output {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid var(--vc-line);
	color: var(--vc-ink);
	font-size: 12px;
}

.vc-mortgage-calculator {
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-mortgage-calculator h2 {
	margin: 0 0 16px;
	color: var(--vc-ink);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.vc-mortgage-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 12px;
}

.vc-mortgage-field label {
	display: block;
	margin: 0 0 5px;
	color: var(--vc-muted);
	font-size: 11px;
}

.vc-mortgage-field input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 11px;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
	color: var(--vc-ink);
}

.vc-mortgage-field input:focus {
	border-color: var(--vc-lime);
	outline: 2px solid rgba(141, 187, 22, .2);
	outline-offset: 1px;
}

.vc-mortgage-submit,
.vc-mortgage-schedule-toggle {
	box-sizing: border-box;
	min-height: 46px;
	border: 0;
	border-radius: 6px;
	background: var(--vc-lime);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.vc-mortgage-submit {
	grid-column: 1 / -1;
	width: 100%;
}

.vc-mortgage-submit:hover,
.vc-mortgage-submit:focus-visible,
.vc-mortgage-schedule-toggle:hover,
.vc-mortgage-schedule-toggle:focus-visible {
	background: #527a0b;
	color: #fff;
}

.vc-mortgage-error {
	grid-column: 1 / -1;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid #f2c5c0;
	border-radius: 6px;
	background: #fff5f3;
	color: #8f1d14;
	font-size: 12px;
	line-height: 1.4;
}

.vc-mortgage-results {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid var(--vc-line);
}

.vc-mortgage-summary dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 16px;
}

.vc-mortgage-summary dl div {
	padding: 10px;
	border-radius: 6px;
	background: #f7f8fa;
}

.vc-mortgage-summary dt {
	margin-bottom: 4px;
	color: var(--vc-muted);
	font-size: 10px;
}

.vc-mortgage-summary dd {
	margin: 0;
	color: var(--vc-ink);
	font-size: 13px;
	font-weight: 800;
}

.vc-mortgage-schedule-toggle {
	width: 100%;
	padding: 0 14px;
}

.vc-mortgage-schedule {
	margin-top: 14px;
}

.vc-mortgage-table-wrap {
	max-height: 420px;
	overflow: auto;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
}

.vc-mortgage-table-wrap table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	background: #fff;
	font-size: 10px;
}

.vc-mortgage-table-wrap caption {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.vc-mortgage-table-wrap th,
.vc-mortgage-table-wrap td {
	padding: 8px 7px;
	border-bottom: 1px solid var(--vc-line);
	text-align: right;
	white-space: nowrap;
}

.vc-mortgage-table-wrap thead th {
	position: sticky;
	top: 0;
	background: var(--vc-navy);
	color: #fff;
	font-size: 10px;
}

.vc-mortgage-table-wrap th:first-child,
.vc-mortgage-table-wrap td:first-child {
	text-align: left;
}

.vc-mortgage-table-wrap tbody tr:last-child th,
.vc-mortgage-table-wrap tbody tr:last-child td {
	border-bottom: 0;
}

.vc-detail-sections {
	margin: 0;
}

.vc-detail-sections .es-tabbed-item {
	margin: 0 0 28px;
	padding: 24px 0 0;
	border-top: 1px solid var(--vc-line);
	color: var(--vc-ink);
}

.vc-detail-sections .es-tabbed-item h2,
.vc-detail-sections .es-tabbed-item h3 {
	margin: 0 0 14px;
	color: var(--vc-ink);
	font-size: 22px;
}

.vc-detail-sections .es-description p {
	margin: 0;
	color: var(--vc-muted);
	font-size: 14px;
	line-height: 1.75;
}

.vc-single-main .post__title h1 {
	margin: 0 0 12px;
	color: var(--vc-ink);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
}

.vc-single-main .es-cat-price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	margin: 0 0 8px;
}

.vc-single-main .es-category-items,
.vc-single-main .es-address {
	color: var(--vc-muted);
	font-size: 14px;
}

.vc-single-main .es-price__wrap,
.vc-single-main .es-price__wrap .es-price {
	color: var(--vc-ink);
	font-size: 22px;
	font-weight: 800;
}

.vc-single-main .es-address {
	margin-bottom: 22px;
}

.vc-single-main .post__tabs-wrap {
	margin: 0 0 24px;
	border-bottom: 1px solid var(--vc-line);
	overflow-x: auto;
}

.vc-single-main .post__tabs {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

.vc-single-main .post__tabs li {
	margin: 0;
	padding: 0;
}

.vc-single-main .post__tabs a {
	display: block;
	padding: 0 0 12px;
	color: var(--vc-muted);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.vc-single-main .post__tabs a:hover,
.vc-single-main .post__tabs .active a {
	border-bottom: 2px solid var(--vc-lime);
	color: var(--vc-ink);
}

.vc-single-main .es-info,
.vc-single-main .es-tabbed {
	color: var(--vc-ink);
}

.vc-single-main .es-gallery {
	margin: 0 0 30px;
	border-radius: var(--vc-radius);
	background: #fff;
	overflow: hidden;
}

.vc-single-main .es-gallery-inner {
	position: relative;
}

.vc-single-main .es-gallery-image {
	margin: 0;
}

.vc-single-main .es-gallery-image img {
	display: block;
	width: 100%;
	height: min(520px, 48vw);
	min-height: 300px;
	object-fit: cover;
}

.vc-single-main .es-gallery-image-pager-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	background: #fff;
}

.vc-single-main .es-gallery-image-pager {
	display: flex;
	gap: 8px;
	overflow: hidden;
}

.vc-single-main .es-gallery-image-pager img {
	display: block;
	width: 76px;
	height: 56px;
	object-fit: cover;
}

.vc-single-main .es-single-gallery-arrow {
	color: var(--vc-ink);
	font-size: 0;
	text-decoration: none;
}

.vc-single-main .es-single-gallery-arrow:after {
	font-size: 20px;
}

.vc-single-main .es-single-gallery-slick-prev:after {
	content: "‹";
}

.vc-single-main .es-single-gallery-slick-next:after {
	content: "›";
}

.vc-single-sidebar {
	position: sticky;
	top: 24px;
	width: auto;
}

.vc-single-sidebar .widget {
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-single-sidebar .widget h3,
.vc-single-sidebar .widget h2 {
	margin: 0 0 16px;
	color: var(--vc-ink);
	font-size: 20px;
	line-height: 1.2;
}

.vc-single-sidebar input[type="text"],
.vc-single-sidebar input[type="email"],
.vc-single-sidebar input[type="tel"],
.vc-single-sidebar textarea,
.vc-single-sidebar select {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
}

.vc-single-sidebar input[type="submit"],
.vc-single-sidebar button,
.vc-single-sidebar .theme-button {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: 0 14px;
	border: 0;
	border-radius: 6px;
	background: var(--vc-lime) !important;
	color: #fff !important;
	font-weight: 800;
	line-height: 1.2;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.vc-single-sidebar input[type="submit"]:hover,
.vc-single-sidebar input[type="submit"]:focus-visible,
.vc-single-sidebar button:hover,
.vc-single-sidebar button:focus-visible,
.vc-single-sidebar .theme-button:hover,
.vc-single-sidebar .theme-button:focus-visible {
	border-color: #527a0b !important;
	background: #527a0b !important;
	color: #fff !important;
}

body.vc-mortgage-modal-open {
	overflow: hidden;
}

.vc-mortgage-modal[hidden] {
	display: none;
}

.vc-mortgage-modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.vc-mortgage-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(7, 27, 53, .78);
}

.vc-mortgage-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(900px, 100%);
	max-height: calc(100vh - 40px);
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .3);
	outline: none;
}

.vc-mortgage-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border-bottom: 1px solid var(--vc-line);
}

.vc-mortgage-modal__header h3 {
	margin: 0;
	color: var(--vc-ink);
	font-size: 20px;
	line-height: 1.2;
}

.vc-mortgage-modal__close {
	flex: 0 0 38px;
	width: 38px !important;
	min-height: 38px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: transparent !important;
	color: var(--vc-navy) !important;
	font-size: 28px;
	font-weight: 400 !important;
	line-height: 1;
	cursor: pointer;
}

.vc-mortgage-modal__close:hover,
.vc-mortgage-modal__close:focus-visible {
	background: #eef3e3 !important;
	color: var(--vc-navy) !important;
}

.vc-mortgage-modal__body {
	min-height: 0;
	padding: 20px 22px 22px;
}

.vc-mortgage-modal .vc-mortgage-table-wrap {
	max-height: min(58vh, 520px);
}

.vc-page-container {
	width: min(1260px, calc(100% - 48px));
	margin: 0 auto;
	padding: 42px 0 88px;
}

.vc-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	color: var(--vc-muted);
	font-size: 12px;
}

.vc-breadcrumb a {
	color: var(--vc-muted);
	text-decoration: none;
}

.vc-breadcrumb a:hover {
	color: var(--vc-lime);
}

.vc-page-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.vc-page-heading .vc-eyebrow {
	margin-bottom: 8px;
}

.vc-page-heading h1 {
	margin: 0;
	color: var(--vc-ink);
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.08;
}

.vc-result-count {
	margin: 10px 0 0;
	color: var(--vc-muted);
	font-size: 14px;
}

.vc-list-view {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	border: 1px solid var(--vc-line);
	border-radius: 8px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}

.vc-list-view button {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 6px;
	border: 0;
	background: transparent;
	color: var(--vc-muted);
	font: inherit;
	cursor: pointer;
}

.vc-list-view .is-active {
	background: var(--vc-navy);
	color: #fff;
}

.vc-list-view button:not(.is-active):hover,
.vc-list-view button:not(.is-active):focus-visible {
	background: #eef3e3;
	color: var(--vc-navy);
}

.vc-internal-search {
	margin-bottom: 32px;
	padding: 20px;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-internal-search .es-search__wrapper {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.vc-internal-search form {
	display: grid;
	grid-template-columns: repeat(5, minmax(160px, 1fr));
	align-items: end;
	gap: 12px;
	margin: 0;
}

.vc-internal-search form .es-search__field,
.vc-internal-search form .es-search__buttons {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.vc-internal-search form .es-button {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 6px;
	background: var(--vc-lime);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.vc-internal-search form .es-button-gray {
	display: none;
}

.vc-internal-search form .es-search__buttons,
.vc-search-card form .es-search__buttons,
.vc-advanced-search-page .vc-content-card .es-search__buttons {
	order: 0 !important;
}

.vc-internal-search form .es-search__buttons input,
.vc-search-card form .es-search__buttons input,
.vc-advanced-search-page .vc-content-card .es-search__buttons input {
	cursor: pointer;
}

.vc-internal-search form .es-search__buttons .es-button__wrap:first-child,
.vc-search-card form .es-search__buttons .es-button__wrap:first-child,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button__wrap:first-child {
	display: none;
}

.vc-internal-search form .es-search__buttons .es-button-orange-corner,
.vc-search-card form .es-search__buttons .es-button-orange-corner,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-orange-corner {
	border-color: var(--vc-lime) !important;
	background: var(--vc-lime) !important;
	color: #fff !important;
}

.vc-internal-search form .es-search__buttons .es-button-orange-corner:hover,
.vc-internal-search form .es-search__buttons .es-button-orange-corner:focus-visible,
.vc-search-card form .es-search__buttons .es-button-orange-corner:hover,
.vc-search-card form .es-search__buttons .es-button-orange-corner:focus-visible,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-orange-corner:hover,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-orange-corner:focus-visible {
	border-color: #527a0b !important;
	background: #527a0b !important;
	color: #fff !important;
}

.vc-internal-search form .es-search__buttons .es-button-green-corner,
.vc-search-card form .es-search__buttons .es-button-green-corner,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-green-corner {
	border-color: var(--vc-navy) !important;
	background: var(--vc-navy) !important;
	color: #fff !important;
}

.vc-internal-search form .es-search__buttons .es-button-green-corner:hover,
.vc-internal-search form .es-search__buttons .es-button-green-corner:focus-visible,
.vc-search-card form .es-search__buttons .es-button-green-corner:hover,
.vc-search-card form .es-search__buttons .es-button-green-corner:focus-visible,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-green-corner:hover,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-green-corner:focus-visible {
	border-color: var(--vc-navy-soft) !important;
	background: var(--vc-navy-soft) !important;
	color: #fff !important;
}

.vc-internal-search form .es-search__buttons .es-button-error,
.vc-search-card form .es-search__buttons .es-button-error,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-error {
	border-color: #b42318 !important;
	background: #b42318 !important;
	color: #fff !important;
}

.vc-internal-search form .es-search__buttons .es-button-error:hover,
.vc-internal-search form .es-search__buttons .es-button-error:focus-visible,
.vc-search-card form .es-search__buttons .es-button-error:hover,
.vc-search-card form .es-search__buttons .es-button-error:focus-visible,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-error:hover,
.vc-advanced-search-page .vc-content-card .es-search__buttons .es-button-error:focus-visible {
	border-color: #8f1d14 !important;
	background: #8f1d14 !important;
	color: #fff !important;
}

.vc-property-results .es-wrap {
	margin: 0;
}

.vc-property-results .es-wrap-header {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 18px;
	padding: 0;
	background: transparent;
}

.vc-property-results > .es-wrap > .es-dropdown-container {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 18px;
}

.vc-property-results .es-pagination,
.vc-property-results .navigation.pagination {
	margin-top: 28px;
	text-align: center;
}

.vc-property-results .es-pagination ul,
.vc-property-results .navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-property-results .es-pagination a,
.vc-property-results .es-pagination span,
.vc-property-results .navigation.pagination a,
.vc-property-results .navigation.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	box-sizing: border-box;
	padding: 0 8px;
	border: 1px solid var(--vc-line);
	border-radius: 5px;
	color: var(--vc-ink);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.vc-property-results .es-pagination .current,
.vc-property-results .es-pagination a:hover,
.vc-property-results .es-pagination a:focus-visible,
.vc-property-results .navigation.pagination .current,
.vc-property-results .navigation.pagination a:hover,
.vc-property-results .navigation.pagination a:focus-visible {
	border-color: var(--vc-navy);
	background: var(--vc-navy);
	color: #fff;
}

/* The search-results content still contains this legacy link. Keep its
 * function and destination, but make it match the child-theme buttons. */
.vc-property-results .modifica-ricerca {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 42px;
	max-width: 100%;
	margin: 0 0 18px;
	padding: 0 14px;
	float: none;
	border: 1px solid var(--vc-lime) !important;
	border-radius: 6px !important;
	background: var(--vc-lime) !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.vc-property-results .modifica-ricerca:hover,
.vc-property-results .modifica-ricerca:focus-visible {
	border-color: #527a0b !important;
	background: #527a0b !important;
	color: #fff !important;
}

.vc-property-results .es-view-option {
	display: none;
}

.vc-property-results .es-listing {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.vc-property-results[hidden],
.vc-property-map[hidden] {
	display: none !important;
}

.vc-search-results .es-view-option {
	display: none !important;
}

.vc-property-map {
	margin-top: 8px;
	padding: 24px;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-property-map__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.vc-property-map__header .vc-eyebrow {
	margin: 0 0 6px;
}

.vc-property-map__header h2 {
	margin: 0;
	color: var(--vc-ink);
	font-size: 24px;
}

.vc-property-map__count {
	margin: 0;
	color: var(--vc-muted);
	font-size: 13px;
}

.vc-mapbox {
	width: 100%;
	min-height: 560px;
	border-radius: 8px;
	overflow: hidden;
	background: #e7edf0;
}

.vc-property-map__empty {
	margin: 18px 0 0;
	color: var(--vc-muted);
}

.vc-map-popup {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.vc-property-map .mapboxgl-popup {
	max-width: min(300px, calc(100vw - 32px)) !important;
}

.vc-property-map .mapboxgl-popup-content {
	box-sizing: border-box;
	width: min(280px, calc(100vw - 32px));
	max-width: 100%;
	padding: 0;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	overflow: hidden;
}

.vc-map-popup > img {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	height: 120px;
	object-fit: cover;
}

.vc-map-popup__body {
	padding: 12px;
}

.vc-map-popup__body h3 {
	margin: 0 0 6px;
	color: var(--vc-ink);
	font-size: 15px;
	line-height: 1.25;
}

.vc-map-popup__price {
	margin: 0 0 9px;
	color: var(--vc-lime);
	font-weight: 800;
}

.vc-map-popup__body a {
	color: var(--vc-navy);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.vc-map-popup__body a:hover {
	color: var(--vc-lime);
}

.vc-property-results .es-listing > article.properties {
	box-sizing: border-box;
	display: block !important;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.vc-property-results article.properties .es-property-inner {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.vc-property-results article.properties .es-property-thumbnail {
	position: relative;
	flex: 0 0 230px;
	height: 230px;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}

.vc-property-results article.properties .es-thumbnail,
.vc-property-results article.properties .es-thumbnail-bg {
	width: 100%;
	height: 100%;
}

.vc-property-results article.properties .es-thumbnail-bg {
	transition: transform .25s ease;
}

.vc-property-results article.properties:hover .es-thumbnail-bg {
	transform: scale(1.04);
}

.vc-property-results article.properties .es-property-description {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px;
}

.vc-property-results article.properties .es-property-data {
	padding: 0;
}

.vc-property-results article.properties .es-property-description h2 {
	margin: 0 0 8px;
	padding: 0 !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.vc-property-results article.properties .es-property-description h2 a {
	color: var(--vc-ink);
	text-decoration: none;
}

.vc-property-results article.properties .es-price {
	display: block;
	margin: 0 0 10px;
	color: var(--vc-ink);
	font-size: 16px;
	font-weight: 800;
}

.vc-property-results article.properties .es-property-excerpt,
.vc-property-results article.properties .es-footer-hover {
	display: none;
}

.vc-property-results article.properties .vc-map-focus-link {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--vc-muted);
	font: inherit;
	cursor: pointer;
}

.vc-property-results article.properties .vc-map-focus-link:hover,
.vc-property-results article.properties .vc-map-focus-link:focus-visible {
	color: var(--vc-lime);
}

.vc-property-results article.properties .es-bottom-info {
	margin-top: auto;
	padding: 0 16px 16px;
	background: transparent !important;
}

.vc-property-results article.properties .es-bottom-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: var(--vc-muted);
	font-size: 12px;
}

/* Estatik labels become the compact badges used by the new design system. */
.vc-featured-listings article.properties .es-property-thumbnail,
.vc-sold-listings article.properties .es-property-thumbnail,
.vc-property-results article.properties .es-property-thumbnail {
	position: relative;
}

.vc-featured-listings article.properties .es-property-label-wrap,
.vc-sold-listings article.properties .es-property-label-wrap,
.vc-property-results article.properties .es-property-label-wrap {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: calc(100% - 24px);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.vc-featured-listings article.properties .es-property-label-wrap br,
.vc-sold-listings article.properties .es-property-label-wrap br,
.vc-property-results article.properties .es-property-label-wrap br {
	display: none !important;
}

.vc-featured-listings article.properties .es-property-label,
.vc-sold-listings article.properties .es-property-label,
.vc-property-results article.properties .es-property-label {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 5px 9px;
	border-radius: 5px;
	background: var(--vc-navy) !important;
	color: #fff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
}

.vc-sold-listings article.properties .es-property-label-venduto,
.vc-property-results article.properties .es-property-label-venduto,
.vc-property-results article.properties .es-property-label-locato {
	background: #647080 !important;
}

/* The sold-home cards should keep their photos unobstructed. */
.vc-sold-listings article.properties .es-property-label-wrap {
	display: none !important;
}

.vc-sold-listings article.properties .js-es-wishlist-button {
	display: none !important;
}

body.vc-home-body {
	background: #fff;
	color: var(--vc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.vc-home-body main.vc-home-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.vc-home-body .vc-container {
	width: min(1260px, calc(100% - 48px));
	margin: 0 auto;
}

.vc-site-header {
	position: relative;
	z-index: 20;
	background: #fff;
	border-bottom: 1px solid rgba(16, 38, 74, .06);
}

.vc-header-inner {
	display: flex;
	align-items: center;
	gap: 30px;
	width: min(1380px, calc(100% - 48px));
	min-height: 100px;
	margin: 0 auto;
}

.vc-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	max-width: 315px;
	color: #111;
	text-decoration: none;
}

.vc-brand img {
	display: block;
	width: auto;
	max-width: 300px;
	max-height: 72px;
}

.vc-brand-name {
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.vc-brand-name small {
	display: block;
	margin-top: 7px;
	font-size: 10px;
	letter-spacing: .3em;
}

.vc-main-nav {
	flex: 1 1 auto;
	margin-left: auto;
}

.vc-main-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-main-menu li {
	margin: 0;
	padding: 0;
}

.vc-main-menu a {
	color: var(--vc-ink);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.vc-main-menu > li {
	position: relative;
}

.vc-main-menu > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: -14px;
	z-index: 50;
	display: none;
	min-width: 190px;
	margin: 0;
	padding: 8px;
	border: 1px solid var(--vc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(7, 27, 53, .12);
	list-style: none;
}

.vc-main-menu > li > .sub-menu::after {
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	height: 10px;
	content: "";
}

.vc-main-menu > li > .sub-menu::before {
	position: absolute;
	top: -7px;
	left: 24px;
	width: 12px;
	height: 12px;
	border-top: 1px solid var(--vc-line);
	border-left: 1px solid var(--vc-line);
	background: #fff;
	content: "";
	transform: rotate(45deg);
}

.vc-main-menu > li:hover > .sub-menu,
.vc-main-menu > li:focus-within > .sub-menu {
	display: block;
}

.vc-main-menu > li.menu-item-has-children > a::after {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-left: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	color: var(--vc-muted);
	content: "";
	pointer-events: none;
	transform: translateY(-3px) rotate(45deg);
}

.vc-main-menu .sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
}

.vc-main-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 5px;
	color: var(--vc-ink) !important;
	font-size: 13px;
	font-weight: 700;
}

.vc-main-menu .sub-menu a:hover,
.vc-main-menu .sub-menu .current-menu-item > a {
	background: #f7f8fa;
	color: var(--vc-ink) !important;
}

.vc-main-menu a:hover,
.vc-main-menu .current-menu-item > a,
.vc-main-menu .current-menu-parent > a {
	color: var(--vc-ink) !important;
}

.vc-main-menu > li.current-menu-item > a,
.vc-main-menu > li.current-menu-parent > a {
	background: transparent !important;
	box-shadow: inset 0 -2px 0 var(--vc-lime);
}

.vc-main-menu > li.current-menu-item,
.vc-main-menu > li.current-menu-parent {
	background: transparent !important;
}

.vc-phone-button,
.vc-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 7px;
	background: var(--vc-navy);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.vc-phone-button {
	min-height: 46px;
	padding: 0 20px;
	font-size: 15px;
}

.vc-phone-button:hover,
.vc-cta-button:hover {
	background: var(--vc-navy-soft);
	color: #fff;
}

.vc-phone-icon {
	font-size: 20px;
	line-height: 1;
}

.vc-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.vc-menu-toggle span {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--vc-navy);
}

.vc-hero {
	position: relative;
	min-height: 550px;
	padding: 70px 0 0;
	background-color: var(--vc-navy);
	background-image: var(--vc-hero-image);
	background-position: center;
	background-size: cover;
}

.vc-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 18, 42, .8) 0%, rgba(4, 18, 42, .32) 55%, rgba(4, 18, 42, .08) 100%);
}

.vc-hero-content {
	position: relative;
	z-index: 1;
	color: #fff;
}

.vc-eyebrow {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vc-hero h1 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: -.045em;
}

.vc-hero h1 span {
	color: #fff;
}

.vc-hero-lead {
	margin: 22px 0 0;
	font-size: 20px;
	line-height: 1.45;
}

.vc-search-wrap {
	position: relative;
	z-index: 2;
	margin-top: 65px;
}

.vc-search-tabs {
	display: flex;
	align-items: flex-end;
	height: 46px;
}

.vc-search-tabs a {
	display: inline-flex;
	align-items: center;
	min-width: 108px;
	min-height: 46px;
	padding: 0 24px;
	border-radius: 8px 8px 0 0;
	background: var(--vc-navy);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.vc-search-tabs a + a {
	background: #fff;
	color: var(--vc-ink);
}

.vc-search-card {
	position: relative;
	padding: 25px 24px 18px;
	border-radius: 0 10px 10px 10px;
	background: #fff;
	box-shadow: 0 16px 35px rgba(5, 22, 51, .2);
}

.vc-search-card .es-search__wrapper {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
}

.vc-search-card .es-search__fields {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.vc-search-card .es-search__field {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.vc-search-card .es-field__label {
	margin: 0 0 5px;
	color: var(--vc-ink);
	font-size: 12px;
	font-weight: 700;
}

.vc-search-card .es-field__wrap,
.vc-search-card .es-field__wrap input,
.vc-search-card .es-field__wrap select {
	width: 100%;
}

.vc-search-card .es-field__wrap input,
.vc-search-card .es-field__wrap select {
	box-sizing: border-box;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
	color: var(--vc-ink);
	font-size: 14px;
}

.vc-search-card .es-search__submit,
.vc-search-card button[type="submit"],
.vc-search-card input[type="submit"] {
	min-height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 6px;
	background: var(--vc-lime);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.vc-advanced-search {
	display: inline-block;
	margin-top: 15px;
	color: var(--vc-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
}

.vc-advanced-search span,
.vc-section-heading span,
.vc-panel-heading span {
	font-size: 20px;
	line-height: 0;
	text-decoration: none;
}

.vc-section {
	padding-top: 46px;
}

.vc-section-heading,
.vc-panel-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.vc-section-heading h2,
.vc-panel-heading h2,
.vc-testimonial-panel h2,
.vc-valuation-panel h2 {
	margin: 0;
	color: var(--vc-ink);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.vc-section-heading a,
.vc-panel-heading a {
	color: var(--vc-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.vc-featured-listings {
	margin-top: 18px;
}

.vc-featured-listings .es-listing,
.vc-sold-listings .es-listing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
}

.vc-featured-listings .es-property,
.vc-sold-listings .es-property {
	min-width: 0;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(14, 38, 72, .04);
}

.vc-featured-listings .es-property-thumbnail,
.vc-sold-listings .es-property-thumbnail {
	height: 210px;
	margin: 0;
	overflow: hidden;
}

.vc-featured-listings .es-property-thumbnail img,
.vc-sold-listings .es-property-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-featured-listings .es-property-inner,
.vc-sold-listings .es-property-inner {
	padding: 16px;
}

.vc-featured-listings .es-property-title,
.vc-sold-listings .es-property-title {
	margin: 0 0 8px;
	color: var(--vc-ink);
	font-size: 17px;
	font-weight: 800;
}

.vc-featured-listings .es-property-title a,
.vc-sold-listings .es-property-title a {
	color: inherit;
	text-decoration: none;
}

.vc-featured-listings .es-property-data,
.vc-sold-listings .es-property-data {
	color: var(--vc-muted);
}

.vc-lower-grid {
	display: grid;
	grid-template-columns: 1.45fr .9fr 1.1fr;
	gap: 22px;
	padding-top: 28px;
	padding-bottom: 70px;
}

.vc-panel {
	min-width: 0;
	padding: 24px;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
}

.vc-sold-panel {
	grid-column: span 1;
}

.vc-sold-listings {
	margin-top: 18px;
	overflow: hidden;
}

.vc-sold-listings .es-listing {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.vc-sold-listings .es-property {
	border-radius: 8px;
}

.vc-sold-listings .es-property-thumbnail {
	height: 105px;
	}

.vc-sold-listings .es-property-inner {
	padding: 9px;
}

.vc-sold-listings .es-property-title {
	font-size: 12px;
}

.vc-testimonial-panel {
	position: relative;
}

.vc-testimonial-panel h2 {
	margin-bottom: 22px;
}

.vc-quote-mark {
	margin-bottom: -8px;
	color: var(--vc-navy);
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: 700;
	line-height: .7;
}

.vc-testimonial-panel p {
	margin: 18px 0;
	color: var(--vc-ink);
	font-size: 15px;
	line-height: 1.55;
}

.vc-rating {
	color: var(--vc-lime);
	font-size: 20px;
	letter-spacing: 2px;
}

.vc-valuation-panel {
	position: relative;
	display: block;
	min-height: 220px;
	border-color: var(--vc-navy);
	background: var(--vc-navy);
	color: #fff;
	overflow: hidden;
text-decoration: none;
}

.vc-valuation-panel h2,
.vc-valuation-panel p {
	position: relative;
	z-index: 1;
	color: #fff;
}

.vc-panel-kicker {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 8px;
	color: #b5cfec;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vc-valuation-panel p {
	max-width: 300px;
	margin: 14px 0 20px;
	font-size: 15px;
	line-height: 1.5;
}

.vc-cta-button {
	position: relative;
	z-index: 1;
	padding: 12px 16px;
	background: var(--vc-lime);
	font-size: 13px;
}

.vc-building-mark {
	position: absolute;
	right: -4px;
	bottom: -25px;
	width: 120px;
	height: 190px;
	border-left: 28px solid rgba(160, 189, 226, .25);
	border-right: 16px solid rgba(160, 189, 226, .18);
	transform: skewY(-18deg);
}

@media (max-width: 1050px) {
	.vc-main-menu {
		gap: 16px;
	}

	.vc-main-menu a {
		font-size: 13px;
	}

	.vc-header-inner {
		gap: 16px;
	}

	.vc-lower-grid {
		grid-template-columns: 1fr 1fr;
	}

	.vc-valuation-panel {
		grid-column: span 2;
	}
}

@media (max-width: 760px) {
	body.vc-home-body .vc-container,
	.vc-header-inner {
		width: min(100% - 30px, 620px);
	}

	.vc-header-inner {
		min-height: 76px;
	}

	.vc-brand img {
		max-width: 215px;
		max-height: 58px;
	}

	.vc-main-nav,
	.vc-phone-button {
		display: none;
	}

	.vc-main-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		margin: 0;
		padding: 12px 15px 18px;
		border-bottom: 1px solid var(--vc-line);
		background: #fff;
		box-shadow: 0 10px 24px rgba(7, 27, 53, .12);
	}

	.vc-main-nav.is-open {
		display: block;
	}

	.vc-main-menu {
		display: block;
	}

	.vc-main-menu > li + li {
		margin-top: 2px;
	}

	.vc-main-menu > li > a {
		display: block;
		padding: 12px 8px;
	}

	.vc-main-menu > li > .sub-menu {
		position: static;
		min-width: 0;
		margin: 0 0 4px 8px;
		padding: 0 0 0 10px;
		border: 0;
		border-left: 2px solid var(--vc-line);
		border-radius: 0;
		box-shadow: none;
	}

	.vc-main-menu > li > .sub-menu::before,
	.vc-main-menu > li > .sub-menu::after {
		display: none;
	}

	.vc-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.vc-hero {
		min-height: 610px;
		padding-top: 45px;
	}

	.vc-hero h1 {
		font-size: 44px;
	}

	.vc-hero-lead {
		font-size: 17px;
	}

	.vc-search-wrap {
		margin-top: 45px;
	}

	.vc-search-card {
		padding: 18px 15px 16px;
	}

	.vc-search-card .es-search__fields,
	.vc-featured-listings .es-listing,
	.vc-sold-listings .es-listing {
		display: block;
	}

	.vc-search-card .es-search__field {
		margin-bottom: 10px;
	}

	.vc-featured-listings .es-property,
	.vc-sold-listings .es-property {
		margin-bottom: 14px;
	}

	.vc-lower-grid {
		display: block;
		padding-bottom: 35px;
	}

	.vc-panel {
		margin-bottom: 16px;
	}
}

/* Estatik markup overrides: the parent theme uses article.properties cards
 * and renders search fields directly inside the form. */
.vc-search-card form {
	display: grid;
	grid-template-columns: repeat(5, minmax(160px, 1fr));
	align-items: end;
	gap: 12px;
	margin: 0;
}

.vc-search-card .es-search__wrapper {
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.vc-search-card form .es-search__field,
.vc-search-card form .es-search__buttons {
	box-sizing: border-box;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.vc-search-card form .es-search__buttons {
	display: flex;
	align-items: end;
	gap: 8px;
	min-width: 0;
	margin: 0;
}

.vc-search-card form .es-button__wrap {
	min-width: 0;
	flex: 1 1 auto;
}

.vc-search-card form .es-button {
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: 0 12px;
	border: 0;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
}

.vc-search-card form .es-button-gray {
	display: none;
}

.vc-search-card form .es-button-orange-corner {
	background: var(--vc-lime);
	color: #fff;
}

.vc-search-card form .es-search__messages {
	grid-column: 1 / -1;
}

.vc-featured-listings .es-wrap-header,
.vc-sold-listings .es-wrap-header,
.vc-featured-listings .es-view-option,
.vc-sold-listings .es-view-option,
.vc-featured-listings .es-dropdown-container,
.vc-sold-listings .es-dropdown-container {
	display: none;
}

.vc-featured-listings .es-listing,
.vc-sold-listings .es-listing {
	box-sizing: border-box;
	width: 100%;
}

.vc-featured-listings .es-listing > article.properties,
.vc-sold-listings .es-listing > article.properties {
	box-sizing: border-box;
	display: block !important;
	min-width: 0;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(14, 38, 72, .04);
}

.vc-featured-listings article.properties .es-property-inner,
.vc-sold-listings article.properties .es-property-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
}

.vc-featured-listings article.properties .es-property-thumbnail,
.vc-sold-listings article.properties .es-property-thumbnail {
	flex: 0 0 210px;
	height: 210px;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}

.vc-featured-listings article.properties .es-thumbnail,
.vc-sold-listings article.properties .es-thumbnail {
	height: 100%;
}

.vc-featured-listings article.properties .es-thumbnail-bg,
.vc-sold-listings article.properties .es-thumbnail-bg {
	width: 100%;
	height: 100%;
	transition: transform .25s ease;
}

.vc-featured-listings article.properties:hover .es-thumbnail-bg,
.vc-sold-listings article.properties:hover .es-thumbnail-bg {
	transform: scale(1.04);
}

.vc-featured-listings article.properties .es-property-description,
.vc-sold-listings article.properties .es-property-description {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 16px;
}

.vc-featured-listings article.properties .es-property-data,
.vc-sold-listings article.properties .es-property-data {
	padding: 0;
}

.vc-featured-listings article.properties .es-property-description h2,
.vc-sold-listings article.properties .es-property-description h2 {
	margin: 0 0 8px;
	padding: 0 !important;
	text-align: left !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.vc-featured-listings article.properties .es-property-description h2 a,
.vc-sold-listings article.properties .es-property-description h2 a {
	color: var(--vc-ink);
	text-decoration: none;
}

.vc-featured-listings article.properties .es-price,
.vc-sold-listings article.properties .es-price {
	display: block;
	margin: 0 0 8px;
	color: var(--vc-ink);
	font-size: 16px;
	font-weight: 800;
}

.vc-featured-listings article.properties .es-property-excerpt,
.vc-sold-listings article.properties .es-property-excerpt {
	display: none;
}

.vc-featured-listings article.properties .es-bottom-info,
.vc-sold-listings article.properties .es-bottom-info {
	margin-top: auto;
	padding: 0 16px 15px;
	background: transparent !important;
}

.vc-featured-listings article.properties .es-bottom-icons,
.vc-sold-listings article.properties .es-bottom-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: var(--vc-muted);
	font-size: 12px;
}

.vc-featured-listings article.properties .es-footer-hover,
.vc-sold-listings article.properties .es-footer-hover {
	display: none;
}

.vc-sold-listings .es-listing > article.properties {
	border-radius: 8px;
}

.vc-sold-listings article.properties .es-property-thumbnail {
	flex-basis: 105px;
	height: 105px;
}

.vc-sold-listings article.properties .es-property-description {
	padding: 9px;
}

.vc-sold-listings article.properties .es-property-description h2 {
	font-size: 12px;
}

.vc-sold-listings article.properties .es-price,
.vc-sold-listings article.properties .es-bottom-info {
	display: none;
}

@media (max-width: 1050px) {
	.vc-internal-search form,
	.vc-property-results .es-listing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.vc-page-container {
		width: min(100% - 32px, 620px);
		padding-top: 30px;
	}

	.vc-page-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 22px;
	}

	.vc-page-heading h1 {
		font-size: 34px;
	}

	.vc-internal-search form {
		display: block;
	}

	.vc-internal-search form .es-search__field,
	.vc-internal-search form .es-search__buttons {
		margin-bottom: 10px !important;
	}

	.vc-property-results .es-listing {
		display: block !important;
	}

	.vc-property-results .es-listing > article.properties {
		margin-bottom: 16px !important;
	}

	.vc-property-map {
		padding: 18px;
	}

	.vc-property-map__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.vc-mapbox {
		min-height: 440px;
	}

	.vc-single-layout {
		display: block;
	}

	.vc-single-sidebar {
		position: static;
		margin-top: 28px;
	}

	.vc-single-main .es-cat-price {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.vc-single-main .es-gallery-image img {
		height: 65vw;
		min-height: 220px;
	}
}

@media (max-width: 1050px) {
	.vc-search-card form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.vc-search-card form {
		display: block;
	}

	.vc-search-card form .es-search__field,
	.vc-search-card form .es-search__buttons {
		margin-bottom: 10px;
	}

	.vc-search-card form .es-search__buttons {
		display: flex;
	}

	.vc-featured-listings .es-listing,
	.vc-sold-listings .es-listing {
		display: block;
	}

	.vc-featured-listings .es-listing > article.properties,
	.vc-sold-listings .es-listing > article.properties {
		margin-bottom: 14px;
	}
}

/* Final property-detail overrides: keep the Estatik markup aligned with vc3. */
.vc-property-single-page .vc-detail-content .post__tabs-wrap {
	min-height: 0;
	display: block;
	margin: 0 0 30px;
	padding: 0;
	border-bottom: 1px solid var(--vc-line);
	background: transparent;
	overflow-x: auto;
}

.vc-property-single-page .vc-detail-content .post__tabs {
	display: flex;
	align-items: stretch;
	gap: 8px;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	transform: none;
	white-space: nowrap;
}

.vc-property-single-page .vc-detail-content .post__tabs li {
	margin: 0;
	padding: 0;
	background: transparent !important;
	list-style: none;
}

.vc-property-single-page .vc-detail-content .post__tabs a {
	display: block;
	margin: 0;
	padding: 0 12px 13px;
	border-bottom: 2px solid transparent;
	border-right: 0 !important;
	background: transparent !important;
	color: var(--vc-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.vc-property-single-page .vc-detail-content .post__tabs a:hover,
.vc-property-single-page .vc-detail-content .post__tabs a.active {
	border-bottom-color: var(--vc-lime);
	background: transparent;
	color: var(--vc-ink);
}

.vc-property-single-page .vc-detail-content .es-tabbed-item h2,
.vc-property-single-page .vc-detail-content .es-tabbed-item h3 {
	font-weight: 800;
}

@media (max-width: 760px) {
	.vc-property-single-page .vc-detail-content .post__tabs-wrap {
		margin-bottom: 24px;
	}

	.vc-property-single-page .vc-detail-content .post__tabs {
		gap: 4px;
	}

	.vc-property-single-page .vc-detail-content .post__tabs a {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 12px;
	}

	.vc-detail-gallery .post__gallery-image img {
		height: 65vw;
		min-height: 220px;
	}

	.vc-detail-gallery .post__gallery-image-pager .slick-slide,
	.vc-detail-gallery .post__gallery-image-pager .slick-slide[style] {
		height: 56px !important;
	}

	.vc-detail-summary h1,
	.vc-detail-summary .vc-detail-title {
		font-size: 30px;
	}
}

/* Cards do not render descriptions: remove the reserved flex space. */
.vc-featured-listings .es-listing,
.vc-sold-listings .es-listing,
.vc-property-results .es-listing {
	align-items: start;
}

.vc-featured-listings article.properties .es-property-inner,
.vc-sold-listings article.properties .es-property-inner,
.vc-property-results article.properties .es-property-inner {
	height: auto;
}

.vc-featured-listings article.properties .es-property-description,
.vc-sold-listings article.properties .es-property-description,
.vc-property-results article.properties .es-property-description {
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	justify-content: flex-start;
}

.vc-featured-listings article.properties .es-property-data,
.vc-sold-listings article.properties .es-property-data,
.vc-property-results article.properties .es-property-data {
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.vc-featured-listings article.properties .es-property-excerpt,
.vc-sold-listings article.properties .es-property-excerpt,
.vc-property-results article.properties .es-property-excerpt {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vc-featured-listings article.properties .es-bottom-info,
.vc-sold-listings article.properties .es-bottom-info,
.vc-property-results article.properties .es-bottom-info {
	position: static !important;
	flex: 0 0 auto !important;
	margin-top: 0;
}

/* Shared internal pages -------------------------------------------------- */
.vc-content-page .vc-page-heading {
	margin-bottom: 30px;
}

/* The parent theme applies a 50px radius to several legacy controls. The
 * child layout uses compact rectangular controls consistently. */
body.vc-home-body .theme-button,
body.vc-home-body .theme-button-light,
body.vc-home-body .btn-load-more,
body.vc-home-body .widget-button a,
body.vc-home-body .es-button.es-button-orange-corner,
body.vc-home-body .es-request-widget-wrap input[type="submit"],
body.vc-home-body .es-request-widget-wrap button,
body.vc-home-body .es_calc_container .es_calc_form input.es_calc_submit,
body.vc-home-body .sow-submit,
body.vc-home-body .es-login__wrap .es-submit__wrap input,
body.vc-home-body .es-agent-register__wrap .es-field .es-field__content input[type="submit"],
body.vc-page-body .theme-button,
body.vc-page-body .theme-button-light,
body.vc-page-body .btn-load-more,
body.vc-page-body .widget-button a,
body.vc-page-body .es-button.es-button-orange-corner,
body.vc-page-body .es-request-widget-wrap input[type="submit"],
body.vc-page-body .es-request-widget-wrap button,
body.vc-page-body .es_calc_container .es_calc_form input.es_calc_submit,
body.vc-page-body .sow-submit,
body.vc-page-body .es-login__wrap .es-submit__wrap input,
body.vc-page-body .es-agent-register__wrap .es-field .es-field__content input[type="submit"] {
	border-radius: 6px !important;
}

.vc-content-card {
	box-sizing: border-box;
	width: 100%;
	padding: clamp(22px, 4vw, 48px);
	border: 1px solid var(--vc-line);
	border-radius: var(--vc-radius);
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
	color: var(--vc-ink);
	font-size: 16px;
	line-height: 1.7;
}

.vc-content-card > :first-child {
	margin-top: 0;
}

.vc-content-card > :last-child {
	margin-bottom: 0;
}

.vc-content-card h2,
.vc-content-card h3 {
	color: var(--vc-ink);
	line-height: 1.2;
}

.vc-content-card h2 {
	margin: 34px 0 14px;
	font-size: clamp(21px, 2.2vw, 28px);
}

.vc-content-card h3 {
	margin: 24px 0 10px;
	font-size: 20px;
}

.vc-content-card a {
	color: var(--vc-navy);
}

.vc-content-card input[type="text"],
.vc-content-card input[type="email"],
.vc-content-card input[type="tel"],
.vc-content-card input[type="number"],
.vc-content-card input[type="date"],
.vc-content-card textarea,
.vc-content-card select {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
}

.vc-content-card input[type="submit"],
.vc-content-card button,
.vc-content-card .theme-button,
.vc-content-card .wpforms-submit {
	border: 0;
	border-radius: 6px;
	background: var(--vc-lime) !important;
	color: #fff !important;
	font-weight: 800;
}

.vc-content-card .wpforms-container {
	max-width: 760px;
	margin: 0 auto;
}

.vc-content-card .wpforms-field-label {
	color: var(--vc-ink);
	font-weight: 700;
}

.vc-content-card .wpforms-field input[type="text"],
.vc-content-card .wpforms-field input[type="email"],
.vc-content-card .wpforms-field input[type="tel"],
.vc-content-card .wpforms-field input[type="number"],
.vc-content-card .wpforms-field input[type="date"],
.vc-content-card .wpforms-field input[type="url"],
.vc-content-card .wpforms-field input[type="password"],
.vc-content-card .wpforms-field textarea,
.vc-content-card .wpforms-field select {
	width: 100%;
}

/* The existing form pages contain a heading before the WPForms block. The
 * page shell supplies the single visual heading above the card. */
.vc-sell-page .vc-content-card > h2:first-child,
.vc-sell-land-page .vc-content-card > h2:first-child {
	display: none;
}

.vc-sell-page .vc-content-card .wpforms-container,
.vc-sell-land-page .vc-content-card .wpforms-container {
	margin-top: 0;
}

.vc-sell-page .wpforms-container {
	max-width: 860px;
}

.vc-sell-page .vc-sell-steps-progress {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 auto 34px;
	padding: 0;
	list-style: none;
}

.vc-sell-page .vc-sell-steps-progress li {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--vc-line);
	color: var(--vc-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.vc-sell-page .vc-sell-steps-progress li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #eef1f4;
	color: var(--vc-muted);
	font-size: 11px;
}

.vc-sell-page .vc-sell-steps-progress li.is-active,
.vc-sell-page .vc-sell-steps-progress li.is-complete {
	border-bottom-color: var(--vc-lime);
	color: var(--vc-ink);
}

.vc-sell-page .vc-sell-steps-progress li.is-active span,
.vc-sell-page .vc-sell-steps-progress li.is-complete span {
	background: var(--vc-lime);
	color: #fff;
}

.vc-sell-page .vc-sell-step[hidden] {
	display: none;
}

.vc-sell-page .vc-sell-step-heading {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 24px;
}

.vc-sell-page .vc-sell-step-number {
	flex: 0 0 auto;
	padding-top: 2px;
	color: var(--vc-lime);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}

.vc-sell-page .vc-sell-step-heading h2 {
	margin: 0 0 6px;
	font-size: clamp(21px, 2.2vw, 28px);
}

.vc-sell-page .vc-sell-step-heading p {
	margin: 0;
	color: var(--vc-muted);
	font-size: 13px;
	line-height: 1.5;
}

.vc-sell-page .vc-sell-step .wpforms-field-container {
	margin: 0;
}

.vc-sell-page .vc-sell-step-actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 24px;
}

.vc-sell-page .vc-sell-step-button {
	min-width: 130px;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid var(--vc-lime);
	border-radius: 6px;
	background: var(--vc-lime);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.vc-sell-page .vc-sell-step-button:hover,
.vc-sell-page .vc-sell-step-button:focus-visible {
	background: #789f10;
	border-color: #789f10;
	color: #fff;
}

.vc-sell-page .vc-sell-step-back {
	border-color: var(--vc-line);
	background: #fff;
	color: var(--vc-ink);
}

.vc-sell-page .vc-sell-step-back:hover,
.vc-sell-page .vc-sell-step-back:focus-visible {
	border-color: var(--vc-navy);
	background: #fff;
	color: var(--vc-navy);
}

.vc-sell-page .vc-sell-step .wpforms-submit-container {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
	padding: 0;
}

.vc-sell-page .vc-sell-step .wpforms-submit {
	min-width: 130px;
	min-height: 42px;
	margin: 0;
	cursor: pointer;
}

.vc-contact-page .vc-content-card iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 380px;
	margin: 0 0 34px;
	border: 0;
	border-radius: 8px;
}

.vc-contact-page .vc-content-card .wpforms-container {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.vc-advanced-search-page .vc-content-card {
	padding: clamp(18px, 3vw, 34px);
}

.vc-advanced-search-page .vc-content-card .panel-layout,
.vc-advanced-search-page .vc-content-card .panel-grid,
.vc-advanced-search-page .vc-content-card .panel-grid-cell,
.vc-advanced-search-page .vc-content-card .so-panel {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vc-advanced-search-page .vc-content-card .es-search__wrapper {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.vc-advanced-search-page .vc-content-card .es-search__wrapper form {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	align-items: end;
	gap: 16px;
}

.vc-advanced-search-page .vc-content-card .es-search__field,
.vc-advanced-search-page .vc-content-card .es-search__buttons {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.vc-advanced-search-page .vc-content-card .es-search__field .es-field__wrap > input,
.vc-advanced-search-page .vc-content-card .es-search__field .es-field__wrap > select,
.vc-advanced-search-page .vc-content-card .es-search__field .es-field__range input,
.vc-advanced-search-page .vc-content-card .es-search__field .select2-container .select2-selection {
	box-sizing: border-box;
	height: 46px !important;
	min-height: 46px !important;
	border: 1px solid var(--vc-line) !important;
	border-radius: 6px !important;
	background: #fff !important;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-container {
	width: 100% !important;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--single {
	display: flex;
	align-items: center;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--multiple {
	display: flex;
	align-items: center;
	overflow-y: auto;
	padding: 2px 7px !important;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 0 !important;
	line-height: 1.2;
}

.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--multiple .select2-search--inline,
.vc-advanced-search-page .vc-content-card .es-search__field .select2-selection--multiple .select2-search__field {
	height: 32px;
	margin: 0 !important;
}

.vc-advanced-search-page .vc-content-card .es-search__buttons {
	grid-column: 1 / -1;
	justify-content: flex-start;
}

.vc-advanced-search-page .vc-content-card .es-button {
	min-width: 180px;
	border: 0;
	border-radius: 6px;
	background: var(--vc-lime);
	color: #fff;
	font-weight: 800;
}

/* Keep every search control at the same height. Estatik hides the original
 * location select and displays a Select2 control in its place, so styling the
 * native select alone leaves fields such as "Seleziona comune" visibly lower. */
.vc-internal-search form .es-field__wrap > input,
.vc-internal-search form .es-field__wrap > select,
.vc-internal-search form .es-field__range input,
.vc-search-card form .es-field__wrap > input,
.vc-search-card form .es-field__wrap > select,
.vc-search-card form .es-field__range input,
.vc-advanced-search-page .vc-content-card .es-field__wrap > input,
.vc-advanced-search-page .vc-content-card .es-field__wrap > select,
.vc-advanced-search-page .vc-content-card .es-field__range input {
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
	color: var(--vc-ink);
	font-size: 14px;
	line-height: normal;
}

.vc-internal-search form .es-field__wrap,
.vc-search-card form .es-field__wrap,
.vc-advanced-search-page .vc-content-card .es-field__wrap,
.vc-internal-search form .es-field__range,
.vc-search-card form .es-field__range,
.vc-advanced-search-page .vc-content-card .es-field__range {
	min-width: 0;
	width: 100%;
}

.vc-internal-search form .es-field__range,
.vc-search-card form .es-field__range,
.vc-advanced-search-page .vc-content-card .es-field__range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.vc-internal-search form .select2-container,
.vc-search-card form .select2-container,
.vc-advanced-search-page .vc-content-card .select2-container {
	width: 100% !important;
}

.vc-internal-search form .select2-container .select2-selection--single,
.vc-search-card form .select2-container .select2-selection--single,
.vc-advanced-search-page .vc-content-card .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 46px;
	min-height: 46px;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
}

.vc-internal-search form .select2-selection--single .select2-selection__rendered,
.vc-search-card form .select2-selection--single .select2-selection__rendered,
.vc-advanced-search-page .vc-content-card .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
}

.vc-internal-search form .select2-selection--single .select2-selection__arrow,
.vc-search-card form .select2-selection--single .select2-selection__arrow,
.vc-advanced-search-page .vc-content-card .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.vc-internal-search form .select2-container .select2-selection--multiple,
.vc-search-card form .select2-container .select2-selection--multiple,
.vc-advanced-search-page .vc-content-card .select2-container .select2-selection--multiple {
	box-sizing: border-box;
	min-height: 46px;
	padding: 5px 8px;
	border: 1px solid var(--vc-line);
	border-radius: 6px;
	background: #fff;
}

.vc-services-page .vc-content-card .servizi-page {
	font-size: 16px;
	line-height: 1.75;
}

.vc-services-page .vc-content-card .servizi-page h2 {
	margin-top: 42px;
	padding-left: 16px;
	border-left: 4px solid var(--vc-lime);
	font-size: clamp(20px, 2.3vw, 27px);
}

.vc-services-page .vc-content-card .separatore {
	height: 1px;
	margin: 38px 0 0;
	background: var(--vc-line);
	font-size: 0;
}

.vc-services-page .vc-content-card .compila-modulo {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	margin-top: 18px;
	padding: 0 18px;
	border-radius: 6px;
	background: var(--vc-lime);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none;
}

.vc-services-page .vc-content-card .compila-modulo:hover {
	background: var(--vc-navy);
}

@media (max-width: 760px) {
	.vc-page-container {
		width: min(100% - 30px, 620px);
		padding-top: 28px;
		padding-bottom: 50px;
	}

	.vc-page-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.vc-content-card {
		padding: 22px 18px;
		font-size: 15px;
	}

	.vc-contact-page .vc-content-card iframe {
		min-height: 300px;
	}

	.vc-advanced-search-page .vc-content-card .es-search__wrapper form {
		display: block;
	}

	.vc-advanced-search-page .vc-content-card .es-search__field,
	.vc-advanced-search-page .vc-content-card .es-search__buttons {
		margin-bottom: 14px !important;
	}

	.vc-advanced-search-page .vc-content-card .es-button {
		width: 100%;
	}

	.vc-mortgage-summary dl {
		grid-template-columns: 1fr;
	}

	.vc-sell-page .vc-sell-steps-progress {
		gap: 6px;
		margin-bottom: 26px;
	}

	.vc-sell-page .vc-sell-steps-progress li {
		gap: 5px;
		font-size: 9px;
	}

	.vc-sell-page .vc-sell-steps-progress li span {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
		font-size: 10px;
	}

	.vc-sell-page .vc-sell-step-heading {
		gap: 10px;
		margin-bottom: 20px;
	}

	.vc-sell-page .vc-sell-step-actions,
	.vc-sell-page .vc-sell-step .wpforms-submit-container {
		justify-content: stretch;
	}

	.vc-sell-page .vc-sell-step-button,
	.vc-sell-page .vc-sell-step .wpforms-submit {
		flex: 1 1 0;
		min-width: 0;
	}
}
