.sh-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 4rem 0;
	background-color: var(--clr-accent-7);
}

.sh-footer, .sh-footer a, .sh-footer li, .sh-footer p {
	color: var(--clr-white);
	font-weight: 250;
}

.sh-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: var(--cw-lg);
	margin: 0 auto;
	padding: 3rem;
	border-radius: var(--br-lg);
	background-color: var(--clr-accent-2);
}

.sh-footer__widget {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 15;
}


:is(.elementor-section-wrap,[data-elementor-id])>.e-con.u-dark:not(.u-bg-brown):last-child,
:is(.elementor-section-wrap,[data-elementor-id])>.e-con.u-bg-brown:not(.sh-sec-blockquote):last-child {
	margin-bottom: var(--vs-lg);
}

body.error404 .u-bg-brown.sh-sec-blockquote:last-child,
:is(.elementor-section-wrap,[data-elementor-id])>.e-con.u-bg-brown.sh-sec-blockquote:last-child {
	background-color: var(--clr-accent-7);
	margin-bottom: -4rem;
}

/* ===========================================
Logo
=========================================== */

#sh-svg-logo-footer {
	fill: var(--clr-white);
	width: 21rem;
	height: auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

/* ===========================================
Widget Titles
=========================================== */

footer .sh-footer__title {
	font-size: var(--fs-1) !important;
	color: var(--clr-accent-4) !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
	footer .sh-footer__title {
		opacity: 0;
	}
	.sh-footer__widget--cta .sh-footer__title,
	.sh-footer__widget--newsletter .sh-footer__title,
	.sh-footer__widget--socials .sh-footer__title {
		opacity: 1;
	}
}

/* ===========================================
Footer Links
=========================================== */

.site-footer a,
#colophon .elementor-field-type-acceptance a {
	color: var(--clr-white);
    background-image: linear-gradient(var(--clr-accent-1), var(--clr-accent-1));
}

.site-footer a:hover,
#colophon .elementor-field-type-acceptance a:hover {
	color: var(--clr-accent-1);
    background-size: 100% 1px;
}

/* ===========================================
Nav Menus
=========================================== */

footer .sh-nav__item {
	padding-left: 0 !important;
}

footer .sh-nav__item:before {
	display: none;
}

footer .sh-nav__item:not(:last-child) {
	margin-bottom: 0 !important;
}

footer .sh-nav__link {
	color: var(--clr-white);
}

footer .sh-nav__link:hover {
	color: var(--clr-accent-1);
}

/* ===========================================
   Widget - Newsletter
=========================================== */

.sh-footer__widget--newsletter .wpa-test-msg {
	display: none;
}

.sh-footer__widget--newsletter .elementor-field-type-submit {
	justify-content: flex-end;
	margin-bottom: 0 !important;
}

.sh-footer__widget--newsletter .elementor-button:not(:hover) {
	background-color: transparent !important;
}

/* ===========================================
   Widget - Call to Action 
=========================================== */

.sh-footer__widget--cta p {
	max-width: 22em;
}

.sh-footer__widget--cta .sh-footer__menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.sh-footer__widget--cta .sh-footer-cta {
	padding-left: 0;
}

.sh-footer__widget--cta .sh-footer-cta:not(:last-child) {
	margin-bottom: 0 !important;
}

.sh-footer-cta::before {
	display: none;
}

.sh-footer-cta .sh-nav__link {
	display: inline-block;
	font-weight: 400;
	border-radius: 2em;
	padding: .4rem 1.25rem;
	background-image: none;
	border: 2px solid var(--clr-accent-4);
	transition: color .35s ease, border-color .35s ease, background-color .35s ease;
}

.sh-footer-cta--style-1 .sh-nav__link {
	color: var(--clr-white);
	background-color: var(--clr-accent-4);
	background-image: none !important;
}

.sh-footer-cta--style-1 .sh-nav__link:hover {
	color: var(--clr-black);
	border-color: var(--clr-white);
	background-color: var(--clr-white);
}

.sh-footer-cta--style-2 .sh-nav__link {
	color: var(--clr-white);
	border-color: var(--clr-accent-4);
}

.sh-footer-cta--style-2 .sh-nav__link:hover {
	color: var(--clr-black);
	border-color: var(--clr-white);
	background-color: var(--clr-white);
}

/* ===========================================
   Widget - Newsletter
=========================================== */

.sh-footer__widget--newsletter p {
	max-width: 15em;
}

.sh-footer__widget--newsletter .elementor-field-option label {
	display: inline-block !important;
	max-width: 22em;
}

.sh-footer__widget--newsletter .elementor-button:not(:hover) {
	border-color: var(--clr-accent-4) !important;
}

/* ===========================================
   Widget - Contact
=========================================== */

.sh-footer__widget--contact b {
	font-weight: 250 !important;
}

/* ===========================================
   Widget - Sponsors
=========================================== */

.sh-footer__widget--sponsors i {
	display: inline-block;
	font-weight: 250;
	max-width: 22em;
}

/* ===========================================
   Widget - Quicklinks
=========================================== */

@media only screen and (min-width: 1400px) {
	.sh-footer__widget--quicklinks ul {
		column-count: 3;
	}
}

