/*
	Theme Name: Vale
	theme	Theme URI: https://vale2.wpenginepowered.com/
	Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
	Author: dd.nyc
	Version: 1.a
*/
html {
  scroll-behavior: smooth;
}

body.category { width:100%!important; }

body.search { width:100%!important; }

.disable-hover,
.disable-hover * {
  	pointer-events: none !important;
}

.website-accessibility {
    cursor: pointer;
}

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

.textfield-input.wpcf7-not-valid {
	border:1px solid red;
}

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

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

.footer-grid span.wpcf7-not-valid-tip {
	position:absolute;
	left:0;
	top:120%;
	color:red;
}

@media screen and (max-width: 1023.98px) {
    .f3 .title {
        font-size: calc(var(--f-xxxxl) - 1em);
    }
}

