/*******************************************************
 *
 * General
 *
 *******************************************************/
 

body:not(.aios-custom-ihomefinder-shortcode) #inner-page-wrapper {
    margin-bottom: 93px;
}

.aios-custom-ihomefinder-results-template:not(.aios-custom-ihomefinder-shortcode) #inner-page-wrapper>* {
    width: 100%;
}

#listings-results,
#listings-results .listings-inner,
#listings-results .listings-main {
    position: relative;
}

#listings-results {
    clear: both;
}

#listings-results:before,
#listings-results:after {
    content: '';
    display: table;
    clear: both;
}

#listings-results .listings-top {
    margin: 0;
    padding: 0;
}

#listings-results .listings-top+div,
#listings-results .listings-map+div {
    margin-top: 30px;
}

#listings-results .listings-map {
    position: relative;
    z-index: 1;
}

#listings-results .listings-map #ihf-map-canvas:not(.leaflet-container) {
    display: none;
}

#listings-results .listings-map .map-infobox-img {
    max-width: 100% !important;
}



#listings-results .listings-sort ul,
#listings-results .listings-sort ul li {
    margin: 0;
    position: relative;
    display: block;
}

#listings-results .listings-sort ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    color: #333;
}

#listings-results .listings-sort ul li.active a,
#listings-results .listings-sort ul li a:hover {
    background: var(--aios-custom-ihomefinder-primary-color);
    color: #fff;
}

#listings-results .listings-sort .sort-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#listings-results .listings-list,
#listings-results .listings-grid,
#listings-results .listings-table {
    display: none;
}

#listings-results .listings-list.active,
#listings-results .listings-table.active {
    display: block;
}

#listings-results .listings-grid.active {
    display: flex;
    flex-flow: row wrap;
}

#listings-results .listings-list {
    margin: 0;
    padding: 0;
}


#ihf-main-container.ihf-modal-container .modal {
    z-index: 9999;
}

#listings-results .listings-disclaimer,
#listings-results .listings-poweredby {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-transform: uppercase;
    color: #737373;
    clear: both;
    margin-top: 10px;
    padding: 0 4%;
}

#listings-results .listings-disclaimer {
    margin-top: 45px;
}

#listings-results .listings-disclaimer-logo {
    display: block;
    margin-bottom: 15px;
}

#listings-results .listings-disclaimer-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

#listings-results .listings-status {
    position: relative;
    display: block;
    margin: 0;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    background: #000;
}

#listings-results .listings-status.for-sale {
    background: #01e087;
}

#listings-results .listings-status.pending {
    background: #c5c500;
}

#listings-results .listings-status.sold {
    background: #ff0000;
}

#listings-results .listings-grid .listings-status {
    margin: 0 0 auto auto;
    flex-shrink: 0;
}

#listings-results .listings-list .listings-status,
#listings-results .listings-table .listings-status {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 20px;
}

.aios-custom-ihomefinder-shortcode-template #listings-results .listings-sort {
    margin-top: 0;
}

