/*
Theme Name: Beneath Ceaseless Skies 2018
Theme URI: http://www.beneath-ceaseless-skies.com/
Description: Custom Theme for Beneath Ceaseless Skies
Author: Matthew Kressel
Author URI: http://www.matthewkressel.net/
Version: 1.0
*/

html {
    height: 100%;
    width: 100%;
}

body {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-family: Georgia, serif;
    height: 100%;
    width: 100%;
}

#full-screen-bg {
    position: fixed;
    /* right: 0;
     left: 0;
     bottom: 0;
     top: 0;*/
    /* min-width: 100%;
     min-height: 100%;*/
    width: 100vw;
    height: 100vh;
    z-index: -100;
    margin: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: scroll;
    /* background-size: 100% 100%;*/
}

@media (max-width: 991px) {
    #full-screen-bg {
        background-attachment: scroll;
    }
}

/*body:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left:0;
    right:0;
    content: '';
    background: url('images/default-full-size-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
}*/

@font-face {
    font-family: 'OptimusPrinceps';
    src: url('fonts/optimusprinceps-webfont.eot');
    src: url('fonts/optimusprinceps-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/optimusprinceps-webfont.ttf') format('truetype'),
    url('fonts/optimusprinceps-webfont.svg#OptimusPrincepsRegular') format('svg'),
    url('fonts/optimusprinceps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.post-body a,
.post-body a:visited,
.comments-container a,
.comments-container a:visited {
    color: #7c7c7c;
    text-decoration: none;
}

.post-body a:hover {
    text-decoration: underline;
    color: #7c7c7c;
}

/*.bcs-full-screen-bg {
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}*/

.body-container {
    min-height: 450px;
}

.bcs-outer-container {
    width: 100%;
    height: 100%;
}

.bcs-outer-body-container {
    margin-bottom: 2rem;
}

.bcs-outer-body-container {
    padding: 2rem 0;
}

.bcs-menu-container {
    padding-top: 2rem;
}

.bcs-menu-container button:focus {
    outline: none;
}

.bcs-logo {
    background: url('images/bcs-logo.png');
    width: 200px;
    max-width: 200px;
    height: 165px;
    max-height: 165px;
    background-size: 100% 100%;
}

break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.navbar-row .bcs-logo {
    width: 20vw;
    height: calc((215 / 260) * 20vw);
}

.widget {
    margin: 0 0 3rem 0;
}

.widget a {
    color: #7c7c7c;
}

.page .right-content .post-title,
.page-title {
    text-align: center;
    font-family: 'OptimusPrinceps', serif;
    color: #fee7b1;
    font-size: 3rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
    line-height: 1;
    margin: 0 0 2rem 0;
}

.search-results .page-title {
    font-size: 2.5rem;
}

.page-title .parsec,
.page-title .post-subtitle {
    font-size: 45%;
    letter-spacing: 1px;
    margin: 0.75rem 0;
}

.post-title .hugo {
    font-size: 60%;
    letter-spacing: 1px;
    margin: 0.75rem 0;
}

.edit-post-link {
    display: inline-block !important;
    /* vertical-align: super;*/
}

.edit-post-link a {
    font-size: 0.8rem !important;
    letter-spacing: 1px;
}

.post-body {
    margin: 0 0 3rem 0;
    overflow: hidden;
}

.post-body .alignright {
    float: right;
    padding: 0 0 0.5rem 0.5rem;
}

.post-body .alignleft {
    float: right;
    padding: 0 0.5rem 0.5rem;
}

.post-body .aligncenter {
    margin: 0.5rem auto;

}

.post-body input,
.post-body textarea,
.comments-container input,
.comments-container textarea {
    border: 1px solid #7c7c7c;
    border-radius: 3px;
    width: 100%;
    padding: 0.5rem;
    font-family: Georgia, serif;
    color: #000000;
}

.post-body input[type="image"] {
    width: auto;
    border: none;
}

.post-body input[type="submit"],
.comments-container input[type="submit"] {
    background: #7c7c7c;
    color: #ffffff;
    transition: all 0.5s ease;
    border: 1px solid #7c7c7c;
    text-align: center;
    font-family: 'OptimusPrinceps', serif;
    font-size: 1rem;
    width: 100%;
}

.post-body input[type="submit"]:hover,
.comments-container input[type="submit"]:hover {
    cursor: pointer;
    background: #000000;
}

/*.wpcf7-form.sent {
    display: none;
}*/

div.wpcf7-mail-sent-ok {
    border: none !important;
}

div.wpcf7-response-output {
    font-family: 'OptimusPrinceps', serif;
    font-size: 1.5rem;
    margin: 1rem 0;
    padding: 0;
}

.wpcf7-recaptcha {
    margin: 1rem 0;
}

.grecaptcha-badge {
    display: none;
}

.post-body h1, h2, h3, h4, h5 {
    color: #000000;
    /*font-family: 'OptimusPrinceps', serif !important;*/
    font-family: Georgia, serif;
    line-height: 1;
    padding: 0 0 0.5rem 0;
}

.right-content .post-title {
    text-align: center;
    padding: 0;
    color: #fee7b1;
    font-family: 'OptimusPrinceps', serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
    font-size: 2rem;
    line-height: 1;
}

.right-content .post-title a {
    text-align: center;
    color: #fee7b1;
    font-size: 100%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
}

.right-content .issue-single-date,
.right-content .post-author,
.right-content .issue-title,
.right-content .post-date,
.right-content .post-categories {
    text-align: center;
    font-family: 'OptimusPrinceps', serif;
    font-size: 70%;
    line-height: 1;
    margin: 0.5rem 0;
}

.right-content .bcs-interview-issue-title.issue-title {
    display: inline-block;
}

.right-content .bcs-interview-post-date.post-date {
    display: inline;
}

.post-body .post-content,
.comments-container {
    position: relative;
    background: #ffffff;
    margin: 1rem 0 1rem 0;
    padding: 2rem 1.5rem;
    font-size: 1rem;
    color: #333;
    box-shadow: 0px 0px 10px #000000;
    border-radius: 3px;
    font-family: Georgia, serif;
}

/*.post-body .post-content {
    padding-top: 4rem;
}*/

.comment-form-comment label {
    display: none;
}

.comments-header {
    font-family: 'OptimusPrinceps', serif;
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #000000;
}

.comments-subheader {
    font-family: 'OptimusPrinceps', serif;
    font-size: 1.2rem;
    margin: 1rem 0;
    color: #000000;
}

.comment-date {
    /* font-family: 'OptimusPrinceps', serif;*/
    font-family: Georgia, serif;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 1rem 0;
    color: #000000;
}

.comment-date a {
    color: #7c7c7c;
}

.comment-author {
    display: inline;
    font-size: 110%;
    font-weight: bold;
}

.comment-row {
    margin: 0;
    padding: 1rem 0;
    border-bottom: 0.5px solid #efefef;
}

h3.comment-reply-title {
    margin: 1rem 0;
    font-size: 1.5rem;
    font-family: 'OptimusPrinceps', serif;
    color: #000000;
    display: none;

}

.post-body .issue-date {
    display: inline-block;
    font-family: inherit;
}

.post-content .issue-story-title {
    font-size: 130%;
    font-weight: bold;
    color: #7c7c7c;
}

.post-content .issue-story-title a {
    color: #7c7c7c;
}

.post-content .issue-author-name {
    font-size: 130%;
    font-weight: bold;
    color: #000000;
}

.post-content .issue-author-name a {
    color: #000000;
}

.post-content .issue-story-excerpt {
    font-size: 100%;
    line-height: 1.4;
    margin: 0 0 1.5rem 0;
}

.post-content .issue-story-excerpt.long {
    display: block;
}

.post-content .issue-story-excerpt.short {
    display: none;
}

.post-content .issue-podcast-subheader {
    font-size: 100%;
    font-weight: bold;
}

.post-content .issue-coming-on-date {
    font-weight: bold;
}

.post-content .aligncenter {
    float: none;
    margin: 0px auto;
}

.post-content img {
    overflow: hidden;
}

.post-content .alignleft {
    float: left;
    margin-right: 1rem;
}

.post-content .alignright {
    float: right;
    margin-left: 1rem;
}

.author-bio {
    /* border-top: 0.5px solid #eaeaea;*/
    font-style: italic;
    padding: 2rem 1rem;
}

.bcs-author-content {
    font-style: italic;
}

.bcs-author .stories-by {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 1rem;
    margin: 1rem 0 0 0;
}

.bcs-author ul {
    margin: 0;
    padding: 0;
}

.bcs-author ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-quotes,
.review_quotes {
    margin: 1rem;
    font-style: italic;
}

.author-bio h4 a {
    color: #000000;
}

.author-copyright {
    text-align: center;
    margin: 2rem 0;
}

.continue-reading,
a.leave-comment-link {
    /* font-family: 'OptimusPrinceps', serif;*/
    font-family: Georgia, serif;
    font-size: 1.2rem;
}

.story-comment-link a,
.story-comment-link a:hover {
    margin: 0.5rem 0;
    font-family: 'OptimusPrinceps', serif;
    font-size: 1.2rem;
    letter-spacing: 0px;
    color: #000000;
}

.story-comment-link {
    text-align: center;
}

.share-links {
    text-align: center;
}

.share-links a {
    font-size: 2rem;
    display: inline-block;
    margin: 1rem;
    color: #7c7c7c;
    transition: color 0.5s ease;
}

.share-links a:hover {
    color: #000000;
}

.share-links .share-text {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    display: inline-block;
    letter-spacing: 1px;
    font-family: 'OptimusPrinceps', serif;
    vertical-align: super;
}

.display-recs {
    margin: 1rem 0;
    text-align: left;
}

.display-recs h5 {
    margin: 0;
}

.display-recs .rec1,
.display-recs .rec2 {
    font-size: 110%;
}

.return-to-issue {
    text-align: center;
    margin: 0.5rem 0;
    font-family: 'OptimusPrinceps', serif;
    /* font-family: Georgia, serif;*/
    font-size: 1.2rem;
    letter-spacing: 0px;

}

.section_break_bigger,
.section-break-bigger,
.section_break,
.section-break {
    background: url('images/section-break.png') no-repeat;
    width: 190px;
    height: 15px;
    margin: 1.5rem auto;
    background-size: 100% 100%;
    text-align: center;
}

.bcs-story-content .section_break,
.bcs-story-content .section-break {
    background: url('images/section-break.png') no-repeat;
    width: 125px;
    height: 10px;
    text-indent: 0;
    margin: 1rem auto;
    background-size: 100% 100%;
    text-align: center;
    clear: both;
}

.bcs-story-content p {
    text-indent: 2em;
    margin: 1rem 0;
}

.post-content p {
    margin: 1rem 0;
}

.bcs-story-content p:first-child,
.post-content p:first-child {
    margin: 0 0 1rem 0;
}

.next-prev-links {
    text-align: center;
    padding: 0;
    color: #fee7b1;
    font-family: 'OptimusPrinceps', serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
    font-size: 1.5rem;
    line-height: 1;
}

.next-prev-links a,
.next-prev-links a:hover {
    color: #fee7b1;
}

.post-type-archive-bcs_image_set .zoom-header,
.post-type-archive-bcs_podcast .zoom-header,
.post-type-archive-bcs_audio_vault .zoom-header,
.single-bcs_image_set .zoom-header,
.single-bcs_podcast .zoom-header,
.single-bcs_audio_vault .zoom-header {
    display: none;
}

.zoom-header {
    margin: 0 0 0.5rem 0;
}

/*
.zoom-header .col-6 {
    padding: 0;
}
*/

.zoom-controls {
    font-family: 'OptimusPrinceps', serif;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    font-size: 1rem;
    margin: 0.5rem 1rem 0rem 0;
    /*position: absolute;
    right: 3rem;
    top: 1rem;*/
}

#full-screen {
    position: absolute;
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    padding: 0rem;
}

#full-screen .post-body {
    padding: 3rem;
    background: #ffffff;
}

