#header {
    background-color: #ebe7da;
}
.menu-top-navigation .nav-button > a,
.button-style-1 {
    background-color: #272214;
}
ul.footer-left-navigation li a,
ul.footer-phone-links li a, a.whatsapp-link,
.footer-right > p,
.arada-footer-newsletter label {
    color: #272214;
}
.menu-top-navigation .nav-button > a:hover,
.button-style-1:hover,
.button-style-2:hover{
    transition: all 0.3s ease;
    background-color: #393C37;
    color: #fff;
}
section.footer {
    background-color: #ebe7da;
}
.footer-right input[type="submit"] {
    border-color: #272214;
    background-color: #272214;
    color: #ebe7da;
}
.footer-right input[type="submit"]:hover {
    background-color: #393C37;
    border-color: #393C37;
}
.footer-right input[type="email"] {
    background-color: #ebe7da;
}
.button-style-1:hover {
    border: 1px solid #393C37;
    background-color: #393C37;
    color: #fff;
}
ul.footer-social-links li a, ul.footer-social-links li img {
    filter: sepia(0%) saturate(0%) brightness(40%) hue-rotate(0deg);
}
ul.footer-phone-links {
    filter: sepia(0%) saturate(0%) brightness(20%) hue-rotate(0deg);
}
/* .image-to-spec-right img.item-icon {
    filter: sepia(0%) saturate(0%) brightness(20%) hue-rotate(0deg);
} */
.footer-right p.hide-anchor-link img {
    filter: sepia(0%) saturate(0%) brightness(0%) hue-rotate(0deg);
}
.footer-right > p svg * {
    fill: #000000;
}
.find-property-button, 
.find-property-outer .section-title {
    background-color: #272214;
    color: #fff;
}
.property-form-group.property-form-group-button .button-style-1 {
    background-color: #272214;
    border-color: #272214;
}
#man-loader circle[stroke-miterlimit="10"] {
    stroke: #A2A568;
}
.property-spec-each-loop {
    color: #272214;
}
.image-to-spec-right-in .button-style-1 {
    color: #fff;
    background-color: #272214 !important;
}
.properties-list .col {
    flex: calc(33% - 15px);
    max-width: calc(33% - 6px);
}
/* .menu-top-navigation li.lng-switch {
    display: none;
} */
.menu-top-navigation .aradamenuimg a:hover {
    color: transparent !important;
}

@media screen and (max-width: 1024px){
    .properties-list .col {
        flex: calc(50% - 13.33px);
        max-width: calc(50% - 13.33px);
    }
}
@media (max-width:768px) 
{
    .button-style-1:hover {
        background-color: #A2A568;
    }
    .properties-list .col {
        flex: 100%;
        max-width: 100%;
    }
}
