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

/*--SHRINKING LOGO--*/
/*--New class when sticky is turned on 'elementor-sticky--effects'--*/
/*--give the logo image a class called 'sticky-logo' --*/

.elementor-sticky--effects .sticky-logo img {
	width: 120px!important;/*--edit the pixels to change to desired shrinking size--*/
}

.sticky-logo img {
	transition: .5s all ease-in-out;
	}
	
	
/*Subcat*/

ul#subcat{
	padding:0px;
	margin-bottom: 20px;
	list-style: none;
	background-color:#eee!important;
}

#subcat li{
	width:100%;
	padding:0px 0px;
	border-bottom:1px solid #fff;
}

#subcat li ul.children{
	width:100%;
	list-style: none;
	padding:0px 0px;
	border-bottom:1px solid #fff;
	font-weight: 400!important;
}

#subcat li ul.children li{
	width:100%;
	list-style: none;
	padding:0px 0px;
	border-bottom:1px solid #fff;
}


#subcat li ul.children li a{
	display:block;
	font-size: 14px;
	color:var( --e-global-color-secondary );
	background-color:#d8d8d8;
	padding:5px 10px 5px 10px;
	}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }


#subcat li a::before,
#subcat li ul.children li a::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f105";
	margin-right: 5px;
}

#subcat li ul.children li a:hover,
#subcat li ul.children li.current-cat a{
	display:block;
	color:#fff;
	background-color:var( --e-global-color-secondary );
	
}

#subcat li a{
	display:block;
	color:var( --e-global-color-primary );
	background-color:#eee;
	padding:5px 10px;
	font-weight: 400!important;
	
}

#subcat li a:hover,
#subcat li.current-cat a{
	color:#fff;
	
	background-color: var( --e-global-color-secondary );
}


#subcat li.current-cat-ancestor{
	font-weight: bold;
	color:var( --e-global-color-primary );
	background-color:#d8d8d8;
}




/*Einde subcat opmaak*/


@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	width: 90px!important;/*--edit the pixels to change to desired shrinking size for mobile--*/
}
}

.swiper-slide-contents{
	/*width: 33.33333%;*/
	margin-left: 5%;
	background-color: rgba(0,0,0,.7);
	padding:20px;
}


.voorraadmodule{
	background-color: red;
	width:100%;
	height: 200px;
	color: #000;
}

html, body {
        height: 100%;
        margin: 0px;
    }
	
.home #breadcrumbs{
	display: none;
}


h1.entry-title{
	display:none!important;
	border:1px solid red;
	color: blue!important;
	font-size: 12px;
}


/*
    SLIDER
*/

.jet-slider__content-item{
	 height: 100%;

	}

.jet-slider__content-inner{
	/*
	position: relative;
	max-width: 35% !important;
	display: block;
	text-align: left;
	left: 0;
	background-color: rgba(0, 138, 199,.8);
	height: 100%;
	padding: 0 20px;
	float: left!important;
		display: none!important;*/
	}

.jet-slider__content-inner::after {
    /*content: "";
    width: 0;
    height: 0;
    border-top: 710px solid rgba(0,68,128,.8);
    border-right: 80px solid transparent;
    display: block;
    position: absolute;
    right: -80px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
	}

.jet-slider .jet-slider__desc {
    /*font-weight: 400;
    font-size: 25px;
    text-transform: none;
    margin-left: 100px;
    margin-right: 0;
    max-width: 500px;
    padding: 20px;
    padding-top: 20px;
    margin-top: 0;
    padding-top: 10px;
    position: static;
    text-align: left !important;
    width: 100%;
    box-sizing: border-box;*/
	}

.jet-slider .jet-slider__desc {
	/*display: none;*/
	}


.jet-listing-dynamic-repeater__items li{
	list-style: none;
	}

.jet-listing-dynamic-repeater__items li SPAN::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        content: "\f00c";
		margin-right: 15px;
      	}


/*Gravityforms opmaak*/

.gform_title{
	display:none;
}

.gform_wrapper ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.gform_wrapper ul li{
	margin: 0px 0 20px 0;
	padding: 5px 0;
}

.gform_wrapper ul li label{
	margin: 0px 0 10px 0;
	padding: 0;
}

.gfield_error{
	background-color: rgba(204, 0, 0, 0.2);
	padding: 15px!important;
	border-radius:5px;
}

.gfield_required{
	color: #cc0000;
}

.validation_message{
	font-size: 12px;
}

.validation_error{
	margin-bottom: 20px;
	color: #cc0000;
}


@media (min-width: 767px) {

	
	.jet-slider .jet-slider__desc {
	display:block;
}

	
}


@media (min-width: 1024px) {

}