/*
 Theme Name:   Kadence Child (GHU)
 Theme URI:    https://universities.icarus.education
 Description:  Child theme for the GHU university platform. Holds template overrides and theme-specific tweaks only. All business logic lives in the GHU Core plugin.
 Author:       Kostas
 Template:     kadence
 Version:      0.1.0
 Text Domain:  kadence-child
*/

/* Add custom theme CSS below this line. */


.site-bottom-footer-wrap,
.site-top-footer-wrap {
	border-top: 1px solid #e0e0e0;
}
.site-top-footer-wrap {
	padding-top: 45px;
}

.site-footer-row {
	font-size: 14px;
}

#footer-navigation {
	justify-content: center;
}