/*
Theme Name:   Astra Child
Template:     astra
Description:  Astra Child Theme
Author:       Alex Smoller
Version:      1.0.0
*/

/* Fixed (always-on) Astra header */
#masthead,
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

/* Make sure the header has a solid background */
#masthead,
.site-header,
#masthead .main-header-bar,
.site-header .main-header-bar {
  background: rgba(255, 255, 255, 0.95);
  /* background-color: #381D92 !important; */
}

/* #masthead .ast-primary-header-bar, #masthead .main-header-bar {
  background-color: #381D92 !important;	
} */

/* Offset the page so content isn't hidden under the fixed header */
/* body {
  padding-top: var(--tt-header-offset, 90px);
} */

/* Logged-in admin bar offset */
/* body.admin-bar #masthead,
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #masthead,
  body.admin-bar .site-header {
	top: 46px;
  }
} */


.entry-content h4.wp-block-heading {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}