/*
Theme Name: premiumuikits Child
Theme URI: http://underscores.me/
Template: premiumuikits
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1617315751
Updated: 2021-04-01 22:22:31

*/

 .pagination {
  clear:both;
  position:relative;
  font-size:16px; 
  line-height:13px;
  float:right; 
 list-style-type:none;
 width:100%
}
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff; 
  background: #237697; 
}
.pagination a:hover{
  color:#fff;
  background: #000; 
}
.pagination .current{
  padding:6px 9px 5px 9px;
  background: #999; 
  color:#fff;
}

