/* 
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
*/

.sticky {
	position: fixed !important;
	top: 0;
	width: 100% !important;
	height:100px !important;
	background: #292929;
}

.site-header {
	display:none;
}

.half_col {
	display: inline-block !important;
	width:40%;
	max-width: 45%;
}

.is_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background: rgb(25 25 25 / 80%);
    padding: 10px 50px;
}


.fa-angle-right:before, .fa-angle-left:before {
	background: rgb(24 24 24 / 100%);
	color: #fff;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	    background: #292929;
    padding-top: 10px;
}

.wb_ebais_image_carousel_container {
	margin-top:0 !important;
}

#cookie-law-info-bar {
	font-family: 'Fira Sans', sans-serif !important;
}

