/*
Theme Name: ACE.edu
Author: Suyati Technologies
Author URI: https://suyati.com/
Description: This is the default theme for AMERICAN COLLEGE of EDUCATION.
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 5.6
Text Domain: ace-edu

*/
/* for Sync ACE pagination */
span.pagination-links .page-numbers {
    border-color: #7e8993;
    color: #32373c;
    display: inline-block;
    vertical-align: baseline;
    min-width: 30px;
    min-height: 30px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 2.15384615;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-appearance: none;
    white-space: nowrap;
    box-sizing: border-box;
}

span.pagination-links .page-numbers.next,
span.pagination-links .page-numbers.prev {
    font-size: 16px;
    line-height: 1.625;
    padding: 0 4px;
}
