Кнопка закрытия формы через css
@media (min-width:768px) {
.w-popup-closer {
position: relative;
top: -197px;
right: 66px;
text-align: center;
font-size: 1.5rem;
}
.w-popup-box:not([style*=»100%»]) + .w-popup-closer {
color: #393939!important;
}
}
.w-popup-closer:before {
font-weight: 300;
}
.wpcf7-not-valid-tip {
color: #ff4e2d;
font-size: 0.9em;
position: absolute;
background: #fff;
padding: 5px;
z-index: 1;
box-shadow: 0px 6px 10px #e0e0e0;
border-radius: 5px;
}