#inner-page-wrapper #breadcrumbs {
    width: 100%;
}
/** Loader **/
#aios-listings-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.loader-spinner {
    margin: calc(18vh - 20px) auto 0;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear
}

.loader-spinner .dot1,
.loader-spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out
}

.loader-spinner .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
/** Loader **/
/** Thumbnail Loader Class */
.thumbnail-loader {
    position: relative;
    background: #000;
    display: block;
}

.thumbnail-loader img,
.thumbnail-loader canvas {
    position: relative;
    z-index: 1;
}

.thumbnail-loader:before {
    content: "\b0170";
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    font-family: agentimage !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    color: #6b6a6a;
}

.thumbnail-loader.loader-lg:before {
    font-size: 64px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#inner-page-wrapper {
    margin-bottom: 93px;
}

.ihf-results-template #inner-page-wrapper > .container {
    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-main {
    position: relative;
    margin-top: 30px;
    min-height: 500px;
}

#listings-results .listings-title {
    line-height: 1;
    letter-spacing: 0.023em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#listings-results .listings-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 50px;
    position: relative;
}

#listings-results .listings-sort > div {
    margin-left: 15px;
}

#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;
    margin-left: 0;
}

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

#listings-results .listings-sort .sort-view i {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#listings-results .listings-sort .sort-view i + i {
    margin-left: 10px;
}

#listings-results .listings-sort .sort-view i.active,
#listings-results .listings-sort .sort-view i:hover {
    color: var(--aios-listing-primary-color);
}

#listings-results .listings-sort .sort-dropdown button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: transparent;
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.34px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
}

#listings-results .listings-sort .sort-dropdown button:hover {
    color: var(--aios-listing-primary-color);
}

#listings-results .listings-sort .sort-dropdown button .caret {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

#listings-results .listings-sort .dropdown-menu {
    min-width: 325px;
    padding: 20px;
    margin-top: 10px;
}

#listings-results .listings-sort .dropdown-menu.padding-sm {
    padding: 10px 0;
}

#listings-results .listings-sort .dropdown-menu.dropdown-menu-sm {
    min-width: 275px;
}

#listings-results .listings-sort .dropdown-menu .row {
    margin-left: -10px;
    margin-right: -10px;
}

#listings-results .listings-sort .dropdown-menu [class*=col-] {
    padding: 5px 10px;
}

#listings-results .listings-sort .dropdown-menu form {
    display: block;
    margin: 0;
}

#listings-results .listings-sort .dropdown-menu label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .34px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#listings-results .listings-sort .dropdown-menu ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

#listings-results .listings-sort .dropdown-menu ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

#listings-results .listings-sort .dropdown-menu :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

#listings-results .listings-sort .dropdown-menu :-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

#listings-results .listings-sort .dropdown-menu input[type=text],
#listings-results .listings-sort .dropdown-menu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

#listings-results .listings-sort .dropdown-menu input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: #000;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.34px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0px;
}

#listings-results .listings-sort .dropdown-menu input[type=submit]:hover {
    background: var(--aios-listing-primary-color);
    color: #fff;
}

#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-listing-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-table.active {
    margin: auto 10px;
}

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

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

#listings-results .listings-list .listings-col,
#listings-results .listings-list .listings-item {
    display: block;
    position: relative;
}

#listings-results .listings-list .listings-col {
    background: #fff;
    padding: 1px;
}

#listings-results .listings-list .listings-col:nth-child(1) {
    margin-top: 0;
    border: none;
}

#listings-results .listings-list .listings-col:nth-child(odd) {
    background: #f6f7f7;
}

#listings-results .listings-list .listings-img {
    position: relative;
}

#listings-results .listings-list .listings-img .access-point-proceed{
    right: 15px;
    bottom: 0;
}
 
#listings-results .listings-list .listings-img a {
    display: block;
    outline: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

