h3 {
    text-align: left;
}

span.verse-num {
    font-size: 80%;
    font-weight: bold;
    padding-right: .15em;
    padding-left: .25em;
    vertical-align: text-top;
}

span.woc {
    /* Words of Christ (for red-letter editions) */
    /* color: #900;*/
}

span.chapter-num {
    font-weight: bold;
    padding-right: .5em;
}

div.esv-text p {
    text-indent: 2em;
}

div.esv-text p.same-paragraph {
    text-indent: 0;
}

div.block-indent p {
    text-indent: 0;
    padding-left: 2.5em;
    margin-left: 0;
}

span.indent {
    padding-left: 2em;
}

span.indent-2,
span.psalm-doxology-line {
    padding-left: 4em;
}

span.declares-line {
    padding-left: 6em;
}

span.small-caps {
    font-variant: small-caps;
}

span.selah {
    font-style: italic;
    margin-left: 1em;
}

p.extra-space {
    margin-top: 2em;
}

div.block-indent span.verse-num,
div.block-indent span.woc {
    padding-left: 0;
}

h4 {
    font-weight: normal;
}

h4.speaker {
    padding-left: 10em;
    font-variant: small-caps;
    margin-bottom: -1em;
}

h4.textual-note {
    font-variant: small-caps;
}

h4.psalm-acrostic-title {
    font-variant: small-caps;
}

h4.psalm-title {}

span.footnote {
    font-size: 80%;
    padding-right: .5em;
    padding-left: 0em;
    vertical-align: text-top;
}

div.footnotes h3 {
    margin-top: 0;
    margin-bottom: 0;
}

div.footnotes p {
    text-indent: 0;
}

span.footnote-ref {
    font-weight: bold;
}

p.copyright {
    text-indent: 0;
}

object.audio {
    margin: 0 0 0 10px;
    padding: 0;
}

* {
    outline: none !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #5a4b41;
    background-color: #fff;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c3737b;
}

a:active,
a:hover {
    outline-width: 0;
    color: #c28c91;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    margin: 0;
    font-weight: bold;
    padding-bottom: 10px;
}

h1 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

.page_content {
    position: relative;
    z-index: 0;
}


/* Article */

.article_header .img_wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.article_header .img_wrapper .feature_img,
.article_header .title_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.article_header .img_wrapper .feature_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
}

.article_header .title_wrapper {
    padding: 30px 20px 20px 20px;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.85)', GradientType=0);
}

.article_header .title_wrapper h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.1;
}

.article_wrapper {
    padding: 20px;
}

.article_author {
    display: table;
    width: 100%;
}

.avatar,
.author {
    display: table-cell;
    vertical-align: middle;
}

.avatar {
    width: 95px;
    padding-right: 15px;
}

.avatar img {
    border-radius: 50%;
    overflow: hidden;
}

.author {
    font-size: 22px;
    margin-left: 15px;
}

.article_content {
    padding-top: 20px;
}

@media (max-width: 600px) {
    .article_header .title_wrapper h1 {
        font-size: 30px;
    }
    .author {
        font-size: 20px;
        margin-left: 15px;
    }
}


/* Devotion */

.devotion {
    background-color: #E3DED3 !important;
}


/* Reading */

.reading {
    background-color: transparent !important;
}

.reading .mt2,
.reading .mt {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.reading .chapterlabel {
    text-align: center;
    color: #c3737b;
    font-size: 30px;
    display: flex;
    display: -webkit-flex;
    margin: 10px 0;
}

.reading .chapterlabel:before,
.reading .chapterlabel:after {
    content: "";
    flex: 1;
    -webkit-flex: 1;
    background: #c3737b;
    height: 1px;
    margin: auto 10px;
}

.reading div.s,
.reading h1,
.esv_reading h2 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-family: 'Source Serif Pro', serif;
}

.esv_reading h3,
.esv_reading h4,
.esv_reading h5 {
    text-align: center;
    font-weight: bold;
    font-family: 'Source Serif Pro', serif;
}

.reading div.q,
.reading div.q2,
.reading q,
.reading blockquote {
    font-style: italic;
    width: 80%;
    margin: 10px auto;
    font-family: 'Source Serif Pro', serif;
    font-size: 16px;
}

.reading div.p,
.reading p {
    margin-bottom: 25px;
    line-height: 1.5;
}

.reading div.r {
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
}

.verse,
sup,
.verse-num {
    position: relative;
    top: -5px;
    font-size: 13px;
    color: #a1a1a1;
}

.reading div.q .verse,
.reading div.q2 .verse {
    top: -7px;
}

.notemark .cross {
    color: #c3737b;
    font-weight: bold;
    position: relative;
    top: -5px;
    font-style: normal;
    padding: 3px;
    font-family: 'Source Serif Pro', serif;
}

.popup {
    display: none;
}

.notemark:hover .popup {
    display: block;
    padding: 20px;
    background: #fff;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px #ccc;
    z-index: 10;
    font-style: normal;
    font-size: 16px;
    color: #5a4b41;
    font-family: 'Source Sans Pro', sans-serif;
}

.esv_reading div.footnotes h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.esv_reading span.footnote-ref {
    font-weight: bold;
}

.esv_reading object.audio {
    display: none;
}

.esv_reading span.footnote {
    color: #c3737b;
    position: relative;
    top: -5px;
    font-size: 13px;
    font-weight: bold;
}

.esv_reading .chapter-num {
    font-weight: bold;
}