#full-screen .zoom-controls,
#full-screen .zoom-controls .size {
    font-size: 1.2rem;
}

#full-screen .post-title,
#full-screen .post-title a {
    text-shadow: none;
    color: #000000;
    font-family: 'OptimusPrinceps', serif;
    text-align: center;
}

#full-screen .post-title {
    margin: 1rem 0;
    font-size: 2rem;
}

#full-screen .post-author,
#full-screen .post-date,
#full-screen .issue-title {
    font-size: 70%;
}

#full-screen #bcs-ebook-navbar {
    display: block;
}

#full-screen .edit-post-link,
#full-screen .comments-container {
    display: none;
}

#full-screen .post-content {
    border: 0;
    box-shadow: none;
}

.main-content-row {
    padding-top: 2rem;
}

.left-sidebar {
    margin-top: 2rem;
    padding-top: 1rem;
}

.right-content {

}

.bcs-recs {
    text-align: center;
    margin: 1.5rem 0;
}

.bcs-recs .heading {
    font-family: 'OptimusPrinceps', serif;
    /*font-family: Georgia, serif;*/
    font-size: 1.2rem;
}

.bcs-podcast-excerpt {
    position: relative;
    font-style: normal;
    margin: 1rem 3rem;
}

/*.bcs-podcast-excerpt::before {
    content: '\201C';
    position: absolute;
    top: -2rem;
    left: -2.5rem;
    font-size: 5rem;
    z-index: 1;
}*/