#listings-results .listings-list .listings-img canvas {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#listings-results .listings-list .listings-img a:hover canvas {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

#listings-results .listings-list .listings-info {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

#listings-results .listings-list .listings-address {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

#listings-results .listings-list .listings-address span {
    display: block;
    font-size: 18px;
    margin-top: 8px;
}

#listings-results .listings-list .listings-price {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-top: 30px;
    color: var(--aios-listing-primary-color);
}

#listings-results .listings-list .listings-plan {
    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;
    margin-top: 30px;
}

#listings-results .listings-list .listings-plan span {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}

#listings-results .listings-list .listings-plan span + span {
    margin-left: 30px;
}

#listings-results .listings-list .listings-plan span i {
    font-style: normal;
    font-size: 14px;
    margin-right: 5px;
}

#listings-results .listings-list .listings-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 30px;
    width: 150px;
    height: 40px;
    background: var(--aios-listing-primary-color);
    color: var(--aios-listing-secondary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

#listings-results .listings-list .listings-link:hover {
    background: var(--aios-listing-secondary-color);
    color: var(--aios-listing-primary-color);
    text-decoration: none;
}

#listings-results .listings-grid {
    position: relative;
    margin: 0;
}

#listings-results .listings-grid .listings-col {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1px;
}

#listings-results .listings-grid .listings-item,
#listings-results .listings-grid .listings-img {
    position: relative;
}

#listings-results .listings-grid .listings-item {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    outline: none;
}

#listings-results .listings-grid .listings-img {
    position: relative;
    overflow: hidden;
}


#listings-results .listings-img .property-status{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    max-width: 42%;
}

#listings-results .listings-img .property-status.tabular{
    max-width: 60%;
}

#listings-results .listings-img .property-status span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 0.1em;
    margin: 0 1px 5px 0px;
}

#listings-results .listings-img .property-status{
    text-align: right;
}

/** Status Color */
.status-green{
    background: #008852;
    color: #fff;
}

.status-yellow{
    background: #ffff00;
    color: #000;
}

.status-red{
    background: #e00;
    color: #fff;
}

.status-white{
    background: #fff;
    color: #000;
}

.status-orange{
    background: #cc4c1d;
    color: #fff;
}

#listings-results .listings-grid .listings-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#listings-results .listings-grid .listings-item:hover .listings-img canvas {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
}

#listings-results .listings-grid .listings-info {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    background-color: rgba(0, 0, 0, var(--aios-listing-background-overlay-opacity));
    text-shadow: 0px 1px 1px rgba(0, 0, 0, var(--aios-listing-background-overlay-text-shadow));
}

#listings-results .listings-grid .listings-address {
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

#listings-results .listings-grid .listings-address span {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
}

#listings-results .listings-grid .listings-price {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-top: auto;
    padding-top: 10px;
    position: relative;
    top: 0;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;


}

#listings-results .listings-col .access-point-proceed{
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #00669B;
    background: #2270B1;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 20px;
    max-width: 215px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 20;    
    white-space: nowrap;
}

    #listings-results .listings-col:hover .access-point-proceed{
        opacity: 1;
        visibility: visible;
    }
#listings-results .listings-grid .listings-item:hover .listings-price {
    top: -56px;
}

#listings-results .listings-grid .listings-plan {
    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;
    padding-bottom: 16px;
    position: absolute;
    bottom: -56px;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}

.listing-module-page #listings-results .listings-grid .listings-plan{
    position: absolute !important;
}

#listings-results .listings-grid .listings-item:hover .listings-plan {
    bottom: 0;
}

#listings-results .listings-grid .listings-plan span {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
}

#listings-results .listings-grid .listings-plan span em {
    display: block;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#listings-results .listings-grid .listings-plan span + span {
    margin-left: 30px;
}

#listings-results .listings-grid .listings-plan span.area {
    text-align: right;
}

#listings-results .listings-table {
    position: relative;
    border: 1px solid #eaeaea;
}

