/* ==========================================================================
   Footer Component
   ========================================================================== */

.site-footer {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.site-footer > .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Footer columns */
.footer-columns {
	justify-content: space-between;
}

.footer-columns > .wp-block-column:first-child {
	flex-basis: 180px !important;
	flex-grow: 0 !important;
}

.footer-columns > .wp-block-column:not(:first-child) {
	flex-basis: auto !important;
	flex-grow: 0 !important;
}

/* Footer logo */
.footer-logo-link {
	display: block;
}

.footer-logo-img {
	width: 150px;
	height: auto;
}

/* Footer headings */
.footer-heading {
	color: var(--wp--preset--color--ntara-blue);
}

/* Footer links */
.footer-links p {
	margin: 0;
	padding: 0.25rem 0;
}

.footer-links a {
	color: var(--wp--preset--color--charcoal) !important;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

/* GET DIRECTIONS button */
.footer-directions-btn {
	display: inline-block;
	margin-top: 1.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wp--preset--color--ntara-blue);
	background: transparent;
	border: 1px solid var(--wp--preset--color--ntara-blue);
	text-decoration: none;
	transition: all 0.2s ease;
}

.footer-directions-btn:hover {
	background: var(--wp--preset--color--ntara-blue);
	color: var(--wp--preset--color--white);
}

/* Social icons */
.site-footer .wp-block-social-links {
	margin-bottom: 0;
}

.site-footer .wp-block-social-link {
	width: 36px;
	height: 36px;
}

/* Bottom bar */
.site-footer .wp-block-group:last-child a {
	color: var(--wp--preset--color--charcoal);
	text-decoration: none;
}

.site-footer .wp-block-group:last-child a:hover {
	text-decoration: underline;
}
