@charset "utf-8";
/*! Copyright (C) CODEPEN <https://codepen.io/> */


/* blockquote for Bible cite */
.blockquote_bible {
    margin: 0px 0px 1.75em 0px;
    position: relative;
    padding: 20px 55px;
    background: #f9f9f9;
}

.blockquote_bible:after {
    content: "\201C";
    font-family: Times New Roman,Times,serif;
    font-size: 76px;
    position: absolute;
    top: -15px;
    left: 10px;
    color: #0d689c;
}

.entry-content blockquote_bible p {
    max-width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-size: 40px;
}