/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
*/

/* Custom CSS goes below */
/* Force the header to be a solid block and push content down */
.ast-primary-header-bar {
    background-color: #ffffff !important;
    position: relative !important;
}

.site-content {
    margin-top: 0 !important;
}