/**
 * HFH Elementor Footer styles.
 */

/* Footer heading style: black, blue underline */
.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title {
	color: #000 !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	position: relative !important;
	padding-bottom: 0.5rem !important;
	margin-bottom: 0.75rem !important;
}

.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: var(--hfh-admin-blue, #00AFD7);
	border-radius: 2px;
}

/* Footer links: blue */
.site-footer a,
.site-footer .elementor-widget-text-editor a {
	color: #00AFD7 !important;
	text-decoration: none !important;
}

.site-footer .elementor-widget-text-editor a:hover {
	text-decoration: underline !important;
}

/* Footer background */
.site-footer .elementor-section {
	background-color: #EFEFEF;
}

/* Footer button styles */
.site-footer .elementor-button {
	border-radius: 10px !important;
	font-weight: 700 !important;
	text-transform: lowercase !important;
	padding: 0.7rem 1.5rem !important;
	transition: all 0.22s ease !important;
}

.site-footer .elementor-button:hover {
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

/* Donate button */
.site-footer #hfh-el-donate--footer,
.site-footer .elementor-button-wrapper .elementor-button {
	text-decoration: none !important;
}

/* Social icons in footer */
.site-footer .elementor-social-icons-wrapper {
	justify-content: flex-start !important;
}

.site-footer .elementor-social-icon a {
	color: #00AFD7 !important;
}

.site-footer .elementor-social-icon i {
	color: #00AFD7 !important;
}

/* Copyright row */
#footer-copyright {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 10px;
}

#footer-copyright p {
	margin: 0 !important;
}

/* Responsive */
@media (max-width: 1024px) {
	#footer-row > .elementor-container {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	#footer-row > .elementor-container {
		flex-direction: column !important;
	}
	
	#footer-row > .elementor-container > .elementor-element {
		width: 100% !important;
		margin-bottom: 1.5rem;
	}

	#footer-copyright > .elementor-container {
		flex-direction: column !important;
		text-align: center;
	}

	#footer-copyright .elementor-widget-wrap {
		text-align: center !important;
	}
}
