/* Custom AIOS listings main page */
:root { --ip-primary-color: #0b1f52; --gold: #BBA051; }
#inner-page-wrapper .inner-page-container.max-container { padding: 0 !important; max-width: 100% !important; }
#breadcrumbs { position: absolute; bottom: 0; color: #fff; width: 100%; z-index: 3; padding: 12px 6.25% 24px; }
.listingsSlideshow { position: relative; font-size: 0; width: 100%; }
.listingsSlideshow .listingsBanner { width: 100%; position: relative; font-size: 0; }
.listingsSlideshow .listingsBanner canvas { width: 100%; height: 100%; background-size: cover !important; background-position: center !important; }
.listingsSlideshow .listingsBanner:after { content: ""; position: absolute; pointer-events: none; inset: 0; background: #00000080; z-index: 2; }
.listingsContent.bg-cream { background: #fff9f3; }
.listingsContent__wrap { padding: 60px 6.25% 20px; }
.listingsContent__container { max-width: 1600px; margin: 0 auto; }
.listingContent__texts { text-align: center; max-width: 900px; margin: 20px auto 0; }
.ipListingsResults__empty { width: 100%; padding: 60px 20px; text-align: center; color: #4b5675; font-size: 16px; }
.ipListingsResults__list.is-loading { opacity: 0.55; pointer-events: none; }
.ipListingsResults__load-more { width: 100%; display: flex; justify-content: center; margin: 10px 0 40px; }
.ipListingsResults__load-more button { border: none; background: #0b1f52; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.1em; border-radius: 4px; padding: 14px 28px; cursor: pointer; }
.ipListingsResults__load-more button:hover { background: #BBA051; }
.ipListingsResults__item--status span.lease { background: #152b6e; color: #fff; }
.ipListingsResults__item--status span.undercontract { background: #b45309; color: #fff; }
.ipListingsResults__item--status span.sold { background: #6b7280; color: #fff; }
.inner-page-container.max-container.top-template h1.entry-title{
    display: none;
}
/*
 * Template Name: Properties Template
 */
:root {
    --ip-primary-color: #0b1f52;
}

.ipBanner {
    position: relative;
}

.listings-main {
    display: none;
}

#content-full {
    min-height: unset;
    padding-bottom: 20px;
}

#inner-page-wrapper {
    z-index: unset;
}

#inner-page-wrapper>.max-container {
    padding: 0;
}

#main-wrapper {
    overflow: unset;
}

.ipListingsResults {
    padding: 10px 10px;
}

.ipListingsResults__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ipListingsResults__inner--left {
    width: 19.24%;
    border: 1px solid #f0f0f0;
    position: sticky;
    top: 90px;
}

.ipListingsResults__inner--right {
    width: 79.75%;
}

.ipListingsResults__filter--item {
    border: 1px solid #f0f0f0;
    border-right: none;
    border-left: none;
    border-top: none;
}

.ipListingsResults__filter--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 13px;
    cursor: pointer;
}

.ipListingsResults__filter--header.default {
    background: #f0f2f8;
    border-top: none;
    border-bottom: none;
}

.ipListingsResults__filter--header--title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ip-primary-color);
}

.ipListingsResults__filter--header--clear {
    line-height: 1;
}

.ipListingsResults__filter--header--clear button {
    font-size: 12px;
    font-weight: 700;
    color: var(--gold);
    background: none;
    outline: none;
    border: none;
    transition: var(--default-transition);
    padding: 0;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
}

.ipListingsResults__filter--header--clear button:hover {
    color: var(--ip-primary-color);
}

.ipListingsResults__filter--content {
    padding: 12px;
    display: none;
}

.ipListingsResults__filter--content.default {
    display: block;
}

.ipListingsResults__filter--field--main {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #faf8f4;
    border-radius: 4px;
    padding: 10px 10px;
    border: 1px solid #d8dae0;
}

.ipListingsResults__filter--field--main>span {
    color: var(--ip-primary-color);
    font-size: 16px;
}

.ipListingsResults__filter--field--main input {
    font-size: 13px;
    color: #6a7185;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    width: 100%;
}

.ipListingsResults__filter--header--caret {
    border-top: 5px solid var(--ip-primary-color);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid transparent;
    transition: var(--default-transition);
}

.ipListingsResults__filter--field.btn-checkbox {
    display: flex;
    flex-flow: wrap;
    gap: 8px 5px;
}

.ipListingsResults__filter--field.btn-checkbox label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    color: #4b5675;
    background: #faf8f4;
    border: 1px solid #d7d8dc;
    padding: 5px 10px;
    border-radius: 11px;
    transition: var(--default-transition);
    cursor: pointer;
}

.ipListingsResults__filter--field.btn-checkbox.light label {
    background: #fff;
    border-color: #d7d8dc;
}

.ipListingsResults__filter--field.btn-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.ipListingsResults__filter--field.btn-checkbox label:has(input:checked) {
    background: #f8f0d8;
    border-color: var(--gold);
    color: var(--ip-primary-color);
}

.ipListingsResults__filter--field.list-checkbox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ipListingsResults__filter--field.list-checkbox label {
    font-size: 13px;
    color: #4b5675;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ipListingsResults__filter--field.list-checkbox label:has(span em) {
    align-items: flex-start;
    line-height: 1.6em;
}

.ipListingsResults__filter--field.list-checkbox label:has(span em) input {
    margin-top: 3px;
}

.ipListingsResults__filter--field.list-checkbox label span:has(em) {
    display: flex;
    gap: 5px;
}

.ipListingsResults__filter--field.list-checkbox label em {
    font-style: normal;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
}

.ipListingsResults__filter--field.list-checkbox input {
    margin: 0;
}

.ipListingsResults__filter--btn--wrap {
    padding: 26px 12px;
}

.ipListingsResults__filter--btn {
    width: 100%;
    border: none;
    background: var(--ip-primary-color);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 4px;
    padding: 12px 10px;
    transition: var(--default-transition);
}

.ipListingsResults__filter--btn:hover {
    background: var(--gold);
}

.ipListingsResults__list {
    display: flex;
    flex-flow: wrap;
    margin: -3px;
}

.ipListingsResults__item {
    width: 33.3333333333%;
    padding: 3px;
    margin-bottom: 25px;
}

.ipListingsResults__item--inner {
    position: relative;
    border: 1px solid #eaeaea;
}

.ipListingsResults__item--img {
    background: var(--ip-primary-color);
    position: relative;
}

.ipListingsResults__item--img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.ipListingsResults__item--img canvas {
    width: 100%;
    height: auto;
}

.ipListingsResults__item--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ipListingsResults__item--status {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 4px;
    z-index: 1;
}

.ipListingsResults__item--status span {
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.ipListingsResults__item--status span.forsale {
    background: #008852;
    color: #fff;
}

.ipListingsResults__item--address {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}

.ipListingsResults__item--address span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.ipListingsResults__item--btns {
    display: flex;
    padding: 14px 13px;
    gap: 3px;
}

.ipListingsResults__item--btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3333333333%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #cbcbcb;
    transition: var(--default-transition);
}

.ipListingsResults__item--btns a.viewdetails {
    background: var(--gold);
    border-color: var(--gold);
}

.ipListingsResults__item--btns a:hover {
    background: var(--ip-primary-color);
    color: #fff;
    border-color: var(--ip-primary-color);
}

.sf-range {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 17px;
}

.sf-range__labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 700;
    color: var(--gold);
}

