/*
Theme Name: Afrika Türkiye İş Adamları Birliği
Theme URI: https://www.atiab.org/
Author: Sars Project
Author URI: https://www.atiab.org/
Description: Afrika Türkiye İş Adamları Birliği projesi için hafif, modern ve Bootstrap 5 tabanlı özel WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Text Domain: atiab
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.icon {
    font-size: 33px;
    color: #c0182f;
}
a.page-numbers{
    margin-left: 0;
    padding: 0 0;
    color: var(--tg-black-two);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    background: var(--tg-gray-three);
    transition: .3s linear;
}
li.page-item.active span {
    margin-left: 0;
    padding: 0 0;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    font-family: var(--tg-heading-font-family);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #b30119;
    transition: .3s linear;
}
.nav-links {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
ul.children {
    list-style: none;
}
.weekly-post-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #b30119ad;
    color: white;
    padding: 26px;
    border-radius: 100%;
}

a.next.page-numbers {
    width: 104px;
    margin-left: 15px;
}
a.prev.page-numbers {
    width: 104px;
    margin-right: 15px;
}
span.page-numbers.current {
    color: var(--tg-white);
    background-color: var(--tg-primary-color);
    border-color: var(--tg-primary-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.footer-widget .menu {
    list-style: none;
    padding: 0;
}
.footer-widget .menu li a {
    color: white;
    font-weight: 200;
    font-size: 14px;
}