/* Love to Clean - support styles for behaviour Elementor controls cannot express.
   Everything visual lives in Elementor Site Settings and the widget panels.
   This file only handles fixed positioning and the sticky header offset. */

/* Sticky header */
.xpro-theme-builder-header.xtb-header-sticky,
.ltc-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
}

/* Mobile action bar pinned to the bottom of the viewport */
.ltc-mobilebar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 998;
	padding-bottom: calc( 10px + env( safe-area-inset-bottom ) );
}

/* Stop the bar covering the end of the page on small screens */
@media (max-width: 767px) {
	body {
		padding-bottom: 80px;
	}
}

/* Footer link rows should not carry list bullets or default link colour */
.ltc-footer .xpro-infolist-item a,
.ltc-footer .xpro-infolist-title a {
	color: inherit;
	text-decoration: none;
}

.ltc-footer .xpro-infolist-title {
	transition: color 0.2s ease;
}
