
.dz-success-mark, .dz-error-mark, .dz-remove {
  display: none;
}

.cd-upload-btn {
  color: #dc3232;
}

.cd-upload-btn:hover {
  cursor: pointer;
}

.wpcf7-not-valid-tip, label.error {
  color: #dc3232;
  font-weight: normal;
  display: block;
}

span.wpcf7-not-valid-tip, label.error {
  font-size: 14px;
}

#footer-widget-bar > .container > section {
  padding-top: 5px !important;
}

#footer-widget-bar .widget-area h4, #sidebar .widget>h4 {
  font-size: 15px;
  line-height: 1.2em;
}

#footer-widget-bar .widget-area .textwidget {
 /* line-height: 1.1em; */
}

#footer-widget-bar>.container>section>div.widget {
  padding-bottom: 10px;
}

.mailto.pc-shown {
  margin-bottom: 80px;
}

.wpcf7-submit-response-output {
  display: none;
}

.wpcf7-submit-response-output pre {
  font-size: 80%;
  padding: 1em;
  background-color: rgba(56, 56, 56, 0.226);
  /*
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  */
}

.wpcf7-submit-response-output .modal-content {
  width: 95%;
  padding: 1em;
}

.wpcf7 form .wpcf7-response-output {
  background-color: yellow;
  border-color: rgba(226, 0, 26, 1); 
  border-width: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(226, 0, 26, 1); 
}


