.grecaptcha-badge {
    visibility: hidden !important
}
.mb-30 {margin-bottom:30px;
}
.mt-30 {
    margin-top: 30px;
}
.featured-property-post .property-meta {
    background-color: #e3e3e3;
    padding: 12px 20px;
    font-size: 12px;
    clear: both;
}
.featured-property-post .meta-wrapper {
    float: left;
}
 .featured-property-post .meta-value {
    color: #333;
}
.featured-property-post .meta-label {
    color: #929ba7;
}
.featured-property-post .meta-wrapper + .meta-wrapper:before {
    content: ",";
    margin-right: 7px;
}
.featured-property-post .property-thumbnail {
    position: relative;
}
.featured-property-post .property-description {
    background-color:#fff;
}
    .featured-property-post .property-description .entry-header {padding:10px;
    }
    .featured-property-post .property-description .entry-header a{text-decoration:none;
    }
        .featured-property-post .property-description .price-and-status {
    font-weight: bold;
}
.property-description h4{
    font-size:14px;
    line-height:20px;
    color:#333;
}
.featured-property-post .property-status {
    background-color: #333;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    font-size: 13px;
}
.featured-property-post .property-sold-status {
    background-color: red;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    font-size: 13px;
}

.treb-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

    .treb-mask:before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #333;
        opacity: .70;
    }

    .treb-mask span {
        position: absolute;
        white-space: nowrap;
        text-align: center;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%,-50%);
        font-weight: 400;
        text-transform: none;
    }

.login-mask {
    position: absolute;
    text-decoration: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #333;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
    font-size: 14px;
}

.login-mask-wide {
    position: absolute;
    text-decoration: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
}

.login-mask-tiny {
    position: absolute;
    cursor: pointer;
    text-decoration: none;
    left: 50%;
    top: 20px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%, 0);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-size: 12px;
}

.login-mask-tiny-left {
    position: absolute;
    text-decoration: none;
    left: 0px;
    top: 0px;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-size: 12px;
}

.blur-on, .blur-element {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    -webkit-transition: all 5s linear;
    transition: all 5s linear;
    -moz-transition: all 5s linear;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
}
.exchange-contact {
    display: none;
}
.separator::before {
    content: " / ";
    display: inline;
}
.text-container span {
    display: inline;
}
.qrc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .qrc-container img {
        width: 64px;
        height: auto;
    }

    .qrc-container .logo-phone {
        display: none;
    }
.copy-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
}
.page-footer-inner {padding:5px; color:#fff;
}
    .page-footer-inner a {text-decoration:none; color:#fff;
    }
    .svg-container {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }

    .svg-container img {
        width: 100px; 
        height: auto;
    }
    .svg-container .logo-phone {display:none;
    }
@media (max-width: 768px) {
    .separator::before {
        content: none;
    }
    .text-container span {
        display: block;
    }
    .separator {
        display: block;
        margin: 0; /* Adjust as needed */
    }
    .exchange-contact {
        display: inline-block;
    }
    .copy-footer {
        position: static;
       text-align: center;
       margin-bottom: 20px;
    }
    .svg-container {
        position: static;
        width: 100%; 
        text-align: center;
    }
        .svg-container img {
            width: 300px; /* Adjust based on the size of your SVG */
            height: auto;
        }
        .svg-container .logo-desktop {
            display: none;
        }
        .svg-container .logo-phone {
            display: block;
        }
}

.bloader {
    width: 120px;
    height: 75px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

    .bloader span {
        font-size: 20px;
        text-transform: uppercase;
        margin: auto
    }

.ball {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #1C39BB;
    animation: bounce .5s alternate infinite;
}

    .ball:nth-child(2) {
        animation-delay: .16s;
    }

    .ball:nth-child(2) {
        animation-delay: .32s;
    }

::-moz-placeholder {
    color: #9b9c9c;
    opacity: 1;
}

@keyframes bounce {
    from {
        transform: scaleX(1.25);
    }

    to {
        transform: translateY(-50px) scaleX(1);
    }
}
.privacy,.terms, .display-none {display:none;
}