/*!
Theme Name: MTSpace
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 0.00.1
Description: A Divi Child theme for MT Space
Author: Wilmot Technologies
Author URI: http://www.wilmottech.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
Text Domain: mtspace
*/

.et_pb_text_inner :is(h1,h2,h3,h4,h5,h6){
	color: var(--mtspace-body-color, #000000) !important;
}
.et_builder_inner_content>#content, #main-content .et_builder_inner_content .et_pb_section:not(.et_pb_with_background){
	background: var(--mtspace-body-background, #ffffff) !important;
	color: var(--mtspace-body-color, #000000) !important;
}
#et-main-area>footer>.et_builder_inner_content .et_pb_section:not(.et_pb_with_background){
	background: var(--mtspace-header-background, #ffffff) !important;
	color: var(--mtspace-header-color, #000000) !important;
}
#et-main-area>footer>.et_builder_inner_content .et_pb_section:not(.et_pb_with_background) :is(a,b,u,h1,h2,h3,h4,h5,p,span){
	color: var(--mtspace-header-color, #000000) !important;
}

/*TODO:remove this*/.mtspace-ue-grid .mtspace-uevent-details { border: 1px solid #000000; border: 1px solid var(--mtspace-body-color, #000000); }