/** @format */

.module-footer-g {
	position: relative;
	color: #fff;
	padding: 50px 0 90px;
	text-align: center;
}

.footer-upper p {
	color: #fff;
}

.module-footer-g a {
	color: #fff;
	font-weight: 400;
}

.module-footer-g a:hover,
.module-footer-g a:focus {
	color: var(--color-alternate);
}

.footer-address {
	width: 100%;
	line-height: 1.6;
	margin-bottom: 40px;
}

.footer-address h2 {
	letter-spacing: 2px;
	font-size: 1.375rem;
	font-weight: bold;
	color: var(--color-alternate);
	margin-bottom: 15px;
	text-transform: uppercase;
}

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

.footer-address .button {
	color: var(--color-alternate);
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}

.footer-address .button:hover,
.footer-address .button:focus {
	color: #fff;
}

.footer-address-image {
	margin-bottom: 32px;
	width: 100%;
}

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

.footer-social {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: center;
}

.footer-social a {
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	width: 45px;
	height: 45px;
	background: #fff;
	color: var(--color-primary);
	font-size: 1.2rem;
	border-radius: 50%;
}

.footer-social a:hover,
.footer-social a:focus {
	background: var(--color-alternate);
	color: #fff;
}

.footer-lower a,
.footer-lower span {
	display: inline-block;
}

.footer-lower ul {
	max-width: 370px;
	margin: 0 auto;
}

.footer-lower ul li {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.footer-bg:after {
	background: #000;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	
}

.footer-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

@media screen and (min-width: 768px) {
	.footer-upper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		gap: 30px;
		margin-bottom: 60px;
	}

	.footer-social {
		margin-bottom: 60px;
	}

	.footer-address {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 800px) {
	.footer-lower ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: none;
		margin: 0;
	}

	.footer-lower li:after {
		content: '|';
		margin: 0 8px;
	}

	.footer-lower li:last-of-type:after {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.footer-upper {
		/* grid-template-columns: repeat(4, 1fr); */
		grid-gap: 20px;
		gap: 20px;
	}

	.footer-address-image iframe {
		height: 150px;
	}
}

@media screen and (min-width: 1280px) {
	.footer-upper {
		grid-gap: 30px;
		gap: 30px;
	}
}

@media screen and (min-width: 1920px) {
	.footer-upper {
		grid-gap: 60px;
		gap: 60px;
	}

	.footer-item {
		margin-bottom: 55px;
	}
}