.bcs-image-set-content .image-set-thumbnail {
    margin: 1rem 0;
}

.bcs-image-set-content .image-set-thumbnail img {
    width: 100%;
    height: auto;
}

.bcs-image-set-content .image-set-thumbnail .view-full-size {
    margin: 0.5rem 0;
    text-align: center;
    font-family: 'OptimusPrinceps', serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-style: normal;
}

#banners_and_covers_table {
    width: 100%;
}

#banners_and_covers_table td {
    text-align: center;
    width: 50%;
    padding: 1rem 0;
}

/* drop cap */
/*.bcs-story-content p:first-child:first-letter {
    color: #000000;
    font-family: 'OptimusPrinceps', serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1rem;
    display: inline-block;
    margin-bottom: 0.6rem;
    margin-top: 1rem;
}*/

.widget .widget-title {
    text-align: center;
    font-family: 'OptimusPrinceps', serif;
    color: #fee7b1;
    font-size: 1.5rem;
    padding: 0 0 0.5rem 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
}

.widget .widget-body,
.widget ul,
.widget #rss_table {
    background: #ffffff;
    box-shadow: 0px 0px 10px #000000;
    padding: 1rem;
    border-radius: 3px;
    font-size: 0.9rem;
    font-family: Georgia, serif;
}

