/**
 * Site footer styles
 *
 * @package Enypografa
 */

.site-footer {
	background: #6daecd;
	color: #fff;
	margin-top: auto;
}

.footer-widgets {
	background: #6daecd;
	color: #fff;
}

.footer-widgets .footer-widget {
	font-size: 0.85rem;
	color: #fff;
}

.footer-widgets .widget-title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.footer-widgets .footer-widget ul {
	margin: 0;
	padding-left: 1.1rem;
}

.site-footer .footer-bar {
	font-size: 0.9rem;
	color: #fff;
}

.site-footer > .container {
	border-top: 1px solid #fff;
}

.site-footer .footer-copyright a,
.footer-widgets a {
	color: inherit;
	text-decoration: underline;
}

.site-footer .footer-copyright a:hover,
.footer-widgets a:hover {
	opacity: 0.85;
}

.site-footer .footer-menu a {
	color: #fff;
	text-decoration: none;
}

.site-footer .footer-menu a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.85;
}

/* Footer newsletter form (MC4WP shortcode) */
.footer-newsletter-widget {
	display: flex;
	justify-content: center;
	text-align: center;
}
.footer-newsletter-widget form {
	width: 100%;
	max-width: 760px;
}
.footer-newsletter-widget .mc4wp-form-fields {
	text-align: center;
}
.footer-newsletter-widget .mc4wp-form-fields > p,
.footer-newsletter-widget .mc4wp-form-fields .newsletter-intro,
.footer-newsletter-widget .mc4wp-form-fields .newsletter-row,
.footer-newsletter-widget .mc4wp-form-fields .newsletter-terms {
	margin: 0 0 0.75rem;
}
.footer-newsletter-widget .mc4wp-form-fields > p:last-of-type,
.footer-newsletter-widget .mc4wp-form-fields .newsletter-terms {
	margin-bottom: 0;
}
.footer-newsletter-widget .mc4wp-form-fields .newsletter-row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: nowrap;
}
.footer-newsletter-widget input[type="email"],
.footer-newsletter-widget input[type="text"] {
	flex: 1 1 auto;
	min-width: 220px;
	width: 100%;
	max-width: 520px;
	padding: 0.625rem 0.75rem;
	border: 1px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #212529;
}
.footer-newsletter-widget input[type="submit"],
.footer-newsletter-widget button[type="submit"] {
	flex: 0 0 auto;
	white-space: nowrap;
	padding: 0.625rem 1rem;
	border: 1px solid #fff;
	border-radius: 0;
	background: #fff;
	color: #6daecd;
	font-weight: 700;
}
.footer-newsletter-widget .mc4wp-form-fields .newsletter-terms {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.5rem;
	text-align: left;
	font-size: 0.9rem;
}
.footer-newsletter-widget .mc4wp-form-fields .newsletter-terms input[type="checkbox"] {
	margin-top: 0.2rem;
	flex: 0 0 auto;
}
.footer-newsletter-widget .mc4wp-form-fields .newsletter-terms a {
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.footer-newsletter-widget .mc4wp-form-fields .newsletter-row,
	.footer-newsletter-widget .mc4wp-form-fields .newsletter-terms {
		flex-wrap: wrap;
	}
	.footer-newsletter-widget input[type="email"],
	.footer-newsletter-widget input[type="text"],
	.footer-newsletter-widget input[type="submit"],
	.footer-newsletter-widget button[type="submit"] {
		width: 100%;
	}
}
