.webx-property-photos, .webx-listing-details, .webx-listing-address, .webx-listing-photos, .webx-featured-photo, .webx-listings, .webx-container {
    overflow: hidden;
}

.webx-pattern-listing-item {
    font-family: sans-serif;
    overflow: hidden;
    position: relative;
}

.webx-pattern-listing-item .listing-image img {
    min-width: 100%;
}

.webx-listings, .webx-container {
    clear: both;
}

.webx-border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.webx-mls-logo-top {
    max-width: none;
    text-align: right;
}

.webx-mls-logo-top img {
    width: 95px;
}

.mls-logo {
    padding: 30px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.mls-logo.light {

}

.mls-logo.dark {
    color: #989898;
}

.mls-logo img {
    display: block;
    margin: 0 auto 10px;
}

.wp-block-image.listing-image {
    margin: 0;
    width: 100%;
}

h4.webx-item-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
}

label.webx-item-city {
    font-weight: bold;
    font-size: 13px;
}

label.webx-meta-box {
    display: inline-block;
    padding: 10px 20px 10px 0;
}

a.webx-listings-button {
    display: inline-block;
    border: 2px solid;
    padding: 10px;
}

a.webx-listings-button:hover {
    background: rgba(255,255,255,0.2);
}

.webx-item-label {
    position: absolute;
    top: -25px;
    right: -60px;
    padding: 50px 50px 10px 50px;
    margin: 0;
    color: #ffffff;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 16px;
}

.webx-sold-label {
    background: red;
}

.webx-pending-label {
    background: #008077;
}

.webx-for-rent-label {
    background: #008077;
}

.webx-item-grid-info {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #fafafa;
}

.webx-item-grid-info div {
    padding: 10px;
}

.webx-item-grid-info div:first-child {
    border-right: 1px solid #ffffff;
}

.webx-item-price {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #202020;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 10px;
}

h2.webx-property-price {
    font-size: 30px;
    font-weight: bold;
}

.webx-item-details {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1;
}

.webx-item-mls {
    display: block;
    font-size: 16px;
    overflow: hidden;
    clear: both;
}

.webx-item-mls span.mls-number {
    font-weight: bold;
}

.webx-contact-wrapper {
    background: #fafafa;
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    clear: both;
    width: 100%;
}

.webx-agent-wrapper {
    background: #fafafa;
    overflow: hidden;
}

.webx-single-agent {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.webx-single-agent-image {
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
}

.webx-single-agent-image img {
    display: block;
    margin: 0 auto;
}

.webx-agent-text {
    margin: 0 0 3px;
}

.webx-agent-text span {
    font-weight: bold;
}

label.webx-item-agent-represented {
    display: block;
    font-size: 0.8em;
}

.webx-property-image {
    padding: 0;
    width: 100%;
    display: block;
}

.webx-featured-photo {
    position:relative;
    backface-visibility: hidden;
}

.webx-custom-photo-notice {
    position:absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 100;
    backface-visibility: hidden;
    text-align: right;
}

.webx-custom-photo-notice i {
    color: #ffffff;
    box-shadow: 0 0 1px #000000;
    cursor: pointer;
    opacity: 0.7;
}

.webx-custom-photo-notice .webx-notice-content {
    font-size: 14px;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    padding: 15px;
    display: none;
    text-align: left;
}

.webx-custom-photo-notice:hover i {
    opacity: 1;
}

.webx-custom-photo-notice:hover > .webx-notice-content {
    display: block;
}

.webx-featured-photo:hover > .webx-image-hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

.webx-featured-photo img {
    display: block;
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.webx-listing-photos {
    position: relative;
    margin: 0 auto 15px;
}

.webx-listing-address {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

table.webx-table {
    width: 100%;
}

table.webx-table td:first-of-type {
    font-weight: bold;
}

table.webx-table td:last-of-type {
    text-align: right;
}

.webx-listing-info {
    font-size: 16px;
    padding: 0;
    line-height: 1;
    display: grid;
    grid-template-columns: 25% 25% 50%;
}

.webx-listing .webx-listing-info {
    padding: 10px;
}

.webx-listing-info .webx-sub-info {
    padding: 10px;
    background: #fafafa;
    border-right: 1px solid #ffffff;
}

.webx-listing-info .webx-sub-info:last-child {
    border-right: none;
}

.webx-listing-details .webx-listing-info {
    font-size: inherit;
}

.webx-item-office {
    background: none;
}

.webx-item-office-text {
    font-size: 14px;
    opacity: 0.7;
}

.webx-listing-details .webx-listing-info .webx-sub-info {
    padding: 0 20px 0 0;
}

/* ==== SINGLE ROW LISTING IMAGES ==== */

.webx-row-listing-item {
    margin-bottom: 20px;
    position: relative;
}

.webx-row-listing-item.hide {
    display: none;
}

a.webx-image-hover {
    display: block;
    max-height: 450px;
}

.webx-row-image img {
    display: block;
}

.webx-row-item-info {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: calc(16px + 0.8vw);
    font-size: -webkit-calc(16px + 0.8vw);
    font-size: -moz-calc(16px + 0.8vw);
}

.webx-row-item-info h4.webx-item-title {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: calc(16px + 0.8vw);
    font-size: -webkit-calc(16px + 0.8vw);
    font-size: -moz-calc(16px + 0.8vw);
}

.webx-row-item-info .webx-row-status-label {
    color: red;
}

#webx-single-row-listing-filters {
    margin-bottom: 15px;
    display: flex;
}

.webx-row-listings-filter {
    padding: 8px 10px;
    font-size: calc(16px + 0.4vw);
    font-size: -webkit-calc(16px + 0.4vw);
    font-size: -moz-calc(16px + 0.4vw);
    background: #fafafa;
    margin-right: 4px;
    border: 1px solid #eeeeee;
}

.webx-row-listings-filter:hover {
    cursor: pointer;
}

.webx-row-listings-filter.active {
    font-weight: bold;
}

/* === SEARCH === */

#webx-listings-search-box {
    overflow: hidden;
    clear: both;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 100%;
    clear: both;
    position: relative;
}

.webx-search-input-container {
    margin-bottom: 5px;
}

input#webx-listings-search-input {
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    background: none;
    border: 1px solid #ededed;
    margin-bottom: 5px;
}

