/* Footer Styling */

.pkp_site_nav_menu{
        background: #00628d !important;
        padding: 0 20px;}
.pkp_navigation_primary>li>a{color:#fff !important;}
.pkp_navigation_search_wrapper a{color:#fff !important;}
.pkp_structure_footer_wrapper{background: #444444 !important;}
.pkp_structure_footer > div:last-of-type{display:none !important;}
.profile a{border:1px solid #00628d;padding:8px;margin-top:20px;}
.profile .dropdown-menu{margin-top:28px;}
.dropdown-menu > .profile a{border:none;border-radius:0;margin-top:0;padding:0;}
.profile a{border-radius:30px}
.dropdown-menu > .profile a{border:none;padding:5px;margin-top:0;}

.pkp_footer_content{padding:0 !important}



#customblock-for-editors-reviewers{margin-top: -2.143rem !important;padding-top:0 !important;}
#customblock-for-editors-reviewers .content p a {
    display: inline-block;
    padding: 0;
    background: transparent  !important;
    border: none;
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: none;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 400;
    color: #006798;
}
.footer {
    background: #444;
    color: #fff;
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

/* Flexbox for three columns */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

/* Each column */
.footer-box {
    flex: 1;
    min-width: 280px;
    margin: 10px;
    text-align: left;
}

/* Ensure "About" section has more space */
.footer-box.about {
    flex: 1.5;
}

/* Titles */
.footer-box h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-left: 4px solid #00AEEF;
    padding-left: 10px;
}

/* Links */
.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-box ul li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Copyright section */
.footer-bottom {
    background: #333;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #ccc;
}

.footer-bottom a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom a:hover {
    color: #fff;
}
.pkp_block.block_custom{padding-top:0}
.pkp_block.block_custom a{
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #006798;
}
a:hover, a:focus {
    color: #008acb;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-box {
        margin-bottom: 20px;
    }
    .pkp_site_nav_menu a{color:#fff;}
    .pkp_navigation_user>li>ul a .task_count{color:#fff;}
    .profile a{border:0;padding:0;margin-top:0;}
.profile .dropdown-menu{margin-top:0;}
.pkp_site_nav_menu{padding:20px;}


}


