.untree_co--site-logo {
	text-shadow: 2px 2px 2px #555;
}

@media (max-width: 768px) {
	.untree_co--site-footer {
		padding: 0;
	}
	.untree_co--site-footer .copyright {
		padding: 0;
	}
	.untree_co--site-footer .footer-navigation {
		display : none;
	}

	.owl-carousel .owl-stage-outer .owl-item .untree_co--site-hero {
		/*filter: blur(3px);*/
		background-size: contain;
	}
}
@media (max-width: 1999px) {
	.site-nav-ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		/*max-width: 500px;*/
	}

	.sticky-wrapper .untree_co--site-nav .logo-wrap {
		position: relative;
		flex-shrink: 0;
		/*left: 0;*/
	}
}

