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





	
.home #breadcrumbs{
	display: none;
}


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


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

/* 1) Hover/states alleen op echte links */
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--brand, #0a6);      /* jouw merk-kleur hier */
  text-decoration: underline;     /* of wat je wilt */
}

/* 2) Cursor alleen pointer op links */
.site-footer a { cursor: pointer; }
.site-footer,
.site-footer :not(a) { cursor: default!!important; }

/* 3) Voorkom 'table row hover' op Openingstijden (als dat nu globaal staat) */
.site-footer table tr:hover,
.site-footer table td:hover {
  background: inherit !important;
  color: inherit !important;
}

/* 4) Als er per ongeluk een generieke hover op alle footer-kinderen staat, neutraliseren: */
.site-footer :not(a):hover {
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
}


@media (min-width: 767px) {
}


@media (min-width: 1024px) {
}