/*!
	Theme Name: WSV 200 Hello Elementor Child Theme
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 3.0.2
	Stable tag: 3.0.2
	Requires at least: 6.0
	Tested up to: 6.4
	Requires PHP: 7.3
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  hyphens: auto;
}

#site-header {
	display: none;
}

.wpml-ls-statics-footer, 
.otgs-development-site-front-end {
	display: none !important;
}

.e-con.narrow-section .e-con-inner {
	max-width: 720px;
}

.elementor-widget-image-carousel.auto-width .swiper-slide {
	width: auto !important;
}

.elementor-widget-image-carousel.auto-width .swiper .swiper-pagination {
	bottom: -35px !important;
}

.elementor-widget-image-carousel.auto-width .swiper .elementor-swiper-button-prev {
  right: unset;
  left: calc(50% - 125px);
  bottom: -43px;
  top: unset !important;
  z-index: 999;
}

.elementor-widget-image-carousel.auto-width .swiper .elementor-swiper-button-next {
  right: unset;
  left: calc(50% + 100px);
  bottom: -43px;
  top: unset !important;
  z-index: 999;
}

.elementor-widget-image-carousel .swiper-pagination-bullet-active {
	box-shadow: 0 0 8px 2px rgba(233, 80, 53, 0.75);
}

.elementor-widget-video.dark-image-overlay-video .elementor-open-inline .elementor-custom-embed-image-overlay:before {
	content: '';
	background-color: rgba(44, 39, 39, 0.6);
	width: 100%;
	height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}

.footer-data-protection-link a .elementor-button-text {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.footer-data-protection-link a:hover .elementor-button-content-wrapper {
	align-items: flex-end;
}

.footer-data-protection-link a .elementor-button-icon i:before {
  transition: all 0.5s linear;
}

.footer-data-protection-link a:hover .elementor-button-icon i:before {
    content: "\e911";
}

#wsv-loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wsv-loading-spinner .spinner {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-left: 8px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media(max-width: 1024px) {
	/*.e-con .e-con-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}*/
}