/*
 Theme Name: Divi Child
 Template: Divi
 Description: A brief description of your child theme
*/

/* broker contact form */

.broker .wpcf7-text,
.broker .wpcf7-number,
.broker .wpcf7-textarea {
    width: 100%;
    padding: 12px 9px;
    border-radius: 4px;
    border: 1px solid #dde4e9;
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
    font-size: 13px;
    color: #8593a9;
}

.broker .wpcf7-submit {
    width: 100%;
    font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    border-radius: 4px !important;
    background-color: #0c71c3;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 11px;
    border: none;
    cursor: pointer;
}

/* broker contact form */

/* advance custom search */
.col-2 {
    width: 20%;
    flex-grow: 1;
}

.col-8 {
    width: 50%;
    flex-grow: 1;
}

@media only screen and (max-width: 1154px) {
    .search a {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 993px) {
    .search a {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 865px) {
    .search a {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 828px) {
    .col-2,
    .col-8 {
        width: 100%;
    }
}

.search {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    align-items: center;
}
.search a {
    background-color: #0c71c3;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#city_dropdown {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    color: #8593a9;
    border-radius: 5px;
    border-color: #d8d8d8;
}

.range {
    font-size: 16px;
}

#priceRange {
    width: 100%;
    background-color: #0c71c3;
    height: 8px;
    border-radius: 10px;
}

#priceRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #b6b6b6;
}

/* advance custom search */

/* advance search result */
.property-box {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.property-details {
    background-color: #fff;
    width: 30%;
    flex-grow: 1;
    max-width: 336px;
    border-radius: 5px;
    box-shadow: 0px 10px 15px -10px rgb(199, 198, 198);
}

.featured-content {
    padding: 15px 15px 10px 15px;
}

.featured-content h4 {
    color: #363636 !important;
}

.featured-content p {
    color: #dd9a61 !important;
    font-size: 17px;
}

.featured-image img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
}

@media only screen and (max-width: 1200px) {
    .property-details {
        width: 45% !important;
        flex-grow: 0;
        max-width: 440px;
    }
}

@media only screen and (max-width: 1100px) {
    .property-details {
        width: 47% !important;
        max-width: 450px;
    }
}

@media only screen and (max-width: 729px) {
    .property-details {
        width: 46% !important;
        max-width: 450px;
    }
}

@media only screen and (max-width: 579px) {
    .property-details {
        width: 80% !important;
    }
    .property-box {
        justify-content: center;
    }
}

@media only screen and (max-width: 579px) {
    .property-details {
        width: 100% !important;
    }
    .featured-image img {
        height: 180px;
        border-radius: 5px 5px 0px 0px;
    }
}

@media only screen and (max-width: 375px) {
    .featured-image img {
        height: 180px;
    }
}
/* advance search result */

/* address */
.address {
    display: flex;
    justify-content: space-between;
    color: #303030;
    flex-wrap: wrap;
}

.address p {
    font-weight: 600;
}

.address span {
    font-weight: 400;
}
/* address */

/* details */
.details {
    display: flex;
    justify-content: space-between;
    color: #303030;
    flex-wrap: wrap;
}

.details p {
    font-weight: 600;
    width: 33.33%;
}

.details sup {
    font-size: 10px;
}

.details span {
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .details p {
        width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    .details p {
        width: 100%;
    }
}
/* details */

/* property status */
.status-p {
    width: 20%;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    padding: 3px !important;
    background-color: #0c71c3;
    margin-bottom: 0px;
}
/* property status */

/* features and amenities */

.amenities {
    flex-wrap: wrap;
    display: flex;
    list-style: none !important;
    gap: 8px;
}

.et-l--body ul {
    padding-left: 0px !important;
}

.amenity-list {
    flex-grow: 1;
    width: 30%;
    display: flex;
    align-items: center !important;
    gap: 8px;
    font-size: 15px !important;
}

@media only screen and (max-width: 767px) {
    .amenity-list {
        width: 40%;
    }
}

@media only screen and (max-width: 500px) {
    .amenity-list {
        width: 100%;
    }
}
/* features and amenities */

/* listing */
.listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #5c727d;
    align-items: center;
    padding-bottom: 5px;
}

.listing a {
    color: #222222;
    font-size: 15px;
    padding-bottom: 0px;
}

.listing a:hover {
    color: #0c71c3;
    transition: 400ms;
}

.listing p {
    color: #5c727d;
    font-size: 15px;
}

.listing-details {
    background-color: #fff;
    width: 45%;
    flex-grow: 1;
    max-width: 336px;
    border-radius: 5px;
    box-shadow: 0px 10px 15px -10px rgb(199, 198, 198);
}
/* listing */

/* display all property */
.property-box-all {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.property-details-all {
    width: calc(97% / 4);
    border: 1px solid #efefef;
}

.featured-image-all img {
    width: 100%;
    height: 170px;
}

.featured-content-all {
    padding: 10px;
}

.property-box-all h4 {
    padding-bottom: 5px;
    color: #000f41;
    font-size: 18px;
    font-weight: 400;
}

.property-box-all span,
.property-box-all p {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 300;
}

.property-box-all h5 {
    color: #073762;
    margin-top: 5px;
    padding-bottom: 0px;
    font-weight: 600;
}

@media only screen and (max-width: 1248px) {
    .property-details-all {
        width: calc(96% / 4);
    }
}

@media only screen and (max-width: 1024px) {
    .property-details-all {
        width: calc(97% / 3);
    }
    
    .box-img {
    	width: 70%;
    }
}

@media only screen and (max-width: 832px) {
    .property-details-all {
        width: calc(98% / 2);
    }
}

@media only screen and (max-width: 623px) {
    .property-details-all {
        width: calc(97% / 2);
    }
}

@media only screen and (max-width: 522px) {
    .property-details-all {
        width: calc(96% / 2);
    }
}

@media only screen and (max-width: 465px) {
    .property-details-all {
        width: 100%;
    }
}
/* display all property */

@media only screen and (max-width: 532px) {
    .box-img {
        display:none!important;
    }
}

@media only screen and (max-width: 980px) {
    .checked div {
        width:100%;
    }
}

/* similar listing */
.similar-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.similar-listing-box {
    max-width: 49%;
    flex-grow: 1;
    background-color: #fff;
}

.similar-listing-image img {
    width: 100%;
    min-height: 178px;
}

.similar-listing-content {
    padding: 10px;
}

.similar-listing-content h4 {
    color: #303030 !important;
}

.similar-listing-content p {
    color: #dd9a61 !important;
}

@media only screen and (max-width: 1313px) {
    .similar-listing-box {
        max-width: calc(50% - 10px) !important; /* Two columns with 10px gap */
        flex-grow: 1;
    }
}

@media only screen and (max-width: 600px) {
    .similar-listing-box {
        max-width: 100% !important;
    }
}
/* similar listing */