* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hide {
    display: none !important;
}

.search-disable {
    pointer-events: none;
    opacity: 0.4;
}

header.wp-block-template-part .is-content-justification-space-between,
footer.wp-block-template-part .is-content-justification-space-between {
    justify-content: space-between;
}

.book-desc .description {
    white-space: pre-wrap;
}

.dropdown-menu.audio {
    transform: translate(0px, 26px) !important;
}

.wp-block-chapter-verse-content a {
    color: #ea9634 !important;
    text-decoration: none;
}

blockquote {
    border-left: 4px solid #e59512;
    margin: 20px 0 30px;
    padding-left: 20px;
}

blockquote,
q {
    quotes: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    justify-content: center;
    align-items: center;
    display: flex;
}

#loader-spin {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Bible Page */

.book {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.entry-title {
    text-align: center;
    margin-top: 45px;
}

.entry-description {
    font-family: inherit, "Proxima Nova";
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding: 5px 25px;
}

.books {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.card {
    max-height: 190px !important;
}

.card-img-top {
    width: 100%;
    height: 72%;
    object-fit: cover;
}

.card-body {
    max-height: 50px;
}

.card-body,
a {
    text-decoration: none !important;
}

.card-title {
    text-align: center;
    text-decoration: none !important;
    border-bottom: none;
}

@media screen and (min-width: 980px) {
    .entry-title {
        text-align: center;
        margin-top: 56px;
    }

    #bible-books .book {
        margin-top: 50px;
    }

    .books {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .card {
        max-height: 260px !important;
    }

    .card-img-top {
        width: 100%;
        height: 70%;
        object-fit: cover;
    }

    .card-title {
        font-size: 32px !important;
        text-align: center;
        text-decoration: none !important;
        border-bottom: none;
    }

    .card-body {
        height: 100px;
        max-height: 100px;
    }
}

/*-------------------------------------------------------------------------------------/
  
  /* Book-Page */

.black-border {
    height: 1px;
    background: #131313;
    width: 280px;
    margin-bottom: 10px;
}

.breadcrumb-item {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.chapter-collection {
    margin-top: 40px;
}

.chapters ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    padding-left: 0.3rem !important;
}

.chapters ul li a {
    display: block;
    width: 3em;
    height: 3em;
    background: #f2f2f2;
    text-align: center;
    line-height: 2.8em;
    border: none !important;
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 3px;
}

.heading {
    margin-top: 60px;
}

.chapter {
    padding: 0 20px;
}

.collection {
    padding: 0 20px;
}

.collection .nav {
    padding: 20px;

    border: #f2f2f2 1px solid;
    border-radius: 5px;
}

.collection .book-type a {
    text-transform: uppercase;
    text-align: center;
}

.collection .book a {
    color: #131313;
    text-align: center;
}

.book-map {
    width: 100%;
}

iframe {
    min-width: 100% !important;
    max-width: 100% !important;
}

.book-articles {
    width: 100%;
}

.article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 450px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 20px;
}

.article-section {
    width: 100%;
}

.article-section .image {
    height: 180px;
}

.article-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-section .category {
    text-transform: uppercase;
    color: #1084de;
    margin-top: 10px;
    font-size: 14px;
}

.article-section .author {
    color: #bcbcbc;
}

.read-more-section span {
    text-transform: uppercase;
    margin-top: 40px;
    float: right;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: right;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.main-section {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 40px;
}

@media screen and (min-width: 980px) {
    .chapter {
        padding: 0 30px;
    }

    .collection {
        padding: 0 30px;
    }

    .article-section {
        width: unset;
        flex: 1;
    }

    .main-section {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-top: 40px;
    }
}

/* ------------------------------------------------------------------------------------------------- */

/* Page-Chapter */

.title-breadcrumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title-breadcrumb .entry-title {
    margin-bottom: 10px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    position: static !important;
}

.dropdown-toggle {
    font-size: 14px;

    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 20px;
}

.audio-dropdown {
    position: absolute !important;
    top: 4px;
    left: 95px !important;
}

.book-chapter-navigation-top {
    display: flex;
    align-items: center;
}

.book-chapter-navigation-top .btn-outline-primary {
    border: none !important;
}

.bible_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.active-filter {
    background: #eaf6ff;
    padding: 5px;
    border-radius: 3px;
}

.bible_filter_section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.biblefilter_title {
    width: 100%;
}

.biblefilter_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#bible_filter_divider {
    height: 1px;
    width: 100%;
    background: #bcbcbc;
}

.biblefilter_title {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.biblefilter_subtitle {
    margin-top: 20px;
}

.filter {
    border: none !important;
}

.audio {
    border: none !important;
}

.dropdown-menu .black-border {
    width: 100%;
    background: #131313 !important;
    margin-top: 40px;
}

.bible_audio {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

pre.textL {
    max-width: 100%;
    text-wrap: wrap !important;
    text-transform: uppercase;
}

.wp-audio-shortcode {
    width: 100%;
}

.verses {
    margin-top: 40px;
}

.verses .right {
    margin-left: 5px;
}

.verses .left {
    margin-right: 5px;
}

.verse-divider-border {
    width: 60%;
    height: 1px;
    background: #bcbcbc;
    margin: 35px auto;
    margin-top: 0;
}

.bibleverse_commentary {
    margin-top: 35px;
    background: #eaf6ff;
}

.bibleverse_commentary p,
.bibleverse_commentary figure {
    padding: 15px;
}

.translation,
.left {
    margin-top: 15px;
}

.transliteration {
    margin-top: 15px;
}

.vowelization,
.right {
    text-align: right !important;
    margin-top: 15px;
}

.hebrew {
    display: flex;
    justify-content: end;
}

.book-chapter-navigation-bottom {
    display: flex;
    justify-content: space-between;
}

.book-chapter-navigation-bottom a {
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.title-breadcrumb {
    order: 3;
}

.book-chapter-navigation-top .prev {
    width: 48%;
}

.book-chapter-navigation-top .next {
    width: 48%;
}

.book-chapter-navigation-bottom .prev {
    width: 48%;
}

.book-chapter-navigation-bottom .next {
    width: 48%;
}

@media screen and (min-width: 980px) {
    .verses {
        margin-top: 80px;
    }

    .book-chapter-navigation-bottom a {
        letter-spacing: 2px;
    }

    .book-chapter-navigation-top {
        justify-content: space-between;
    }

    .book-chapter-navigation-top .prev {
        width: unset;
    }

    .book-chapter-navigation-top .next {
        width: unset;
    }

    .book-chapter-navigation-bottom .prev {
        width: unset;
    }

    .book-chapter-navigation-bottom .next {
        width: unset;
    }

    .bible_audio {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .wp-audio-shortcode {
        width: 85%;
    }

    .verses {
        margin-top: 60px;
    }

    #bible_filter_divider {
        height: 120px;
        width: 1px;
        background: #bcbcbc;
    }

    .title-breadcrumb {
        order: unset !important;
    }

    .vowelization {
        text-align: right !important;
    }

    .vowelization,
    .right {
        margin-top: unset;
    }

    .translation,
    .left {
        margin-top: unset;
    }

    .transliteration {
        margin-top: unset;
    }

    .bibleverse_commentary p,
    .bibleverse_commentary figure {
        padding: 30px;
    }

    .book-chapter-navigation-top svg {
        width: 23px !important;
        height: 33px !important;
    }

    .book-chapter-navigation-bottom svg {
        width: 23px !important;
        height: 33px !important;
    }

    /* .bibleverse_commentary {
        display: grid;
        grid-template-columns: 70% 30%;
    } */
}

/* ---------------------------------------------------------------------------------------------------*/

/* Search Page */

.search-heading,
.search-free-text,
.lookup-bible-verse {
    text-align: center;
}

#page-search .black-border {
    margin: 0 auto;
}

.search-heading {
    margin-top: 40px;
}

.search-free-text {
    margin-top: 30px;
}

.lookup-bible-verse {
    margin-top: 30px;
}

.search-free-text,
.lookup-bible-verse {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.search_by_keyword {
    max-width: 700px;
    margin: 0 auto;
    padding: 5px;

    margin-top: 10px;

    border: solid 1px #d9d9d9;
}

.search_by_keyword .form-control {
    color: #787878;
}

.search_by_keyword .form-control::placeholder {
    color: #787878;
}

.search_by_keyword input[type="search"] {
    border: none !important;
    box-shadow: none !important;
}

.search_by_keyword button[type="submit"] {
    border: none !important;
    box-shadow: none !important;
    background: none;

    background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_594_3045)"><path d="M24.6582 21.6162L19.79 16.748C19.5703 16.5283 19.2725 16.4062 18.96 16.4062H18.1641C19.5117 14.6826 20.3125 12.5146 20.3125 10.1562C20.3125 4.5459 15.7666 0 10.1562 0C4.5459 0 0 4.5459 0 10.1562C0 15.7666 4.5459 20.3125 10.1562 20.3125C12.5146 20.3125 14.6826 19.5117 16.4062 18.1641V18.96C16.4062 19.2725 16.5283 19.5703 16.748 19.79L21.6162 24.6582C22.0752 25.1172 22.8174 25.1172 23.2715 24.6582L24.6533 23.2764C25.1123 22.8174 25.1123 22.0752 24.6582 21.6162ZM10.1562 16.4062C6.7041 16.4062 3.90625 13.6133 3.90625 10.1562C3.90625 6.7041 6.69922 3.90625 10.1562 3.90625C13.6084 3.90625 16.4062 6.69922 16.4062 10.1562C16.4062 13.6084 13.6133 16.4062 10.1562 16.4062Z" fill="%23787878"/></g><defs><clipPath id="clip0_594_3045"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 8px 15px;
    width: 16 !important;
    height: 16 !important;
}

.search_by_keyword button[type="submit"]:hover {

    background: none;
    background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_594_3045)"><path d="M24.6582 21.6162L19.79 16.748C19.5703 16.5283 19.2725 16.4062 18.96 16.4062H18.1641C19.5117 14.6826 20.3125 12.5146 20.3125 10.1562C20.3125 4.5459 15.7666 0 10.1562 0C4.5459 0 0 4.5459 0 10.1562C0 15.7666 4.5459 20.3125 10.1562 20.3125C12.5146 20.3125 14.6826 19.5117 16.4062 18.1641V18.96C16.4062 19.2725 16.5283 19.5703 16.748 19.79L21.6162 24.6582C22.0752 25.1172 22.8174 25.1172 23.2715 24.6582L24.6533 23.2764C25.1123 22.8174 25.1123 22.0752 24.6582 21.6162ZM10.1562 16.4062C6.7041 16.4062 3.90625 13.6133 3.90625 10.1562C3.90625 6.7041 6.69922 3.90625 10.1562 3.90625C13.6084 3.90625 16.4062 6.69922 16.4062 10.1562C16.4062 13.6084 13.6133 16.4062 10.1562 16.4062Z" fill="%23787878"/></g><defs><clipPath id="clip0_594_3045"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    margin: 8px 15px;
    width: 16 !important;
    height: 16 !important;

}

.search_by_keyword button[type="submit"] svg {
    display: none;
}

/*
  .search_by_keyword button[type="submit"] svg path {
    stroke: #787878;
    transform: scale(0.75);
  
    stroke-width: 1;
  }*/

.search-divider-border {
    width: 100%;
    height: 1px;
    background: #bcbcbc;
    margin: 30px 0;
}

.tib_verse_quote {
    margin-top: 10px;
}

.text-decoration-underline {
    border-bottom: #94D0FF 1px solid;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

#page-search a.nav-link {
    text-transform: uppercase;
    color: #000;
    text-decoration: none !important;
}

.tib_verse_quote_source {
    font-weight: 400 !important;
    color: #1084de;
}

@media screen and (max-width: 500px) {
    .bible_filter {
        display: flex;
        flex-wrap: wrap;
    }

    .search_by_keyword {
        width: 85%;
    }

    #collection_book_chapter {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #collection_book_chapter .reference {
        width: 90%;
    }

    #verse-select,
    #chapter-select,
    #book-select {
        padding: 6px 20px !important;
        border: none !important;
        border-right: none !important;

        border-radius: 0 !important;
    }
}

