.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -10px;
}

form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  position: absolute;
  bottom: 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}

.posts-parent .post-thumbnail {
  display: flex;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.wpcf7 input[type="date"] {
  background: url("/assets/alliv/calendar.png") no-repeat right center;
  background-size: 20px 20px;
  cursor: pointer;
}