#ccf-form.frm-bldr .frmb .input {
  margin-bottom: 10px;
  width: 100%;
}
#ccf-form.frm-bldr .frmb .input label {
  display: block;
  font-weight: bold;
}
#ccf-form.frm-bldr .frmb .input input[type="text"],
#ccf-form.frm-bldr .frmb .input textarea {
  margin-bottom: 0;
  width: 100%;
}
#ccf-form.frm-bldr .frmb .ccf_checkbox.input span,
#ccf-form.frm-bldr .frmb .ccf_radio.input span {
  display: block;
  font-weight: bold;
}
#ccf-form.frm-bldr .frmb .ccf_checkbox.input label,
#ccf-form.frm-bldr .frmb .ccf_radio.input label {
  display: inline;
  font-weight: normal;
  margin-left: 10px;
}
#ccf-form.frm-bldr .frmb span.error-message {
  background: #D74D2F;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: normal !important;
  padding: 10px;
}
#ccf-form.frm-bldr .frmb .file-upload-progress {
  background: url("../images/progress.jpg") no-repeat 0 0 scroll transparent;
  background-size: 0%;
  color: #fff;
  display: block;
  height: 25px;
  margin-top: 5px;
  max-width: 150px;
  overflow: hidden;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

.wp-ccf-email-success {
  background: #24890d;
  color: #fff;
  display: block;
  margin: 30px 0;
  padding: 3px 10px;
}

.wp-ccf-email-failed {
  background: #d74d2f;
  color: #fff;
  display: block;
  margin: 30px 0;
  padding: 3px 10px;
}

.wp-ccf-loader {
  background: url("../images/loader.gif") no-repeat 0 0 scroll transparent;
  background-size: 100% 100%;
  display: inline-block;
  height: 25px;
  margin-left: 15px;
  vertical-align: middle;
  width: 25px;
}

.wp-ccf-lightbox-container {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.wp-ccf-lightbox-container .wp-ccf-lightbox-background {
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.wp-ccf-lightbox-container .wp-ccf-lightbox-content-container {
  background: none repeat scroll 0 0 #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5%;
  width: 300px;
  z-index: 9999999;
}
.wp-ccf-lightbox-container .wp-ccf-lightbox-content {
  margin: 20px;
  position: relative;
}
.wp-ccf-lightbox-container .wp-ccf-lightbox-content ul {
  margin-left: 15px;
}
.wp-ccf-lightbox-container .wp-ccf-lightbox-content li {
  line-height: 2;
  list-style: square;
}
.wp-ccf-lightbox-container .wp-ccf-lightbox-close {
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-style: normal;
  height: 38px;
  line-height: 1.75;
  opacity: 0.65;
  position: absolute;
  right: -20px;
  text-align: center;
  text-decoration: none;
  top: -20px;
  width: 44px;
}
.wp-ccf-lightbox-container .wp-ccf-close-lightbox-container {
  background: #eeeeee;
  padding: 20px;
}
.wp-ccf-lightbox-container .wp-ccf-close-lightbox-container .wp-ccf-close-lightbox {
  background: rgba(0, 0, 0, 0.25);
  border: none;
  color: #ffffff;
  display: block;
  font-size: 16px;
  text-align: center;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  width: 100%;
}
.wp-ccf-lightbox-container .wp-ccf-close-lightbox-container .wp-ccf-close-lightbox:hover {
  background: rgba(0, 0, 0, 0.75);
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.google-captcha-container {
  background: url("../images/loader.gif") no-repeat scroll 0 0 transparent;
  min-height: 35px;
  vertical-align: middle;
}

/*# sourceMappingURL=wp-ccf-styles.css.map */