th.column-page_views{
    width: 80px;
}
.edit-post-meta-boxes-area.is-side select{
    box-sizing: border-box;
}
.handle-order-higher, .handle-order-lower {
    display: none;
}
/*show only Articles in menu-item select window */
body.menus-t74_best_of #side-sortables li.control-section:not(.add-post-type-article){
    display: none;
}

/* Toggle Switch */

    /* The switch - the box around the slider */
    .switch {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        margin: 10px 0px;
    }

    /* Hide default HTML checkbox */
    .switch input {display:none;}

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        width: 48px;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked + .slider {
        background-color: #39bd20;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    .banner_image{
        max-width: 100%;
        height: auto;
    }

    #editor label + select,
    #editor label + input{
        margin-top: 5px;
        display: block;
    }
    /* hide default thumbnail for custom Gutenberg block styles */
    .block-editor-block-styles .block-editor-block-styles__item-preview{
        background-color: #EDEDED;
    }
    .block-editor-block-styles .block-editor-block-preview__container{
        display: none;
    }