/*
Theme Name: BladeHub
Theme URI: http://bladehub.webgeniuslab.net/
Author: WebGeniusLab
Author URI: http://webgeniuslab.net/
Description: WebGeniusLab team presents absolutely fresh and powerful WordPress theme. It combines new technologies and functional design that helps to showcase your content in better way. This WordPress theme is developed with attention to details, so you can create effective presentation of a website easily. Enjoy building web pages with our product!
Version: 1.0.12
Requires at least: 5.7
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bladehub
*/

/* 1) Make sure the element can host an overlay */
sr7-mask{
  position: relative !important;   /* ok if it's already absolute; this is fine too */
  display: block;
}

/* 2) The actual black tint overlay */
sr7-mask::after{
  content:"";
  position:absolute;
  inset:0;                       /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0,0,0,.35);   /* adjust tint strength */
  pointer-events:none;
  z-index: 9999;                 /* sit above the canvas inside sr7-mask */
}

sr7-mask > *{ z-index: 1; position: relative; }

sr7-mask > sr7-bg > canvas{
  filter: brightness(.7);
}