@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,800');
.acf-range-wrap input[type=number] {
    
    min-width: 4em!important;
}
.acf-table {
    border-collapse: collapse;
}

.acf-row .acf-row-handle {
    color: #0086c6;
    font-weight: 600;
    font-family: 'Muli', 'Avenir', Helvetica, Arial, sans-serif;
}

.mce-container #tinymce.wp-editor {

    font-family: 'Muli', 'Avenir', Helvetica, Arial, sans-serif!important;
}



.acf-row:nth-child(odd) .acf-row-handle {
    background-color: #ddd;
}

.acf-flexible-content .layout .acf-fc-layout-handle {
    font-weight: 600;
    font-family: 'Muli', 'Avenir', Helvetica, Arial, sans-serif;
    /*color: #fff;*/
    background-color: #c1edfb;
}

.postbox .handlediv {
    color: #fff;
}

#poststuff {
    font-family: 'Muli', 'Avenir', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.acf-postbox {
    border-color: #888;
}

.acf-flexible-content .layout {
    border-color: #aaa;
}

.hndle {
    background-color: #aac6de;
    color: #fff;
}

.acf-repeater.-row > table > tbody > tr > td, .acf-repeater.-block > table > tbody > tr > td {
    border-top-color: rgba(0, 134, 198, 0.2);
    border-top-width: 2px;
}