#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #fff;
}
#wp_page_numbers ul {
	float: right;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 13px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #666;
	background-color: #e8e8e8; 
	text-decoration: none; 
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	border-radius: 3px; }
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #666;
	background-color: #e8e8e8;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	border-radius: 3px; 
	
}

#wp_page_numbers li.active_page a:hover  {
	color: #666; /* IE fix */
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 15px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}



@media screen and (max-width: 1100px) and (min-width: 781px) {
#wp_page_numbers ul { float: left; padding-left: 5px; }
}


/* High resolution mobile: pixel-ratio 2.0 */

@media only screen and (-webkit-device-pixel-ratio: 2.0) {

#wp_page_numbers {margin-top: 40px !important; }

#wp_page_numbers ul { float: right; }

#wp_page_numbers li a { font-size: 2.5em ; }

#wp_page_numbers li { padding: 10px ; }

#wp_page_numbers li { padding: 10px ; }

.wp_numb, .first_last_page, .space { display: none !important; }

.page_info { font-size: 2.5em !important; padding-top: 18px !important; }

.wp_prev, .wp_next { font-size: 5.0em !important; }

.wp_prev { position: absolute !important; left: 0px !important; float: left !important; }

a:active { background-color: #fff !important; }

}





/* Tablet and mobile */

@media screen and (max-width: 780px){

#wp_page_numbers { width: 370px; border-top: 1px dotted #CFCFC9; padding-top: 45px !important; }

.wp_numb, .first_last_page, .space { display: none !important; }

#wp_page_numbers li a { font-size: 2.5em ; }

.page_info { font-size: 1.4em !important; padding-top: 5px !important; position: absolute !important; left: 130px !important; }

.wp_prev { position: absolute !important; left: 0px !important; float: left !important; }

#wp_page_numbers li a:hover, #wp_page_numbers li a:active { background-color: #fff !important; }

}


/* Small mobile */

@media screen and (max-width: 400px){

#wp_page_numbers { width: 200px; }

.page_info { font-size: 1.4em !important; padding-top: 5px !important; position: absolute !important; left: 44px !important; }

}