/*
Theme Name: ERNST & ENGELHARDT
Description: Child theme for Avada Theme
Author: Brandwerk GmbH
Author URI: https://brandwerk.de
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/

.inx-form-element {
    font-size: .8em;
    font-family: "Futura Maxi Light";
}
#inx-property-list {
    display: none;
}

#inx-property-list.show {
    display: grid;
}
button.inx-button {
    background-color: #2e2e2e;
    font-size: 1em;
}
button.inx-button:hover{
    background-color: #5e5e5e;
}
.inx-link{
    color: #555555;
}
.inx-range-slider .inx-range-slider__nouislider .noUi-connect {
    background-color: #5e5e5e;
}
.inx-property-label{
    background: linear-gradient(60deg, #8c8584  50%, #8c8584) !important;
}
.inx-oi--inverted.inx-link {
    background: #8c8584 !important;
    color: #fff;
}
@media screen and (min-width: 960px) {
    .inx-property-search__elements {
        grid-template-columns: auto auto auto auto;
    }
}