.custom-logo {

    max-height: 34px;

    width: auto;

}

.site-header .custom-logo {

    max-height: 34px;

}
.custom-logo {

    max-height: 34px;

}
.reviewnews-header .bottom-bar-center {

    display: flex !important;

    align-items: center !important;

}

.reviewnews-header .site-branding {

    margin-top: 6px !important;

}







/* Hide top bar completely */

.topbar,

.header-top,

.top-header {

    display: none !important;

}




/* REMOVE all extra header rows */

.top-header,

.header-top,

.af-header-top,

.header-promotion,

.af-middle-header .header-promotion {

    display: none !important;

}

/* KEEP ONLY MAIN HEADER + CLEAN IT */

.af-middle-header {

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    padding: 10px 15px !important;

}

/* CENTER THE LOGO */

.site-branding {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    text-align: center;

}

/* HAMBURGER MENU LEFT */

.navbar-toggle,

.menu-toggle {

    position: relative;

    z-index: 10;

}

/* REMOVE ANY EXTRA SPACING */

#af-header,

.site-header {

    padding: 0 !important;

    margin: 0 !important;

}

/* OPTIONAL: clean blue bar look */

.site-header {

    background-color: #2f4db3 !important; /* adjust to your blue */

}
/* Remove the entire top bar (where socials usually live) */

.top-bar,

.top-header,

.header-top,

.af-top-header {

    display: none !important;

}






/* Search icon */

.search-icon,

.fa-search,

i[class*="search"] {

    font-weight: 900 !important;

    font-size: 23px !important;  /* increase size */

}





/* Remove extra space in the middle header */

[class*="header-layout-side"] .af-middle-header {

    padding: 0 !important;

}

/* Reduce bottom header spacing */

.af-bottom-header {

    margin-top: 0 !important;

    padding-top: 0 !important;

    margin-bottom: 0 !important;

    padding-bottom: 0 !important;

}

/* Remove gap before the first section */

.aft-main-banner-section {

    margin-top: 0 !important;

    padding-top: 0 !important;

}





/* Change the main header background */

.af-bottom-header,

#main-navigation-bar,

.navigation-container {

    background: #ff6900 !important;

}

/* Keep the menu bar orange when sticky */

.af-bottom-header.sticky-header,

#main-navigation-bar.sticky-header {

    background: #ff6900 !important;

}




/* Change ONLY the category badges */

.read-categories a,

.reviewnews-categories {

    background-color: #ff6900 !important;

    border-color: #ff6900 !important;

    color: #fff !important;

}




/* Category text only in post lists */

.read-details .reviewnews-categories {

    background: transparent !important;

    border: 0 !important;

    color: #ff6900 !important;

    padding: 0 !important;

}
/* Restore background for category badges on image posts */

.categories-inside-image .reviewnews-categories {

    background: #ff6900 !important;

    color: #ffffff !important;

    padding: 4px 8px !important;

    border: none !important;

}




/* Hide the ReviewNews credit */

.site-info a[href*="afthemes.com"] {

    display: none !important;

}

/* Hide the text "by AF themes." after the link */

.site-info {

    font-size: 0;

}

.site-info::before {

    content: "Copyright © 2026 PressExpress Nigeria Limited. All Rights Reserved.";

    font-size: 14px;

    color: inherit;

}
/* Change footer background to black */

.site-info {

    background: #000000 !important;

}

/* Ensure the footer text stays white */

.site-info,

.site-info::before {

    color: #ffffff !important;

}




/* Make all three hamburger bars equal */

.ham,

.ham:before,

.ham:after {

    width: 34px !important;

    height: 5px !important;

    border-radius: 0 !important;

}

/* Equal spacing */

.ham:before {

    top: -11px !important;

}

.ham:after {

    top: 11px !important;

}




/* Change Search button color */

.search-form .search-submit,

.search-submit,

input[type="submit"].search-submit,

button.search-submit {

    background: #ff6900 !important;

    border-color: #ff6900 !important;

    color: #fff !important;

}

/* Darker orange on hover */

.search-form .search-submit:hover,

.search-submit:hover,

input[type="submit"].search-submit:hover,

button.search-submit:hover {

    background: #ff6900 !important;