#collection_book_chapter .reference {
    border: #131313 solid 1px;
    border-radius: 4px;
}

#verse-select,
#chapter-select,
#book-select {
    padding: 10px 20px !important;
    border: none !important;
    border-right: #131313 1px solid !important;
    border-radius: 0 !important;
}

.spinner-and-link {
    padding: 0px;
    margin: 0px;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #131313;
    flex: 1;
}

.spinner-and-link a {
    background: #131313;
    border: none;
    border-top: #131313 5px solid;
    border-bottom: #131313 5px solid;
    color: white !important;
}

.tib_verse_quote .hebrew {
    justify-content: start !important;
    text-align: left !important;
}

.search-results-heading {
    margin-top: 30px;
}

@media screen and (min-width: 980px) {
    .breadcrumb-item {
        font-size: 14px;
    }

    .breadcrumb-item a {
        font-size: 14px;
    }

    .search_by_source {
        margin-top: 30px;
    }

    .search_by_keyword {
        margin-top: 40px;
    }

    #collection_book_chapter .reference .col-md-3 {
        width: unset;
        padding: 0px !important;
        margin: 0px !important;
    }

    .wrap-book,
    .wrap-chapter,
    .wrap-verse {
        padding: 0px;
        width: 30% !important;
    }

    #collection_book_chapter .reference {
        margin-left: 20px;
        gap: 0;
        margin-top: 10px;
        display: flex;
        align-items: center;
        border: #131313 solid 1px;
    }

    .search_by_keyword {
        padding: 3px;
    }
}

