body.slug-online-booking {
	background-color: #7c2873;
}

#footer-mobile-booking {
	display: none;
}

body.slug-online-booking .sec-footer {
	display: none;
}

body.slug-online-booking #outer-page-wrap {
	min-height: unset;
	overflow: hidden;
	border-bottom: 8px solid #7c2873;
	background-color: #f4f4f5;
}

body.slug-online-booking .sec-announcement {
	display: none;
}

#iframe-form-wrap {
	height: 1600px;
}

#genesys-btn-footer .genesys-btn {
	width: 45px;
	height: 45px;
	padding: 0;
	border-radius: 50%;
}

@media (max-width: 767px)  {
	body.slug-booking footer {
		display: none;
	}

	body.slug-booking .wp-block-kadence-column.sec-announcement {
		display: none;
	}

	#footer-mobile-booking {
		display: block;
	}

 #footer-mobile-booking {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
  }

 #footer-mobile-booking .footer-copyright {
    padding: 0 !important;
  }

}