/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


div[class*="--light"] {
display :none !important; 
}
.npf{display: none !important}

div[class$="theme--light"]{
		   display:none !important;
}

div[class~="light"]{
		   display:none !important;
}


#hideme_hubspot{
display :none !important; 
}