/************************************
Table of Contents 
************************************/

/* 
- Background
- Logo
- Links
- Subscribe
*/


/****** Background ******/

footer.linemotif-grey-30 {
	background-size: 900px;
	background-position: 0% 300px;
}
@media screen and (min-width: 768px) {
	footer.linemotif-grey-30 {
		background-size: 1000px;
		background-position: 0% 0px;
	}
}
@media screen and (min-width: 992px) {
	footer.linemotif-grey-30 {
		background-size: 1200px;
		background-position: 0% 40%;
	}
}
@media screen and (min-width: 1200px) {
	footer.linemotif-grey-30 {
		background-position: right 40%;
	}
}


/****** Links ******/

.footer-links ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.footer-links ul li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.footer-links ul li a {
	text-decoration: none;
	color: var(--base-color-white);
}


/****** Subscribe ******/

@media screen and (min-width: 992px) {
	.subscribe.border-top {
		border-top: none 0px!important;
	}
}
.form {
	display: flex;
	border-radius: 4px;
}
.email {
	width: calc(100% - 50px);
}
.email .form-control {
	padding: 0.375rem 0.75rem;
}
.submit {
	width: 50px;
}
.submit .btn {
	width: 100%;
}
.submit .btn img {
	width: 18px;
	height: auto;
}
.paperairplane {
	background-size: 13px 12px;
}