html {
    scroll-behavior: smooth
}

body {
    padding-top: 0rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    font-size: 20px;
}

/* ------------------------------------------------------------
 Main Content
------------------------------------------------------------ */

.container {
    width: 100%;
}

.main {
    color: #fff;
    font-size: 2.2rem;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.left {
    text-align: left !important;
}

.white-text {
    color: #fff;
}

.title {
    font-size: 2.2rem;
    margin: 0 auto;
    line-height: 2.2rem;
    font-weight: 300;
}

.subtitle {
    font-size: 1.2rem;
    margin: 0.6em auto 1.6em auto;
    font-weight: 300;
}

.jw {
    color: #bf360c;
}

.hl {
    background-color: #ffff99;
    padding: 4px;
}

p {
    margin: 20px 0;
}

a {
    text-decoration: none !important;
}

/* ------------------------------------------------------------
 Footer
------------------------------------------------------------ */

.footer {
    display: none;
}

/* ------------------------------------------------------------
 Chapter / Verse Page
------------------------------------------------------------ */

.bible-copyright {
    font-size: 0.75rem;
    text-align: center;
    margin: 60px auto 0 auto;
    padding: 20px 0 0 0;
    border-top: 1px dotted black;
}

h1.main-header {
    font-size: 2.5rem;
    font-weight: 600;
}

.chapter-content {
    width: 100%;
    margin: 20px;
    padding: 3rem 1rem;
    font-weight: 400;
    color: #000;
    padding: 40px 60px;
}

.chapter-content a {
    color: #000;
}

.chapter-content a.verse:hover, a.verse-p:hover {
    text-decoration: none;
    color: #000;
}

table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}


td {
    display: table-cell;
    padding-top: 20px;
    color: #fff;
}

.verse {
    vertical-align: text-top;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
}

.verse-num {
    vertical-align: text-top;
    font-size: 1rem;
    line-height: 2rem;
    padding-right: 10px;
    text-align: right;
    color: #a10004;
}

