/*
Theme Name: ESSA
Theme URI: https://generatepress.com
description: ESSA Theme - Child of GeneratePress
Author: ESSA 2020 Monash Committee
Author URI: http://example.com
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: generatepress;
*/

.entry-summary:not(:first-child) {
  margin: 1em 0 0
}

.entry-summary:not(:first-child) > p {
  font-size: 14px
}

.author-name {
  font-weight:500;
}

/* Center Navigation */
#nav-below {
    text-align: center;
}

/* Page Number styling */
#nav-below .page-numbers:not(.dots) {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
}

/* Change current and hover colors */
#nav-below .page-numbers:not(.dots):hover,
#nav-below .page-numbers.current {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

/* increase width of dots.... */
#nav-below .page-numbers.dots {
    display: inline-block;
    min-width: 40px;
}
