.wpcf7-form .top br {
  display: none;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  display: none;
}

.ajax-loader {
  display: none !important;
}

.wrap-form-question form .top label {
  margin-right: 35px;
}

.opener-form span.wpcf7-not-valid-tip {
  position: relative;
  top: -12px;
  display: none;
}

.opener-form [aria-invalid="true"] {
  border-color: red !important;
}

div.wpcf7-validation-errors {
  margin-left: 0;
  margin-right: 0;
  border-color: red;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.opener-form .wpcf7-not-valid-tip, .opener-form .wpcf7-validation-errors {
  color: #fff;
  padding-bottom: 6px;
}

.entry p:empty {
  display: none;
}

#sidebar .screen-reader-text {
  display: none;
}

.search-no-results #search_block {
  margin-top: 20px;
}

.entry textarea {
  width: 100%;
}


.wrap-form-question form .top > span {
  margin-right: 13px;
  
}

.wrap-form-question .wpcf7-list-item.last {
  margin-left: 35px;
}

.bar.bar-title h1 {
  text-transform: uppercase;
}

#sidebar div.wpcf7-response-output {
  color: #fff;
}

#sidebar .wpcf7-not-valid {
  border-color: red;
}

#sidebar span.wpcf7-not-valid-tip {
/*  text-align: left;
  position: relative;
  top: -12px;*/
  display: none;
}

@media screen and (max-width:500px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="date"], textarea {
    width: 100%;
  }
}