/*
Theme Name: Propertya Child – Livingwell Fix
Description: Update-safe performance, Elementor publishing and property archive fixes for Propertya.
Author: Livingwell Realties
Version: 1.1.3
Template: propertya
Text Domain: propertya-child
*/

/* Add site-specific CSS below this line. */

.livingwell-property-archive { background: #f1f3f8; padding: 55px 0 75px; }
.livingwell-property-archive__container {
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0;
	padding-right: 0;
	width: 100% !important;
}
.livingwell-property-archive__container > .row { margin-left: 0; margin-right: 0; }
.livingwell-property-search-column { padding-left: 24px; }
.livingwell-property-sidebar-column { padding-right: 24px; }
.livingwell-search-panel,
.livingwell-property-sidebar .sidebar-widget,
.livingwell-sidebar-placeholder { background: #fff; border: 1px solid #e5e8ef; margin-bottom: 25px; padding: 24px; }
.livingwell-search-panel .widget-heading,
.livingwell-property-sidebar .widget-heading { margin-bottom: 22px; }
.livingwell-search-panel .form-group { margin-bottom: 14px; }
.livingwell-search-panel__reset { display: block; margin-top: 14px; text-align: center; }
.livingwell-property-results .filter-sorting-bar { background: #fff; border: 1px solid #e5e8ef; margin-bottom: 25px; min-height: 72px; padding: 16px 20px; }
.livingwell-property-results .filter-sorting-bar h4 { margin: 0; }

.livingwell-property-archive__grid > [class*="col-"] {
	margin-bottom: 30px;
}
.livingwell-property-archive__grid .card { height: 100%; }
.livingwell-property-archive__pagination ul { display: flex; gap: 8px; justify-content: center; list-style: none; padding: 15px 0 0; }

.livingwell-property-archive__empty {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 35px;
	text-align: center;
}

@media (max-width: 1199px) {
	.livingwell-property-sidebar { margin-top: 30px; }
}
@media (max-width: 767px) {
	.livingwell-property-archive__container { padding-left: 0; padding-right: 0; }
	.livingwell-property-search-column,
	.livingwell-property-sidebar-column { padding-left: 15px; padding-right: 15px; }
	.livingwell-property-results { margin-top: 25px; }
}
