.fd-site-footer {
	width: 100%;
	background: linear-gradient(135deg, #1a5d3a 0%, #123f27 100%);
	box-sizing: border-box;
	padding: 36px 24px;
	margin-top: 32px;
}
.fd-site-footer-inner {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.fd-footer-badge {
	margin: 0 0 10px;
	display: inline-block;
	background: #c68a00;
	color: #fff;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 999px;
}
.fd-footer-name {
	margin: 6px 0 8px;
	font-size: 24px;
	font-weight: 800;
}
.fd-footer-contact {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.fd-footer-contact a {
	color: #fff;
	text-decoration: none;
}
.fd-footer-contact a:hover {
	text-decoration: underline;
}
.fd-footer-sep {
	margin: 0 10px;
	opacity: .6;
}

@media (max-width: 640px) {
	.fd-footer-contact { font-size: 16px; }
	.fd-footer-sep { display: block; margin: 6px 0 0; opacity: 0; height: 0; }
}
