/*
 * Minimal Ethnic Senora Storefront Footer.
 * Selectors are scoped to the footer plugin body class/root.
 */

body.esfp-footer-plugin-active .site-footer {
	width: 100%;
	max-width: none;
	margin: 64px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.esfp-footer-plugin-active .site-footer > .col-full {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.esfp-footer,
.esfp-footer * {
	box-sizing: border-box;
}

.esfp-footer {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #fff;
	color: #777;
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	-webkit-font-smoothing: antialiased;
}

.esfp-footer__wrap {
	width: min(1200px, 100%);
	margin: 0 auto;
	padding: 58px 16px 18px;
}

.esfp-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease;
}

.esfp-footer a:hover {
	color: #111;
}

.esfp-footer__grid {
	display: grid;
	grid-template-columns: minmax(205px, 1.6fr) repeat(3, minmax(120px, 1fr)) minmax(170px, 1.3fr);
	gap: 34px;
	align-items: start;
}

.esfp-footer__intro {
	min-width: 0;
	padding-right: 12px;
}

.esfp-brand {
	display: inline-flex;
	align-items: baseline;
	color: #151515 !important;
	font-family: "Epilogue", Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: -.065em;
	white-space: nowrap;
}

.esfp-brand em {
	font-family: "Instrument Serif", Georgia, serif !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: -.04em;
}

.esfp-footer__intro p {
	max-width: 270px;
	margin: 16px 0 0;
	color: #858585;
	font-size: 13px;
	line-height: 1.55;
}

.esfp-footer__column h2 {
	margin: 2px 0 17px !important;
	padding: 0 !important;
	color: #181818 !important;
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: .2em;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.esfp-footer__column ul {
	display: grid;
	gap: 9px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.esfp-footer__column li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.esfp-footer__column a,
.esfp-footer__column p,
.esfp-footer__bottom,
.esfp-footer__bottom span {
	font-family: "Instrument Sans", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
}

.esfp-contact p {
	max-width: 190px;
	margin: 0 0 6px;
}

.esfp-contact-links {
	display: grid;
	gap: 7px;
	margin-top: 13px;
}

.esfp-socials {
	display: flex;
	gap: 9px;
	margin-top: 17px;
}

.esfp-socials a {
	display: grid;
	width: 33px;
	height: 33px;
	place-items: center;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	color: #444;
}

.esfp-socials a:hover {
	border-color: #111;
}

.esfp-socials svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.esfp-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 47px;
	padding-top: 18px;
	border-top: 1px solid #e5e5e5;
	color: #888;
	font-size: 12px;
}

.esfp-footer__legal {
	display: inline-flex;
	gap: 6px;
}

@media (max-width: 900px) {
	.esfp-footer__grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
		row-gap: 36px;
	}

	.esfp-contact {
		grid-column: 2 / -1;
	}
}

@media (max-width: 600px) {
	body.esfp-footer-plugin-active .site-footer {
		margin-top: 48px;
	}

	.esfp-footer__wrap {
		padding: 44px 18px 20px;
	}

	.esfp-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 24px;
	}

	.esfp-footer__intro {
		grid-column: 1 / -1;
		padding-right: 0;
	}

	.esfp-contact {
		grid-column: 1 / -1;
	}

	.esfp-footer__bottom {
		flex-direction: column;
		gap: 8px;
	}
}
