/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* DWS */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h-inner-100 .elementor-inner-section, .h-inner-100 .elementor-inner-section .elementor-container {
	height: 100%;
}
.h-inner-100 .elementor-widget-image-box, .h-inner-100 .elementor-widget-container, .h-inner-100 .elementor-image-box-wrapper {
	height: 100%;
}

.elementor-icon-list-text {
	 word-break: break-all !important;
}

#site-header {
	transition: all .5s ease-in-out;
	z-index: 99;
}
#site-header.widget--sticky {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.sites-header .elementskit-navbar-nav > li > a:active {
    color: #ff0000 !important;
}
.elementskit-navbar-nav > li > a:hover,
.elementskit-navbar-nav-dis > li > a.active {
	color: #ff0000 !important;
}

.negative-left {
	margin-left: -15% !important;
    width: 115% !important;
}
.negative-right {
	margin-right: -15% !important;
    width: 115% !important;
	position: relative;
    z-index: 9;
}
.box-shadow .elementor-widget-wrap {
	box-shadow: 0px 0px 20px 0px rgb(90 90 90 / 10%);
	background-color: #fff;
	margin: 0px 15px;
}
.box-shadow .elementor-image-box-wrapper {
	box-shadow: 0px 0px 20px 0px rgb(90 90 90 / 10%);
	padding-bottom: 30px;
}
.clickable a:after {
   content: "";
   display: block; 
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2; 
}

/* Remove relatively-positioned parent elements in column */
.clickable .elementor-widget, .clickable .elementor-widget-wrap {
   position: static;
}
.clickable .elementor-widget-button.click {
	height: 1px;
	padding: 0;
	overflow: hidden;
	background: transparent;
	text-indent: -999em;
}
.clickable-hover:hover .elementor-element-populated  {
	box-shadow: 0px 0px 20px 0px rgb(90 90 90 / 10%);
	background-color: #fff;
	display: inline-block;
	transition: background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.list-links .elementor-icon-list-text {
	border-left: solid 3px #ff5e1a;
	padding-left: 15px !important;
	font-weight: 400;
	font-size: 13px;
	color: #1B61FF;
}
.list-links .elementor-icon-list-text:hover {
	color: #000;
}

/*Small devices (767px and up)*/
@media (max-width: 767px) {
	.negative-left {
	margin-left: 0% !important;
    width: 100% !important;
}
.negative-right {
	margin-right: 0% !important;
    width: 100% !important;
}
}
