/*
Theme Name: Real Global Marketing
Theme URI: https://realglobalmarketing.com/
Author: Real Global Marketing
Description: Custom WordPress theme converted from the Real Global Marketing PHP website.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: real-global
*/

/* The visual stylesheet is loaded from css/style.css. */

/* WordPress-generated elements that inherit the original visual language. */
.blog-pagination .page-numbers {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 0.2rem;
}
.blog-single .entry-content > * + *,
.page .entry-content > * + * {
    margin-top: 1.25rem;
}
.admin-bar .site-header {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .site-header { top: 46px; }
}