#sp-top1 {
	font-size: 15px;
}
#sp-top2 {
	font-size: 15px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 15px;
	line-height: 90px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	font-family: jost;
}
.full-screen-ftop .offcanvas-menu {
	right: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: #00ffb7;
	transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
	color: #000;
	display: inline-block;
	font-size: 28px;
	padding: 20px;
	font-weight: bold;
	font-family: jost;
}
.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	line-height: 0.5;
	text-align: center;
	font-size: 16px;
	border: 2px solid #000;
	color: #fff;
	padding-top: 3px;
}
.fa.fa-remove {
	color: black;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
	border: 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	overflow: hidden;
}
#sp-footer {
	text-align: center;
	font-family: jost;
	font-size: 18px;
	font-weight: 900;
}
#sp-top-bar {
	font-family: jost;
	font-weight: 400;
}