/*** Base ***/

.black-5 a, .black-5 a:hover {
  color: #fff;
  font-weight: bold;
}

/*** General ***/

.black-5 .modal-inner {
  background: #989898;
  color: #fff;
}

/*** Close Button ***/

.black-5 .cc-pu-close {
	right: 0;
  top: 0;
  background-color: #fff;
}
.black-5.chch-time-big .cc-pu-close {
  width: 45px;
  height: 45px;
  padding: 12px 0 0 0 !important;
}
.black-5.chch-time-small .cc-pu-close {
  width: 30px;
  height: 30px;
  padding: 5px 8px !important;
}
.black-5 .cc-pu-close i {
  color: #000;
}

/*** Headers ***/

/*** Primary ***/

.black-5 .modal-inner h2 {
  text-transform: uppercase !important;
  color: inherit !important;
  font-weight: 700 !important;
  font-family: inherit !important;
}
.black-5.chch-time-big .modal-inner h2 {
  font-size: 2.5em !important;
  line-height: 1.2em !important;
  margin: 12px 0 0.92857em !important;
}
.black-5.chch-time-small .modal-inner h2 {
	font-size: 2.1em !important;
  line-height: 1.2em !important;
  margin: 0.85714em 0 1em 0 !important;
}

/*** Secondary ***/

.black-5 .modal-inner h3 {
  text-transform: uppercase !important;
  color: inherit !important;
  font-weight: 300 !important;
  font-family:  inherit !important;
}
.black-5.chch-time-big .modal-inner h3 {
  font-size: 1.42857em !important;
  line-height: 1.5em !important;
}
.black-5.chch-time-small .modal-inner h3 {
	font-size: 1.4em !important;
  line-height: 1.3em !important;
}

/*** Content ***/

.black-5 .modal-inner p {
  color: inherit !important;
  font-family: inherit !important;
  margin: 1.78571em 0 13px !important;
  padding: 0!important;
}

/*** Privacy ***/

.black-5 .cc-pu-privacy-info a {
  color: #fff;
  border-bottom: 1px solid #989898;
}
.black-5 .cc-pu-privacy-section p {
	margin: 0!important;
}

/*** Form ***/

.black-5 .cc-pu-form-control {
  border: 1px solid #E0E0E0 !important;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}
.black-5 .cc-pu-smart-form .cc-pu-btn {
  background-color: #000;
  color: #fff;
  padding: 0 35px !important;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase !important;
}

