/*
Theme Name: erica-ibarrarealty
Theme URI: N/A
Author: Dev Team
Author URI: https://ericaibarrarealty.com/
Description:
Version: 1.0.0
Requires at least: 6.0
Tested up to: 5.7.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: erica-ibarrarealty
*/

section.Detail-secton{background: #f5f7fb;}


/* Styles for the price input container */
.price-input-container {
    width: 100%;
}

.price-input .price-field {
    display: flex;
    margin-bottom: 22px;
}

.price-field span {
    margin-right: 0px;
    margin-top: 10px;
    font-size: 15px;
}

.price-field input {
    flex: 1;
    height: 25px;
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
    width: 103px;
    border: none !important;
    background: none;
    position: relative;
    bottom: -10px;
    outline: none;
}

.price-input {
    width: 100%;
    font-size: 19px;
    color: #555;
}

#idx-results-mobile-control {
    display: none !important;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider {
    width: 100%;
}

.slider {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider .price-slider {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #01940b;
}

.range-input {
    position: relative;
	margin-bottom: 35px;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .main {
       /* width: 80%;
        margin-right: 5px; */
    }

    .custom-wrapper {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }

    .projtitle {
        width: 100%;
        position: relative;
        right: 26px;
    }

    .price-input {
        flex-direction: column;
        align-items: center;
    }

    .price-field {
        margin-bottom: 10px;
    }
}