/*
Theme Name: Webgame
Theme URI: https://wemakevr.test/
Author: WeMakeVR Team
Author URI: https://wemakevr.test/
Description: A modern, responsive WordPress theme for gaming and entertainment websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webgame
Tags: entertainment, gaming, responsive, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin: 0;
	 
}

b,
strong {
	font-weight: bold;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.page-content {
	max-width: 1920px;
	width: 100%;
	margin: auto;
	box-shadow: 0px 0px 10px 0px #8E8E8E;
}

.list-33 li {
	text-indent: -1em;
	padding-left: 1em !important;
}


.play-list .elementor-swiper-button.elementor-swiper-button-prev,
.play-list .elementor-swiper-button.elementor-swiper-button-next {
	background-color: #BABBBB;
	border-radius: 50%;
}

.play-list .elementor-custom-embed-play {
	width: 50px;
	height: 50px;
	z-index: 10;
}

.play-list .elementor-custom-embed-play svg {
	width: 100%;
	height: 100%;
}

.play-list .elementor-carousel-image:before {
	content:"";
	width: 100%;
	height: 100%;
	background: black;
	background: black;
	position: absolute;
	opacity: 0.3;
}

.sensor-swiper  .swiper-slide-inner{
  background: white;
	border-radius: 30px;
}
 
header.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 30;
}
.admin-bar header.elementor-location-header{
    top:30px
}
.current-menu-ancestor.current-menu-parent.menu-item-has-children .elementor-item.has-submenu {
    color: black !important;
}

.current-menu-ancestor.current-menu-parent.menu-item-has-children .elementor-item.has-submenu span.sub-arrow {
    color: black !important;
}