.cc_container a, .cc_container a:hover {
  color: #ffffff;
}

.cc_container {
  background-color: #faf7fb !important;
  padding: 8px 30px 8px !important;
}

.cc_logo {
  display: none;
}

.cc_message {
  font-family: "Source Sans Pro", sans-serif !important;
}

.cc_message::selection {
  background: #a269b9 !important; /* WebKit/Blink Browsers */
}
.cc_message::-moz-selection {
  background: #a269b9 !important; /* Gecko Browsers */
}

.cc_more_info {
  display: none;
}

.cc_btn {
  background-color: #9c5fb5 !important;
  color: #fff !important;
  font-weight: 300 !important;
  padding: 8px 15px !important;
  border-radius: 15px !important;
  border: none !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

.cc_btn:hover, .cc_btn:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

@media (max-width: 380px) {
  .cc_message {
    line-height: 20px !important;
  }

  .cc_btn {
    font-size: 14px !important;
    line-height: 0.75em !important;
    padding: 8px;
  }
}
