/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.gradient-border-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,
            rgba(187, 176, 154, 0) 0%,
            rgba(187, 176, 154, 1) 40%,
            rgba(187, 176, 154, 0) 100%);
}

.search-box-gap form.e-search-form {
    gap: 10px;
    justify-content: space-between;
}

.search-box-gap form.e-search-form input:focus {
    border: none;
}

.tproperty-image {
    position: relative;
    background-color: #dfdfdf;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 15px;
}

.tproperty-image img {

    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tproperty-card {
    height: 100%;
    padding: 20px;
}

.tproperty-content h5 {
    font-size: 18px !important;
	margin-top: 0;
    margin-bottom: 10px;
}

.square-vector .elementor-icon {
    background-color: #292E32;
    padding: 7px 6px;
    border: 1.5px solid #292E32;
    border-radius: 500px;
}

.square-vector .elementor-icon svg {
    width: 18.039px;
    height: 15.874px;
}

.face-vector .elementor-icon {
    background-color: #7790AF;
    padding: 7px 9px;
    border: 1.5px solid #292E32;
}

.face-vector .elementor-icon svg {
    width: 23.281px;
    height: 27.161px;
}

.sale-list ul li span.elementor-icon-list-text {
    padding: 0 !important;
}

.filter-bar p,
.search-count,
.filter-properties p,
#price-range-wrapper label {
    color: #000;
}

/* ------ Legal Pages ------ */
.legal-contents {
    text-transform: capitalize;
}

.legal-contents ul li span.elementor-icon-list-icon svg {
    width: 20px;
    height: 20px;
}

.legal-contents ul li:not(:last-child) {
    margin-bottom: 10px !important;
}

.legal-contents ul li {
    align-items: flex-start !important;
}

.legal-contents ul li span.elementor-icon-list-icon {
    top: 3px !important;
}

.legal-contents p,
.legal-contents ul li .elementor-icon-list-text {
    font-family: 'Source Serif Pro' !important;
}

.conveyancing-image img {
    aspect-ratio: 1.3 / 1;
}

.progression-text h3 {
    color: #A59D8A;
}


/* -------------- */
span.bed-icon,
.bath-icon,
.sqft-icon {
    position: relative;
    padding-left: 28px;
}

span.bed-icon::before,
span.bath-icon::before,
span.sqft-icon::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

span.bed-icon::before {
    background-image: url(/wp-content/uploads/2025/07/bed.svg);
}

span.bath-icon::before {
    background-image: url(/wp-content/uploads/2025/05/bath-1.svg);
}

span.sqft-icon::before {
    background-image: url(/wp-content/uploads/2025/05/area-1.svg);
}

@media screen and (max-width: 615px) {
    .sale-list ul.elementor-icon-list-items {
        display: grid !important;
        row-gap: 10px;
    }

    .sale-list ul.elementor-icon-list-items li {
        justify-content: start !important;
    }
}


body>main#content>.page-content {
    min-height: calc(100dvh + 1px);
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .property-page {
        padding: 38px 20px 90px 20px !important;
    }

    .property-search-filter {
        top: 150px;
    }
}


.additional-information {
    display: none;
}