header {
	background: #111;
	width: 100%;
	height: 100px;
}

.page-wrap {
	padding: 2rem 0;
}

header .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

header .main-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

header .main-menu li {
	position: relative;
}

header .main-menu li a {
	padding: 0.25rem 1rem;
	color: #fff;
}

header .main-menu li:first-child a {
	padding-left: 0;
}

header .main-menu li .sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;
	border-radius: 0.5rem;
}

header .main-menu li .sub-menu a {
	display: block;
	text-decoration: none;
	color: red;
	padding: 0.25rem;
	/* text-align: center; */
}

header .main-menu li .sub-menu a:hover {
	color: black;
}

header .main-menu > .menu-item-has-children:hover > .sub-menu {
	display: block;
}

header .main-menu .sub-menu li .sub-menu {
	top: 0;
	left: 100%;
}

header
	.main-menu
	.menu-item-has-children:hover
	.sub-menu
	> .menu-item-has-children:hover
	.sub-menu {
	display: block;
}

footer .light-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}

footer .light-menu li a {
	padding: 0.25rem 1rem;
	color: #fff;
}

footer .container-fluid {
	background-color: #000;
	color: #fff;
}

footer .row {
	padding: 2rem;
}

footer .footer-right {
	text-align: right;
}

.widget {
	margin-top: 15px;
}
