.lovesundays-footer-container {
	width: 100%;
	background-color: #6EC1E4;
	padding: 50px 0px;
}

.lovesundays-footer-row {
	display: flex;
	align-content: flex-start;
	column-gap: 50px;
	max-width: 1800px;
	margin: 0 60px;
}

.lovesundays-footer-row ul {
	list-style: none;
	padding: 0;
}

.lovesundays-footer-row li {
	list-style: none;
}

.sidebar-widget-area {
	width: 33.33%;
}

@media only screen and (max-width: 768px) {
	.lovesundays-footer-row {
		flex-direction: column;
	}

	.sidebar-widget-area {
		margin-top: 20px;
	}

	.sidebar-widget-area {
		width: 100%;
	}
}