/*
 Theme Name:   Narbonic
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Narbonic Theme (child of Panel)
 Author:       Josh Larios
 Author URI:   http://www.elsewhere.org/
 Template:     panel
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Tags: black, orange, white, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, featured-image-header, full-width-template, post-formats, rtl-language-support, translation-ready, comic, webcomic
 Text Domain:  panel-child
*/


.comic-strip-caption {
    text-align: center;
}

.comic-strip-transcript {
    display: none;
}

.entry-comic .navigation-comic .nav-random a {
    display: none;
}

.entry-comic {
    background: #fff;
}

img.comic-wide {
    max-width: none; !important;
}

.comic-strip-commentary img {
    max-width: none;
    display: inline-block;
}


h1, .comic-title, .comic-title a {
    font-family: 'Goudy Bookletter 1911', serif;
    text-transform: none;
    font-size: 2.4rem;
}

h2 {
    font-family: 'Goudy Bookletter 1911', serif;
}

.comic-content {
        clear: both;
        font-style: normal;
        font-size: 18px;
        font-size: 1.8rem;
}

#commentary-control {
    border: 2px solid black;
    border-radius: 10px;
    padding: .25em .5em .25em .5em;
    background: linen;
    font-family: 'Goudy Bookletter 1911', serif;
    display: inline-block;
}

.home .entry-header {
    display: none;
}

#chaptermenu {
    text-align: center;
    margin-top: .5em;
}

#menu select {
    max-width: 25em;
    overflow: hidden;
}

.sidebar-1, .sidebar-2, .sidebar-3 {
    margin-bottom: 1em;
}

#tertiary {
    padding-bottom: 0px;
}

.site-info, .colophon-wrapper {
    display: none;
}