/*
 * Global custom CSS loaded from MU plugin.
 */

/* Example:
body.custom-background {
    background: #fff;
}
*/
.logo .clear{
	padding: 0;
}
#navigation{
	width: 100% !important;
}
body.wp-custom-logo .site-description{
	display: none;
}
.main-navigation ul li a{
	line-height: 30px;
}
#footer, #footer-wrapper, .copyright-area, .copyright-wrapper{
	background-color: #0a0909 !important;
}
.copyright-txt a[href*="sktthemes.org"],
.copyright-txt:contains("Theme By") {
  display: none;
}

.ft-infobox .footerarea .container, .copyright-wrapper .container {
	border: 0 !important;
}
.inner-banner-thumb{
	background-color: transparent;
}
.logo{
	width: 100%;
}

.fsway-floating-book-now {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 999px;
	background-color: #0a0909;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	line-height: 1;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, opacity 0.2s ease;
    border: 1px solid #ffffff;
}

.fsway-floating-book-now:hover,
.fsway-floating-book-now:focus {
	color: #ffffff;
	opacity: 0.95;
	transform: translateY(-2px);
	text-decoration: none;
}

@media (max-width: 767px) {
	.fsway-floating-book-now {
		right: 14px;
		bottom: 14px;
		padding: 10px 14px;
	}
}