/*#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #4f4f4f;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 12px;
	font-family: Arial;
	color: white;
}*/

#wp_page_numbers {
	display: inline-block;
	vertical-align: middle;
}
/*#wp_page_numbers ul {
	
	width: 100%;
}*/
#wp_page_numbers li {
	display: inline-block;
    vertical-align: top;
    margin-right: 1px;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	color: #888989;
}

.paginator a:hover, .paginator a.active_page {
      background-color: #efedec;
      color: #121212; 
}

#wp_page_numbers li.page_info {
	display: inline-block;
	vertical-align: middle;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	color: #888989;
	font-size: 14px;
	background-color: #2d2d2d;
	border-radius: 4px;
	margin-right: 27px; 
}

.prev-page,
.next-page {
  position: relative; }
  .prev-page:hover:before,
  .next-page:hover:before {
    border-right-color: #121212;
    border-bottom-color: #121212; }
  .prev-page:before,
  .next-page:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 2px solid transparent;
    border-radius: 3px;
    border-right-color: #888989;
    border-bottom-color: #888989;
    transform: rotate(135deg);
    position: absolute;
    left: 13px;
    top: 12px; }

.next-page:before {
  transform: rotate(-45deg);
  left: 8px; }