.sf-range .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background: #e6e8ed;
}

.sf-range .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid #fff;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1));
    outline: none !important;
}

.aiosp-content.aios-popup-body:has(.ipListingsPopup__item) {
    width: calc(100% - 15px);
    max-width: 1052px;
    padding: 0;
}

.aiosp-content.aios-popup-body:has(.ipListingsPopup__item) .aiosp-close {
    opacity: 0;
}

.ipListingsPopup {
    position: relative;
}

.ipListingsPopup__item {
    position: relative;
}

.ipListingsPopup__wrap {
    display: flex;
}

.ipListingsPopup__left {
    width: 67.87%;
}

.ipListingsPopup__right {
    padding: 25px 25px;
    width: 32.13%;
    background: #f4f6fa;
}

.ipListingsPopup__slick {
    position: relative;
}

.ipListingsPopup__slick--wrap {
    position: relative;
}

.ipListingsPopup__slick--item {
    position: relative;
}

.ipListingsPopup__slick--img {
    background: #d5d5d5;
}

.ipListingsPopup__slick--img canvas {
    display: block;
}

.ipListingsPopup__slick--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ipListingsPopup__slick--status {
    position: absolute;
    bottom: 26px;
    left: 47px;
    background: #152b6e;
    color: #fff;
    padding: 10px 9px;
    font-size: 13px;
    text-transform: uppercase;
}

