/*
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;
}


/* Fix spacing under header - News site */
body.home .xmain-header,
body.blog .xmain-header,
.xmain-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.home .news-homepage,
body.blog .news-homepage,
.news-homepage {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.xnav-row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove any GeneratePress spacing */
body.separate-containers .site-content,
body .site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
