/**
* Theme Name: Top Page Child
* Description: This is a child theme of Top Page.
* Author: firstsight_design
* Author URI: https://themeforest.net/user/firstsight_design
* Template: top-page
* Version: 1.0.1
*/

/* ---------- Footer: copyright left, legal links centre, credit right ---------- */

/* Remove the theme's "|" separator between the legal links */
.art-footer .art-footer-menu li,
.art-footer .art-footer-menu li a {
	border: 0 !important;
}

.art-footer .art-footer-menu li::before,
.art-footer .art-footer-menu li::after,
.art-footer .art-footer-menu li a::before,
.art-footer .art-footer-menu li a::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
	background: none !important;
}

.art-footer {
	background: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.art-footer .md-footer {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 12px 24px;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
}

.art-footer .md-footer p,
.art-footer .md-footer a {
	font-family: 'Nunito', sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #7d7d7d;
}

.art-footer .md-footer__copy {
	justify-self: start;
	margin: 0;
	text-align: left;
}

.art-footer .md-footer__links {
	justify-self: center;
	min-width: 0;
}

.art-footer .md-footer__links .art-footer-menu {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.art-footer .md-footer__links .art-footer-menu li {
	margin: 0 !important;
	padding: 0 !important;
}

.art-footer .md-footer__links a {
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

.art-footer .md-footer__links a:hover,
.art-footer .md-footer__links a:focus {
	color: #4da8da;
}

.art-footer .md-footer__credit {
	justify-self: end;
	margin: 0;
	text-align: right;
}

.art-footer .md-footer__credit a {
	font-weight: 800;
	color: #4da8da;
	text-decoration: none;
	transition: color 0.2s ease;
}

.art-footer .md-footer__credit a:hover,
.art-footer .md-footer__credit a:focus {
	color: #22729e;
	text-decoration: underline;
}

@media (max-width: 900px) {
	.art-footer .md-footer {
		grid-template-columns: minmax(0, 1fr);
		justify-items: center;
		gap: 10px;
		text-align: center;
	}

	.art-footer .md-footer__copy,
	.art-footer .md-footer__credit {
		justify-self: center;
		text-align: center;
	}
}
