#footer {
	font-size: 18px;
	border-top: 1px solid #efefef;
}

#footer .container-fluid {
	padding-left: 5rem;
	padding-right: 5rem;
}

#footer .footer-inner {
	background: var(--se-blue);
	padding-top: 5rem;
	padding-bottom: 5rem;
	line-height: 36px;
}

#footer .footer-inner span.widget-title {
	display: block;
	font-weight: bold;
	font-size: 20px;
}

#footer .footer-inner .widget_nav_menu a {
	color: inherit;
	text-decoration: none;
}

#footer .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer .footer-widget-column-full-width .menu {
	display: flex;
	column-gap: 75px;
}

@media (max-width: 768px) {
	#footer {
		font-size: 19px;
		hyphens: auto;
		-moz-hyphens: auto;
	}
	#footer .container-fluid {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#footer .footer-inner {
		line-height: 30px;
	}
	#footer .footer-widget-column-full-width .menu {
		flex-direction: column;
	}
}

@media (min-width: 768px) and (max-width: 1199.99px) {
	#footer .widget_nav_menu ul {
		display: flex;
		gap: 60px;
	}
}
@media (min-width: 1400px) {
	#footer .container-fluid {
		padding-left: 10rem;
	}
}
.footer-bottom {
	padding: 2.5rem 0;
	background-color: #000;
}

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

.footer-bottom ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 20px;
}

.footer-bottom ul a {
	text-decoration: none
}

/* ---- Menu Social ---- */
#offcanvasNav .menu-social {
	bottom: 0;
	padding: 30px 75px 45px 75px;
}
/* .menu-social ul [class^="social-"],
.menu-social ul [class^="social-"]>a {
	width: 34px;
	height: 34px;
	overflow: hidden;
	display: inline-block;
} */


.menu-social .menu-footer-social-container {
	margin-top: 10px;
}
.menu-social a {
	display: flex;
	align-items: center;
}

.menu-social ul li {
	margin-bottom: 1rem;
}

.menu-social ul a:before {
	width: 47px;
	color: transparent;
	background-repeat: no-repeat;
	background-size: 35px;
	content: '';
	height: 35px;
}
.menu-social ul .social-facebook a:before {
	background-image: url("../images/facebook.svg");
}

.menu-social ul .social-instagram a:before {
	background-image: url("../images/instagram.svg");
}

.menu-social ul .social-youtube a:before {
	background-image: url("../images/youtube.svg");
}

@media(max-width: 768px) {
	.menu-social {
		padding: 20px 30px;
	}
}

/* ---- Scroll top ---- */
#scroll-top {
	opacity: 0;
	position: fixed;
	right: 30px;
	bottom: -60px;
	transform: translateX(-50%);
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	z-index: 1000;
	transition: bottom ease .5s, opacity ease 1s;
}

#scroll-top.scroll-top-right {
	right: 30px;
	bottom: 30px;
	opacity: .9
}

#scroll-top span {
	display: block;
	background-color: #fff;
	border-radius: 50%;
}

#scroll-top,
#scroll-top span,
#scroll-top span svg {
	width: 50px;
	height: 50px;
}