.ipListingsPopup__left--inner {
    padding: 25px 30px;
}

.ipListingsPopup__addressRate {
    display: flex;
    justify-content: space-between;
}

.ipListingsPopup__address {
    font-size: 20px;
    color: var(--ip-primary-color);
    font-weight: 700;
}

.ipListingsPopup__address span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.ipListingsPopup__rate {
    font-size: 20px;
    color: var(--ip-primary-color);
    font-weight: 700;
}

.ipListingsPopup__rate span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: right;
    color: #a3b0d1;
    text-transform: uppercase;
}

.ipListingsPopup__specs {
    display: flex;
    border: 1px solid #d0d4dd;
    margin: 25px 0 17px;
    flex-flow: wrap;
}

.ipListingsPopup__specs li {
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-right: 1px solid #d0d4dd;
}

.ipListingsPopup__specs li:last-child {
    border-right: none;
}

.ipListingsPopup__specs--inner {
    font-size: 18px;
    font-weight: 700;
    color: var(--ip-primary-color);
    text-align: center;
}

.ipListingsPopup__specs--inner span {
    display: block;
    font-size: 12px;
    color: #a3b0d1;
    text-transform: uppercase;
    margin-top: 5px;
}

.ipListingsPopup__tabs {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    position: relative;
    padding-bottom: 2px;
}

.ipListingsPopup__tabs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #d0d4dd;
}

.ipListingsPopup__tab {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #4b5675;
    font-weight: 700;
    padding: 12px 17px;
}

.ipListingsPopup__tab::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: var(--gold);
    transition: var(--default-transition);
    opacity: 0;
}

.ipListingsPopup__tab.active::after,
.ipListingsPopup__tab:hover::after {
    opacity: 1;
}

.ipListingsPopup__content--features--title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.ipListingsPopup__content {
    color: #4b5675;
    font-size: 14px;
    line-height: 1.714;
    display: none;
}

.ipListingsPopup__content.active {
    display: block;
}

.ipListingsPopup__content--desc {
    color: #4b5675;
    font-size: 14px;
    line-height: 1.714;
    margin: 21px 0;
}

.ipListingsPopup__content--features {
    margin: 25px 0 30px;
}

.ipListingsPopup__suites {
    margin: 28px 0 10px;
}

.ipListingsPopup__suites--header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ipListingsPopup__suites--title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold);
}

.ipListingsPopup__suites--count {
    font-size: 12px;
    font-weight: 600;
    color: #4b5675;
}