.webx-search-box {
    display: block;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center;
    position: relative;
    border: 1px solid #ededed;
    font-size: 14px;
}

select.webx-search-select {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1;
    vertical-align: middle;
    border: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.webx-search-block {
    position: relative;
}

.webx-select-icon {
    position: absolute;
    right: 3px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 3px;
}

#webx-listing-feed-results {
    display: none;
}

#webx-listing-feed-results.webxshow {
    display: grid;
}

#webx-listing-feed-results.webxshow.webx-listings-item-slider {
    display: block;
}

#webx-listing-feed-searching {
    background: #fafafa;
    overflow: hidden;
    clear: both;
}

#webx-listing-feed-searching.hide {
    display: none;
}

.webx-searching-text {
    text-align: center;
    padding: 6em 4%;
}

.webx-searching-text .search-text {
    font-size: 2em;
}

#webx-total-results-count {
    text-align: right;
    padding: 5px 0;
}

#load-webx-listing-map, #load-webx-street-view {
    height: 300px;
    width: 100%;
}

.webxloadingdots {
    width: 50px;
    aspect-ratio: 1;
    animation: webxloadingdots 1s infinite;
}

.webx-pre-loader {
    padding: 5vw;
}

.webx-searching-text .webxloadingdots {
    --_c:no-repeat radial-gradient(farthest-side,#454545 92%,#0000);
    background:
    var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
    background-size: 12px 12px;
    margin: 20px auto;
}

@keyframes webxloadingdots {
    to {
        transform: rotate(.5turn);
    }
}

@-webkit-keyframes webxloadingdots {
    to {
        transform: rotate(.5turn);
    }
}

@-moz-keyframes webxloadingdots {
    to {
        transform: rotate(.5turn);
    }
}

.webx-disclaimer-content {
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.webx-note {
    padding: 20px;
    overflow: hidden;
    clear: both;
    background: #fafafa;
    margin: 10px 0;
}

.webx-note-image img {
    display: block;
}

.webx-note-text {
    font-size: 15px;
}

.webx-note-text p {
    margin: 10px 0 0;
}

.webx-listing-map {
    width: 100%;
}
.webx-listing-map iframe {
    width: 100%;
    height: 300px;
}

.webx-navigation {
    margin: 15px auto 0;
    text-align: center;
}

.webx-navigation div.webx-nav-button, .webx-navigation span.page-numbers {
    background: #202020;
    color: #ffffff;
    padding: 15px;
    display: inline-block;
    font-size: 20px;
    margin: 10px 4px;
    border-radius: 0;
    line-height: 1;
}

.webx-navigation div.webx-nav-button .dashicons {
    vertical-align: center;
}

.webx-navigation div.webx-nav-button {
    cursor: pointer;
}

.webx-navigation div.webx-nav-button:hover {
    background: #ffffff;
    color: #202020;
}

.webx-navigation div.webx-nav-button.hidden {
    display: none;
}

#webx-filter-listings {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
    background: #32373c;
    color: #ffffff;
    cursor: pointer;
    font-size: calc(20px + 0.2vw);
    font-size: -webkit-calc(20px + 0.2vw);
    font-size: -moz-calc(20px + 0.2vw);
}

.webx-rent-or-buy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
    align-items: center;
    border-radius: 30px;
    background: #ededed;
    min-width: 200px;
    padding: 1px;
    font-size: 14px;
}
.webx-rent-or-buy-toggle {
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.webx-rent-or-buy-toggle.active {
    border-radius: 30px;
    background: #ffffff;
}

.webx-search-box .webx-rent-or-buy {
    margin: 0 auto;
}

.webx-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    grid-gap: 10px;
    line-height: 1;
    margin-top: 20px;
}

#webx-vow-agreement {
    max-width: 960px;
    margin: 0 auto;
    padding: 4vw;
    border-radius: 25px;
    background: rgba(0,0,0,0.1);
    display: none;
}

#webx-vow-agreement.show {
    display: block;
}

@media screen and (min-width: 680px) {

.webx-search-input-container {
    display: grid;
    grid-template-columns: auto 180px;
}

input#webx-listings-search-input {
    width: 95%;
    margin-bottom: 0;
}

#load-webx-listing-map, #load-webx-street-view {
    height: 500px;
}

.webx-agent-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
}

}

@media screen and (min-width: 960px) {

.webx-item-label.single-sold-label {
    top: -5rem;
    right: -10rem;
    padding: 10rem 10rem 3rem 10rem;
    font-size: calc(16px + 0.5vw);
}

}

@media screen and (min-width: 1200px) {

.webx-note {
    display: table;
    width: 100%;
}

.webx-note-image, .webx-note-text {
    display: table-cell;
    vertical-align: middle;
}

.webx-note-image {
    width: 150px;
}

.webx-note-text {
    padding-left: 20px;
}

.webx-note-text p {
    margin: 0;
}

}