/* Hovers  */

.breadcrumb-item {
    color: #868686 !important;
}

.breadcrumb-item:hover {
    color: #131313 !important;
}

.breadcrumb-item a {
    color: #868686 !important;
}

.breadcrumb-item:hover a {
    color: #131313 !important;
}

.collection .book a:hover {
    color: #1084de !important;
}

.chapters ul li a:hover {
    background: #eaf6ff;
}

/* Shortcodes */
#page-shortcodes h2 {
    font-size: 28px;
}

.shortcode-block {
    margin-top: 60px !important;
}

.hebrew {
    font-family: "adobe-hebrew", ariel;
    text-align: right !important;
}

#page-container {
    min-height: 100vh;
}

/* -------------------------------------- */

.book-chapter-navigation-top {
    justify-content: space-between;
}

.book-chapter-navigation-top h1 {
    font-size: 26px;
}

.book-chapter-navigation-top .breadcrumb-item {
    font-size: 10px;
}

.book-chapter-navigation-top .black-border {
    width: 220px;
}

.book-chapter-navigation-top .prev {
    width: 5%;
}

.book-chapter-navigation-top .next {
    width: 5%;
}

.title-breadcrumb {
    order: unset;
    width: 80%;
}

.book-chapter-navigation-top {
    flex-wrap: nowrap !important;
}

