/*******************************************************
 *
 * General
 *
 *******************************************************/
.listing-module-page #inner-page-wrapper .container:not(.container-theme-filter) {
    width: 100%;
}
.listing-module-page .container-theme-filter {
	margin-top: 25px;
}
/*pagination */
#listings-results .listings-pagination {
    position: relative;
    margin-top: 81px;
}
#listings-results .listings-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}
#listings-results .listings-pagination ul li {
    display: block;
    margin: 2px;
    padding: 0;
}
#listings-results .listings-pagination ul li a,
#listings-results .listings-pagination ul li.active span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--aios-listing-primary-color);
    text-decoration: none;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #cecece;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active,
#listings-results .listings-pagination ul li a:hover,
#listings-results .listings-pagination ul li.active span {
    color: #fff;
    border-color: var(--aios-listing-primary-color);
    background: var(--aios-listing-primary-color);
}
#listings-results .listings-pagination ul li.active{
    margin-top: 4px;
}
#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active,
#listings-results .listings-pagination ul li.active span {
    cursor: not-allowed;
}
#listings-results .listings-pagination ul li.ellipsis a {
    pointer-events: none;
    cursor: text;
}
.listings-footer.type-1{
    display: flex;
    justify-content: space-between
}

/* NEW */
.home-properties-slides.active {
    display: flex;
    flex-wrap: wrap;
}
.home-properties-item {
    display: block !important;
    position: relative;
    width: 50%;
}
.home-properties-item-base {
    position: relative;
    background-color: #000000;
    overflow: hidden;
}
.home-properties-item-base img {
    opacity: .8;
    transition: var(--transition-image-filter);
}
.home-properties-item:hover .home-properties-item-base img {
    filter: grayscale(100%);
}
.home-properties-item-base-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: max(1.875vw, 15px);
    bottom: max(2.438vw, 15px);
    z-index: 1;
    color: var(--secondary-text-color);
    transition: var(--transition-opacity);
}
.home-properties-item:hover .home-properties-item-base-text {
    /* opacity: 0; */
}
.home-properties-item-base-text strong {
    font-size: max(3.125vw, 20px);
    font-weight: 400 !important;
    text-shadow: -1px 2px 2px #000000;
}
.home-properties-item-base-text span {
    margin-top: max(0.75vw, 15px);
}
.home-properties-item-details {
    display: flex;
    flex-direction: column;
    opacity: 0;
    z-index: 1;
    transition: var(--transition-opacity);
    text-transform: uppercase;
}
.home-properties-item:hover .home-properties-item-details {
    opacity: 1;
}
.home-properties-item-details::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--background-color);
    opacity: .8;
}
.home-properties-item-details-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 77.5%;
    text-align: center;
    display: none;
}
.home-property-price {
    font-size: max(3.125vw, 25px);
}
.home-property-address {
    font-size: max(1.25vw, 18px);
    margin-top: 1.438vw;
    line-height: 1.7;
}
.home-property-address > span {
    display: block;
}
.home-property-beds {
    font-size: max(0.938vw, 15px);
    margin-top: 1.688vw;
}
.home-property-baths {
    font-size: max(0.938vw, 15px);
    margin-top: 0.875vw;
}
.home-properties-item-details-button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    border-top: solid 1px var(--background-color-darker);
    height: 22.5%;
    margin-top: auto;
    padding-right: 35px;
    text-shadow: -1px 2px 2px #000000;
}
.home-properties-item-details-button a {
    font-size: max(0.875vw, 14px);
    letter-spacing: .4em;
    text-transform: uppercase;
    color: var(--secondary-background-color) !important;
}
.home-properties-item-base-title {
    position: absolute;
    top: 0;
    z-index: 5;
    padding: max(2vw , 18px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.7;
}
span.home-properties-status {
    background: #20233e;
    color: #ebcb46;
    font-size: max(1.25vw , 14px);
    text-transform: uppercase;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    white-space: nowrap;
}
.home-properties-item-base-title strong {
    color: #fff;
    font-family: var(--font-family-default);
    font-size: max(1.375vw, 32px);
    font-weight: 400 !important;
    text-shadow: -1px 2px 2px #000000;
}
.home-properties-item-base-title strong span{
    display: block;
}

.home-properties-item:hover .home-properties-item-base-title {
    /* opacity: 0;
    visibility: hidden; */
}
.home-properties-item:hover .home-properties-item-base-title .home-properties-status{
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 991px) {
	.home-properties-item {
        width: 100%;
    }
}

.home-properties-slides {
    display: flex;
    flex-wrap: wrap;
}

.home-properties-item {
    display: block !important;
    position: relative;
    width: 50%;
}

.home-properties-password-protected {
    position: relative;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 35vw;
}

.password-protected-left {
    width: 51.656%;
}

.password-protected-img {
    max-width: 420px;
    margin: 0 auto;
}

.password-protected-img img {
	height: auto;
    object-fit: cover;
}

.password-protected-right {
    width: 48.344%;
    text-align: center;
    padding: 0 15px;
}

.password-protected-label {
    font-size: 40px;
    font-weight: 700;
    color: #af823e;
    text-transform: uppercase;
    max-width: 330px;
    margin: 0 auto 50px;
}

.password-protected-form {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.password-protected-field {
    display: block;
    margin-bottom: 50px;
}

.password-protected-field label {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #af823e;
    margin-bottom: 15px;
}

.password-protected-field input {
    width: 100%;
    height: 51px;
    background: #000;
    color: #af823e;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2em;
    border: none;
    border-radius: 10px;
    background: url(https://cdn.agentimagehosting.com/ULTQF3IlTnWgepsrX1kny/wp-content/uploads/2025/10/07123218/field-border.png) center/100% 100% no-repeat;
    padding: 0 10px;
    outline: none;
    transition: var(--transition-all);
}

.password-protected-field input[type="submit"]:hover {
	background: #af823e;
	color: #fff;
}

.password-protected-price {
    font-size: 47px;
    font-family: var(--font-family-title);
    letter-spacing: 0.075em;
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum";
    color: #af823e;
}

.password-protected-logo {
    max-width: 118px;
    margin: 30px auto 0;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
	.home-properties-password-protected {
	    padding: 0.94vw;
	}

	.password-protected-img {
	    max-width: 26.25vw;
	}

	.password-protected-label {
	    font-size: 2.5vw;
	    margin-bottom: 3.13vw;
        max-width: 20.63vw;
	}

	.password-protected-form {
	    max-width: 12.5vw;
	}

	.password-protected-right {
	    padding: 0 0.94vw;
	}

	.password-protected-field {
	    margin-bottom: 3.13vw;
	}

	.password-protected-field label {
	    font-size: 1.25vw;
	    margin-bottom: 0.94vw;
	}

	.password-protected-field input {
	    height: 3.19vw;
	    font-size: 0.94vw;
	    border-radius: 0.63vw;
	    padding: 0 0.63vw;
	}

	.password-protected-price {
	    font-size: 2.94vw;
	}

	.password-protected-logo {
	    max-width: 7.38vw;
	    margin: 1.88vw auto 0;
	}
}

@media only screen and (max-width: 991px) {
	.home-properties-item {
	    width: 100%;
	}

	.home-properties-password-protected {
		gap: 30px;
	    height: auto;
	}

	.password-protected-right {
	    padding-top: 0;
	}

	.home-properties-password-protected > div {
		width: 100%;
	}

	.password-protected-logo {
	    margin: 10px auto 30px;
	}
}