/*
Theme Name: FastForwardVA
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Punch
Author URI: https://punchrva.com/
Description: A custom theme build for FastForwardVA
Version: 1.0
Text Domain: fastforwardva
*/

@import 'assets/css/website/website.min.css';

.wp-paginate {
	text-align: center;
	padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wp-paginate .title {
	display: none;
}

.wp-paginate .page, .wp-paginate .next, .wp-paginate .prev {
	padding: 4px 10px !important;
	border-radius: 50% !important;
}

.wp-paginate .current {
	background-color: #00c1de !important;
}