/* ******* */
/* General */
/* ******* */
html {
    background: #f1f1f1 !important;
    background-image: -webkit-radial-gradient(100% 100% at center,#f1f1f1,#f1f1f1) !important;
    background-image: radial-gradient(100% 100% at center,#f1f1f1,#f1f1f1) !important;
}

.wrap {
    max-width: 1000px !important;
}

/* ********* */
/* Dashicons */
/* ********* */
.dashicons.custom-dashicons {
    line-height: 1.4 !important;
}
.green-dashicons {
    color: green;
}
.red-dashicons {
    color: red;
}
.orange-dashicons {
    color: darkorange;
}

/* ********** */
/* Pagination */
/* ********** */
.uk-pagination.custom-uk-pagination li {
    padding-left: 0 !important;
}