/*
Theme Name: AnuVision Kadence Child
Theme URI: https://shopanuvision.com
Template: kadence
Author: Romega Digital
Author URI: https://romegadigital.com
Description: Site-specific overrides for the migrated AnuVision catalog.
Version: 0.1.0
Text Domain: anuvision-kadence-child
*/

.romega-footer-credit {
	display: flex;
	justify-content: center;
	padding: 0 0 1.25rem;
}

.romega-footer-credit__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

#colophon .romega-footer-credit__logo {
	display: block;
	width: 130px;
	max-width: min(130px, 70vw);
	height: auto;
	max-height: 42px;
	object-fit: contain;
}

@media (max-width: 767px) {
	.romega-footer-credit {
		padding-bottom: 1rem;
	}

	#colophon .romega-footer-credit__logo {
		width: 120px;
		max-height: 40px;
	}
}
