/*-----------------------------------------------------------------*/
/* EXTRA
/*-----------------------------------------------------------------*/

/* OVERLAY
----------------------------------------- */
.overlay
{
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: none;

	background: rgba(var(--color__black_rgb), 0.7);
}

.no-scroll
{
	overflow: hidden;

	height: 100%;
}

/* WPML (Plugin)
----------------------------------------- */
.otgs-development-site-front-end
{
	display: none;
}

/* WP ADMIN BAR
----------------------------------------- */
.admin-bar-active
{
	top: 32px;
}

.admin-bar-active #wpadminbar
{
	position: absolute;
	top: -32px;
}

@media (max-width: 960px)
{
	.admin-bar-active
	{
		top: 0;
	}

	.admin-bar-active #wpadminbar
	{
		display: none;
	}
}

/* JS OFF
----------------------------------------- */
.no-js picture
{
	display: none !important; /* Hides picture tag if JavaScript is not available */
}

.no-js .lazyload
{
	opacity: 1;
}

/* PRINT
----------------------------------------- */
@media print
{
	header,
	nav,
	.tools,
	.slider,
	.sidebar,
	.comment__respond,
	footer
	{
		display: none !important; /* Hides unnecessary components if print */
	}
}
