/* v4.4.5 — keep only first categories summary on home when admin chooses */

.felah-hidden-by-setting{
    display:none !important;
}

.voice-recording,
[data-voice-record].recording{
    background:#b22 !important;
    color:#fff !important;
}

@media(max-width:760px){
    .felah-home-categories-first{
        margin-top:18px !important;
    }

    .felah-home-categories-first + section,
    .felah-home-categories-first + div{
        margin-top:18px !important;
    }
}
