
/* ==================================================
   Footer Layout
   ================================================== */

/* Main Footer Container */
.footer {
	min-height: 8rem;
	background-color: #2f3150;
}

.phone {
	background-color: #666;
	width: 100%;
}

@include media-breakpoint-down(sm) {
	font-size: 1.2rem;
	padding: 2rem 0 .75rem;
}

@include media-breakpoint-down(xs) {
	padding: 10px 10px 60px;
}

/* Mobile First Breakpoint (xs) */
@media (max-width: 575.98px) {}

/* ==================================================
   Footer Top Section
   ================================================== */
.footer .footer-top {
	background-color: #f8f8f8;
	padding-top: 20px;
}

/* Desktop Breakpoint (lg) */
@media (min-width: 992px) {
	.footer .footer-top {
		padding: 30px 0;
	}
}

/* Logo Image */
.footer .footer-top .logo > img {
	max-width: 100%;
}

/* ==================================================
   Contact Information Section
   ================================================== */
.footer .footer-top .site-contact {
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 0;
}

/* Social Media Links */
.footer .footer-top .site-contact .social-media {
	gap: 15px;
}

@media (max-width: 991.98px) {
	.footer .footer-top .site-contact .social-media {
		margin-bottom: 2rem;
	}
}

.footer .footer-top .site-contact .social-media a:hover, .footer .footer-top .site-contact .social-media a:focus {
	filter: brightness(1.5);
}

.footer .footer-top .site-contact .social-media img {
	width: 100% !important;
	height: auto !important;
	max-width: 30px;
}

/* Phone Number Section */
.footer .footer-top .site-contact .phone {
	background-color: #666;
	width: 100%;
}

.footer .footer-bottom a, .footer .footer-bottom a:hover, .footer .footer-bottom a:active, .footer .footer-bottom a:visited {
	color: #fff;
}

@media (max-width: 767.98px) {
	.footer .footer-bottom {
		font-size: 1.2rem;
		padding: 2rem 0 .75rem;
	}
}

@media (max-width: 575.98px) {
	.footer .footer-bottom {
		padding: 10px 10px 60px;
	}
}

/* Copyright and Policy */
.footer .copyright {
	font-size: 1.2rem;
}

.footer .policy {
	font-size: 1.2rem;
	margin: .5rem;
}
