.footer {
	margin-top: var(--py-section-medium);
	margin-bottom: var(--py-section-medium);
}

.footer-main {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid var(--color-cream);
	padding-bottom: var(--py-section-medium);
}

.footer-info {
	margin-bottom: 40px;
}

.footer-address {
	padding: 0;
	width: 100%;
	margin: 0 0 30px 0;
}

.footer-address-item {
	padding-left: 30px;
	position: relative;
}

.footer-address-item i {
	left: 0;
	top: 3px;
	position: absolute;
	color: rgb(from var(--color-primary) r g b / 0.3);
}

.footer-address-item a {
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
}

.footer-address-item strong {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}

.footer-address-item + .footer-address-item {
	margin-top: 15px;
}

.footer-logo {
	width: 180px;
	display: block;
	margin-top: auto;
}

.footer-logo img {
	width: 100%;
	display: block;
}

.footer-newsletter-title {
	font-weight: 600;
	margin-bottom: 10px;
}

.footer-newsletter-form {
	position: relative;
	margin-bottom: 8px;
	width: 100%;
}

.footer-newsletter-form form {
	position: relative;
}

.footer-newsletter-form input {
	height: 45px;
	padding-right: 100px;
}

.footer-newsletter-form input::placeholder {
	color: rgb(from var(--color-primary) r g b / 0.5);
}

.footer-newsletter-form .gform_wrapper.gravity-theme form .gform-footer {
	right: 0;
	position: absolute;
	top: 0;
	margin: 0;
	display: flex;
	align-items: center;
	height: 45px;
	padding: 0 12px;
	justify-content: center;
}

.footer-newsletter-form .gform_wrapper.gravity-theme form .gform-footer .button {
	padding: 0;
	font-family: var(--font-family-base), sans-serif;
	height: 45px;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	background: transparent;
	box-shadow: none;
	color: var(--color-dark);
}

.footer-menu {
	width: 100%;
	margin-bottom: 40px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer-menu > ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px 20px;
}

.footer-menu > ul > li > a {
	font-weight: 600;
	color: var(--color-dark);
}

.footer-menu li ul li {
	margin-top: 8px;
}

.footer-menu li a {
	font-weight: 500;
	text-decoration: none;
	color: rgb(from var(--color-primary) r g b / 0.7);
}

.footer-menu li a:hover {
	color: var(--color-primary);
}

.footer-brand {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footer-brand-item {
	display: block;
}

.footer-brand-item:not(:last-child) {
	margin-right: 10px;
}

.footer-bottom {
	width: 100%;
	margin-top: var(--py-section-medium);
	margin-bottom: var(--py-section-less);
}

.footer-bottom a {
	text-decoration: none;
}

.footer-copyright {
	padding: 0;
	margin: 0;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	flex-wrap: wrap;
	width: 100%;
}

.footer-copyright li {
	margin: 0 10px 10px 0;
	color: rgb(from var(--color-primary) r g b / 0.6);
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: var(--color-primary);
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
}

.footer-social a {
	color: var(--color-dark);
	display: block;
	line-height: 1.4;
	opacity: .6;
}
.footer-social a:hover {
	opacity: 1;
}

.footer-social a + a {
	margin-left: 15px;
}

.footer-title {
	font-weight: 600;
	margin-top: auto;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.footer-side,
	.footer-menu,
	.footer-info {
		width: 33.333%;
		margin-bottom: 0;
	}

	.footer-side,
	.footer-info {
		display: flex;
		flex-direction: column;
	}

	.footer-main {
		display: flex;
	}

	.footer-bottom {
		display: flex;
	}

	.footer-copyright {
		flex: 1;
	}

	.footer-copyright li {
		margin: 0 20px 0 0;
	}
}

@media screen and (min-width: 1025px) {
	.footer-info {
		width: 29%;
	}

	.footer-menu {
		width: 36%;
	}

	.footer-side {
		width: 26.7%;
		margin-left: auto;
	}

	.footer-address {
		margin-bottom: 80px;
	}

	.footer-copyright li {
		margin-right: 40px;
	}
}
