/* =========================================================================
   footer-mobile.css
   Common mobile (max-width: 768px) overrides for the site footer.
   Previously duplicated in 11+ page CSS files.
   Loaded by all pages that show the site footer.
   ========================================================================= */

@media (max-width: 768px) {
	.site-footer {
		padding: 15px 0 !important;
		min-height: 50px !important;
	}

	.site-footer .site-info p {
		font-size: 11px !important;
		letter-spacing: 1px !important;
	}
}
