/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/* MH 10-4-22 - Hide menu */
#masthead > div.thim-nav-wrapper.container > div > div > div > nav > ul {
display: none !important;
}
/* MH 10-4-22 - Make logo 200px wide */
#masthead > div.thim-nav-wrapper.container > div > div > div > div.width-logo.table-cell.sm-logo > a.no-sticky-logo,
#masthead > div.thim-nav-wrapper.container > div > div > div > div.width-logo.table-cell.sm-logo > a.sticky-logo
{
width: 200px !important;
}

/* MH 10-4-22 - Hide eduma text in footer */
#colophon > div.copyright-area > div > div,
#colophon > div.copyright-area > div > div > div
 {
display: none !important;
}