.widget #rss_table {
    width: 100%;
    display: block;
}

.widget #rss_table td {
    font-size: 0.9rem;
    padding: 0.3rem 0;
    font-family: 'OptimusPrinceps', serif
}

.widget #rss_table td a {
    color: #7c7c7c;
}

.widget #rss_table td img {
    display: inline-block;
    margin: 0 0.5rem 0 0;
}

.widget ul li {
    list-style: none;
    margin: 0 0 0rem 0;
    padding-left: 1em;
    text-indent: -1em;
}

.widget ul li.cat-item {
    margin: 0;
}

.widget ul li a {
    color: #7c7c7c;
}

.widget .toc-item {
    margin: 0 0 1.5rem 0;
}

.widget .widget-issue-title {
    color: #000000;
    display: block;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
}

.widget .widget-issue-title a {
    color: #000000;
}

.widget .widget-issue-story-title {
    color: #7c7c7c;
    font-weight: bold;
    font-size: 110%;
}

.widget .widget-issue-podcast-subheader {
    font-weight: bold;
}

.widget .widget-issue-story-title a {
    color: #7c7c7c;
}

.widget .widget-issue-author-name {
    font-weight: bold;
    display: block;
    font-size: 110%;
    margin: 0;
}

.widget .widget-issue-story-excerpt,
.widget .widget-issue-intro {
    margin: 0rem 0 1rem 0;
    line-height: 1.3;
    font-size: 90%;
}

.widget .widget-coming-on-date {
    font-weight: bold;
}

