/*
 * Theme Name: Artware Child
 * Theme URI: https://www.artware.gr/
 * Description: Artware Child is a child theme of Artware
 * Author: Artware Development Team
 * Author URI: https://www.artware.gr/
 * Template: artware
 * Version: 1.7
 * Text Domain: xlate
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/* ==========================================================================
   Home — infinite parallax scroller
   Positions, widths and transforms are all set from js/custom.js.
   ========================================================================== */

html.aw-home-lock,
html.aw-home-lock body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	overscroll-behavior: none;
	background: #f4f3f1;
}

.aw-home {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	touch-action: none;
}

.aw-home__stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateZ(0);
}

.aw-home__item {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	will-change: transform;
	backface-visibility: hidden;
}

.aw-home__item.is-on {
	visibility: visible;
}

.aw-home__media {
	display: block;
	width: 100%;
	height: auto;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}
