.edd_download {
    float: left;
}

.edd_download_columns_1 .edd_download {
    width: 100%;
}

.edd_download_columns_2 .edd_download {
    width: 50%;
}

.edd_download_columns_0 .edd_download,
.edd_download_columns_3 .edd_download {
    width: 33%;
}

.edd_download_columns_4 .edd_download {
    width: 25%;
}

.edd_download_columns_5 .edd_download {
    width: 20%;
}

.edd_download_columns_6 .edd_download {
    width: 16.6%;
}

a:hover {
    color: #BF9456;
}

::-moz-selection {
    background: #BF9456;
}

::selection {
    background: #BF9456;
}

::-moz-selection {
    background: #BF9456;
}

form input:not([type=submit]):not([type="file"]):not([type="image"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
form textarea {
    border-bottom: 2px solid #BF9456;
}

.button:hover,
.pass-input:hover,
form input[type="submit"]:hover,
.blog-nav a:hover {
    background: #BF9456;
    border: 2px solid #BF9456;
}

blockquote {
    border-color: #BF9456;
}

.panel-heading.active {
    background-color: #BF9456;
    border-color: #BF9456;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #BF9456;
    border: 1px solid #BF9456;
}

.menu-toc li a {
    border-left: 2px solid #BF9456;
}

.menu-toc li a:hover {
    border-left: 10px solid #BF9456;
}

.menu-toc .menu-toc-current a {
    border-left: 10px solid #BF9456;
}

.menu-panel div a {
    color: #BF9456;
}

.bb-custom-wrapper nav span,
.menu-button,
.bb-nav-close {
    color: #BF9456;
    border: 1px solid #BF9456;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover,
.bb-nav-close:hover {
    background: #BF9456;
}

.menu-button:after {
    background: #BF9456;
    box-shadow: -4px 0 #BF9456, 4px 0 #BF9456;
}

.bb-nav-close i {
    color: #BF9456;
}

.colored {
    color: #BF9456;
}

.jspDrag {
    background: #BF9456;
}

.hero .button:hover,
.hero .pass-input:hover,
.hero form input[type="submit"]:hover,
form .hero input[type="submit"]:hover,
.hero .comment-form form input[type="submit"]:hover,
.hero .pass-input:hover,
.hero form input[type="submit"]:hover,
.hero .blog-nav a:hover {
    border: 2px solid #BF9456;
}

.contact-box i {
    color: #BF9456;
}

.iconbox i {
    color: #BF9456;
}

.entry-thumbnail .hover-mask {
    background-color: #BF9456;
}

.entry-meta i {
    color: #BF9456;
}

.post-meta i {
    color: #BF9456;
}

.post-tags a {
    border: 1px solid #BF9456;
}

.post-tags a:hover {
    background-color: #BF9456;
}

.comment-meta a:hover {
    color: #BF9456;
}

@media only screen and (min-width: 480px) {

    .bb-bookblock .scroller>p:first-of-type:first-letter,
    .book-information-inner>p:first-of-type:first-letter,
    .character-infobox>p:first-of-type:first-letter,
    .author-bio>p:first-of-type:first-letter,
    .post-content>p:first-of-type:first-letter,
    .product-content div>p:first-of-type:first-letter {
        color: #BF9456;
    }

}



/* Sidebar Background Image */
.sb-slidebar {
    background-image: url('../image/sidebarbg.jpg');
}

.sb-slidebar::after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000b3;
    z-index: 1;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.book-information-inner>p:first-of-type:first-letter,
.character-infobox>p:first-of-type:first-letter,
.author-bio>p:first-of-type:first-letter,
.post-content>p:first-of-type:first-letter,
.story-quote,
.character-name,
.author-subtitle {
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}