.smwall .stream {
  max-width: 1200px;
  margin: 0 auto;
}
.block-smwall h2.block-title {
  margin: 0 -15px 30px;
  padding: 9px 15px;
  color: white;
  background-color: #2D70AF;
  font-size: 26px;
}
@media (min-width: 1205px) {
  .block-smwall h2.block-title {
    margin:  0 0 30px;
  }
}
.smwall .card {
  border-radius: 4px;
  overflow: hidden;
  width: 80%;
  margin: 0 10% 1.5em 10%;
  float: left;
  background: #eee;
  border-bottom: 4px solid #999;
}
@media (min-width: 550px) {
  .smwall .card {
    width: 45%;
    margin: 0 2.5% 1.5em 2.5%;
  }
}
@media (min-width: 960px) {
  .smwall .card {
    width: 30.3%;
    margin: 0 1.5% 1.5em 1.5%;
  }
}
.smwall .card a {
  display: block;
  text-decoration: none;
  padding: 0px !important;
  background: none !important;
}
.smwall .card-img {
  max-height: 364px;
  overflow: hidden;
}
.smwall img {
  width: 100%;
  height: auto;
}
.smwall .card-content {
  padding: 0.75em 1em;
  position: relative;
  color: #555555;
  word-break: break-word;
}
.smwall .card-content h3{
  font-size: inherit;
  color: #444444;
  font-family: inherit;
  margin-top: 0;
}
.smwall .card-content p {
 padding-bottom: 0;
}
.smwall .card-info {
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 15px;
}
.smwall .card-info .type {
  float: left;
}
.smwall .card-info .date {
  float: right;
}
.smwall .card-info .fa-lg {
  font-size: 1.5em;
}
.smwall .card-type {
  background-color: white;
  border-radius: 100%;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4);
  color: #808080;
  font-size: 24px !important;
  height: 44px;
  line-height: 1.9;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 44px;
  top: -22px;
  right: 10px;
  z-index:50;
  transition: 150ms ease;
}
.smwall .card-content:first-child .card-type {
  top: 10px;
}
.smwall .card-content:before {
  content: "";
  display: block;
  height: 18px;
  width: 44px;
  float: right;
}
.smwall .card-content:first-child:before {
  height: 48px;
}
.smwall .card.fb {
  border-bottom-color: #3b5998;
}
.smwall .card.tw {
  border-bottom-color: #00aced;
}
.smwall .card.ig {
  border-bottom-color: #9c2dbd;
}
.smwall button {
  display: block;
  margin: 5px auto;
}
.smwall .card:hover .card-type {
  top: -24px;
  box-shadow: 1px 3px 3px rgba(0,0,0,0.4);
}
.smwall .card:hover .card-content:first-child .card-type {
  top: 8px;
}

/* AJAX throbber */
.ajax-progress-throbber {
  display: none;
}
.fa-spinner {
  color: #808080;
}
.smwall button.blanked, .smwall button.blanked:hover, .smwall button.blanked.blanked:focus {
  background-color: white;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  border-color: white;
}

.smwall .btn-success {
  background-color: #08743F;
}
