/*
  Theme Name: Seed Uffici Curia New
  Description: Nuovo Seed Uffici Curia Theme
  Version: 1.0.2
  Author: IDS&Unitelm s.r.l.
*/



strong,
b {
    font-weight: bold;
}


/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}

.custom-pagination a {
    background-color: #ebebeb;
    color: #ff3c50;
}

.custom-pagination a:hover {
    background-color: #ff3c50;
    color: #fff;
}

.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
    font-weight: bold;
}

.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}

.custom-pagination span.current {
    background-color: #ff3c50;
    color: #fff;
}


body ul.ted-list.menu {
    overflow-y: scroll !important;
    scrollbar-width: auto !important;
}

