/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 23 2023 | 09:03:27 */
.footer__inner {
/* 	padding: 80px 0; */
	padding: 17px 0 17px;
	background-color: #FAFAFA;
}

.footer__inner .footer__copyright .evlt-paragraph__text {
	margin-bottom: 0;
}

.footer .footer__menu-layout .evlt-paragraph__text {
	margin-top: 24px;
	margin-bottom: 24px;
}

.footer .footer__menu-layout .evlt-paragraph__text a {
	color: var(--neutral-black);
	text-decoration: none;
}

.footer .footer__menu-layout .evlt-paragraph__text a img {
	margin-right: 5px;
}

.footer__social-media .evlt-menu-link {
	margin-right: 16px;
}

.footer__menu {
	margin-top: 30px;
	min-height: 139px;
    height: 139px;
	color: var(--secondary-mid-grey-color);
	column-count: 2;
	column-gap: 44px;
	row-gap: 2px;
}

.footer__menu .evlt-menu-item {
	color: inherit;
	text-decoration: none;
}

.footer__copyright {
	font-size: 14px;
	line-height: 16px;
}

@media (max-width: 991px) {
	.footer__menu {
		margin-top: 7px;
		column-count: 1;
		min-height: 100%;
		height: 100%;
	}
}

@media (max-width: 767px) {
	.footer {
		text-align: left;
	}
	
	.footer__menu {
		text-align: left;
	}
	
	.footer .footer__menu-layout .layout-row__content {
		--col-frs: 12fr !important;
	}
	
	.footer .footer__menu-layout .layout-row__content .wp-block-group:first-child {
		margin-bottom: 20px;
	}
}