/* 
Theme Name: AZ TILE
Description: Custom theme for AZ TILE
Author: LANETERRALEVER
Author URI: https://LANETERRALEVER.com
Version: 2.1.9
Text Domain: aztiles
Template: hello-elementor
*/

/*
Add your custom styles here
*/

/* Photo swipe mini gallery */
.pswp__previews {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	overflow: auto;
	scrollbar-width: none;
  }
  .pswp__previews::-webkit-scrollbar {
	display: none;
  }
  .pswp__previews img {
	--size: 3em;
	width: var(--size);
	height: var(--size);
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.3;
	transition: opacity 0.3s;
	cursor: pointer;
  }
  .pswp__previews img:hover {
	opacity: 0.8;
  }
  .pswp__previews img.is-active {
	opacity: 1;
	cursor: default;
  }
/* Photo swipe mini gallery */


/* Hello Elementor Fix */
table tbody tr:hover>td, table tbody tr:hover>th{background-color:transparent;}
