.cardblock-theme-bluewhite {
  background-color: #34495b;
  color: #fff;
}
.cardblock-theme-bluewhite .cardblock-item-content-header,
.cardblock-theme-bluewhite .caption {
  color: #fff !important;
}
.cardblock-theme-whiteblue {
  background-color: #fff;
  color: #34495b;
}
.cardblock-theme-whiteblue .cardblock-item-content-header,
.cardblock-theme-whiteblue .caption {
  color: #34495b !important;
}
.cardblock-text-align-left {
  text-align: left;
}
.cardblock-text-align-center {
  text-align: center;
}
.cardblock-text-align-right {
  text-align: right;
}
.height100 {
  height: 100%;
}
.cardblock-wrapper .cardblock-wrapper-item {
    border-width: 1px;
    border-style: solid;
    border-color: #efefef;
    box-shadow: 0 0 10px 3px rgba(0,0,0, .5), 0 0 0 0 #fff;

    &:hover {
      box-shadow: 0 0 10px 3px rgba(0,0,0, .9), 0 0 0 0 #fff;
    }
}
.cardblock-wrapper .cardblock-item {
  padding: 1rem;
}
.cardblock-item-link {
  text-decoration: none;
  height: 100%;
}
.cardblock-item-figure {
  text-align: center;
}

.cardblock-item-content-bodytext {
  padding-top: 1rem;
}
.cardblock-item-content-bodytext p {
  margin-bottom: 0;
}
