/***********************
 DAILY BIBLE VERSE 
***********************/

.bibleverse {
  padding: 0px 0px 50px 0px;
}

.bibleverse .lead {
  font-size: 125%;
  line-height: 1.6;
}

.callout-card {
  background: white;
  border: 1px solid #333;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  overflow: hidden;
}

/*  .callout-card .card-label {
    border-color: transparent #333 transparent transparent;
    border-color: rgba(255, 255, 255, 0) #333333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }*/

/*  .callout-card.primary {
    border-color: #446cb3; }*/
/*    .callout-card.primary .card-label {
      border-color: transparent #446cb3 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #446cb3 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }*/
/*  .callout-card.secondary {
    border-color: #adb2bd; }*/
/*    .callout-card.secondary .card-label {
      border-color: transparent #adb2bd transparent transparent;
      border-color: rgba(255, 255, 255, 0) #adb2bd rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }*/
/*  .callout-card.info {
    border-color: #89c4f4; }*/
/*    .callout-card.info .card-label {
      border-color: transparent #89c4f4 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #89c4f4 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }*/

/* Assigns color red (#f22613) to border of Bible Verse Box*/
.callout-card.alert {
  border-color: #f22613;
}

/* Controls color of box where Selah text is positioned */
.callout-card.alert .card-label {
  border-color: transparent #f22613 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #f22613 rgba(255, 255, 255, 0)
    rgba(255, 255, 255, 0);
}

/*  .callout-card.success {
    border-color: #87d37c; }*/
/*    .callout-card.success .card-label {
      border-color: transparent #87d37c transparent transparent;
      border-color: rgba(255, 255, 255, 0) #87d37c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }*/
/*  .callout-card.warning {
    border-color: #f89406; }*/

/*    .callout-card.warning .card-label {
      border-color: transparent #f89406 transparent transparent;
      border-color: rgba(255, 255, 255, 0) #f89406 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); }*/

/* Positions Selah text at upper right corner */
.callout-card .card-label {
  border-style: solid;
  border-width: 0 70px 40px 0;
  float: right;
  height: 0px;
  width: 0px;
  transform: rotate(360deg);
}

/* Controls padding surrounding text inside Bible Verse Box */
.callout-card .callout-card-content {
  padding: 0.5rem 1.5rem 0.875rem;
}

/* Controls radius of red Bible Verse Box*/
.callout-card.radius {
  border-radius: 0.3rem;
}

/*Controls position of Selah text at right upper corner of Bible Verse Box*/
.callout-card .label-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  right: -40px;
  top: 2px;
  white-space: nowrap;
  transform: rotate(30deg);
}
