/* Community Level Styles */

:root {
    --neighborhood-top-upto-767: -30px;
    --neighborhood-top-768-1179: -45px;
    --neighborhood-top-1180-1399: -52px;
    --neighborhood-top-from-1400: -65px;
}

#fp_availabilities_view_button {
    display: none;
}

/* footer */
.footer-copyright a,
.footer-copyright button {
    transition: 0.3s ease all;
}

.footer-copyright a:hover,
.footer-copyright button:hover{
    opacity: 0.6;
    transition: 0.3s ease all;
}