/* ---- Category ID Column ---- */
.cat_id_note {
    display: block;
    font-size: 10px;
    color: #999;
}
.column-cat_id {
    width: 15%;
}


/* ---- Show / Hide Widget areas ---- */

body.sabino-footer-layout-social.widgets-php #sabino-site-footer-standard {
    display: none !important;
}

body.widgets-php .widgets-holder-wrap {
    box-shadow: none;
    border: 0;
}

body.widgets-php #sidebar-1,
body.sabino-footer-layout-standard.widgets-php #sabino-site-footer-standard {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}


