/* 
Theme Name: Hello Elementor Child
Theme URI: https://trekatex.preview.pqa.nl/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;
	}


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



html, body {
		width:100%;
        height: 100%;
        margin: 0px;
 		overflow-x:hidden;
	    background-color: #000000 !important;
	}


/* Geen onderlijning bij links (ook tel/mail) */
a, a:visited, a:hover, a:active{
  text-decoration: none !important;
}

/* Specifiek tel + mail: geen link-kleur, geen underline */
a[href^="tel:"],
a[href^="mailto:"]{
  text-decoration: none !important;
  color: inherit !important;
}
	
.home #breadcrumbs{
	display: none;
}


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


footer *:not(a):hover {
  color: inherit !important;
}


@media (min-width: 767px) {

}


@media (min-width: 1024px) {

}