.ipListingsPopup__suites--list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ipListingsPopup__suites--card {
    border: 1px solid #d0d4dd;
    border-radius: 6px;
    background: #fff;
    padding: 14px 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ipListingsPopup__suites--card.is-available {
    border-color: #c9d6c5;
    box-shadow: 0 1px 0 rgba(11, 31, 82, 0.04);
}

.ipListingsPopup__suites--card.is-leased,
.ipListingsPopup__suites--card.is-sold {
    background: #f7f8fa;
    opacity: 0.88;
}

.ipListingsPopup__suites--card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.ipListingsPopup__suites--suite {
    font-size: 16px;
    font-weight: 700;
    color: #0b1f52;
    line-height: 1.2;
}

.ipListingsPopup__suites--card.is-leased .ipListingsPopup__suites--suite,
.ipListingsPopup__suites--card.is-sold .ipListingsPopup__suites--suite {
    color: #6b7280;
}

.ipListingsPopup__suites--meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ipListingsPopup__suites--meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ipListingsPopup__suites--meta-item span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4b5675;
}

.ipListingsPopup__suites--meta-item strong {
    font-size: 14px;
    font-weight: 600;
    color: #0b1f52;
    word-break: break-word;
}

.ipListingsPopup__suites--card.is-leased .ipListingsPopup__suites--meta-item strong,
.ipListingsPopup__suites--card.is-sold .ipListingsPopup__suites--meta-item strong {
    color: #6b7280;
}

.ipListingsPopup__suites--badge {
    display: inline-block;
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 999px;
    padding: 5px 9px;
    line-height: 1.2;
    white-space: nowrap;
}

.ipListingsPopup__suites--badge-available {
    background: #e8f5e9;
    color: #1b5e20;
}

.ipListingsPopup__suites--badge-leased {
    background: #e8eefc;
    color: #152b6e;
}

.ipListingsPopup__suites--badge-sold {
    background: #eceff1;
    color: #455a64;
}

.ipListingsPopup__content--features ul {
    -moz-column-count: 2;
    column-count: 2;
    max-width: 400px;
}

.ipListingsPopup__content--features ul li {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    gap: 7px;
}

.ipListingsPopup__content--features ul li::before {
    position: relative;
    content: "";
    display: block;
    background-image: url(https://cdn.agentimagehosting.com/Oxq16a3EWvpnTQfzNBBnn/2026/07/15104813/icon-check.png);
    width: 13px;
    height: 11px;
    margin-top: 5px;
}

.ipListingsPopup__content--specs--row {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    align-items: flex-start;
    border-bottom: 1px solid #d0d4dd;
    line-height: 1;
}

.ipListingsPopup__content--specs--row:last-child {
    border: none;
}

.ipListingsPopup__content--specs--label {
    color: #a3b0d1;
    font-weight: 600;
    font-size: 13px;
    min-width: 100px;
    margin-right: 10px;
}

.ipListingsPopup__content--specs--value {
    color: #4b5675;
    font-weight: 600;
    font-size: 13px;
    text-align: right;
}

.ipListingsPopup__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #676f8c;
    z-index: 5555;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--default-transition);
    color: #c4c6cd;
    font-size: 11px;
}

.ipListingsPopup__close:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
}

.ipListingsPopup__agent {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ipListingsPopup__agent::before {
    position: absolute;
    content: "";
    width: calc(100% + 50px);
    height: calc(100% + 25px);
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #070f2e;
    z-index: -1;
}

.ipListingsPopup__agent--item {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ipListingsPopup__agent--item + .ipListingsPopup__agent--item {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ipListingsPopup__agent--wrap {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.ipListingsPopup__agent--img {
    aspect-ratio: 42/42;
    width: 42px;
    overflow: hidden;
    border: 2px solid var(--gold);
    border-radius: 50%;
    position: relative;
}

.ipListingsPopup__agent--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ipListingsPopup__agent--details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ipListingsPopup__agent--name {
    font-size: 16px;
    font-weight: 600;
}

.ipListingsPopup__agent--pos,
.ipListingsPopup__agent--bg {
    font-size: 12px;
    color: var(--gold);
}

.ipListingsPopup__agent--pos {
    color: #a3b0d1;
}

.ipListingsPopup__agent--btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
}

.ipListingsPopup__agent--btns a {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #202743;
    padding: 9px 10px;
    border: 1px solid #485060;
    border-radius: 4px;
    transition: var(--default-transition);
}

.ipListingsPopup__agent--btns a.highlight {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ip-primary-color);
}

.ipListingsPopup__agent--btns a:hover {
    background: #fff;
    border-color: #fff;
}

.ipListingsPopup__form {
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 2px solid var(--gold);
    margin: 24px 0;
}

.ipListingsPopup__form--title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ip-primary-color);
    margin-bottom: 15px;
}

