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

.is-hidden {
    display: none;
}

.wpcf7-form-control-wrap {
    line-height: 1;
    display: flex;
}

.footer-form-checkbox input[name="acceptance-251"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.footer-form-checkbox .wpcf7-list-item > label {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.footer-form-checkbox .checkbox-label-text {
	line-height: 1.4;
}

.wpcf7-form .checkbox-label-icon::after {
    transform: scale(0);
}

.footer-form-checkbox input[name="acceptance-251"]:checked + .wpcf7-list-item-label .checkbox-label-icon::after, .formbox-checkbox input[name="acceptance-252"]:checked + .wpcf7-list-item-label .checkbox-label-icon::after {
	transform: scale(1);
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    display: flex;
    align-items: flex-start;
    padding: 3rem 0;
    line-height: 1.3em;
    font-size: var(--f-xxs);
}

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

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

.wpcf7-not-valid {
    border-color: red;
    border: 1px solid red;
    border-radius: var(--br1);
}