/*!
Theme Name: Monstroid2 Child
Theme URI:
Author: Zemez
Author URI:
Description: Monstroid2 child theme.
Template: monstroid2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monstroid2-child
*/
/*  
 *  Primary color code #008FD3
 * */
/*.text-primary{
	color:var(--e-global-color-primary) !important;
}
.text-secondary{
	color:var(--e-global-color-secondary) !important;
}
.footer-logo .jet-logo__img {
    max-width: 250px;
    filter: brightness(0) invert(1);
}
#footer-center a:hover,
#footer-center a:hover > span{
	color:#000 !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.page-header, .page-footer {
    display: none !important;
}
.btn, button, input[type='button'], input[type='reset'], input[type='submit']{
	background-color: var(--e-global-color-accent);
}
.btn:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover{
	background-color:var(--e-global-color-secondary)
}
.widget_calendar th, .widget_calendar caption{
	color:#000;
}*/