/* single.php */
.featured-image {
  margin: 0 auto 2rem;
  display: block; }

.author {
  font-size: 1rem;
  font-style: italic; }
  .author a {
    color: #000000;
    text-decoration: none;
    vertical-align: middle; }
    .author a:hover {
      color: #1E7EA5; }
    .author a img {
      width: 9rem;
      height: 9rem;
      vertical-align: middle;
      border-radius: 50%;
      margin-right: 1rem; }

.sermon-meta {
  font-weight: 300;
  font-size: 1rem;
  text-transform: none; }
  @media (min-width: 45em) {
    .sermon-meta {
      font-size: 1.1875rem; } }

.sermon-meta-break {
  display: block;
  height: 0; }
  @media (min-width: 45em) {
    .sermon-meta-break {
      height: auto;
      display: inline-block;
      width: 3rem; } }

.sermon-row:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.play-button {
  display: inline-block;
  min-height: 50px;
  background-image: url("../img/play.svg");
  background-repeat: no-repeat;
  background-size: 49px 50px;
  background-position: center left;
  padding: 0.78125rem 0 0.78125rem 4.5rem;
  text-decoration: none !important;
  color: #000000 !important;
  margin-bottom: 2.5rem; }

.devotion-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .devotion-meta h1,
  .devotion-meta p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0; }
  .devotion-meta h1 {
    margin-bottom: 2rem;
    font-size: 25px;
    line-height: 35px; }
  .devotion-meta p {
    font-weight: bold; }
  @media (min-width: 30em) {
    .devotion-meta h1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: none;
      margin-bottom: 0; }
    .devotion-meta p {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 11rem;
      flex: 0 0 11rem;
      max-width: 11rem;
      text-align: right; } }

.live-it-out {
  border-top: 2px solid #1E7EA5;
  padding-top: 3rem;
  margin-top: 3rem; }



/*# sourceMappingURL=maps/single.css.map */
