.wpcf7-response-output {
    border: none !important;
}

form.wpcf7-form .form-inner span.wpcf7-not-valid-tip {
    position: relative;
    overflow: unset;
    width: 100%;
    height: auto;
    top: -15px;
    right: auto;
	min-height: 40px;
}

form.wpcf7-form .form-inner span.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid+span.wpcf7-not-valid-tip {
    top: 5px;
}

form.wpcf7-form .form-inner span.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid+span.wpcf7-not-valid-tip:before {
    display: none;
}

form.wpcf7-form .form-inner span.wpcf7-not-valid-tip:before {
    color: #f00;
    font-weight: normal;
    display: block;
    position: absolute;
    width: 15px;
    height: 48px;
    top: -58px;
    right: 28px;
}

form.wpcf7-form textarea+span.wpcf7-not-valid-tip:before {
    top: -90px !important;
}

@media screen and (min-width: 768px) {
	form.invalid input[type="text"]:not(.wpcf7-not-valid),
	form.invalid input[type="email"]:not(.wpcf7-not-valid) {
		margin-bottom: 65px;
	}
}

.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label:after {
    content: "*";
}