@font-face {
	font-family: 'MS Glyphicons';
	src: url( '../fonts/glyphicons-halflings-regular.ttf' ), url( '../fonts/glyphicons-halflings-regular.woff' ), url( '../fonts/glyphicons-halflings-regular.woff2' ), url( '../fonts/glyphicons-halflings-regular.eot' );
}
body {
    background: #f1f1f1 !important;
}
.acf-button-group {
	display: flex;
    flex-wrap: wrap;
}
.acf-button-group label {
    min-width: 25%;
    max-width: 25%;
    margin: 5px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	font-family: 'MS Glyphicons' !important;
}
.ms-admin-heading-one {
	font-family: montserrat, sans-serif;
}
#menu-posts-ms-simple-popup,
#menu-posts-ms-simple-slider {
	display: none !important;
}

/*overwrite acf plugin style*/
.acf-button-group label {
    width: 30%;
    max-width: 30%;
}