/* cover page */

/*.home .post-title {
    display: none;
}

.home .widget:first-child .widget-body {
    background: rgba(255, 255, 255, 0.6);
}

.home .widget:first-child .widget-title,
.home .widget:first-child .widget-issue-story-excerpt,
.home .bcs-footer-menu-container {
    display: none !important;
}

.home .widget:first-child .widget-issue-author-name {
    !* margin-bottom: 1.5rem;*!
}

.home .widget:first-child .widget-issue-story-title,
.home .widget:first-child .widget-issue-story-title a {
    color: #5e5e5e;

}

.home .bcs-menu-container .navbar-row .bcs-logo {
    background: url('images/bcs-logo-large.png');
    max-width: 350px;
    max-height: 254px;
    width: 18vw;
    height: calc((349 / 480) * 18vw);
    background-size: 100% 100%;
}

.home li.art-view {
    display: none;
}*/

.cover-page .footer {
    visibility: hidden;
}

.home .left-sidebar {
    flex: auto;
    max-width: 500px;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}
.home .right-content,
.home .post-title,
.home .widget:not(:first-child) {
    display: none;
}

.home .widget:first-child .widget-body {
    background: none;
    box-shadow: none;
    padding-left: 0.5rem;
    padding-top: 0;
}

.home .widget .widget-issue-title,
.home .widget .widget-issue-story-title {
    text-align: left;
    font-family: 'OptimusPrinceps', serif;
    color: #fee7b1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
}

.home .widget .widget-issue-title a {
    color: #fee7b1;
    font-size: 1.5rem;
}

.home .widget:first-child .widget-title,
.home .widget:first-child .widget-issue-story-excerpt,
.home .bcs-footer-menu-container {
    display: none !important;
}

.home .widget:first-child .widget-issue-author-name,
.home .widget:first-child .widget-coming-on-date,
.home .widget:first-child .widget-issue-podcast-subheader{
    text-align: left;
    font-family: 'OptimusPrinceps', serif;
    color: #ffffff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
}

.home .widget:first-child .widget-issue-story-title,
.home .widget:first-child .widget-issue-story-title a {
    color: #fee7b1;
    font-size: 1.2rem;

}

.home .bcs-menu-container .navbar-row .bcs-logo {
    background: url('images/bcs-logo-large.png');
    max-width: 350px;
    max-height: 254px;
    width: 18vw;
    height: calc((349 / 480) * 18vw);
    background-size: 100% 100%;
}

.home li.art-view {
    display: none;
}
/* END TEST PAGE */

/* MENU BELOW THIS LINE */
@media (min-width: 992px) {
    .bcs-menu-container .dropdown:hover > .dropdown-menu,
    .bcs-footer-menu-container .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/*.dropdown:hover > .ebook-dropdown-menu {
    display: none;
}*/

.bcs-menu-container .caret,
.bcs-footer-menu-container .caret {
    display: none;
}

.bcs-footer-menu-container .navbar-collapse {
    margin-top: 0.5vw;
}

.bcs-menu-container .dropdown-toggle::after,
.bcs-footer-menu-container .dropdown-toggle::after {
    display: none;
}

.bcs-menu-container .navbar {
    padding: 0;
    flex-flow: row wrap;
}

.bcs .navbar-nav > li > a {
    font-family: 'OptimusPrinceps', serif;
    color: #fee7b1;
    font-size: 1.3rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
    padding: 0.5rem 0.4rem !important;
    transition: text-shadow 0.5s ease;
}

.bcs .navbar-nav > li > a:hover {
    font-family: 'OptimusPrinceps', serif;
    color: #fee7b1;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 1),
    -2px 2px 20px rgba(0, 0, 0, 1),
    2px -2px 20px rgba(0, 0, 0, 1),
    -2px -2px 20px rgba(0, 0, 0, 1);
    padding: 0.5rem;
}

/* fa icons */
.navbar-nav > li.icon > a {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1),
    -1px 1px 5px rgba(0, 0, 0, 1),
    1px -1px 5px rgba(0, 0, 0, 1),
    -1px -1px 5px rgba(0, 0, 0, 1);
}