.single-verse {
    vertical-align: text-top;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
    text-align: center;
    margin-top: 40px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.red-text {
    color: #a10004;
}

.black-text {
    color: #000;
}

.spacing {
    letter-spacing: 6px;
}

.linebelow-red {
    border-bottom: thin dotted #a10004;
    padding-bottom: 10px;
}

.linebelow-black {
    border-bottom: thin dotted #000;
    padding-bottom: 10px;
}

.linebabove-black {
    border-top: thin dotted #000;
    padding-top: 10px;
}

.bible-version {
    text-align: center;
    margin-top: 40px;
    font-size: 1rem;
}

ul.pagination {
    font-size: 1rem;
}

.col {
    padding: 0;
}

p.book-intro {
    font-size: 1.3rem;
    padding: 0 80px;
    text-align: center;
    margin: 20px 0;
    color: #a10004;
}

par {
    margin-top: 30px;
    display: block;
    line-height: 2.2rem;
}

nopar {
    margin-top: 30px;
    display: inline-block;
    line-height: 2.2rem;
}

.v-num {
    font-size: 0.8rem;
    vertical-align: top;
    color: #a10004;
    margin-right: 5px;
}

.verse-p {
    font-size: 1.5rem;
    font-weight: normal;
}

/* ------------------------------------------------------------
 Search Results
------------------------------------------------------------ */

h1.search-header {
    font-size: 2.5rem;
}

td.search-verse {
    display: table-cell;
    padding-top: 40px;
    color: #fff;
}

.search-verse {
    vertical-align: text-top;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: normal;
}

.search-verse-num {
    vertical-align: text-top;
    font-size: 0.75rem;
    line-height: 2rem;
    padding-right: 20px;
    text-align: left;
    color: #000;
    white-space: nowrap;
}

a.search-results {
    color: #323232;
}

a.search-results:hover {
    background-color: transparent !important;
    text-decoration: none;
    color: #000;
}

.search-results-form {
    max-width: 480px;
    margin-top: 50px;
}

.search-results-form-inner {
    border-radius: 12px;
    max-width: 480px;
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff !important;
    margin: .6em 0 .3em;
    border: 2px solid black;
    transition: all .15s ease;
}

.search-results-text {
    width: 100%;
    border-radius: 12px;
    border: none;
    padding: .75em;
    background: transparent !important;
    color: #000 !important;
}

.btn-search-results {
    display: none;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.form-group, input[type="search"] {
    display: none;
}

#search-extra {
    display: none;
}

/* ------------------------------------------------------------
 Audio Footer Player
------------------------------------------------------------ */

.cp-container {
    zoom:  100%;
    -moz-transform: scale(0.6); /* Firefox */
    -moz-transform-origin: center;
    -o-transform: scale(0.6); /* Opera */
    -o-transform-origin: center;
    -webkit-transform: scale(0.6); /* Safari And Chrome */
    -webkit-transform-origin: center
    transform: scale(0.6); /* Standard Property */
    transform-origin: center;  /* Standard Property */
    margin-top: -61px;
    box-sizing: unset !important;
}
.audio-toggle {
    display: block;
    position: fixed;
    bottom: 87px;
    right: 10px;
    color: #fff;
    z-index: 99999;
    background-color: #111;
    width: 50px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    font-size: 0.8rem !important;
    box-sizing: unset !important;
}
.audio-bottom-bar {
    z-index: 9999;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #111;
    font-size: 1rem;
    justify-content: center;
    align-content: center;
    padding: 4px 0;
    box-sizing: unset !important;
}
.audio-bottom {
    bottom: -110px;
}
.audio-toggle-off {
    bottom: 0 !important;
    cursor: pointer;
}
.audio-show {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

/* ------------------------------------------------------------
 Bible Stories
------------------------------------------------------------ */

h1.stories-header {
    font-size: 2.5rem;
}

.bible-stories-flex-container {
    display: flex;
    text-align: center;
    padding-top: 0;
    font-size: 1.2rem;
    width: 100%;
}

.bible-stories-flex-child {
    display: inline-block;
    max-width: 50%;
    text-align: left;
    padding: 0 10px;
    border-radius: 3px;
    margin: 5px;
}

.bible-stories-flex-child:first-child {
    display: inline-block;
    max-width: 50%;
    text-align: left;
    padding: 0 10px;
    border-radius: 3px;
    margin: 5px 90px 0 0;
    vertical-align: top;
}

.bible-stories-testament {
    text-align: left;
    font-size: 1.7rem;
    font-weight: 500;
}

p.stories-intro {
    font-size: 1.3rem;
    padding: 0 0px;
    text-align: center;
    margin: 50px 0 20px 0;
}

/* ------------------------------------------------------------
 Reading Plans
------------------------------------------------------------ */

a.list-group-item.reading-plans.list-group-item-action:focus, a.list-group-item.reading-plans.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #dcedff;
}

a.list-group-item.reading-plans.list-group-item-action:visited {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #dcedff;
}

p.reading-plans-intro {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    margin-bottom: 40px;
}

/* ------------------------------------------------------------
 Bible Topics
------------------------------------------------------------ */

a.list-group-item.bible-topics.list-group-item-action:focus, a.list-group-item.bible-topics.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #dcedff;
}

p.topic-category {
    font-size: 1.7rem;
    border-bottom: 1px solid black;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

td.topic {
    width: 33.3%;
    padding: 0;
    font-size: 1.2rem;
}

a.topic-link {
    font-size: 1.2rem;
    color: #1d00ff;
}

/* ------------------------------------------------------------
 Map
------------------------------------------------------------ */

.map-frame {
    width: 100%;
    height: 540px;
    border: 0;
}

/* ------------------------------------------------------------
 Other
------------------------------------------------------------ */

.settings-menu {
    display: none;
}

.pagination {
    display: none;
}

.btn {
    display: none;
}

a.search-results {
    display: none;
}

