/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== z index ==========*/

.footer {
	border-top: 1px solid #eeeeee;
	border-top: 1px #fff;
	padding: 0 0 3rem 0;
	height: auto;
	align-items: center;
	background-color: #121417;
	margin-bottom: 80px;
}

.footer__blank {
	width: 100%;
	height: 3rem;
	background-color: #121417;
	border-bottom: 1px solid #5c5c5c;
}

.footer .l-inner {
	position: relative;
}

.footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.5rem 0 3rem;
}

.footer__link a {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	/* color: #404040; */
	color: white;
	margin-right: 1.875rem;
	text-transform: uppercase;
}

.footer__link a.is-bold {
	font-weight: 600;
}

.icon-list {
	margin-left: auto;
}

.icon-list a {
	display: inline-block;
	margin: 0 5px;
}

.icon-list a img {
	opacity: 0.6;
}

.l_logo {
	width: 124px;
	margin-right: auto;
	margin-bottom: 30px;
}

.footer__info .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.625rem;
	opacity: 0.7;
}

.footer__info .line span {
	font-size: 0.95rem;
	font-weight: 300;
	color: white;
	width: fit-content;
	word-break: break-word;
}

.footer__info .line span.bar {
	display: block;
	width: 1px;
	height: 0.75rem;
	/* background-color: rgba(54, 54, 54, 0.2); */
	margin: 0 0.625rem;
}

.copyright {
	margin-top: 60px;
	font-weight: 400;
}

.copyright span {
	color: rgba(255, 255, 255, 0.7);
}

.footer .copyright .copy_title {
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}

@media (max-width: 900px) {
	.footer {
		padding: 0;
		margin: 0;
		justify-content: center;
	}

	.footer .l-inner {
		margin: 1rem !important;
	}

	.l_logo {
		width: 150px;
	}

	.footer_info_wrapper {
		flex-direction: column-reverse;
		flex-wrap: wrap;
		align-items: left !important;
		margin-top: 0px;
	}

	.footer__link {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: left;
		text-align: left;
    padding: 2rem 0;
	}

	.footer__link a {
		font-size: 12px;
		margin-right: 1rem;
	}

	.footer__info .line {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 0.625rem;
	}

	.footer__info .line span {
		font-size: 14px;
	}

	.copyright {
		margin-top: 40px;
		font-weight: 400;
		font-size: 14px;
	}
}