.navbar-nav > li > .dropdown-menu {
    background: rgba(50, 50, 50, 0.7);
    color: #ffffff;
    border-radius: 3px;
    border: 0;
    padding: 0;

}

.bcs-menu-container .dropdown-item:active,
.bcs-menu-container .dropdown-item:focus {
    color: #fee7b1;
    background: none;
    border: 0;
}

.bcs-menu-container .dropdown-menu {
    border: none;
    margin: -0.5rem 0 0 0;
}

.search-bar-container {
    position: absolute;
    z-index: 999;
    top: 4em;
    display: none;
    right: 0;
    background: #ffffff;
    padding: 1rem;
    font-size: 1rem;
    box-shadow: 0px 0px 10px #000000;
    border-radius: 3px;
    font-family: Georgia, serif;
    width: 50%;
}

.search-bar-container h1 {
    color: #000000;
    font-family: 'OptimusPrinceps', serif;
    background: none;
    padding: 0.2rem 0.5rem;
    font-size: 2rem;
    text-transform: none;
    letter-spacing: 1px;
}

.search-form #s {
    border: 1px solid #7c7c7c;
    border-radius: 3px;
    width: 90%;
    padding: 0.5rem;
    font-family: Georgia, serif;
    color: #000000;
    display: inline-block;
}

.search-form .search-icon {
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1.5rem;
}

.search-form .search-icon:hover {
    cursor: pointer;
}

/* submenu */
.bcs-menu-container .dropdown-menu .dropdown-menu,
.bcs-footer-menu-container .dropdown-menu .dropdown-menu {
    top: 0;
    background: rgba(50, 50, 50, 0.7);;
    border: 0;
    left: 100%;
}

.bcs-footer-menu-container .dropdown-menu {
    top: inherit;
    bottom: 100%;
}

.bcs-footer-menu-container .dropdown-menu .dropdown-menu {
    top: inherit;
    bottom: -0.5rem;
}

.dropdown-menu > .active > a,
.dropdown-menu > li > a {
    color: #fee7b1;
    font-family: 'OptimusPrinceps', serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
    background: none;
    padding: 0.2rem 0.5rem;
    font-size: 1.2rem;
    text-transform: none;
    letter-spacing: 0px;
    transition: text-shadow 0.5s ease;
}

.dropdown-menu > li > a:hover {
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 1),
    -2px 2px 20px rgba(0, 0, 0, 1),
    2px -2px 20px rgba(0, 0, 0, 1),
    -2px -2px 20px rgba(0, 0, 0, 1);
    background: none;
    border: 0;
    color: #fee7b1;
}

.show > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

/*.bcs-issue-content .zoom-header .ebook-links {
    visibility: hidden;
}*/

.cover-ebook-links {
    float: right;
    width: 25%;
    height: auto;
    max-width: 300px;
    margin: 1rem;
}

.cover-ebook-links.desktop {
    display: block;
}

.cover-ebook-links.mobile {
    display: none;
}

.cover-ebook-links .cover-image img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
}

#bcs-ebook-navbar {
    /* position: absolute;
     top: 1rem;
     left: 0;*/
    padding: 0;

}

#bcs-ebook-navbar li.podcast {
    margin-right: 1rem;
}

#bcs-ebook-navbar .navbar-nav > li > a {
    text-shadow: none;
    background: #aaaaaa;
    border-radius: 3px;
    padding: 0.5rem 0.75rem;
    font-family: 'OptimusPrinceps', serif;
    font-size: 1rem;
    color: #ffffff;
    margin: 0;
    transition: all 0.5s ease;
}

#bcs-ebook-navbar .navbar-nav > li > a:hover,
#bcs-ebook-navbar .dropdown-menu a.dropdown-item:hover {
    background: #000000;
    text-decoration: none;
}

#bcs-ebook-navbar .dropdown-menu {
    background: #aaaaaa;
    border-radius: 5px;
    margin: 0 0 0 0rem;
    opacity: 1;
    padding: 0;
}

