/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 10:25:18 */
/* Footer CSS */ 

.footer-icons {
	display: block;
	text-align: center;
	width: 100%;
	max-height: 28px;
	margin-bottom: -14px;
	margin-top: -14px;
	position: relative;
	z-index: 100;
}

.footer-icon {
	padding: 0 6px;
}

.footer-icon a {
	text-decoration: none !important;
}

.footer-icon img {
	max-height: 28px;
}

.site-footer {
	background: var(--mm-blue);
	opacity: 1;
	padding-top: 14px;
}

.site-footer, .site-footer p, .site-footer p:a {
	font-family: "lato", sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.98px;
	color: var(--mm-yellow);
}

.site-info.footer-cols.footer-desktop{
	display: flex;
	padding: 20px 30px;
	width: 100%;
}

.footer-desktop .footer-col {
	display: flex;
	flex-basis: 40%;
	justify-content: center;
	align-items: center;
}

.footer-desktop .footer-col.mm-logo {
	flex-basis: 20%;
}

.footer-desktop .footer-col.mm-logo img, .footer-mobile .footer-col.mm-logo img {
	max-height: 60px;
}

.footer-desktop .footer-col .mm-address  {
	width: 70% !important;
}

.footer-desktop .footer-col .mm-links  {
	width: 30% !important;
}

.footer-desktop .footer-col .mm-address, .footer-desktop .footer-col .mm-links  {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
}

.footer-desktop .footer-col .mm-address p, .footer-desktop .footer-col .mm-links p, .footer-desktop .footer-col .mm-links p a  {
	font-size: 12px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
}

.footer-desktop .footer-col .mm-address p {
	position: relative;
}

.footer-desktop .footer-col .mm-address p:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/icon-map-marker-yellow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	left: -26px;
	top: calc(50% - 8px);
}

.footer-desktop .footer-col .mm-footer-faqs {
	position: relative;
}

.footer-desktop .footer-col .mm-footer-faqs:before {
	position: absolute;
	content: "";
	background: url(/wp-content/uploads/icon-question-bubble-yellow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	left: -28px;
	top: calc(50% - 8px);
}


/* Footer Menu */

.footer-desktop .menu-footer-menu-container {
	width: 100%;
}

.footer-desktop ul#menu-footer-menu-1 {
	list-style: none !important;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
	padding-top: 1.5rem;
}

.footer-desktop #menu-footer-menu-1 li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 10px;
}

.footer-desktop #menu-footer-menu-1 li a {
	font-size: 12px;
	color: #FFFFFF !important;
	text-decoration: none !important;
	text-transform: uppercase;
	
}

.footer-mobile {
	display: none;
}

.footer-desktop {
	display: flex;
}

/* RESPONSIVE */
@media (max-width: 1240px) {
	
	.footer-desktop .footer-col .mm-address, .footer-desktop .footer-col .mm-links  {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
		flex-basis: 100%;
	}
	
	.footer-desktop .footer-col.mm-footer-links {
		justify-content: left;
		gap: 0;
		padding-left: 20px;
		flex-wrap: wrap;
	}
}

@media (max-width: 940px) {
	.footer-desktop .footer-col .mm-address p, .footer-desktop .footer-col .mm-links p, .footer-desktop .footer-col .mm-links p a, .footer-desktop #menu-footer-menu-1 li a  {
	font-size: 10px;
	}
}



@media (max-width: 800px) {
	.footer-mobile {
		display: block;
		padding: 20px 30px;
    	width: 100%;
	}
	
	.footer-desktop {
		display: none !important;
	}
	
	.footer-mobile .footer-col.mm-logo {
		text-align: center;
		position: relative;
	}
		
	.footer-mobile .footer-col.mm-address p:before {
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/icon-map-marker-yellow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		height: 20px;
		width: 20px;
		left: 50%;
		margin-left: -7.5px;
		top: -20px;
}
	
	.footer-mobile .footer-col.mm-address, .footer-mobile .footer-col.mm-links p.mm-footer-faqs {
		position: relative;
		padding-top: 25px;
	}
	
	.footer-mobile .footer-col.mm-address p {
		position: relative;
		text-align: center;
		font-size: 12px !important;
		color: var(--mm-white) !important;
		text-decoration: none !important;
		text-transform: uppercase;
	}
	
	.footer-mobile .footer-col.mm-links p.mm-footer-faqs:before {
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/2024/04/mm-callus.svg);
		background-size: contain;
		background-repeat: no-repeat;
		height: 20px;
		width: 20px;
		left: 50%;
		margin-left: -10px;
		top: 0;
	}
	
	
	
	.footer-mobile .footer-col.mm-links p, .footer-mobile .footer-col.mm-links a {
		text-align: center;
		font-size: 12px !important;
		color: var(--mm-white) !important;
		text-decoration: none !important;
		text-transform: uppercase;
		margin: 0;
	}
	
	.footer-mobile .footer-col.mm-links ul {
		list-style: none !important;
		text-align: center;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 480px) {
	.footer-mobile .footer-col.mm-links p, .footer-mobile .footer-col.mm-links a, .footer-mobile .footer-col.mm-address p {
		font-size: 10px !important;
	}
}


/* Copyright */

.copyright {
	background: var(--mm-white);
	border-top: 3px solid var(--mm-yellow);
	text-align: center;
}

.copyright p {
	font-family: "lato", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5;
	color: var(--mm-black);
}