/**********************************************************
// Footer >> Meta
**********************************************************/
.Footer-Meta a { color: var(--Color-White); }
.Footer-Meta a:hover { color: #999; }
.Footer-Meta {
	padding: var(--20px) var(--10px);
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.0625rem;
	background: #555;
	color: #FFF;
	font-weight: 600;
	font-size: 10px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 1024px),
all and (max-device-width: 1024px)
{

}

@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{

}