@media screen and (min-width: 500px) {
    .book-chapter-navigation-top {
        justify-content: space-between;
    }

    .book-chapter-navigation-top h1 {
        font-size: 36px;
    }

    .book-chapter-navigation-top .breadcrumb-item {
        font-size: 14px;
    }

    .book-chapter-navigation-top .black-border {
        width: 300px;
    }

    .book-chapter-navigation-top .prev {
        width: 5%;
    }

    .book-chapter-navigation-top .next {
        width: 5%;
    }

    .title-breadcrumb {
        order: unset;
        width: 80%;
    }

    .book-chapter-navigation-top {
        flex-wrap: nowrap !important;
    }
}

@media screen and (min-width: 980px) {
    .book-chapter-navigation-top {
        justify-content: space-between;
    }

    .book-chapter-navigation-top h1 {
        font-size: 56px;
    }

    .book-chapter-navigation-top .breadcrumb-item {
        font-size: 14px;
    }

    .book-chapter-navigation-top .black-border {
        width: 300px;
    }

    .book-chapter-navigation-top .prev {
        width: 5%;
    }

    .book-chapter-navigation-top .next {
        width: 5%;
    }

    .title-breadcrumb {
        order: unset;
        width: 80%;
    }

    .book-chapter-navigation-top {
        flex-wrap: nowrap !important;
    }
}

.prev {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.next {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.search_by_keyword button[type="submit"] {
    background-position: center right;
}

.search_by_keyword button[type="submit"]:hover {
    background-position: center right;
}