/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a.gb-button.gb-button-text.page-numbers, span.gb-button.gb-button-text.page-numbers.dots, a.gb-button.gb-button-text {
    padding: 15px 20px;
    background-color: var(--contrast-2);
    color: var(--base-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

span.gb-button.gb-button-text.page-numbers.gb-block-is-current{
    background-color: rgb(94, 94, 105);
    color: var(--base-2);
	padding: 15px 20px;
}

a.gb-button.gb-button-text.page-numbers:hover, span.gb-button.gb-button-text.page-numbers.gb-block-is-current:active, .gb-button-wrapper a.gb-button.gb-button-text.page-numbers:focus, span.gb-button.gb-button-text.page-numbers.dots:hover, a.gb-button.gb-button-text:hover {
    background-color: var(--contrast-3);
    color: var(--base-2);
}