/* ============================================================================================
	FOOTER DEFAULT / PATTERN
============================================================================================ */
.hhobar-footer-default-inner {
	flex-flow: column
}
.hhobar-footer-default-logo {
	max-width: 200px
}
.hhobar-footer-tel a {
	text-decoration: none
}
.hhobar-footer-page-link-item a {
	text-decoration-style: dotted;
	text-underline-offset: 4px;
	text-decoration-color: currentColor;
	transition: .3s
}
.hhobar-footer-page-link-item a:hover {
	color: var(--wp--preset--color--accent-1)
}

@media screen and (min-width: 921px) {
	.hhobar-footer-default-inner {
		flex-flow: row nowrap
	}
}