/*
 Theme Name:     SHDHS By Meridian CS Theme
 Theme URI:      http://www.meridiancs.com/themes/wp/meridian_divi
 Description:    T-2 Design & Meridian Cloud Solutions, LLC. St. Henry District High School WordPress CMS Template. Based on Divi Theme by Elegant Themes.
 Author:         Meridian Cloud Solutions, LLC
 Author URI:     http://www.meridiancs.com
 License: 		 Private. For more information please contact T-2Design or Meridian Cloud Solutions, LLC
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* =Theme customization starts here
------------------------------------------------------- */

/* #gform_wrapper img.gform_ajax_spinner { */
	
img.gform_ajax_spinner {
    position: fixed !important;
    z-index: 999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    overflow: hidden  !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0); /* fall back */
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url('https://shdhs.org/wp-content/themes/meridiancs_shdhs/images/preloading.gif');
    background-repeat: no-repeat;
    background-size: 240px 240px;
    background-position: center center;
}