/*
Theme Name: Alre (DD.NYC)
Theme URI: https://alre.wpenginepowered.com/
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/

html {
	scroll-padding-top: 120px;
}

.website-accessibility {
	cursor: pointer;
}

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

.wpcf7-response-output { display:none!important; }

.wpcf7-not-valid-tip { display:none!important; }

.textfield-input.wpcf7-not-valid { color: #FF0000!important; }



.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #1B1B1B;
  padding: 20px 14px;
  transition: transform 0.5s;
}

.cookie-banner.hidden {
  pointer-events: none;
  transform: translateY(100%);
}

.cookie-banner__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 780px;
  margin: 0 auto;

}

.cookie-banner__inner > .icon {
  color: #fff;
  width:16px;
  height: 16px;
  flex-shrink: 0;
}

.cookie-banner__text {
  color: #fff;
  font-size: 16px;
  flex: 1;
  margin: 0;
  line-height: 125%;
  letter-spacing: 0.16px;
}

.cookie-banner__close {
  color: #fff;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
	
	svg {
		width: 24px;
		height: 24px:
	}
}