/*
 * 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 {padding:0; margin:37px 0px 28px 0px;font-family: 'Roboto', sans-serif;
            font-size: 15px;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#fff; border:1px solid #e8e7e7; color:#414141; margin-right:0px; padding:7px 12px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#231f20; color:#fff;padding:7px 12px;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#231f20; border:1px solid #231f20; margin-right:0px; padding:7px 12px; border-left: #e8e7e7; border-right: none;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {background:#c82b3c; color: #fff;padding:7px 25px;}

/* 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 {}