/*
Theme Name: Blumberg (DD.NYC)
Theme URI: https://blumberg1.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-not-valid-tip {
	display: block;
	margin: min(-10px, -13rem) 0 max(18px, 21rem);
	font-weight: 400;
	font-size: max(16px, 16rem);
	line-height: 125%;
	letter-spacing: -0.06em;
	color: #e02424;
}

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

.process-video img {
	position:absolute;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}

div.team-item:hover .team-img {
	transform: scale(1.1);
}