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


HTML,
BODY{
	overflow-x:hidden;
}


.publicatie{
	background-color:rgba(252,196,100,0.2);
	padding: 20px 40px;
	margin-bottom: 20px;
}

.publicatie ul.publist{
	margin-bottom: 20px;
	list-style-type: square!important;
}

.publicatie h4{
	color:var( --e-global-color-secondary );
}

ul.events{
	margin: 0px!important;
	padding: 0px!important;
	color:#fff!important;
	text-align: center;
	font-size: 1rem;
	
}

ul.events li{
	list-style: none!important;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #FFFFFF54;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
}

ul.events li:first-child{
	margin-top: -10px;
}

.events a{
	
}

ul.events h4{
	color:#fff!important;
	font-size: 21px;
	font-weight: 400;
	padding-top: 0px!important;
	margin: 10px 0 0 0!important;
}

.home .breadcrumbs{
	display:none;
}

/*Sticky top background*/

#top-section{
	background-color: var( --e-global-color-secondary )!important; 
}

.home #top-section{
	background-color:transparent !important 
}

.home #top-section.elementor-sticky--effects{ 
     background-color: rgba(134,184,67,0.95) !important;
	
     } 

.home #top-section.elementor-sticky--effects{ 
     transition: background-color 1s ease !important; 
     
 } 

.home #top-section.elementor-sticky--effects >.elementor-container{ 
     min-height: 100px; 
     
 } 

.home #top-section > .elementor-container{ 
     transition: min-height 1s ease !important; 
     
 } 


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


@media (min-width: 1024px) {

}