/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */
.archive-pagination.pagination li {
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.current {
    padding: 0.9rem 1.2rem;
    background: #124e84;
    color: white;
}
.archive-pagination.pagination ul{
	list-style: none;
    display: inherit;
}