
.fl-back-to-top-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -25px;
	left: calc(50% - 25px);
	visibility: visible;
	opacity: 1;
	font-size: 16px !important;
}

.footer-bottom {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {

	.footer-bottom {
		justify-content: center;
	}

	.footer-bottom .white-text {
		text-align: center;
	}

}

@media (min-width: 768px) {

	.footer-bottom {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.footer-bottom > * {
		margin-top: 0;
	}

}