footer {
	background-color: #231f20;
	color: #fff;
}

.footer__top {
	padding: 20px 0 30px;
}

.footer-sublink-container {
	margin-bottom: 20px;
}

.footer-info-col {
	width: 100%;
}

.footer__nav-links {
	padding: 20px 0;
	border-top: 1px solid var(--color-gray);
}

.footer__nav-links-list ul {
	padding: 0;
}

.footer__nav-links-list li {
	height: auto;
	margin: 20px 0;
	padding: 0;
	line-height: 16px;
	/*text-decoration: underline;*/
}
.footer__nav-links-list li a {
	text-decoration: underline;
}

.footer-nav-category {
	display: flex;
	justify-content: center;
	padding: 0 10px;
	text-transform: uppercase;
}

.footer-nav-category-link {
	color: #bfa465;
}

.sub-footer .container {
	padding: 12px 30px;
}

#footer__sign-up-response {
	padding-top: 7px;
	font-size: 12px;
}

/* Sign Up Form */

.footer__sign-up {
	margin-bottom: 20px;
}

.footer__sign-up__wrapper {
	display: flex;
	flex-direction: column;
}

.footer__sign-up__label {
	text-transform: uppercase;
	margin-top: 8px;
	font-size: 16px;
}

.footer__sign-up__label, .footer__sign-up__input-wrapper {
	margin-right: 20px;
	font-weight: 400;
}

.footer__sign-up__wrapper input {
	max-width: 250px;
}

.footer__sign-up__inputs {
	display: flex;
}

.footer__sign-up .footer__sign-up__inputs .button {
	border: 1px solid #fff;
}

/* Socials */

.footer__socials-wrapper {
	display: flex;
	flex-direction: column;
}

.footer__socials-title {
	margin: 0 15px 15px 0;
	text-transform: uppercase;
}

.footer__socials {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}

.footer__socials li {
	margin: 0 2px;
}

.footer__socials a {
	border-radius: 50%;
	height: 34px;
	width: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-theme-dark);
	background-color: white;
	font-size: 20px;
}

.sub-footer__row {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

#privacy-policy a {
	color: var(--color-theme-dark);
}

.footer-taste-matters {
	border-top: 1px solid;
	padding: 12px 0;
	margin: 15px 0;
	text-align: center;
}

.footer-image {
	padding: 0;
	height: auto;
	background-color: #AD8B61;
}
.footer-image-mobile {
	padding: 0 0 5px;
	height: auto;
}
.footer-image img,
.footer-image-mobile img {
	width: 100%;
	max-width: 1200px;
}

@media(max-width: 375px) {
	.footer-taste-matters h4 {
		font-size: 18px !important;
	}
}

@media(min-width: 1024px) {
	.footer__nav {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		border-top: solid 1px var(--color-secondary);
	}

	.footer__nav-links {
		margin: 20px 0;
		padding: 0;
		border-top: 0;
	}

	.footer__nav-links:not(:last-child) {
		border-right: 1px solid var(--color-secondary);
	}

	.footer__nav-links-list {
		display: block;
		text-transform: uppercase;
	}

	.footer__sign-up__wrapper, .footer__socials-wrapper {
		flex-direction: row;
	}

	.footer__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 24px;
	}

	.footer__sign-up {
		margin-bottom: 0;
	}

	.footer__sign-up__label {
		font-size: 20px;
	}

	.footer__socials-title {
		margin: 0 15px 0 0;
		font-size: 20px;
		display: flex;
		align-items: center;
	}

	.footer-info-col {
		width: 33.333333%;
		margin-top: 44px;
		margin-bottom: 57px;
		height: 210px;
		border-right: solid 2px #bfa465;
	}

	.footer-info-col.last {
		border-right: none;
	}

	.footer-nav-category {
		display: block;
		text-align: center;
		border-top: none;
		font-weight: 600;
		font-size: 17px;
	}

	.footer-nav-category .footer-nav-chevron {
		display: none;
	}

	.sub-footer__row {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#payments-accepted {
		display: flex;
		justify-content: center;
	}

	#payments-accepted span {
		margin-right: 10px;
	}
}