#listings-results .listings-table .listings-table-header,
#listings-results .listings-table .listings-table-body {
    position: relative;
    margin: 0;
}

#listings-results .listings-table .listings-table-header {
    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;
    background: #f6f7f7;
    border-bottom: 1px solid #eaeaea;
}

#listings-results .listings-table .listings-table-header > div {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px;
}

#listings-results .listings-table .listings-table-header .header-img {
    width: 30%;
}

#listings-results .listings-table .listings-table-header .header-address {
    width: 25%;
}

#listings-results .listings-table .listings-table-header .header-price,
#listings-results .listings-table .listings-table-header .header-beds,
#listings-results .listings-table .listings-table-header .header-baths,
#listings-results .listings-table .listings-table-header .header-lot {
    width: calc(45% / 4);
}

#listings-results .listings-table .listings-table-header .header-beds,
#listings-results .listings-table .listings-table-header .header-baths {
    text-align: center;
}

#listings-results .listings-table .listings-table-body .listings-col {
    padding: 15px;
    background: #fff;
}

#listings-results .listings-table .listings-table-body .listings-col + .listings-col {
    border-top: 1px solid #eaeaea;
}

#listings-results .listings-table .listings-table-body .listings-item {
    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;
    margin: 0 -15px;
}

#listings-results .listings-table .listings-table-body .listings-item > div {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
}

#listings-results .listings-table .listings-table-body .listings-item > div a {
    color: var(--aios-listing-text-color) !important;
}

#listings-results .listings-table .listings-table-body .listings-item > div a:active,
#listings-results .listings-table .listings-table-body .listings-item > div a:hover {
    color: var(--aios-listing-primary-color) !important;
}

#listings-results .listings-table .listings-table-body .listings-price {
    font-weight: 500;
    color: var(--aios-listing-primary-color);
}

#listings-results .listings-table .listings-table-body .listings-img {
    width: 30%;
    position: relative;
}
#listings-results .listings-table .listings-table-body .listings-img .access-point-proceed{
    right: 15px;
}

#listings-results .listings-table .listings-table-body .listings-img canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#listings-results .listings-table .listings-table-body .listings-address {
    width: 25%;
}

#listings-results .listings-table .listings-table-body .listings-price,
#listings-results .listings-table .listings-table-body .listings-plan {
    width: calc(45% / 4);
}

#listings-results .listings-table .listings-table-body .listings-bed,
#listings-results .listings-table .listings-table-body .listings-bath {
    text-align: center;
}

#listings-results .listings-pagination {

}

#listings-results .listings-pagination  {
    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-top: 81px;
    padding: 0;

}


#listings-results .listings-pagination a,
#listings-results .listings-pagination .current{
    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;
    width: auto;
    height: 32px;
    border: 1px solid #cecece;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    min-width: 32px;
    margin: 2px;
}

#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active,
#listings-results .listings-pagination ul li a:hover {
    color: #fff;
    border-color: var(--aios-listing-primary-color);
    background: var(--aios-listing-primary-color);
}

#listings-results .listings-pagination ul li.active a,
#listings-results .listings-pagination ul li a.active {
    cursor: not-allowed;
}

#listings-results .listings-list .listings-img canvas.ai-lazy,
#listings-results .listings-grid .listings-img canvas.ai-lazy,
#listings-results .listings-table .listings-table-body .listings-img canvas {
    background-image: none;
}


/** No Listings **/

.page-id-16  .listings-grid,
.page-id-17  .listings-grid {
  font-size: 0;
  margin: 0 -15px;
}
.page-id-16  .listings-grid:not(.slick-initialized)
  .listing-item:nth-child(4)
  ~ .listing-item,
