/*
Theme Name: R3DACT3D for Elementor 
Description: A proprietary base theme built for Elementor.
Author: R3DACT3D
Author URI: https://sztiv.com
Version: 1.1.0
Text Domain: r3dact3d
License: Proprietary. All rights reserved.
License URI: https://sztiv.com/legal/
Tags: elementor, page-builder, custom, minimal, responsive, modern, clean, light, dark, accessibility-ready
Requires at least: 5.0
Requires PHP: 7.4
*/

/* Skip link */
.skip-link {
  display: block;
  position: absolute;
  left: -999px;
  top: -999px;
  overflow: hidden;
  background: #11111B;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
  transition: top 0.2s;
}

.skip-link:focus, .skip-link:active {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 2px solid #AD925A;
}
/* Hide Elementor device mode */
#elementor-device-mode {
	display: none;
}
/* Body */
body {
	margin: 0;
	font-size: 16px;
	padding: 0;
}