/* ==========================================================================
   Footer — ports Elementor template 51
   ========================================================================== */

.bevi-footer {
	background: var(--bevi-footer-bg);
	color: var(--bevi-footer-text);
	padding-top: 48px;
}

.bevi-footer__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	text-align: center;
	padding-bottom: 32px;
}

.bevi-footer__heading {
	color: var(--bevi-footer-text);
	font-size: 22px;
	margin: 0 0 16px;
}

.bevi-footer__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bevi-footer-text);
	font-weight: var(--bevi-fw-heading);
	margin-bottom: 16px;
}

.bevi-footer__phone:hover,
.bevi-footer__phone:focus {
	color: #fff;
	text-decoration: underline;
}

.bevi-footer__col--brand .bevi-socials {
	justify-content: center;
}

.bevi-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bevi-footer__list li + li {
	margin-top: 8px;
}

.bevi-footer__list a {
	color: var(--bevi-footer-text);
	font-size: 15px;
}

.bevi-footer__list a:hover,
.bevi-footer__list a:focus {
	color: var(--bevi-primary);
	text-decoration: none;
}

/* ---------- Credit bar ---------- */

.bevi-footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-block: 18px;
}

.bevi-footer__credit {
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: var(--bevi-fw-heading);
	color: var(--bevi-footer-text);
}

.bevi-footer__credit a {
	color: var(--bevi-footer-text);
}

.bevi-footer__credit a:hover,
.bevi-footer__credit a:focus {
	color: var(--bevi-primary);
}

@media (max-width: 860px) {
	.bevi-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}
