@charset "UTF-8";

/*
Theme Name: Brightpoint
Theme URI:
Author: Bryan Lademann
Author URI: http://bryanlademann.com
Description: Starter WordPress Theme inspired by Larevel to cut down dev time
Version: 1.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brightpoint
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, sticky-post, translation-ready
*/

/**
 * -----------------------------------------------------------------------------
 * = overrides.css
 * -----------------------------------------------------------------------------
 */

.nf-form-wrap { position: relative; z-index: 101; }
.nf-response-msg { 
	top: 40rem !important; 
  border: 1px solid rgba(30,20,99,1);
 background-color: #fefefe;
  color: rgba(30,20,99,1) !important;
  text-align: center;
  padding: 3.2rem 3.3rem 1.618rem;
/*   position: absolute; */
  z-index: 999;
	}
	
	.nf-form-title h3 { padding-bottom: 3.2rem;}
	.nf-response-msg p,
	.nf-response-msg p span { color: rgba(30,20,99,1) !important;}
	
	
	.blackbaud-donation-form.visible {
		height: 100vh;
		width: 100vw;
		position: fixed;
		z-index: 999;
	}