/** Dark Mode | Start */
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .listings-filter-tab a,
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-pagination ul li a {
    background: #fff;
    color: #000;
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .listings-filter-tab a:hover,
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-pagination ul li.active a,
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-pagination ul li a:hover {
    background: var(--aios-custom-ihomefinder-primary-color);
    color: #fff;
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown button,
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-list .listings-info,
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-table .listings-table-body .listings-table-label {
    color: #fff;
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown button:after {
    border-top-color: #fff;
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown button:hover {
    color: var(--aios-custom-ihomefinder-primary-color);
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown button:hover:after {
    border-top-color: var(--aios-custom-ihomefinder-primary-color);
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-list .listings-link {
    border-color: #fff !important;
    color: #fff !important;
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-list .listings-link:hover {
    background: var(--aios-custom-ihomefinder-primary-color) !important;
    border-color: var(--aios-custom-ihomefinder-primary-color) !important;
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-list .listings-plan span img {
    filter: brightness(0) invert(1);
}

body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown>div input[type=text],
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown>div select,
body.aios-custom-ihomefinder-dark-mode #listings-results .listings-sort .sort-dropdown>div span {
    color: #000;
}
/** Dark Mode | End  */

#listings-results .listings-grid.disable-overlay .listings-media li img,
#listings-results .listings-table.disable-overlay .listings-table-body .listings-img .listings-media span img {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}

#listings-results .listings-table.disable-overlay .listings-table-body .listings-img:after {
    display: none;
}
/*Custom */
.ihf-board-disclaimer-text {
    font-size: 12px;
}

.ihf-board-update-text {
    font-size: 12px;
}
.singleCommProperties {
  width: 100%;
  position: relative;
  font-size: 0;
  /* padding: clamp(120px, 10.3125vw, 165px) 0px clamp(120px, 13.125vw, 210px); */
}
.listings-main .singleCommProperties{
    padding: 0;
}
.singleCommProperties .singleCommProperties__wrap {
  width: 100%;
  position: relative;
  font-size: 0;
  max-width: 1600px;
  margin: auto;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container {
  width: 100%;
  max-width: 1368;
  margin: auto;
  position: relative;
  font-size: 0;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__title {
  width: 100%;
  position: relative;
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  position: relative;
  font-size: 0;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item {
  position: relative;
  font-size: 0;
  width: calc(50% - 4px) !important;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a:hover .properties-img::after {
  background: url(https://cdn.agentimagehosting.com/xVlGFFCQ2uIvkidduzwQj/2025/11/11075720/hover-accent.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a:hover .properties-img::before {
  opacity: 1;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a:hover > .properties-title {
  opacity: 0;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a:hover .properties-hover {
  opacity: 1;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-img {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  z-index: 1;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-img::after {
  content: "";
  background: url(https://cdn.agentimagehosting.com/xVlGFFCQ2uIvkidduzwQj/2025/11/11075321/accent.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all ease-in-out 0.35s;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 4px solid var(--primary-accent);
  transition: all ease-in-out 0.35s;
  opacity: 0;
  z-index: 3;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-img canvas {
  width: 100%;
  height: 100%;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-title span {
  font-size: clamp(13px, 1.25vw, 20px);
  font-weight: 400;
  font-family: var(--font-family-title);
  color: white;
  text-transform: uppercase;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-title p {
  font-size: clamp(11px, 0.9375vw, 15px);
  font-weight: 500;
  font-family: var(--font-family-default);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 20px;
  color: white;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a > .properties-title {
  position: absolute;
  bottom: 8.3333333333%;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 2.5vw;
  padding-top: 5px;
  z-index: 2;
  transition: all ease-in-out 0.35s;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a > .properties-title::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background: var(--primary-accent);
  left: 0;
  top: 0;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover {
  position: absolute;
  bottom: 6.9444444444%;
  left: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 85%;
  margin: auto;
  display: block;
  z-index: 2;
  transition: all ease-in-out 0.35s;
  opacity: 0;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .additional-info {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: clamp(11px, 0.875vw, 14px);
  font-weight: 400;
  font-family: var(--font-family-default);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: white;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .extra-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .extra-info p {
  font-size: clamp(16px, 1.75vw, 28px);
  font-weight: 400;
  font-family: var(--font-family-title);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .extra-info .global-btn {
  width: clamp(130px, 10.9375vw, 175px);
  color: white;
  border: 1px solid transparent;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .extra-info .global-btn span {
  font-weight: 500;
  letter-spacing: 0.2em;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .extra-info .global-btn::after {
  opacity: 1;
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item a .properties-hover .extra-info .global-btn i {
  color: white;
  margin-left: 10px;
}

.singleCommProperties__btns{
    margin-top: 70px;
}
.listings-pagination ul {
  width: 100%;
  position: relative;
  font-size: 0;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.8125vw, 45px);
}
.singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__btns button.prev, .singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__btns button.next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(11px, 1.0625vw, 17px);
  font-weight: 400;
  font-family: var(--font-family-title);
  color: black;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
  transition: all ease-in-out 0.35s;
}
.singleCommProperties__btns li a {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: clamp(12px, 1.125vw, 18px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-title);
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.singleCommProperties__btns li a:hover {
  color: white;
}
.singleCommProperties__btns li a:hover::after {
  opacity: 1;
}
.singleCommProperties__btns li.active {
  background: url(https://cdn.agentimagehosting.com/xVlGFFCQ2uIvkidduzwQj/2026/01/15224036/pagination-bg.jpg);
  color: white !important;
}

.singleCommProperties__btns li.active a{
    color: white !important;
}
.singleCommProperties__btns li.active::after {
  opacity: 1;
}
.singleCommProperties__btns li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn.agentimagehosting.com/xVlGFFCQ2uIvkidduzwQj/2026/01/15224036/pagination-bg.jpg);
  transition: all ease-in-out 0.35s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}


@media screen and (max-width: 991px) {
  .singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__flex .hpProperties__item {
    width: 100% !important;
  }
  .singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__btns {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .singleCommProperties .singleCommProperties__wrap .singleCommProperties__wrap--container .singleCommProperties__btns > a {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1600px) {
    #listings-results .listings-list .listings-img canvas {
        height: 100%;
    }
}

@media only screen and (max-width: 1440px) {
    #listings-results .listings-table .listings-table-body .listings-item {
        flex-flow: row wrap;
    }

    #listings-results .listings-list .listings-plan span.listings-break,
    #listings-results .listings-table .listings-table-body .listings-break {
        display: block;
    }

    #listings-results .listings-table .listings-table-body .listings-address,
    #listings-results .listings-table .listings-table-body .listings-sqft {
        flex: 1 0 auto;
        width: 325px;
        max-width: 325px;
    }

    #listings-results .listings-table .listings-table-body .listings-price,
    #listings-results .listings-table .listings-table-body .listings-num {
        flex: 0 0 auto;
        min-width: 220px;
    }

    #listings-results .listings-table .listings-table-body .listings-bath,
    #listings-results .listings-table .listings-table-body .listings-type {
        flex: 1 1 auto;
    }
}

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

    #listings-results .listings-disclaimer,
    #listings-results .listings-poweredby {
        padding: 0 30px;
    }
}

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

@media only screen and (max-width: 1199px) {
    .aios-custom-ihomefinder-shortcode-template #content-full .entry-title {
        width: 970px;
    }

    #listings-results .listings-list .listings-logo-attribution {
        width: 100%;
    }

    #listings-results .listings-grid .listings-plan span {
        padding: 5px;
    }

    #listings-results .listings-grid .listings-plan span.break {
        display: block;
    }

    #listings-results .listings-grid .listings-info {
        padding: 15px;
    }

    #listings-results .listings-grid .listings-info>li+li {
        padding-top: 10px;
    }

    #listings-results .listings-grid .listings-plan {
        margin: -5px;
    }

    #listings-results .listings-grid .listings-plan span,
    #listings-results .listings-grid .listings-info>li>span,
    #listings-results .listings-grid .listings-media li,
    #listings-results .listings-grid .listings-footer span {
        font-size: 13px;
    }

    #listings-results .listings-grid .listings-media {
        padding-left: 15px;
    }

    #listings-results .listings-grid .listings-address,
    #listings-results .listings-grid .listings-price {
        font-size: 20px;
    }

    #listings-results .listings-grid .listings-address span {
        font-size: 18px;
    }

    #listings-results .listings-grid .listings-price span {
        margin-right: 15px;
    }

    #listings-results .listings-grid .listings-footer {
        padding: 15px;
    }

    #listings-results .listings-grid .listings-footer.with-logo {
        min-height: 0;
    }

    #listings-results .listings-grid .listings-plan span img,
    #listings-results .listings-list .listings-logo-attribution>span>img,
    #listings-results .listings-table .listings-table-body .listings-logo-attribution>span>img,
    #listings-results .listings-table .listings-table-body .listings-plan-logo-attribution img {
        max-width: 150px;
    }

    #listings-results .listings-status {
        font-size: 12px;
    }

    #listings-results .listings-table .listings-table-body .listings-address,
    #listings-results .listings-table .listings-table-body .listings-sqft {
        flex: 1 0 auto;
        width: 250px;
        max-width: 250px;
    }

    #listings-results .listings-list .listings-status,
    #listings-results .listings-table .listings-status {
        top: 15px;
        right: 15px;
    }

    #listings-results .listings-list .listings-logo-attribution {
        padding: 15px;
    }

    #listings-results .listings-table .listings-table-body .listings-img .listings-media span {
        font-size: 13px;
    }

    #listings-results .listings-list .listings-logo-attribution>span,
    #listings-results .listings-table .listings-table-body .listings-logo-attribution>span {
        font-size: 13px;
        margin-top: 20px;
    }

    #listings-results .listings-table .listings-table-body .listings-img .listings-media {
        bottom: 15px;
        right: 15px;
    }

    #listings-results .listings-table .listings-table-body .listings-item p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #listings-results .listings-grid .listings-info>li>span+span.listings-num,
    #listings-results .listings-grid .listings-footer span+span.listings-num {
        margin-left: 10px;
    }
}

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

    #listings-results .listings-grid .listings-address,
    #listings-results .listings-grid .listings-price {
        font-size: 18px;
    }

    #listings-results .listings-grid .listings-address span {
        font-size: 16px;
    }

    #listings-results .listings-grid .listings-plan span,
    #listings-results .listings-grid .listings-info>li>span,
    #listings-results .listings-grid .listings-media li,
    #listings-results .listings-grid .listings-footer span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .aios-custom-ihomefinder-shortcode-template #content-full .entry-title {
        width: 750px;
    }

    #listings-results .listings-list .listings-item {
        display: block;
    }

    #listings-results .listings-list .listings-info {
        padding: 30px 20px;
    }

    #listings-results .listings-list .listings-address {
        font-size: 22px;
    }

    #listings-results .listings-list .listings-price {
        font-size: 25px;
    }

    #listings-results .listings-list .listings-price span {
        margin-top: 15px;
    }

    #listings-results .listings-list .listings-plan {
        margin-left: 0;
        margin-right: 0;
    }

    #listings-results .listings-list .listings-plan span {
        width: 100%;
        padding: 10px 0;
    }

    #listings-results .listings-list .listings-img canvas {
        min-height: 355px;
    }

    #listings-results .listings-list .listings-plan span.listings-logo,
    #listings-results .listings-list .listings-plan span.listings-attribution,
    #listings-results .listings-list .listings-plan span.listings-openhouse {
        display: block;
    }

    #listings-results .listings-list .listings-logo-attribution,
    #listings-results .listings-table .listings-table-body .listings-logo-attribution {
        display: none;
    }

    #listings-results .listings-grid .listings-col {
        width: 100%;
    }

    #listings-results .listings-grid .listings-address {
        font-size: 25px;
    }

    #listings-results .listings-grid .listings-plan span {
        font-size: 15px;
    }

    #listings-results .listings-table .listings-table-body .listings-col {
        display: block;
    }

    #listings-results .listings-table .listings-table-body .listings-img,
    #listings-results .listings-table .listings-table-body .listings-item {
        display: block;
        width: 100%;
    }

    #listings-results .listings-table .listings-table-body .listings-img a {
        margin: 20px;
    }

    #listings-results .listings-table .listings-table-body .listings-table-label {
        display: none;
    }

    #listings-results .listings-table .listings-table-body .listings-item p {
        padding: 0;
    }

    #listings-results .listings-table .listings-table-body .listings-item>div {
        display: block;
        min-width: 100%;
        max-width: 100%;
        padding: 15px 20px;
    }

    #listings-results .listings-table .listings-table-body .listings-item,
    #listings-results .listings-table .listings-table-body .listings-item>div+div {
        border-top: 1px solid #585858;
    }

    #listings-results .listings-table .listings-table-body .listings-break,
    #listings-results .listings-table .listings-table-body .listings-item span.for-lg,
    #listings-results .listings-table .listings-table-body .listings-img .listings-media {
        display: none !important;
    }

    #listings-results .listings-table .listings-table-body .listings-item span.for-sm {
        display: block;
    }

    #listings-results .listings-table .listings-table-body .listings-plan p,
    #listings-results .listings-table .listings-table-body .listings-plan a {
        font-size: 15px;
    }

    #listings-results .listings-table .listings-table-body .listings-plan-logo-attribution {
        position: static;
    }

    #listings-results .listings-sort .listings-filter-tab {
        width: 100%;
        order: -1;
        margin: 0 0 30px !important;
        justify-content: center;
    }

    #listings-results .listings-sort .listings-filter-tab a {
        width: calc(100% / 3);
    }

    #listings-results .listings-sort .listings-filter-tab+div {
        margin-left: auto;
    }

    #listings-results .listings-noresult {
        font-size: 20px;
    }

    #listings-results .listings-sort .sort-view,
    #listings-results .listings-list,
    #listings-results .listings-grid,
    #listings-results .listings-table {
        display: none !important;
    }

    #listings-results .listings-list.mobile-active,
    #listings-results .listings-grid.mobile-active,
    #listings-results .listings-table.mobile-active {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .aios-custom-ihomefinder-shortcode-template #content-full .entry-title {
        width: 100%;
    }

    #listings-results .listings-pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #listings-results .listings-map {
        display: none;
    }

    #listings-results .listings-noresult {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    #listings-results .listings-sort .listings-filter-tab {
        flex-flow: row wrap;
    }

    #listings-results .listings-sort .listings-filter-tab a {
        width: 100%;
    }

    #listings-results .listings-sort .listings-filter-tab a+a {
        margin-top: 10px;
    }

    #listings-results .listings-sort-view {
        width: 100%;
        margin-bottom: 15px;
        justify-content: flex-end;
    }

    #listings-results .listings-sort-refine-search {
        margin-left: 0;
        margin-right: auto;
    }

    #listings-results .listings-sort-refine-search .listings-sort-dropdown-menu.pull-right {
        left: 0;
        right: auto;
    }

    #listings-results .listings-sort .sort-dropdown button {
        font-size: 13px;
    }

    #listings-results .listings-sort>div {
        margin-left: 8px;
        position: static;
    }

    #listings-results .listings-sort .sort-dropdown {
        position: static;
    }

    #listings-results .listings-sort .sort-dropdown>div {
        min-width: 0;
        width: 320px;
        max-width: 100%;
    }

    #listings-results .listings-sort-refine-search button {
        margin-left: -6px;
    }

    #listings-results .listings-sort .sort-dropdown button:after {
        margin-left: 5px;
    }

    #listings-results .listings-top+div,
    #listings-results .listings-map+div {
        margin-top: 20px;
    }

    #listings-results .listings-list .listings-price {
        display: block;
    }

    #listings-results .listings-grid .listings-address {
        margin-right: 15px;
        font-size: 20px;
    }

    #listings-results .listings-grid .listings-item .listings-price {
        margin-bottom: 10px;
    }

    #listings-results .listings-grid .listings-plan {
        display: none;
    }

    #listings-results .listings-grid .listings-media {
        margin: 0;
        padding: 0;
    }

    #listings-results .listings-grid .listings-media {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    #listings-results .listings-grid .listings-media li {
        justify-content: flex-start;
        margin: 0 10px 0 0 !important;
    }
}

