/* -- ADMIN: LOGIN -- */
#login h1 a, .login h1 a {
    background-image: url('../images/logo-xeit.svg');
    height: 50px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 10px;
    pointer-events: none;
    cursor: default;
}

/* -- ADMIN: MENU -- */
#adminmenu #menu-comments {
    display: none;
}


/* -- ACF META FIELDS -- */
.acf-field.sts-csv-import-name {
    display: none;
}
.sts-role-administrator .acf-field.sts-csv-import-name {
    display: block;
}