.ipListingsPopup__form--inner {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ipListingsPopup__form--field {
    position: relative;
}

.ipListingsPopup__form--field:has(select)::after {
    position: absolute;
    content: '';
    border-top: 5px solid var(--ip-primary-color);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid transparent;
    transition: var(--default-transition);
    top: 55%;
    transform: translateY(-50%);
    right: 10px;
}

.ipListingsPopup__form--field input,
.ipListingsPopup__form--field select,
.ipListingsPopup__form--field textarea {
    font-size: 13px;
    color: #7d839c;
    border: 1px solid #e4e3e3;
    border-radius: 2px;
    width: 100%;
    padding: 8px 12px;
    outline: none;
    background: #faf8f4;
    height: 35px;
}

.ipListingsPopup__form--field select {
    color: #070f2e;
    appearance: none;
    display: block;
}

.ipListingsPopup__form--field textarea {
    resize: none;
    height: 75px;
}

.ipListingsPopup__form--field button {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    border: none;
    background: #070f2e;
    color: #fff;
    border-radius: 2px;
    padding: 11px 12px;
    transition: var(--default-transition);
}

.ipListingsPopup__form--field .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.ipListingsPopup__form--field button.highlight {
    background: var(--gold);
    color: var(--ip-primary-color);
}

.ipListingsPopup__form--field button:hover {
    background: #9d9d9d;
    color: #fff;
}

.ipListingsPopup__form--field .wpcf7-form-control-wrap {
    display: block;
}

.ipListingsPopup__form .use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    bottom: unset;
}

.ipListingsPopup__download--title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #909bc5;
    margin-bottom: 15px;
    margin-top: 35px;
}

.ipListingsPopup__download {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ipListingsPopup__download a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: #fff;
    padding: 11px 12px;
    transition: var(--default-transition);
    align-items: center;
}

.ipListingsPopup__download a span {
    font-size: 10px;
    color: #97a0b5;
}

.ipListingsPopup__download a:hover {
    background: var(--ip-primary-color);
    color: #fff;
}

