/* Site Footer
---------------------------------------- */

.nou-site-footer {
	--nou-footer-blue: #0837ff;
	--nou-footer-ink: #080d21;
	--nou-footer-muted: #52627c;
	--nou-footer-line: #e3eaf7;
	background: #fff;
	color: var(--nou-footer-ink);
}

.nou-footer-logo {
	margin: 0 0 22px;
}

.nou-footer-logo img {
	display: block;
	height: auto;
	max-width: 178px;
	width: 100%;
}

.nou-footer-description {
	color: var(--nou-footer-muted);
	margin: 0 0 28px;
	max-width: 350px;
}

.nou-footer-social {
	gap: 16px;
	margin: 0;
}

.nou-footer-social .wp-social-link {
	background: transparent;
	color: var(--nou-footer-ink);
}

.nou-footer-social .wp-social-link a {
	padding: 0;
}

.nou-footer-heading {
	color: var(--nou-footer-ink);
	margin: 0;
}

.nou-footer-links {
	gap: 12px;
	margin-top: 22px;
}

.nou-footer-links p {
	margin: 0;
	width: 100%;
}

.nou-footer-links a {
	color: var(--nou-footer-muted);
	text-decoration: none;
}

.nou-footer-links a:hover,
.nou-footer-links a:focus {
	color: var(--nou-footer-blue);
}

.nou-footer-bottom {
	border-top: 1px solid var(--nou-footer-line);
	gap: 20px;
	padding-top: 23px;
}

.nou-footer-copyright,
.nou-footer-note {
	color: var(--nou-footer-muted);
	margin: 0;
}

@media (max-width: 900px) {
	.nou-site-footer .nou-footer-columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 36px;
	}

	.nou-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 781px) {
	.nou-site-footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.nou-site-footer .nou-footer-columns {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 36px;
	}

	.nou-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.nou-site-footer .nou-footer-columns {
		grid-template-columns: 1fr;
		row-gap: 34px;
	}
}
