/*
Theme Name: Hamco Blog Child
Theme URI: https://hamcosports.com
Description: Child theme for Hamco Sports website
Author: Rai Ansar
Template: generatepress
Version: 1.6.9
*/

#wpadminbar #adminbarsearch .adminbar-button {
    display: none !important;
}






/* Blog specific header spacing fixes */
.xmain-header,
.site-header {
    margin: 0 \!important;
    padding-bottom: 0 \!important;
    border-bottom: none \!important;
}

/* Remove default WordPress spacing */
.wp-site-blocks {
    padding-top: 0 \!important;
}

/* Fix any content spacing after header */
.site-main,
main {
    margin-top: 0 \!important;
    padding-top: 0 \!important;
}

/* Ensure header is flush */
body {
    margin-top: 0 \!important;
}

