/************************************OVERALL************************************/
.grecaptcha-badge{
	visibility: collapse !important;
}


/*COOKIES*/
/*disable after accepting*/
.cmplz-marketing.cmplz-statistics.cmplz-preferences .cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show{
    display: none;
}
#cmplz-message-1-optin p{
    margin-bottom: 0px;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before{
    box-shadow: none !important;
}


/************************************HOMEPAGE PARTICLES************************************/
#home-banner-particles{
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

#particles-js-home{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#particles-js-home canvas{
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#home-banner-particles > .elementor-container,
#home-banner-particles > .e-con-inner,
#home-banner-particles .elementor-widget-wrap,
#home-banner-particles .elementor-column,
#home-banner-particles .elementor-element:not(#particles-js-home){
  position: relative;
  z-index: 2;
}

/************************************END HOMEPAGE PARTICLES************************************/





/************************************RESPONSIVE************************************/
/*SMALL SCREEN*/
@media only screen and (max-width: 1145px) {

}

/*IPAD PRO*/
@media only screen and (max-width: 1024px) {

    #page header#masthead .menu-nav .menu-button a {
        padding: 0 3.85rem;
    }
}	

/*IPAD*/
@media only screen and (max-width: 768px) {
}

/*MOBILE*/
@media only screen and (max-width: 680px) {
	
}

/*SMALL MOBILE*/
@media only screen and (max-width: 480px) {
}

