#siteFooter
{
	background: var(--wp--preset--color--blue);
	color: #FFF;
}

#siteFooter a
{
	color: #FFF;
}


#siteFooter .has-image-background
{
	position: relative;
}

#siteFooter .backgroundImage
{
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
	object-position: bottom center;
}

#siteFooter .solidBG
{
	background: var(--wp--preset--color--dblue);
}

#siteFooter .skillinvest
{
	font-size: .6em;
}

#siteFooter .skillinvest p
{
	margin: 20px 0 0;
}

#siteFooter .content
{
	position: relative;
	padding: 45px var(--wp--custom--h-inset);
	display: grid;
	gap: 30px;
}

#siteFooter .social
{
	display: flex;
	gap: 10px;
}

#siteFooter .social a
{
	background: #FFF;
	border-radius: 50%;
}

#siteFooter .social img
{
	width: 36px;
	height: 36px;
}

#footerMenu
{
	padding: 20px var(--wp--custom--h-inset);
	font-size: .75em;
}

#footerMenu ul
{
	display: flex;
	gap: 15px;
	flex-direction: column;
}


@media(min-width: 700px)
{
	#footerMenu ul
	{
		flex-direction: row;
		gap: 20px;
	}

	#siteFooter .content
	{
		grid-template-columns: 1fr 1fr;
		align-items: end;
	}

	#siteFooter .social
	{
		justify-content: end;
	}
}

@media (hover:hover)
{
	#siteFooter .social a:hover
	{
		background: var(--wp--preset--gradient--orange);
	}

	#siteFooter .social a:hover img
	{
		filter: grayscale(1) brightness(100);
	}

	#siteFooter a:not(:hover)
	{
		text-decoration: none;
	}
}

#footerMenu .current-menu-item > a
{
	text-decoration: underline;
}
