/* Add here all your CSS customizations */

/* Jungle Factory business information footer */
.site-footer {
	background: #111;
	border-top: 1px solid #242424;
	color: #aaa;
	font-size: 13px;
	line-height: 1.8;
	padding: 28px 35px 24px;
}

.site-footer .footer-inner {
	margin: 0 auto;
	max-width: 1210px;
	width: 100%;
}

.site-footer p {
	color: inherit;
	margin: 0;
}

.site-footer .footer-business-name {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 8px;
}

.site-footer .footer-business-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 24px;
}

.site-footer .footer-business-info span {
	display: inline-block;
}

.site-footer a {
	color: #ccc;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
	text-decoration: underline;
}

.site-footer .footer-copyright {
	border-top: 1px solid #292929;
	color: #666;
	font-size: 12px;
	margin-top: 14px;
	padding-top: 12px;
}

@media (max-width: 991px) {
	.site-footer {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 575px) {
	.site-footer {
		font-size: 12px;
		padding: 22px 18px 20px;
	}

	.site-footer .footer-business-info {
		display: block;
	}

	.site-footer .footer-business-info span {
		display: block;
	}

	.site-footer .footer-copyright {
		font-size: 11px;
	}
}

/* Mobile Safari: allow vertical touch-dragging from navigation links */
@media (max-width: 991px) {
	#header .header-nav-main nav {
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-y: contain;
		touch-action: pan-y;
	}

	#header .header-nav-main nav > ul,
	#header .header-nav-main nav > ul > li,
	#header .header-nav-main nav > ul > li > a {
		touch-action: pan-y;
	}

	#header .header-nav-main nav > ul > li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 44px;
	}
}

/* Mobile Safari: let vertical page scrolling start on the profile/map images */
@media (max-width: 991px) {
	.mobile-page-scroll-image,
	.mobile-page-scroll-image .owl-stage-outer,
	.mobile-page-scroll-image .owl-stage,
	.mobile-page-scroll-image .owl-item {
		touch-action: pan-y !important;
	}

	.mobile-page-scroll-image img {
		-webkit-user-drag: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		pointer-events: none;
		touch-action: pan-y !important;
	}
}
