/* ****************************************
Admin style file.
All instructions related to admin.
**************************************** */

/* Show only revelant menu fields */
#menu-to-edit li.menu-item-depth-0 div[data-name=menu_level_1],
#menu-to-edit li.menu-item-depth-0 div[data-name=menu_level_2] {display: none!important;}

#menu-to-edit li.menu-item-depth-1 div[data-name=menu_level_0],
#menu-to-edit li.menu-item-depth-1 div[data-name=menu_level_2] {display: none!important;}

#menu-to-edit li.menu-item-depth-2 div[data-name=menu_level_0],
#menu-to-edit li.menu-item-depth-2 div[data-name=menu_level_1] {display: none!important;}

.acf-field .acf-label label {font-weight: normal!important;}



/* Color picker palette */
.wp-picker-container .iris-picker {min-height:240px;}
.wp-picker-container .iris-picker .iris-palette-container {width: 70%;}
.wp-picker-container .iris-picker .iris-palette {
    width: 21.5px!important;
    height: 21.5px!important;
    
    margin: 2px!important;
}



.acf-mask {
    position: absolute;

    width: 100%;
    height: 100%;

    background: #0000004d;
    
    z-index: 10;
}