#bcs-ebook-navbar .dropdown-menu a.dropdown-item {
    color: #ffffff;
    font-family: 'OptimusPrinceps', serif;
    border-radius: 5px;
    transition: all 0.5s ease;
    padding: 0.5rem 0.5rem;
    /* margin: 0.5rem 0.5rem;*/
}

.cover-ebook-links .navbar-collapse {
    justify-content: center;
}

.zoom-header .navbar-collapse {
    justify-content: left;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bcs-menu-container .navbar-toggler-icon {
    background: rgba(50, 50, 50, 0.7);
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.1rem;
    border: 1px solid #fee7b1;
    border-radius: 5px;
}

.bcs-menu-container .navbar-toggler-icon:focus {
    border: 0;
}

.navbar-toggler-bar1 {
    width: 1.4rem;
    height: 2px;
    background-color: #fee7b1;
    margin: 0 0 0.3rem 0;
    transition: 0.5s;
}

.bcs-footer-menu-container .bcs-logo {
    margin: 0.4rem 0 0 0;
    width: 25vw;
    height: calc((94 / 642) * 25vw);

    background: url('images/bcs-logo-landscape.png');
    /*width: 642px;*/
    max-width: 400px;
    /*height: 94px;*/
    max-height: 59px;
    background-size: 100% 100%;
}

.bcs-footer-menu-container .navbar-nav > li > a {
    font-size: 1.2rem;
}

.bcs-artist-content .image-container {
    margin: 1rem 0;
    width: 100%;
}

.bcs-artist-content .image-container img {
    width: 100%;
    height : auto;
}

.bcs-artist-content .image-title {
    text-align: center;
    font-family: 'OptimusPrinceps', serif;
    margin: 0.25rem 0;
}

.footer {
    margin: 2rem 0;
}

.footer .copyright {
    padding: 1rem;
    color: #fee7b1;
    font-family: 'OptimusPrinceps', serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1),
    -2px 2px 5px rgba(0, 0, 0, 1),
    2px -2px 5px rgba(0, 0, 0, 1),
    -2px -2px 5px rgba(0, 0, 0, 1);
    background: none;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0px;
    transition: text-shadow 0.5s ease;
}

.footer .sunray {
    margin: 1rem 0;
}

.footer .copyright {
    padding: 2rem 0;
}

.footer .copyright .sunray a {
    color: #fee7b1;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 90%;
    text-transform: uppercase;
}

.footer .copyright a {
    color: #fee7b1;
}

ul.bcs_authors_list {
    list-style: none;
}

ul.bcs_authors_list li {
    text-indent: -1.0rem;
}

ul.bcs_authors_list li ul {
    list-style: none;
}

ul.bcs_authors_list li ul li {
    text-indent: -2.0rem;
}

li.alphabet_anchor {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 1rem 0 1rem 0;
}

li.alphabet_author_name {
    margin: 1rem 0 1rem 0;
}

p.alphabet_anchors {
    text-align: center;
    word-break: break-all;
}