@media only screen and (max-width: 1399px) and (min-width: 1240px) {
	.sh-footer__widget--quicklinks ul {
		column-count: 2;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 768px) {
	.sh-footer__widget--quicklinks ul {
		column-count: 2;
	}
}


/* ===========================================
   Widget - Social links
=========================================== */

.sh-footer__widget--socials {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

#colophon .sh-footer__widget--socials .sh-footer__title {
	text-transform: none;
	font-weight: 250 !important;
	margin-bottom: 0 !important;
	margin-right: .75rem;
	color: var(--clr-white) !important;
}

.sh-footer__widget--socials .sh-socials__link {
	background-color: var(--clr-accent-1);
	border-color: var(--clr-accent-1);
	background-image: none !important;
}

/* ===========================================
   Widget - Legal links
=========================================== */

.sh-footer__widget--legal {
	justify-content: center;
}

.sh-footer__widget--legal .sh-footer__menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

@media only screen and (max-width: 767px) {
	.sh-footer__widget--legal .sh-footer__menu {
		gap: .5rem;
		justify-content: space-between;
	}
}

/* ===========================================
Copyright
=========================================== */

.sh-footer__copyright {
	width: 100%;
	max-width: var(--cw-lg);
	margin: 0 auto;
	padding: .75rem 0 0;
}

.sh-footer__copyright, 
.sh-footer__copyright a, 
.sh-footer__copyright li, 
.sh-footer__copyright p {
	font-size: var(--fs-0);
	color: var(--clr-white);
	font-weight: 350;
}

.sh-copyright,
.sh-copyright__links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sh-footer__copyright a {
    background-image: linear-gradient(var(--clr-black), var(--clr-black)) !important;	
}

.sh-footer__copyright a:hover {
	color: var(--clr-black) !important;
}

.sh-copyright__sep {
	display: inline-block;
	margin: 0 .25em -.15em;
	height: 1em;
	border-right: thin solid var(--clr-white);
	opacity: .3;
}

@media only screen and (max-width: 767px) {
	.sh-copyright__company {
		width: 100%;
		text-align: center;
	}
	.sh-copyright__credits {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.sh-copyright__links + .sh-copyright__sep,
	.sh-copyright__company + .sh-copyright__sep,
	.sh-copyright__credits .sh-copyright__sep {
		display: none;
	}
	.sh-copyright__credit {
		display: block;
		margin-top: .15rem;
	}
}

/* ===========================================
   Layout Media Queries
=========================================== */

@media only screen and (min-width: 1240px) {
	.sh-footer__inner {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: repeat(4, auto);
		grid-column-gap: 0;
		grid-row-gap: 1.5rem;
	}
	.sh-footer__widget--logo { grid-area: 1 / 1 / 2 / 13; }

	.sh-footer__widget--contact {grid-area: 2 / 1 / 3 / 4;}
	.sh-footer__widget--cta { grid-area: 2 / 4 / 3 / 10; }
	.sh-footer__widget--newsletter { grid-area: 2 / 10 / 4 / 13; }

	.sh-footer__widget--sponsors { grid-area: 3 / 1 / 4 / 4; }
	.sh-footer__widget--quicklinks { grid-area: 3 / 4 / 4 / 10; }
	
	.sh-footer__widget--legal { grid-area: 4 / 1 / 5 / 7; }
	.sh-footer__widget--socials { grid-area: 4 / 7 / 5 / 13; }

	.sh-footer__widget--logo {
		padding-bottom: 2rem;
	}

	.sh-footer__widget--cta,
	.sh-footer__widget--quicklinks {
		padding-left: 6rem;
		padding-right: 3rem;
	}
	
	.sh-footer__widget--legal,
	.sh-footer__widget--socials {
		padding-top: 3rem;
	}
}

@media only screen and (max-width: 1239px) and (min-width: 768px) {
	.sh-footer__inner {
		padding: 1rem 0 0;
	}
	.sh-footer__inner {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: repeat(7, auto);
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	
	.sh-footer__widget--logo { grid-area: 1 / 1 / 2 / 13; }

	.sh-footer__widget--contact {grid-area: 2 / 1 / 3 / 6;}
	.sh-footer__widget--cta { grid-area: 2 / 6 / 3 / 13; }
	.sh-footer__widget--newsletter { grid-area: 3 / 6 / 7 / 13; }

	.sh-footer__widget--quicklinks { grid-area: 3 / 1 / 5 / 6; }
	.sh-footer__widget--sponsors { grid-area: 5 / 1 / 6 / 6; }

	.sh-footer__widget--legal { grid-area: 7 / 1 / 8 / 9; }
	.sh-footer__widget--socials { grid-area: 7 / 9 / 8 / 13; }

	.sh-footer__widget {
		padding: 2rem !important;
	}
	footer .sh-footer__title {
		opacity: 1 !important;
	}
	.sh-footer__widget--quicklinks ul {
		column-count: 1 !important;
	}
	.sh-footer__widget--cta .sh-footer__menu {
		margin-top: auto;
	}
	.sh-footer__widget--sponsors .sh-footer__title {
		display: none !important;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.sh-footer__inner {
		padding: 1rem 0 0;
	}
	.sh-footer__widget--sponsors {
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.sh-footer__inner {
		padding: 2rem 1.5rem 2rem;
	}
	.sh-footer__widget:not(.sh-footer__widget--logo) {
		padding-top: 2rem;
		margin-top: 2rem;
		border-top: thin solid rgba(255, 255, 255, .15)
	}
	.sh-footer__widget--logo {
		order: -3;
	}
	.sh-footer__widget--contact {
		order: -2;
	}
	.sh-footer__widget--quicklinks ul {
		column-count: 2;
	}
	.sh-footer__widget--socials {
		order: 2;
	}
	.sh-footer__widget--socials {
		justify-content: space-between;
	}
	.sh-footer__widget--legal {
		order: 3;
	}
	.sh-footer__widget--sponsors .sh-footer__title {
		display: none !important;
	}

	.sh-footer__widget--contact .sh-footer__title,
	.sh-footer__widget--sponsors .sh-footer__title,
	.sh-footer__widget--quicklinks .sh-footer__title {
		display: none !important;
	}
}