/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 1044618 2014-12-14 23:43:29Z emartin24 $
 * Copyright 2014 Studio Fuel (http://www.studiofuel.com)
 */

.wp-paginate .current{
	color: #e981ae;
}

ol.wp-paginate li a{

}


.wp-paginate {padding:0px; margin: 0px 0px 0px 0px;
	float: right;
	padding: 0px;}
.wp-paginate li {display:inline; list-style:none;font:600 15px 'Roboto', sans-serif; padding: 0px; color: #fff;}
.wp-paginate a { margin-right:2px; padding:6px 2px;  width: 33px; height: 33px;  text-align:center; text-decoration:none; color: #fff; text-transform: uppercase;}
.wp-paginate a:hover, .wp-paginate a:active { color: #fff; background: #e80e0e; width: 33px;height: 33px; padding:6px 2px;  }
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color: #fff;  background: #e80e0e; padding:6px 2px; width: 33px; height: 33px;  margin-right: 2px; }
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}