 /* Author page pagination */ .author-pagination:empty {display: none; } .author-pagination {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 0; margin-bottom: 100px; } .author-pagination .page-numbers, .author-pagination a {background-color: rgba(243, 245, 243, 1); color: rgba(54, 44, 34, 1); height: 1.7rem; width: 1.7rem; font-size: 1rem; border-radius: 50%; line-height: 1.7rem; display: inline-block; text-align: center; margin: 5px 8px; } .author-pagination .next, .author-pagination .prev {background-color: rgba(122, 129, 85, 1); color: #ffffff; background-image: url(../../../images/new/img/author-pagination-arrow.svg); background-position: center; background-repeat: no-repeat; font-size: 0 !important; } .author-pagination .prev {-webkit-transform: scaleX(-1); transform: scaleX(-1); } .author-pagination .page-numbers:hover, .author-pagination .page-numbers:hover, .author-pagination .next:hover, .author-pagination .prev:hover {background-color: rgba(17, 192, 243, 1); color: #fff; } .author-pagination span.page-numbers.current:hover, .author-pagination span.current {background-color: rgba(122, 129, 85, 1); color: #ffffff; } .page-numbers.dots {background: none !important; }