/*
Theme Name: GlobeFarer Child
Theme URI: https://globefarer.qodeinteractive.com
Description: A child theme of GlobeFarer
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: globefarer
Template: globefarer
*/

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
}

.grid-item {
    border: 1px solid #233c5d;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 0 3px #233c5d;
    transition: box-shadow .35s ease;
}

.news-image {
    padding: 0% 33% 5% 33%;
}

.class-title {
    font-weight: 600;
}

.class-date {
    font-size: 16px;
    background: #233c5d;
    color: white;
    margin: 5% 25% 5% 25%;
    border-radius: 20px;
}

.class-summary {
    font-size: 16px;
    color: #333333;
}

.read-more-button {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #E29135;
    text-transform: uppercase;
    font-weight: 700;
}

#pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

page {
    font-size: 14px;
    font-weight: bold;
}
#pagination a {
    display: inline-block;
    text-align: center;
    padding: 10px;
    margin: 5px 5px 5px 5px;
    border: 1px solid #233c5d;
    color: #233c5d;
    text-decoration: none;
    border-radius: 5px;
}

#pagination a.active {
    background-color: #E29135;
    color: #fff;
    border-color: #E29135;
}

#pagination a.last-page {
    font-size: 14px;
    font-weight: bold;
}

