/*
Add temporary or theme style overrides here
*/

.sform_wrapper .sform_col input[type="number"] {
    outline: none;
}

.property_list.template--sale .p_detail,
.property_list.template--rent .p_detail{
    text-align: center;
}
.property_list .p_actions {
    text-align: center;
    padding-top: 10px;
    color: #FFC608;
    display: block;
    font-family: "Noto Sans", sans-serif;
}
.property_list .p_actions a.more-link{
    /*color: inherit;*/
}
.property_list li >  a.p_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
}
.property_list .p_image {
    border-bottom: 1px solid #eee;
}