    /*
Theme Name: Bulleen screens
Version: 1.0
Author:
Author URI:
*/

    .aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .main-footer .footer-bottom a {
        color: #fff;
    }

    .blog-controls {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        justify-content: space-between;
        font-size: 16px;
        color: #5D5C5C;
    }

    #orderby {
        font-weight: 600;
        font-size: 16px;
        font-family: 'Public Sans', sans-serif;
        padding-left: 6px;
        padding-right: 20px;
    }

    .pagination .nav-links {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination .page-numbers {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        font-size: 16px;
        color: #5D5C5C;
        border: solid 1px #5D5C5C;
        border-radius: 8px;
    }

    .pagination .next {
        transform: rotate(180deg);
    }

    .pagination .current {
        background-color: #55C800;
        border-color: #55C800;
    }


    @media (max-width: 1024px) {
        main {
            overflow: hidden;
        }
    }

    .safe {
        padding: 40px 0;
    }