/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2022 | 17:27:44 */
/* Site Footer */
.site-footer.dynamic-footer {
	padding-right: 150px;
	padding-left: 150px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer .footer-inner {
	max-width: 100%;
}

.site-footer .footer-inner .menu-item:last-child:before {
	content: '|';
	color: #FFFFFF;
	position: absolute;
    left: 0;
    top: 0;
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
	justify-content: flex-end;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: 100%;
}

@media (max-width: 1024px) {
	.site-footer.dynamic-footer {
		padding-right: 120px;
		padding-left: 120px;
	}
	
	.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    max-width: 100%;
	}
	
	.site-footer .footer-inner .copyright p {
		text-align: center;
	}
}


@media (max-width: 920px) {
	.site-footer.dynamic-footer {
		padding: 0 24px;
	}
	
	.site-footer .footer-inner {
		flex-direction: column-reverse !important;
		justify-content: center;
		align-items: center;
	}
}