/*
Theme Name: Gnn Accomodation
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A WordPress theme based on the Royal Estate template.
Version: 1.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gnnaccomodation
*/

.page-numbers {
    display: inline-block;
    border: 1px solid #d1d1d1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #a9a9a9;
}
a.page-numbers:hover,
.page-numbers.current {
    background: #67c0d9;
    color: #ffffff;
    border: 1px solid #67c0d9;
}
.img-responsive {
    max-width: 100%;
    min-width: 100%;
}