/* Aero 10 */
/*----- FOOTER - Open -----*/
.footer {
	background-color: var(--color-light);
}
/*----- FOOTER - Close -----*/

/* FOOTER EXTRA CODE - OPEN */

#page .footer-bottom {
	display: none;
}

#page .footer-blocks {
	border-top: 4px solid #a69c5b;
	background: linear-gradient(0deg, #493483 0%, #493483 100%);
}

#page .footer-blocks {
	border-top: 4px solid #a69c5b;
}

#page .footer .container {
	padding: 0;
}

#page .footer .footer-blocks-container {
	padding: 0;
	gap: 2rem;
}

#page .footer .footer-blocks-container .footer-one {
	position: relative;
	background: linear-gradient(0deg, #e0dcec 28.5%, #fff 100%);
	padding: 2.5rem 1rem;
}

#page .footer .footer-blocks-container .footer-two {
	padding: 1rem;
}

#page .footer .footer-blocks-container .footer-three {
	padding: 1rem;
}

#page .footer .footer-blocks-container .footer-one::before {
	content: '';
	width: 9999px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: '100%';
	background: linear-gradient(0deg, #e0dcec 28.5%, #fff 100%);
	transform: translateX(-100%);
}

#page .footer .footer-blocks-container .footer-one .region-footer-one {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

#page .footer .footer-blocks-container .footer-one .region-footer-one .site-branding,
#page .footer .footer-blocks-container .footer-one .region-footer-one .site-branding .site-logo {
	padding: 0;
}

#page .footer .footer-blocks-container .footer-one .region-footer-one .custom-block.copy-right {
	color: #563e96;
	text-align: left;
	font-family: 'Montserrat';
	font-size: 0.938rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

#page .subscribe-block .title {
	color: var(--secondary, #d0c477);
	font-family: 'droid-serif';
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-bottom: 0.75rem;
}

#page .subscribe-block .description {
	color: #f7f5fd;
	font-family: 'Montserrat';
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

#page .subscribe-block a.button {
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 0.5rem 0.75rem;
	background: #563e96;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 0.938rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: all 300ms;
}

#page .subscribe-block a.button:hover {
	background: var(--secondary, #d0c477);
	text-decoration: none !important;
}

#page .subscribe-block a.button::after {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	content: '\f061';
	display: block;
}

/* SOCIAL MEDIA BLOCK - OPEN */

#page .custom-block.social-media {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: start;
}

#page .custom-block.social-media ul.links {
	display: flex;
	gap: 1rem;
	align-items: center;
}

#page .custom-block.social-media p.title {
	color: #e0dcec;
	font-family: 'Montserrat';
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin: 0;
}

#page .custom-block.social-media ul.links li {
	padding: 0;
	margin: 0;
	border: none;
}

#page .custom-block.social-media a.contact-with-us {
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 0.5rem 0.75rem;
	background: #fff;
	color: #563e96;
	font-family: 'Montserrat';
	font-size: 0.938rem;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin-top: 3rem;
	line-height: normal;
	transition: all 300ms;
}

#page .custom-block.social-media a.contact-with-us:hover {
	background: var(--secondary, #d0c477);
	text-decoration: none !important;
}

#page .custom-block.social-media a.contact-with-us::after {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	content: '\f061';
	display: block;
}

/* SOCIAL MEDIA BLOCK - CLOSE */

@media screen and (min-width: 1280px) {
	#page .footer .footer-blocks-container {
		padding: 0;
	}
}

@media screen and (min-width: 1024px) {
	#page .custom-block.social-media {
		align-items: end;
	}
}

@media screen and (min-width: 768px) {
	#page .footer .footer-blocks-container .footer-one .region-footer-one {
		align-items: center;
	}

	#page .footer .footer-blocks-container .footer-one .region-footer-one .custom-block.copy-right {
		text-align: center;
	}

	#page .footer .footer-blocks-container .footer-one {
		padding: 2.5rem 0rem;
	}

	#page .footer .footer-blocks-container .footer-two {
		padding: 2.5rem 1rem 2.5rem 0;
	}

	#page .footer .footer-blocks-container .footer-three {
		padding: 2.5rem 1rem;
	}
}

/* FOOTER NEW EXTRA CODE - CLOSE */
