/*
Theme Name: Genesis child m2i with Luma theme
Theme URI: https://modernminds.nl
Description: Sample of Magento 2 integration (Genesis child theme with Luma theme)
Version: 1.0.0
Author: ModernMinds
Author URI: https://modernminds.nl
Template: genesis
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: m2i
Text Domain: m2i
*/

@import url("../genesis/style.css");

.header.content,
.footer.content,
.block.newsletter .content {
	float: none;
}

.block.newsletter .content {
	width: auto;
}

.site-header {
	margin-top: -10px;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 1.42857143 !important;
	font-size: 1.4rem !important;
}

.site-header > .wrap,
.site-footer > .wrap {
	max-width: 100%;
	padding: 0;
}

.site-footer {
	line-height: 1.42857143;
	padding-bottom: 0;
}

.site-header .title-area {
	display: none;
}

header .nav-sections {
	margin-bottom: 0;
}

.site-footer {
	padding-top: 0;
}
