/* ==============================
   Footer
============================== */
.afrostream-footer {
	background: #111;
	color: #aaa;
	padding: 50px 30px 20px;
}

.afrostream-footer-inner {
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
}

.afrostream-footer h4 {
	color: #fff;
	margin-bottom: 12px;
}

.afrostream-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.afrostream-footer ul li {
	margin-bottom: 8px;
}

.afrostream-footer a {
	color: #aaa;
	text-decoration: none;
}

.afrostream-footer a:hover {
	color: #fff;
}

.afrostream-footer-bottom {
	border-top: 1px solid #222;
	margin-top: 30px;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
}
