/*****
Theme Name: MH Edition Child Theme
Theme URI: http://www.mhthemes.com/themes/mh/edition/
Description: This is a child theme for MH Edition WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: http://www.mhthemes.com/
Template: mh-edition
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

.mh-container, .mh-container-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}	
.mh-main-nav {
    display:none !important;
}

.page .entry-title, .page-title {
	display:none !important;
}

.mh-wrapper {
    padding: 0px 30px 30px 30px;
}
.entry-header, .page-header {
    display: none;
}

.mh-header-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.mh-header-tagline {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    color: #38b7ee;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.slicknav_menu {
    display:none !important;
}