/* ================================
   FOOTER
================================ */
#site-footer {
	margin-top: 0;
	background: #0f0f10;
	color: rgba(255,255,255,0.35);
	height: var(--ofizen-footer-height, 36px);
	box-sizing: border-box;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,0.06);
	font-size: 11px;
}
