/*
	Theme Name: Hawkridge
	Theme URI: https://hawkridge.mysites.io
	Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
	Author: digitaldesignnyc.co
	Version: 1.a
*/

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

.preloader-wrapper {
	width:300rem!important;
}

.grecaptcha-badge { display:none!important; }

.topbar-nav li.current-menu-item {
    pointer-events: none;
}

.topbar-nav li.current-menu-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--c3);
    height: max(3px, 3rem);
    margin-top: -1rem;
}

.wpcf7-form-control-wrap {
	width:100%;
	position:relative;
}

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

.wpcf7-not-valid-tip {
	position:absolute;
    left: 20rem;
    bottom: 2px;
}

@media screen and (max-width: 1023.98px) {
	.wpcf7-not-valid-tip {
		left: 15rem;
	}	
}

.textfield-input.wpcf7-not-valid {
	border: 1rem solid red!important;
}

.hide123 { display:none; }