.page-id-17  .listings-grid:not(.slick-initialized)
  .listing-item:nth-child(4)
  ~ .listing-item {
  /*display: none;*/
}
.listings-grid .listing-item.cus-upcoming-auction {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 15px;
  margin-bottom: 3px;
}
.listings-grid .listing-item.cus-upcoming-auction a {
  display: block;
  position: relative;
}
.listings-grid .listing-item.cus-upcoming-auction a .img-wrapper:before {
  content: "";
  background: linear-gradient(180deg, #0000, #000);
  opacity: 0.5;
}
.listings-grid .listing-item.cus-upcoming-auction a:hover .img-wrapper:before {
  opacity: 0.85;
}
.listings-grid .listing-item.cus-upcoming-auction a .status {
  position: absolute;
  top: 30px;
  right: 30px;
  background: var(--primary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  z-index: 3;
  padding: 13px 15px 11px;
  font-weight: 300;
  max-width: 160px;
}
.listings-grid .listing-item.cus-upcoming-auction a .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  padding: 0 30px 21px;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .price {
  font-size: 27px;
  letter-spacing: 0.02em;
  font-family: var(--font-family-title);
  line-height: 1;
  margin-bottom: 19px;
  color: #fff0f0;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .address {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 19px;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .additional {
  display: flex;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .additional span {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  color: #d1d1d1;
  /*margin-right: 20px;*/
}
.listings-grid .listing-item.cus-upcoming-auction a .details .additional span i {
  top: -5px;
  position: relative;
  margin-right: 8px;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .additional span i.icon-calendar {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAzIDc5Ljk2OTBhODdmYywgMjAyNS8wMy8wNi0yMDo1MDoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0YyMzREODE0MDY0MTFGMEI5NUU5QTUxMkE3OTI1MDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0YyMzREODI0MDY0MTFGMEI5NUU5QTUxMkE3OTI1MDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RjIzNEQ3RjQwNjQxMUYwQjk1RTlBNTEyQTc5MjUwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RjIzNEQ4MDQwNjQxMUYwQjk1RTlBNTEyQTc5MjUwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiY2I6EAAAGrSURBVHjarJS9L4NRFMbfqlJFURESg4VYxMfAYDH6BwwsEn8CA5JODBaL2BoSTY3EIjbUIEJYfERFwoBEfEsHtCWv5+hz5aSJ5JW+J/nlPO/HPfeec8+9Htu2LTetIOd5Ezz/Y/wtONAvCul7QBfoBsVgzGHAOjIK9kHcQsrDtnsW9tjZIibAANgBAdDmcIWH9O1gAXSYlFf5cQQ0giOHAafAI8euSEBZ4SfEFphgkdOgwWHAK+AF9WAc9ErAF4hKl7rmVQKmueQIeAJ+UEotJakAMqnUOgSSIAOqwRt4px4CnTLAx16az3N1zdJ2prEz9LKKmNIJ6hSfLU5u9KzSH7qxA/QRnhajz6mnWQqxqDod66CIuiy7jKwtSTvmSUwCmZTvVJozSsepL8A99ZpKc1LpG52y8dvgUuljVTdTllMQVEH2qH065WUXUo7qlB/oZRPCSi9Sb4Bd6jm1Wdq+dKopdR2VKx2irvndRcuq4rdcy+iAtfRB9YPWrUr3/dHYXhPwGvRzhiTf+XikvOwz09h+Xh6SXknORT34UzrUsQmcuHC5noGWbwEGAPSqhavO8kw0AAAAAElFTkSuQmCC)
    center/contain no-repeat;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .additional span i.icon-clock {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAzIDc5Ljk2OTBhODdmYywgMjAyNS8wMy8wNi0yMDo1MDoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0YyMzREODU0MDY0MTFGMEI5NUU5QTUxMkE3OTI1MDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0YyMzREODY0MDY0MTFGMEI5NUU5QTUxMkE3OTI1MDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RjIzNEQ4MzQwNjQxMUYwQjk1RTlBNTEyQTc5MjUwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RjIzNEQ4NDQwNjQxMUYwQjk1RTlBNTEyQTc5MjUwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PptqKxkAAAHqSURBVHjapNVNSBRhHMfxUVRMxMW0S4SnpDcwDcNDLokHhfAFksxCAgPpLnYQPHUpFUKoS4dlLxJJdZQoCsQOdokSyoMXtaKw0Oogmm5s30d+C/+GedwVBz7L8zLPb2aemefZIJ1OBx4nkcRa+v9jE69xyTc2qrEMLxWwjkkMohZXcB+L6v+GpmyhDVjFCrqRZ/rOoNTUj2Na4cP2XBt4TCdMeh7rD+IR7V0aNxQOLccynqregwOhwe90t7atEZW4qOC4DR3V/AQKc1NwcJeXmJHQNLnyPXxxU+QqhbpKc5YA94KOZjnnL667wlV8RSzLAN+cWnfxoiAIgl7M4Hew/yOJt/n8nMVHNZ7GiT0GHUENKvAdhS60Ej8U9h7znsHr6Ixof4Q53MSGa3CPv6bgBZzDtif0Mp7B3ciAae/T+CUU77Qwsc/xMIfPx2nTl3LH038KKVe4pu+rLMfgFgU/iegbwStXKLKrIUcdZrFYW+jPVMbxSeUSbSjhFZUXEfLAbIFjGhfLdB7SAphQ/YbCbcAb1IXaWnEYF/S0LeFdqkYdiT2uqFaNu+XbT8/jFz7r6rYvHlrKVZhS4G3k77bzu61sVif/1J276ahGuwI+qH814uKB7+26l1KPx/pLsUdKe2ufvTvrnwADAJlJlu1IKKXGAAAAAElFTkSuQmCC)
    center/contain no-repeat;
}
.listings-grid .listing-item.cus-upcoming-auction a .details .additional span i.icon-location {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAzIDc5Ljk2OTBhODdmYywgMjAyNS8wMy8wNi0yMDo1MDoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUU5RTY1QzI0MDdBMTFGMEI5NUU5QTUxMkE3OTI1MDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUU5RTY1QzM0MDdBMTFGMEI5NUU5QTUxMkE3OTI1MDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3RjIzNEQ4NzQwNjQxMUYwQjk1RTlBNTEyQTc5MjUwMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3RjIzNEQ4ODQwNjQxMUYwQjk1RTlBNTEyQTc5MjUwMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm2e3YMAAAGrSURBVHjajJTNK4RRFMZnxryLQfnYkBiLsZnGYKPY2tnwD9jRWIgFCylfKY1kZGKWVpZKycfWTrZCWCj5ijJM0kgmr+fqueb0dt8Zt37NnHOee+655977emzb9hiwQBI82/mRBikQMM0xJWnhxE+wAnpBD0iAD8baiyWqpXDPpVLFFjVB6ff+ZsuPC1AFamhXgnHgA4sgTf8VsEDwb6bI2syVIrTDIAfeQIaxKGMh2m2mrcXBu7AfwbGwj8Ar8NJWyZd03Ce2VQdehK22NybsIW7VT/sJNOqgTPQAqoWthAlhp0AG5MRCN6YeRRx9KNSjJmePTKcWECW7ndopqAANpooU9VwpVuAe9VETKnaz5ym0XBKpsfqfJ6K4BAcG/z64LvbWSkA/2BRvqkPEW+nLUROTVWvRMPim8ARMUvwlEqnk22CCF1WPUZ1olo45UGboxzTFtiOmPidT9Me1eMOlV11i5W4XzbpeYUZUVG4QrlHs9JeyWjUW9IUcAUlerTNwCM7BLbgXb1FdwDDoBFH61Xtcliv4wQDYAXfi5NRvlv+zjO2CQXlqPwIMAP1HoUwxK+uLAAAAAElFTkSuQmCC)
    center/contain no-repeat;
}

.page-id-16 .listings-grid .auct-custom-text,
.page-id-17 .listings-grid .auct-custom-text {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 27px;
    letter-spacing: .02em;
    font-family: var(--font-family-title);
    line-height: 1;
    margin-bottom: 19px;
    color: #fff0f0;
    z-index: 3;
}


/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

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

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

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

@media only screen and (max-width: 1199px) {
    #listings-results .listings-table .listings-table-body .listings-item > div {
        word-break: break-word;
    }

    #listings-results .listings-table .listings-table-header .header-price,
    #listings-results .listings-table .listings-table-body .listings-price {
        text-align: center;
    }

    #listings-results .listings-grid .listings-address{
        width: 55%;
        line-height: 24px;
    }

    .listings-grid .listing-item.cus-upcoming-auction a .details .additional span {
        font-size: 14px;
        margin-right: 12px;
      }
}

