/*
 * Globals
 */

body {
    font-family: "Open Sans";
    color: #555;
    /*  background-image: url(data:image/png;base64,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);
   */
    background-color: #F9EDDB;

}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Open Sans";
    font-weight: normal;
    color: #333;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.site-title {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

.site-description {
    font-size: 16px;
    color: #999;
}

/*
 * Main column and sidebar layout
 */

.site-main {
    font-size: 18px;
    line-height: 2.2; 
    margin: 0 -15px 15px;
    padding: 15px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 0 15px;
    border-right: 1px solid #d7bf95;
}

.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}

.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}

/*
 * site posts
 */

.site-post {
    margin-bottom: 60px;
}

.site-post-meta {
    margin-bottom: 20px;
    color: #999;
}

/*
 * Footer
 */

.site-footer {
    padding: 40px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.chapter-names-list li {
    transition: all 0.3s ease 0s;
}

.chapter-names-list a {
    color: #89590a;
    display: flex;
    font-size: 12px;
    line-height: 1.3;
    margin: 2px;
    padding: 5px 4px;
    transition: all 0.3s ease 0s;
}

.chapter-names-list a:hover {
    text-decoration: none;
}

.chapter-names-list li:hover {
    color: #DBD4C9;
    text-decoration: none !important;
    background-color: #ecdcc1;
    bottom: 11px;
    color: #3f0000;
    top: 11px;
    border-radius: 5px;
}

.chapter-names-list li.selected {
    background-color: #ecdcc1;
    bottom: 11px;
    color: #3f0000;
    top: 11px;
    border-radius: 5px;
}

.chapter-name-title {
    border-bottom: 1px solid #d7bf95;
}

.chapter-name-title span {
    font-size: 20px;
    color: #513406;
    font-size: 20px;
}

.chapter-title {
    margin-bottom: 5px;
    font-size: 40px;
    border-bottom: 1px solid #d7bf95;
    color: #513406;
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 15px;

}

.thikr {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
}

.seperator {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(245, 227, 197, 1) 5%, rgba(250, 241, 227, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: calc(50% + 515px);
    top: 0;
}
 
.chapter-player {
    font-size: 34px;
    right: 20px;
    position: absolute;
    top: -22px;
}

.player {

}

.player a {
    color: #89590a;
    transition: all 0.3s ease 0s;
}

.player a:hover {
    color: #89590a;
    text-decoration: none;
}

[data-audio] {
    cursor: pointer;
}

[data-audio].on {
    color: #ecdcc1;
}

[data-audio]:before {
    content: "\f144";
}

[data-audio].on:before {
    content: "\f28b";
}

.meaning {
    background-color: #faf0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #5b4524;
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 15px;
}

.search-icon {
    color: #8a6d3b;
    cursor: pointer;
    font-size: 20px;
    right: 35px;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.menu-icon {
    display: none;
}

.search-icon:hover, .close-icon:hover, #share a:hover {
    color: #ecdcc1;
    text-decoration: none;
}

.search {
    display: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 26px;
}

.search:focus {
    border: 0 none;
}

textarea:focus, input:focus {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

@media (max-width: 480px) {
    .sidebar-module {
        border-right: 0 none;
        margin: 0;
        padding: 0;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .sidebar-module {
        border-right: 0 none;
        margin: 0;
        padding: 0;
    }

    .site-main {
        margin: 0;
    }

    .chapter-names-list {
        display: none;
    }

    .search-icon {
        display: none;
    }

    .menu-icon {
        display: inline;
        color: #ecdcc1;
        cursor: pointer;
        font-size: 31px;
    }

    .menu-icon:hover {
        display: inline;
        color: #89590a;
        text-decoration: none;
    }
}

.hide {
    display: none !important;
}

.config-icon {
    cursor: pointer;
}

#settings,#language {
    border: 1px solid #d7bf95;
    border-radius: 5px;
    margin: 0 0 25px;
    padding: 20px;
    display: none;
}

.close-icon {
    color: #8a6d3b;
    left: 8px;
    position: absolute;
    top: 5px;
    cursor: pointer;

}

#share {
    text-align: center;
}

#share a {
    color: #89590a;
    margin: 0 10px;
}

.language-name {
    background-color: #ecdcc1;
    border-radius: 15px;
    color: #513406;
    line-height: 1;
    padding: 0 30px;
}

.home-language{

}
.language-name:hover {
    background-color: #513406;
    border-radius: 15px;
    color: #F9EDDB;
    line-height: 1;
    padding: 0 30px;
    text-decoration: none;
}