/* READER  AND bibleSDK CSS */

.LibraryReader {
    font-family: initial !important;
    font-size: 19px;
    line-height: 34px;
    width: 100%;
    margin: 40px auto;
    padding: 0 15px;
    text-align: left;
    padding: 0;
}

.LibraryReader h1,
.LibraryReader h2,
.LibraryReader .title,
.LibraryReader blockquote {
    font-family: 'Sukhumvit Set', 'Thai Sans Neue', 'Kanit', sans-serif;
    color: var(--hl-color);
}

.LibraryReader blockquote,
.LibraryReader bible {
    background: var(--gray-litest);
    border-left: 2px solid var(--hl-color);
    display: block;
}

.LibraryReader .editable {
    outline: none;
    min-height: 38px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.LibraryReader h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.5em 0;
    line-height: 2;
    padding: 0;
}

.LibraryReader h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
}

.LibraryReader h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

.LibraryReader h3 {
    font-size: 22px;
    font-weight: 600;
}

.LibraryReader h4 {
    font-size: 20px;
    font-weight: normal;
}

.LibraryReader ul {
    list-style-position: inside;
    padding: 0;
}

.LibraryReader ul li {
    margin: 0.75em 1em;
    list-style-type: none;
}

.LibraryReader ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }


.LibraryReader ul li li {
    margin: 10px;
}

.LibraryReader p {
    margin: 0;
}

.LibraryReader blockquote {
    font-size: 28px;
    line-height: 48px;
    padding: 0.5em 1em;
    margin: 0px;
}

.LibraryReader footer {
    padding-top: 0px;
    text-align: center;
    /* border-top: 5px solid #efefef;*/
}

.LibraryReader figcaption {
    height: auto !important;
    width: 100% !important;
    font-size: 16px;
    text-align: center;
}

.LibraryReader picture {
    margin: 25px 0;
    display: block;
    overflow: hidden;
}

.LibraryReader picture img {
    height: auto !important;
    width: 100% !important;
}

.LibraryReader picture a {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    margin-top: -20px;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

.LibraryReader .caption {
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    opacity: 0.7;
    padding: 5px 0px;
    margin-top: -25px;
    text-align: center;
    width: 100%;
}

.LibraryReader .title {
    font-size: 34px;
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
    border: none;
    outline: none;
    width: auto;
    padding: 0;
    margin-bottom: 40px;
}

.LibraryReader text {
    /* margin: 1em 0; */
    padding: 0.5em 0;
    display: block;
}

.LibraryReader bible {
    font-size: 18px;
    margin: 1em 0;
    padding: 1em 0.5em;
    text-align: left;
}

.LibraryReader bbtitle {
    margin: 5px 0;
    display: block;
}

.LibraryReader bbkey {
    font-weight: bold;
}

.LibraryReader verse {
    margin: 5px 0;
    display: block;
}

.LibraryReader num {
    vertical-align: super;
    font-size: smaller;
}

.LibraryReader .fv quote {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 10px;
}

.LibraryReader .fv note {
    outline: none;
    border: 1px solid #fff;
    display: block;
    padding: 10px 20px;
    background: #feeba7;
}

.LibraryReader .fv note:hover {
    border: 1px solid #fc0;
}

.LibraryReader .fv p {
    margin: 1em 0em;
}

.LibraryReader .fv b {
    white-space: normal;
}

.LibraryReader .fv sub {
    font-size: 14px;
    line-height: 14px;
    white-space: normal;
}

.LibraryReader .fv bible {
    display: block;
    background: #F4F4F4;
    border: 1px solid #fff;
    border-left: 2px solid #03A99D;
    margin: 20px 0;
    padding: 20px;
    text-align: left;
}

.formBtnBox {
    display: none;
    margin: 20px auto;
    z-index: 5000;
}

.LibraryReader .fv bible:hover {
    border-left: 2px solid #0093A8;
}

.LibraryReader .fv picture {
    margin: 25px 0;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
}


/*    .LibraryReader .fv picture:hover { border: 1px solid #fc0; }*/

.LibraryReader .ytVew {
    border: none;
    overflow: hidden;
    margin: 0;
    width: 900;
    height: 506.25;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    /* .LibraryReader article { margin:2em; } */
    .LibraryReader h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0.5em 0em;
    }
    .LibraryReader text {
        margin: 0 2em;
    }
    .LibraryReader blockquote {
        font-size: 26px;
        line-height: 40px;
    }
    .LibraryReader bible {
        margin: 1em;
    }
    .LibraryReader .ytVew {
        width: 100%;
        height: 420;
    }
}

@media (max-width: 414px) {
    /* .LibraryReader article { margin:1em; } */
    .LibraryReader .title {
        font-size: 26px;
        margin: 15px;
        line-height: 1.5;
        width: auto;
        text-align: center;
    }
    .LibraryReader h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.8;
        margin: 0.5em 0em;
    }
    .LibraryReader h1 {
        font-size: 28px;
    }
    .LibraryReader h2 {
        font-size: 24px;
    }
    .LibraryReader h3 {
        font-size: 20px;
    }
    .LibraryReader h4 {
        font-size: 20px;
    }
    .LibraryReader text {
        margin: 0 1em;
    }
    .LibraryReader bible {
        font-size: 18px;
        margin: 1em 0.5em;
    }
    .LibraryReader blockquote {
        font-size: 24px;
        line-height: 34px;
    }
    .LibraryReader h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .LibraryReader h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .LibraryReader .ytVew {
        height: 215;
    }
}

@media (max-width: 375px) {
    .LibraryReader .ytVew {
        height: 200;
    }
}

@media (max-width: 320px) {
    .LibraryReader .title {
        font-size: 28px;
        margin: 15px;
        line-height: 1.5;
        width: auto;
        text-align: left;
    }
    .LibraryReader h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.7;
    }
    .LibraryReader h1 {
        font-size: 26px;
    }
    .LibraryReader h2 {
        font-size: 22px;
    }
    .LibraryReader h3 {
        font-size: 18px;
    }
    .LibraryReader h4 {
        font-size: 18px;
    }
    .LibraryReader .ytVew {
        height: 160;
    }
}

/* BIBLE STYLE  */

/* bibleSDK CSS */
    
/* Style The Dropdown Button */
.bibleVersionBtn {
    opacity: 0.5; 
    padding: 10px 15px; font-size: 16px; line-height: 16px;
    cursor:pointer; z-index: 1; border-top: 2px solid none;
}

/* Dropdown Content (Hidden by Default) */
.bibleVersionList {
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 0; margin: 0;
    
    min-width: 170px; font-size:14px; text-align: left;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2); 
    list-style: none;
    z-index: 2; 
}

.bibleVersionList li {
    list-style: none; padding:10px 15px; cursor: pointer; margin: 0;
}

/* .bibleVersionList li:hover {
    background-color: #f0f0f0;
} */

.bibleVersionBox { float: right; }

/* .bibleVersionBtn:hover .bibleVersionList {
    display: block;
}

.bibleVersionBox:hover .bibleVersionList {
    display: block;
}

.bibleVersionBox:hover .bibleVersionBtn {

    background-color: #ffffff; opacity: 1;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2); 
    border-top: 2px solid #007DC8;

} */

.icBBkeyloading {
    color:#ccc; margin:10px 10px;
}
.fa-w-10 { height: 20px; display: none; }

/* End bibleSDK CSS */    