@media screen and (min-width: 992px) {
  .listings-grid .listing-item.cus-upcoming-auction a .auct-custom-text {
    padding: 0 170px 0 0;
    margin-bottom: 0;
  }
}

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

    #listings-results  .access-point-proceed{
        display: none !important;
    }
    #listings-results .listings-list .listings-col {
        background: #fff !important;
    }

    #listings-results .listings-list .listings-plan span {
        width: 100%;
    }

    #listings-results .listings-list .listings-plan span + span {
        margin-left: 0;
        margin-top: 15px;
    }

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

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

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

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

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

    #listings-results .listings-table .listings-table-body .listings-item > div {
        width: 100%;
        text-align: left;
    }

    #listings-results .listings-table .listings-table-body .listings-item > div + div {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #f0f0f0;
    }

    #listings-results .listings-table .listings-table-body .listings-item > div[data-listings-table-header]:before {
        content: attr(data-listings-table-header);
        display: block;
        margin-bottom: 5px;
    }


    .listings-grid .listing-item.cus-upcoming-auction a .auct-custom-text {
        left: 0;
        top: 0;
        padding: 30px 90px 0 15px;
    }
    .listings-grid not(.slick-initialized)
        .listing-item:nth-child(1)
        ~ .listing-item {
        display: none;
    }
    .listings-grid .listing-item.cus-upcoming-auction {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #listings-results .listings-pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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


    #listings-results .listings-sort{
        flex-flow: column;
        align-items: flex-start;
    }
    #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 .sort-view {
        margin-bottom: 8px;
    }
    #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;
        padding: 9px 0;
    }

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

    #listings-results .listings-sort .sort-view + div{
        margin: 0;
    }

    #listings-results .listings-sort .dropdown-menu {
        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 .caret {
        margin-left: 5px;
    }

    #listings-results .listings-main {
        margin-top: 20px;
    }


    #listings-results .listings-grid .listings-address span{
        margin-top: 0px;
    }

    #listings-results .listings-grid .listings-item:hover .listings-price {
        display: none;
    }


    .listings-grid .listing-item.cus-upcoming-auction a .auct-custom-text {
        left: 0;
        top: 0;
        padding: 60px 15px 0;
      }
      .listings-grid .listing-item.cus-upcoming-auction {
        width: 100%;
      }
      .listings-grid .listing-item.cus-upcoming-auction a .status {
        top: 15px;
        left: 15px;
        width: 90px;
        height: 30px;
        font-size: 14px;
        padding: 3px 0 0;
      }
      .listings-grid .listing-item.cus-upcoming-auction a .details {
        padding: 0 20px 10px;
      }
      .listings-grid .listing-item.cus-upcoming-auction a .details .price {
        font-size: 20px;
        margin-bottom: 10px;
      }
      .listings-grid .listing-item.cus-upcoming-auction a .details .address {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
      }
      .listings-grid .listing-item.cus-upcoming-auction a .details .additional {
        flex-wrap: wrap;
      }
      .listings-grid .listing-item.cus-upcoming-auction a .details .additional span {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
      }
}