/**************************************************/
/*MEDIA AND OTHER MOBILE STYLES*/
/**************************************************/
@media only screen and (max-width: 1199px) {

    .ipListingsResults__filter--header--title,
    .ipListingsResults__filter--header--clear button,
    .ipListingsResults__filter--field.btn-checkbox label,
    .ipListingsResults__filter--field.list-checkbox label,
    .sf-range__labels,
    .ipListingsResults__filter--btn,
    .ipListingsResults__item--btns a,
    .ipListingsResults__item--status span,
    .ipListingsResults__item--address span,
    .ipListingsResults__filter--field--main input {
        font-size: 10px;
    }

    .ipListingsResults__item--address {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .ipListingsResults__inner--left {
        width: 30%;
        top: 62px;
    }

    .ipListingsResults__inner--right {
        width: 69.5%;
    }

    .ipListingsResults__item {
        width: 50%;
    }

    .aiosp-content.aios-popup-body:has(.ipListingsPopup__item) {
        max-width: 700px;
    }

    .ipListingsPopup__wrap {
        flex-flow: wrap;
    }

    .ipListingsPopup__left,
    .ipListingsPopup__right {
        width: 100%;
    }

    .ipListingsPopup__slick--status {
        bottom: 15px;
        left: 15px;
    }

    .ipListingsPopup__close {
        background: var(--ip-primary-color);
    }
}

@media only screen and (max-width: 767px) {
    .ipListingsResults__inner {
        flex-flow: wrap;
    }

    .ipListingsResults__inner--right,
    .ipListingsResults__inner--left {
        width: 100%;
        position: relative;
        top: 0;
    }

    .ipListingsResults__filter--header--title,
    .ipListingsResults__filter--header--clear button,
    .ipListingsResults__filter--field.btn-checkbox label,
    .ipListingsResults__filter--field.list-checkbox label,
    .sf-range__labels,
    .ipListingsResults__filter--btn,
    .ipListingsResults__item--btns a,
    .ipListingsResults__item--status span,
    .ipListingsResults__item--address span,
    .ipListingsResults__filter--field--main input {
        font-size: 12px;
    }

    .ipListingsResults__item {
        width: 100%;
    }

    .ipListingsPopup__left--inner,
    .ipListingsPopup__right {
        padding: 25px 20px;
    }

    .ipListingsPopup__agent::before {
        width: calc(100% + 40px);
    }

    .ipListingsPopup__addressRate {
        flex-direction: column;
        gap: 15px;
    }

    .ipListingsPopup__rate span {
        text-align: left;
    }

    .ipListingsPopup__tab {
        white-space: nowrap;
    }

    .ipListingsPopup__suites--list {
        grid-template-columns: 1fr;
    }

    .ipListingsPopup__suites--meta {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 480px) {

    .ipListingsPopup__specs li,
    .ipListingsPopup__specs li:last-child {
        width: 50%;
        border: 0.5px solid #d0d4dd;
    }

    .ipListingsPopup__content--features ul {
        -moz-column-count: 1;
        column-count: 1;
    }
}
/* --- Properties layout extras --- */
.top-template #content-full { min-height: unset; padding-bottom: 20px; }
.top-template .entry-title { margin-bottom: 15px; }
#inner-page-wrapper { z-index: unset; }
#inner-page-wrapper > .max-container { padding: 0; }
#main-wrapper { overflow: unset; }
.listings-main { display: none; }

.ipListingsResults__filter--item.is-open > .ipListingsResults__filter--header--caret,
.ipListingsResults__filter--item.is-open .ipListingsResults__filter--header--caret {
    transform: rotate(180deg);
    border-top-color: transparent;
    border-bottom: 5px solid var(--ip-primary-color, #0b1f52);
}

.ipListingsResults__item--btns a.booktour.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

/* Request Info popup (details-page pattern) */
.aiosp-content:has(.listings-request) {
    width: calc(100% - 30px);
    max-width: 780px;
    min-height: auto;
    padding: 55px 30px 50px !important;
}
.aiosp-content .listings-popup > h2 {
    display: block;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    text-align: center;
}
.aiosp-content .listings-popup > p {
    display: block;
    font-size: 15px;
    color: #7e7e7e;
    text-align: center;
    margin: 12px 0 28px;
}
.aiosp-content .listings-popup input[type=email],
.aiosp-content .listings-popup input[type=tel],
.aiosp-content .listings-popup input[type=text],
.aiosp-content .listings-popup input[type=date],
.aiosp-content .listings-popup select,
.aiosp-content .listings-popup textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
    padding: 10px 0 !important;
    background: none;
    box-shadow: none;
    outline: none;
}
.aiosp-content .listings-popup textarea { height: 70px; resize: none; }
.aiosp-content .listings-popup input[type=submit],
.aiosp-content .listings-popup button[type=submit] {
    display: inline-block;
    min-width: 180px;
    margin-top: 20px;
    padding: 12px 24px;
    border: none;
    background: #0b1f52;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.ipListingsPopup__external-tour {
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    border: none;
    background: var(--gold, #BBA051);
    color: var(--ip-primary-color, #0b1f52);
    border-radius: 2px;
    padding: 11px 12px;
    transition: var(--default-transition, 0.25s ease);
}
.ipListingsPopup__external-tour:hover {
    background: #070f2e;
    color: #fff;
}

.ipListingsResults__item--btns.no-booktour a {
    width: 50%;
}
