/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.gogo-shortcode-styled .discoveryCard a, .gogo-shortcode-styled .discoveryCard a:hover, .gogo-shortcode-styled .discoveryCard a:focus {
  color: #2a2a2a;
  text-decoration: none;
}

.gogo-shortcode-styled .discoveryCard a:hover .discoveryCard-title {
  text-decoration: underline;
}

.gogo-shortcode-styled .discoveryCard {}

.gogo-shortcode-styled .discoveryCard-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}

.gogo-shortcode-styled .discoveryCard-content:hover {
  border-color: #a8a8a8;
}

.gogo-shortcode-styled .discoveryCard-image {
  width: 100%;
  height: auto;
}

.gogo-shortcode-styled .discoveryCard-text {
  padding: 10px;
  height: 180px;
  overflow: hidden;
}

.gogo-shortcode-styled .discoveryCard-category {
  font-size: 11px;
  text-transform: uppercase;
  color: #a8a8a8;
  line-height: 20px;
  font-weight: 500;
}

.gogo-shortcode-styled .discoveryCard-title,
.gogo-shortcode-styled .singleCard-title {
  margin-top: 3px;
  margin-bottom: 5px;
}

.gogo-shortcode-styled .discoveryCard-body {}

.gogo-shortcode-styled .discoveryCard-footer {
  padding: 10px;
  border: none;
  background: transparent;
}

.gogo-shortcode-styled .discoveryCard-footer .raised {}

.gogo-shortcode-styled .discoveryCard-footer .raised .amount,
.gogo-shortcode-styled .singleCard-footer .raised .amount {
  font-weight: bold;
}

.gogo-shortcode-styled .discoveryCard-footer .progress,
.gogo-shortcode-styled .singleCard-footer .progress {
  height: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
}

.gogo-shortcode-styled .discoveryCard-footer .discoveryCard-progressLabels,
.gogo-shortcode-styled .singleCard-footer .singleCard-progressLabels {
  font-size: 11px;
  color: #a8a8a8;
}

.gogo-shortcode-styled .discoveryCard-footer .progress .progress-bar,
.gogo-shortcode-styled .singleCard-footer .progress .progress-bar {
  box-shadow: none;
}

.gogo-shortcode-styled .discoveryCard-footer .percent {}

.gogo-shortcode-styled .singleCard {
  display: inline-block;
  width: 100%;
}

.gogo-shortcode-styled .singleCard-campaignState {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #0eb4b6;
  border-bottom: 2px solid #0eb4b6;
  margin-bottom: 15px;
}

.gogo-shortcode-styled .singleCard-body {
  font-size: 1.425em;
  color: #6a6a6a;
  margin-top: 10px;
}

.gogo-shortcode-styled .singleCard a.btn-cta {
  color: white;
}

.gogo-shortcode-styled .singleCard-summary {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.gogo-shortcode-styled .singleCard-amount {
  font-weight: bold;
  font-size: 20px;
}

.gogo-shortcode-styled .singleCard-sub {
  font-size: 14px;
}