/* footer.css */

.site-footer-section-4 .widget_text {
    margin-bottom: 8px;
}

.site-footer li.menu-item {
    margin-bottom: 5px;
}

.site-footer .widget_media_image {
	margin-bottom: 24px;
}

.site-footer-section-4 .widget:last-child {
	display: flex;flex-wrap: wrap;gap: 10px;
}

.site-footer-section-4 .widget i {
    margin-right: 6px;
}

.site-footer-section-4 .widget:first-child {
    margin-bottom: 27px;
}

@media ( max-width: 1024px ) {
	.site-above-footer-inner-wrap {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 100px !important;
		grid-row-gap: 20px;
		padding: 0 20px;
	}
	
	.site-footer-section-4 .widget:last-child {
		flex-direction: column;
	}
}

@media ( max-width: 767px ) {
	.site-above-footer-inner-wrap {
		grid-template-columns: 1fr !important;
		padding: 0;
		grid-row-gap: 0;
	}
	
	.site-footer-section {
		margin-bottom: 24px !important;
	}
	
	.site-footer .site-above-footer-wrap {
		padding: 50px 15px 20px !important;
	}
	
	.site-footer-section  .widget-title {
		margin-bottom: 10px;
	}
	
	.site-footer-section-4 .widget:first-child {
		margin-bottom: 18px;
	}
}