.lulu-footer {
	background: linear-gradient(90deg, #03367B 0%, #044CAE 100%);
	padding: 60px 0 30px;
	overflow: hidden;
	position: relative;
}

.lulu-footer .container {
	position: relative;
	z-index: 2;
}

.lulu-footer-left {
	width: 74%;
}

.lulu-footer-right {
	width: 20%;
}

.footer-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
	color: #fff;
	font-family: var(--lulu-font-primary);
}

/* IMPORTANT FIX FOR WORDPRESS MENU BULLETS */
.lulu-footer ul,
.lulu-footer ol,
.lulu-footer .footer-menu,
.lulu-footer .menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 0 !important;
}

.lulu-footer ul li,
.lulu-footer ol li,
.lulu-footer .footer-menu li,
.lulu-footer .menu li {
	list-style: none !important;
	margin: 0 0 12px 0;
	padding: 0 !important;
}

.lulu-footer ul li:last-child,
.lulu-footer ol li:last-child,
.lulu-footer .footer-menu li:last-child,
.lulu-footer .menu li:last-child {
	margin-bottom: 0;
}

.lulu-footer ul li::marker,
.lulu-footer ol li::marker,
.lulu-footer .footer-menu li::marker,
.lulu-footer .menu li::marker {
	content: "" !important;
	display: none !important;
}

/* =========================
Footer Menu Link Style
========================= */

.lulu-footer ul li a,
.footer-menu li a,
.lulu-footer .menu li a {
	position: relative;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	transition: 0.3s ease;
	opacity: 1;
	padding: 1px 0;
	font-family: var(--lulu-font-secondary);
}

/* Underline Animation */
.lulu-footer ul li a::after,
.footer-menu li a::after,
.lulu-footer .menu li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1.5px;
	background: #fff;
	border-radius: 50px;
	transition: width 0.35s ease;
}

/* Hover Effect */
.footer-menu li a:hover,
.lulu-footer .menu li a:hover,
.lulu-footer ul li a:hover {
	opacity: 0.85;
	padding-left: 3px;
}

.footer-menu li a:hover::after,
.lulu-footer .menu li a:hover::after,
.lulu-footer ul li a:hover::after {
	width: 100%;
}

/* Active Menu Underline */
.footer-menu li.current-menu-item > a::after,
.footer-menu li.current_page_item > a::after,
.footer-menu li.current-menu-ancestor > a::after,
.footer-menu li.current-page-ancestor > a::after,
.lulu-footer .menu li.current-menu-item > a::after,
.lulu-footer .menu li.current_page_item > a::after,
.lulu-footer .menu li.current-menu-ancestor > a::after,
.lulu-footer .menu li.current-page-ancestor > a::after {
	width: 100%;
}

/* Active Link Color */
.footer-menu li.current-menu-item > a,
.footer-menu li.current_page_item > a,
.footer-menu li.current-menu-ancestor > a,
.footer-menu li.current-page-ancestor > a,
.lulu-footer .menu li.current-menu-item > a,
.lulu-footer .menu li.current_page_item > a,
.lulu-footer .menu li.current-menu-ancestor > a,
.lulu-footer .menu li.current-page-ancestor > a {
	color: #fff !important;
	opacity: 1;
}

/* Footer Copy */
.footer-copy p,
.footer-copy {
	font-size: 13px;
	line-height: 1.8;
	color: rgba(255,255,255,0.6);
	font-family: var(--lulu-font-secondary);
}

/* Social */
.footer-social ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	white-space: nowrap;
}

.footer-social ul li {
	margin-right: 12px;
	list-style: none !important;
}

.footer-social ul li::marker {
	display: none !important;
	content: "" !important;
}

.footer-social ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	transition: 0.3s ease;
	border: 1px solid rgba(255,255,255,0.25);
}

.footer-social ul li a:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.1);
}

/* Credit */
.footer-credit {
	font-size: 13px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	transition: 0.3s ease;
	font-family: var(--lulu-font-secondary);
}

.footer-credit:hover {
	color: #fff;
}

/* Background Text */
.footer-bg-text {
	left: 0;
	bottom: -20px;
	width: 100%;
	text-align: center;
	font-size: 160px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2px;
	color: rgba(255,255,255,0.08);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	font-family: var(--lulu-font-secondary);
}

/* Mobile Accordion */
.footer-accordion-item {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-accordion-btn {
	width: 100%;
	background: none;
	border: 0;
	color: #fff;
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	font-family: var(--lulu-font-primary);
}

.footer-accordion-btn span {
	font-size: 22px;
	line-height: 1;
	transition: 0.3s ease;
	font-family: var(--lulu-font-secondary);
}

.footer-accordion-content {
	display: none;
	padding: 0 0 18px;
}

.footer-accordion-item.active .footer-accordion-content {
	display: block;
}

.footer-accordion-item.active .footer-accordion-btn span {
	transform: rotate(45deg);
	display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {

	.lulu-footer {
		padding: 40px 0 25px;
	}

	.footer-title {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.footer-menu li a,
	.lulu-footer .menu li a,
	.lulu-footer ul li a {
		font-size: 14px;
	}

	.footer-bg-text {
		font-size: 55px;
		bottom: 10px;
	}
}