/*!
Theme Name: Objective
Theme URI: https://codeandcore.com/
Author: CodeandCore
Author URI: https://codeandcore.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: objective
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.pagination-wrap{margin-top: 50px;}
.pagination-wrap ul.page-numbers{display:flex;justify-content:center;gap:5px;}
.pagination-wrap ul.page-numbers li a,.pagination-wrap ul.page-numbers li span{font-family:'PloniMLv2AAA';font-size:18px;line-height:1.2;display:flex;align-items:center;justify-content:center;width:max-content;gap:10px;background-color:transparent;border-radius:100px;font-weight:600;cursor:pointer;text-align:center;transition:0.4s ease;padding:9px 20px 11px;color:#043841;box-shadow:inset 0 0 0 1px #043841;}
.pagination-wrap ul.page-numbers li a:hover{background:#043841;color:#fff;}
.pagination-wrap ul.page-numbers li span{background:#043841;color:#fff; cursor: default;}
.contactItem .contactItemInfo a{    font-family: 'Poppins'; font-weight:bold}