/*
Theme Name:   Neve Child
Theme URI:    https://wordpress.org/themes/neve/
Description:  Neve Child Theme
Author:       Jenny Ellis
Template:     neve
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  nevechild
*/
.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
  background: rgba(0, 0, 0, 0.6509803922);
  padding: 25px 0;
}

/* set theme vendor logo display to none */
.hfg-grid.nv-footer-content.hfg-grid-bottom .hfg-slot .component-wrap p {
  display: none;
}

/* add black background color to post hero section for white text accessibility compliance */
.nv-post-cover {
  background-color: #000;
}

/* Slightly darken calendar background for today's date */
.ics-calendar-month-grid .today .day {
  background-color: #6F777E !important;
}