/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  A child theme for the Astra WordPress theme.
 Author:       Your Name
 Author URI:   https://yourdomain.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* Custom CSS goes below this line */
/* 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;
}