/* 
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;
	}
	
	
/*Agenda opmaak*/

.tribe-events-widget-events-list__view-more-link{
    display:none;
}

.tribe-events-widget{
	margin-bottom: 0px!important;
}

.elementor-widget-wp-widget-tribe-events-list-widget{

}

a.tribe-events-widget-events-list__event-title-link{
    color:#d40f3e!important;
    text-decoration: none!important;
}

a.tribe-events-widget-events-list__event-title-link:hover{
    color:#36a062!important;
}

a.tribe-events-widget-events-list__event-title-link, 
a.tribe-common .tribe-common-anchor-thin:active, 
a.tribe-common .tribe-common-anchor-thin:focus, 
a.tribe-common .tribe-common-anchor-thin:hover {
	border-bottom: 0px solid #141827!important;
}

h3.tribe-events-widget-events-list__event-title{
	font-size: 14px!important;
}


/*Einde Agenda 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) {

}