.webx-border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.webx-custom-single-listing {
    margin: 0 auto;
    overflow: hidden;
    font-family: sans-serif;
    position: relative;
}

.webxloader {
    position: fixed;
    z-index:9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    max-width: none !important;
    background: #252525;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(20px + 1vw);
}

.webxloader .webxloadingdots {
    --_c:no-repeat radial-gradient(farthest-side,#ffffff 92%,#0000);
    background:
    var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
    background-size: 12px 12px;
}

.webx-custom-single-listing.webxshow .webxloader {
    display: none;
}

.webx-custom-single-listing-header {
    text-align: center;
    margin: 2em 0;
}

.webx-custom-single-listing-header address {
    margin: 20px 0;
    display: block;
    font-size: calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
    font-style: italic;
}

span.listing-property-price {
    display: block;
    font-size: calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
}


.webx-listing-featured-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
    grid-gap: 40px;
    margin: 5vw auto;
}

.webx-listing-featured-detail {
    padding: 20px;
    text-align: center;
}

.webx-listing-featured-detail .featured-data {
    font-size: calc(26px + 0.5vw);
    font-size: -webkit-calc(26px + 0.5vw);
    font-size: -moz-calc(26px + 0.5vw);
    font-weight: bold;
}

.webx-listing-featured-detail .featured-text {
    font-size: calc(16px + 0.3vw);
    font-size: -webkit-calc(16px + 0.3vw);
    font-size: -moz-calc(16px + 0.3vw);
}

.webx-listing-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
    margin-bottom: 1px;
    padding: 10px;
    background: #fafafa;
}

.webx-listing-info-box {
    margin-bottom: 40px;
}

.webx-listing-info-box h5 {
    font-size: calc(26px + 0.5vw);
    font-size: -webkit-calc(26px + 0.5vw);
    font-size: -moz-calc(26px + 0.5vw);
    margin: 15px 0;
}

.listing-description {
    margin: 0 auto;
    overflow: hidden;
    font-size: calc(16px + 0.1vw);
    font-size: -webkit-calc(16px + 0.1vw);
    font-size: -moz-calc(16px + 0.1vw);
}

.webx-listing-buttons {
    margin-top: 40px;
    justify-content: center;
}

.wp-block-buttons.webx-listing-buttons .wp-block-button {
    margin-top: 0;
}

.webx-button {
    display: inline-block;
}

.webx-button .dashicons {
    vertical-align: sub;
}

.webx-custom-single-listing-video {
    margin-bottom: 2em;
}

.video-flex-wrapper {
	position: relative;
    height: 0;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.video-flex-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: none;
}

.webx-listing-map {
    margin-bottom: 40px;
}

.webx-listing-map iframe {
    width: 100%;
    height: 300px;
}

.webx-custom-photo-single-notice {
    padding: 5px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.webx-table-bottom {
    max-width: var(--wp--style--global--content-size);
    margin: 10px auto;
}

.webx-table-bottom-data {
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
    justify-content: center;
    grid-gap: 1px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {

    .webx-listing-map iframe {
        height: 500px;
    }

}

@media only screen and (min-width: 1200px) {
    .webx-listing-featured-boxes {
        grid-template-columns: repeat(3, minmax(0, 0.33fr));
    }
}
