/*----- FOOTER - Open -----*/
#footer-blocks {
	background-color: var(--color-blue-800);
}

#footer-blocks h5 {
	color: var(--color-white);
	font-family: var(--secondary-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 1rem !important;
}

#footer-blocks p {
	color: var(--color-white);
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 1rem !important;
}

.terms {
	display: flex;
	gap: 1rem;
	align-items: center;
}

#footer-blocks .terms a {
	color: var(--color-blue-100);
	font-family: var(--primary-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	display: flex;
	align-items: center;
	gap: 1rem;
}

#footer-blocks .terms a::after {
	content: '';
	display: block;
	height: 0.75rem;
	width: 1px;
	background: var(--color-blue-50);
}
#footer-blocks .terms a:hover {
	color: var(--color-blue-200);
}

#footer-blocks .terms a:last-child::after {
	display: none;
}

.footer-blocks .footer-three .field--name-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#footer-blocks .footer-three .field--name-body h5 {
	margin-bottom: 0 !important;
}

#footer-blocks .social-media {
	display: flex;
	gap: 8px;
	align-items: center;
}

#footer-blocks .social-media a {
	display: flex;
	gap: 8px;
	align-items: center;
}

#footer-blocks .social-media a span {
	display: none;
}
/*
#footer-blocks .social-media a::before {
	background: url('/themes/custom/aero10/images/icons/facebook-icon.svg')
		no-repeat center center;
	background-size: contain !important;
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	position: static;
	margin: 0;
}

#footer-blocks .social-media a.facebook::before {
	background: url('/themes/custom/aero10/images/icons/facebook-icon.svg')
		no-repeat center center;
}

#footer-blocks .social-media a.linkedin::before {
	background: url('/themes/custom/aero10/images/icons/linkedin-icon.svg')
		no-repeat center center;
}

#footer-blocks .social-media a.instagram::before {
	background: url('/themes/custom/aero10/images/icons/instagram-icon.svg')
		no-repeat center center;
} */

#footer-blocks .footer-two form {
	display: flex;
	align-items: end;
	gap: 8px;
}

#footer-blocks .footer-two form input[type='email'] {
	font-family: var(--primary-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	width: 200px;
	border: none;
	border-radius: 8px;
	height: 36px;
}

#footer-blocks .footer-two form input[type='email']:focus {
	outline: 2px solid #1565c0;
}

#footer-blocks .footer-two form input[type='email']::placeholder {
	width: 200px;
	border: none;
	border-radius: 8px;
	color: #2e333a;
	opacity: 0.48;
}

#footer-blocks .footer-two form input[type='submit'] {
	color: #fff;
	font-family: var(--secondary-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 6px;
	height: 36px;
	background-color: #1e88e5;
	background-image: url('/themes/custom/aero10/images/icons/circle-arrow-right.svg');
	background-repeat: no-repeat;
	background-position: 90px 8px;
	background-size: 20px;
	padding: 8px 32px 8px 8px;
}

#footer-blocks .footer-two form input[type='submit']:hover {
	background-color: #1565c0;
}

#footer-blocks .footer-two form .form-item {
	margin: 0;
}

#footer-blocks .footer-two form .form-item label {
	display: none;
}

.footer .footer-blocks-container {
	padding: 64px 0 80px 0;
}

.footer-bottom {
	display: none;
}

@media screen and (min-width: 1024px) {
	#footer-blocks .footer-three .field--name-body {
		align-items: flex-end;
	}
}
/*----- FOOTER - Close -----*/

#block-aero10-socialmedia a {
	color: var(--color-white);
}

#block-aero10-socialmedia a:hover {
	color: var(--color-blue-100);
}

#footer-top {
	background-color: var(--color-steel-50);
}