@media (max-width: 991px) {
    .navbar-nav > li > a {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bcs .navbar-nav > li > a,
    .dropdown-menu > li > a {
        font-size: 1rem;
    }

    .navbar-row .bcs-logo {
        width: 15vw;
        height: calc((215 / 260) * 15vw);
    }

    .post-body .post-title {
        font-size: 2.0rem;
    }

    .footer .copyright {
        font-size: 1.1rem;
    }

    body {
        background-attachment: scroll;
    }

    .home .bcs-menu-container .navbar-row .bcs-logo {
        background: url('images/bcs-logo-large.png');
        max-width: 350px;
        max-height: 254px;
        width: 15vw;
        height: calc((349 / 480) * 15vw);
        background-size: 100% 100%;

    }

}

@media (max-width: 767px) {

    .search-bar-container {
        width: 100%;
    }

    .post-body .post-title {
        font-size: 1.75rem;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .zoom-controls .size {
        display: none;
    }

    .zoom-controls {
        font-size: 1.2rem;
        margin: 0.5rem 0;
    }

    .zoom-header .text-left {
        padding: 0 0 0 0.5rem
    }


    #bcs-ebook-navbar .dropdown-menu a.dropdown-item {
        padding: 0.3rem 0.2rem;
        margin: 0.5rem 0.5rem;
        font-size: 0.75rem;
    }


    .bcs-menu-container .bcs-logo,
    .home .bcs-menu-container .navbar-row .bcs-logo {
        margin: 1.5rem 0 0 1.5rem;
        width: 55vw;
        height: calc((94 / 642) * 55vw);

        background: url('images/bcs-logo-landscape.png');
        /*width: 642px;*/
        max-width: 642px;
        /*height: 94px;*/
        max-height: 94px;
        background-size: 100% 100%;
    }

    .home .left-sidebar {
        padding-left: 0.25rem;
    }

    .post-content .powerpress_player img {
        width: auto;
        height: auto;
    }

    .post-content img {
        max-width: 100%;
        height: auto;
    }

    .bcs-artist-content .image-container {
        margin: 0;
    }

    .footer .copyright {
        font-size: 0.85rem;
    }

    .footer .bcs-footer-menu-container {
        padding: 0;
    }

    .bcs-footer-menu-container .bcs-logo {
        width: 55vw;
        height: calc((94 / 642) * 55vw);
    }

    .body-container {
        margin: 2rem 0;
    }

    /*.bcs-menu-container .dropdown:hover > .dropdown-menu {
        display: inherit;
    }*/
    .bcs-menu-container.container {
        padding: 0;
        /*position: fixed;*/
        z-index: 99;
        left: 0;
        right: 0;
        /* position: fixed;
         top: 0;
         left: 0;
         z-index:  99;
         height: 80px;*/
    }

    .bcs-menu-container .navbar-row {
        padding: 0;
    }

    .bcs-menu-container .navbar-toggler {
        margin: 1rem 1rem 0 0;
    }

    #bcs-navbar-collapse-1 {
        padding: 1rem 1rem 1.5rem 1rem;
        background: rgba(50, 50, 50, 0.9);
        text-align: right;
        flex-basis: auto;
        flex-grow: unset;
        border-radius: 3px;
        margin-left: auto;
        position: absolute;
        z-index: 99;
        right: 0;
        top: 4rem;
    }

    .bcs .navbar-nav > li > a,
    .bcs .navbar-nav > li > a:hover {
        font-size: 1.2rem;
        padding: 0.25rem 1.1rem !important;
    }

    .bcs .navbar-nav > li.icon > a {
        font-size: 1.2rem;
        padding: 0.5rem;
    }

    .bcs .navbar-nav > li.icon:last-child > a {
        padding-right: 1rem;
    }

    .bcs-menu-container .dropdown-menu {
        text-align: right;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > li > a {
        margin: 0;
        font-size: 1rem;
    }

    .navbar-nav > li > .dropdown-menu,
    .bcs-menu-container .dropdown-menu .dropdown-menu {
        background: none;
    }

    .navbar-nav > li > .dropdown-menu {
        padding: 0.5rem;
    }

    .navbar-nav > li > .dropdown-menu .dropdown-menu {
        padding: 0.5rem 0 0 0.6rem;
    }

    .navbar-nav > li.icon {
        float: left;
        padding: 0;
    }

    .bcs-menu-container .navbar-nav {
        display: block;
    }

    #bcs-ebook-navbar .navbar-nav > li > a {
        padding: 0.5rem 0.4rem !important;
        margin: 0.5rem 0.25rem;
        font-size: 0.75rem;
    }

    #bcs-ebook-navbar {

    }

    #bcs-ebook-navbar .dropdown-menu {
        margin: -0.5rem 0 0 -0.1rem;
    }

    .cover-ebook-links {
        width: 50%;
        max-width: none;
        margin: 0 0 0 1rem;
    }

    .cover-ebook-links .cover-image img {
        margin: 0.5rem 0 0 0;
    }

    .cover-ebook-links.desktop {
        display: none;
    }

    .cover-ebook-links.mobile {
        display: block;
    }

    .post-content .issue-story-excerpt.long {
        display: none;
    }

    .post-content .issue-story-excerpt.short {
        display: block;
    }

    .search-form #s {
        width: 100%;
    }

    .search-form .search-icon {
        margin: 1rem;
    }

}
