#pay-type, #bank, #credit, #remember, #confirm, #processing, #done, #error{
    display:none;
}
.max{
  max-width: 500px;
  display: inline-block;
}
#profile{
    display:none;
}
#next.disabled, #prev.disabled{
  opacity: 0.3;
}

/*responsive video embedding */
.embeddedContent { position: relative; padding-bottom: 50%; padding-top: 30px; height: 0; overflow: hidden; }
.embeddedContent iframe, .embeddedContent object, .embeddedContent embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

figure img{
  max-width: 100%;
}

figure.video {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
figure.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 450px) {
  .block-text {
    font-size: 1.1rem;
  }
}

.soapcontent .verse-num{
    vertical-align: super;
    font-size: 0.6em;
    opacity: 0.7;
}
.soapcontent .audio{
  display: none;
}
.soapcontent h2{
  color: #636363;
  font-size: 1.6rem;
}
.soapcontent h3{
  color: #636363;
  font-size: 1.2rem;
}
