/*   
Theme Name: SK Web Comic 2017
Theme URI: http://comic.swatkats.info
Description: The default theme for SK Web Comic
Author URI: http://swatkats.info
Template: 
Version: 1.0
.
Not compatabile with IE7 or lower.
.
*/

/*========================================================
    * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
    * Richard Clark (http://richclarkdesign.com)
    * http://cssreset.com
========================================================*/
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:1em;
    vertical-align:baseline;
    background:transparent;
    }
    body {
    line-height:1;
    }
    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section {
    display:block;
    }
    nav ul {
    list-style:none;
    }
    blockquote, q {
    quotes:none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content:'';
    content:none;
    }
    a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    }
    /* change colours to suit your needs */
    ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
    }
    /* change colours to suit your needs */
    mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
    }
    del {
    text-decoration: line-through;
    }
    abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
    }
    table {
    border-collapse:collapse;
    border-spacing:0;
    }
    /* change border colour to suit your needs */
    hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
    }
    input, select {
    vertical-align:middle;
    }
/*========================================================*/

/*========================================================
FONTS
========================================================*/

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

}

/*==================================================*/
/*==================================================*/
/*==================================================*/

body {

    text-align: center;
    background-color: #0083b7;
    border-top: 1px solid #000;
   
}

.desktop-nav,
.header {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#162055+0,ba3a58+100 */
    background: #162055; /* Old browsers */
    background: -moz-linear-gradient(top,  #162055 0%, #ba3a58 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #162055 0%,#ba3a58 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #162055 0%,#ba3a58 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162055', endColorstr='#ba3a58',GradientType=0 ); /* IE6-9 */
    

    position: relative;
    border-top: 1px solid #4f4f4f;
    overflow: visible;
}

.clear {

    clear: both;
}

.desktop-nav {
    
    display: none;
}

@media all and (min-width: 600px) {

.desktop-nav {
    
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    text-align: center;
}

    .desktop-nav .constraints {
    
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    
    .desktop-nav ul.navigation {
    
        list-style-type: none;
        display: table;
        
        text-align: left;
        float: left;
    }
    
    .desktop-nav ul.navigation.right {
        
        float: right;
    }
    
        .desktop-nav ul.navigation li {
            
            display: table-cell;
            vertical-align: top;
            font-size: 0.8em;
        }
        
            .desktop-nav ul.navigation li a {
                
                outline: none;
                font-family: 'pirulenregular', sans-serif;
                color: #fff;
                text-decoration: none;
                padding: 0.5em 0.75em 0.5em 0.75em;
                display: block;
                text-shadow: 1px 1px 0px rgba(0,0,0, 1);
            }
            
            .tax-issue .desktop-nav ul.navigation li.page-item-70 a,
            .single-comic .desktop-nav ul.navigation li.page-item-70 a,
            .category .desktop-nav ul.navigation li.page-item-11 a,
            .single-post .desktop-nav ul.navigation li.page-item-11 a,
            .desktop-nav ul.navigation li.current_page_item a,
            .desktop-nav ul.navigation li a:hover {
                
                background-color: rgba(0,0,0, 0.5);
                -webkit-transition : background-color 200ms ease-out;
                -moz-transition : background-color 200ms ease-out;
                -o-transition : background-color 200ms ease-out;
                transition : background-color 200ms ease-out;
            }   
            
            .desktop-nav ul.navigation li a:active {
                
                color: rgba(255,203,5,1);
            }
            
            
            @media all and (min-width: 800px) {
            
            .desktop-nav ul.navigation li {
                
                font-size: 1em;
            }
            
            .desktop-nav ul.navigation li.twitter a:before {
                
                
                content: url('images/twitter.svg');
                display: block;
                float: left;
                width: 23px;
                margin-right: 5px;
            }
            
            .desktop-nav ul.navigation li.megakatcity a:before {
                
                content: url('images/megakatcity.svg');
                display: block;
                float: left;
                width: 23px;
                margin-right: 5px;
            }
            
            }
            
            .desktop-nav ul.navigation li a {
            
                border-left: 1px solid #4f4f4f;
                border-right: 1px solid #000;
            }
            
            .desktop-nav ul.navigation li:first-child a {
                
                border-left: 0;
            }
            
            .desktop-nav ul.navigation li:last-child a {
                
                border-right: 0;
            }
  }

/*
ul.social {

    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    list-style-type: none;
    z-index: 2;
}
    
    ul.social li {
        
        display: inline-block;
        vertical-align: top;
    }
    
        ul.social li a {
            
            display: block;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #fff;
            text-indent: -200px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 25px auto;
        }
        
        ul.social li.twitter a {
            
            background-image: url('images/twitter.svg');
        }
*/    

.moon {
    
    background-image: url('images/moon.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 400px 400px;
    
}



.skyline {

    background-image: url('images/skyline.svg'),url('images/skyline2.svg');
    background-repeat: repeat-x, repeat-x;
    background-position: left -10px, right -40px;
    padding: 1em;
    height: 220px;
    background-size: 1685px 300px, 1685px 300px;
}

.logo {

    display: block;
    margin: 0 auto;
    max-width: 370px;
    padding-top: 35px;
    position: relative;
    z-index: 3;
}

@media all and (min-width: 400px) {
.logo {
    
    padding-top: 15px;
}
}

    .logo a {
        
        display: block;
        border: 3px solid rgba(255,255,255,0);
        border-radius: 10px;
        padding: 10px;
    }
    
        .logo a:hover {
            
            background-color: rgba(171,42,77,0.5);
            border: 3px solid rgba(255,255,255,1);
            -webkit-transition : background-color 200ms ease-out;
            -moz-transition : background-color 200ms ease-out;
            -o-transition : background-color 200ms ease-out;
            transition : background-color 200ms ease-out;
        }
        
        .logo a:active {
            
            background-color: #0083b7;
            -webkit-transition : background-color 0ms ease-out;
            -moz-transition : background-color 0ms ease-out;
            -o-transition : background-color 0ms ease-out;
            transition : background-color 0ms ease-out;
        }
    
    .logo img {
    
        display: block;
        max-width: 100%;
        height: auto;
        border: 0;
    }


.centered {

    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#top .centered.more a.big-button {

    font-size: 1em;
    margin-bottom: 25px;
}

#top input#submit,
#top .reply a,
#top .final-footer ul li a ,
#top .wp-pagenavi a,
#top .wp-pagenavi span,
#top .big-button {

    color: #fff;
    background-color: #C33058;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-family: 'pirulenregular', sans-serif;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0,0,0, 1);
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    font-size: 14px;
    min-width: 1em;
}   

    #top .big-button.rounded {
        
        height: 46px;
        width: 46px;
        overflow: hidden;
        display: block;
        border-radius: 50%;
        text-indent: -200px;
        padding: 0;
        min-width: none;
    }
    
    #top .big-button.rounded.twitter-tweet,
    #top .big-button.rounded.facebook-share {
        
        display: inline-block;
        height: 80px;
        width: 80px;
        background-size: 50px auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    #top .big-button.rounded.twitter-tweet {
    
        background-image: url('images/twitter.svg');
        
    }
    
    #top .big-button.rounded.facebook-share {
    
        background-image: url('images/facebook.svg');
        
    }
    
        #top .big-button.rounded.twitter-tweet span,
        #top .big-button.rounded.facebook-share span,
        #top .big-button.rounded.twitter-tweet img,
        #top .big-button.rounded.facebook-share img {
            
            display: none;
            visibility: hidden;
        }
    
    @media all and (min-width: 400px) {
    #top .big-button.rounded {
        height: 60px;
        width: 60px;
    }
    }
    
    #top .reply a:hover,
    #top .final-footer ul li a:hover,
    #top .wp-pagenavi a:hover,
    #top .big-button:hover {
        
        background-color: #0083b7;
        -webkit-transition : background-color 250ms ease-out;
        -moz-transition : background-color 250ms ease-out;
        -o-transition : background-color 250ms ease-out;
        transition : background-color 250ms ease-out;
    }
    
    #top .reply a:active,
    #top .final-footer ul li a:active,
    #top .wp-pagenavi a:active,
    #top .big-button:active {
        
        margin-top: 7px;
        margin-bottom: 3px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
        
        -webkit-transition : background-color 0ms ease-out;
        -moz-transition : background-color 0ms ease-out;
        -o-transition : background-color 0ms ease-out;
        transition : background-color 0ms ease-out;
        
    }
    
    #top .reply a:after,
    #top .final-footer ul li a:after, 
    #top .big-button:after {
        
        content: ' ►';
        font-size: 0.9em;
        font-family: sans-serif;
    }
    
    #top .big-button.rounded:after,
    #top .big-button.prev:after {
        
        content: '';
    }
    
    #top .big-button.prev:before {
        
        content: '◄ ';
        font-size: 0.9em;
        font-family: sans-serif;
    }


.the-width {

    max-width: 1200px;
    margin: 0 auto;
}


.content-max {

    max-width: 600px;
    margin: 0 auto;
}


@media all and (min-width: 1200px) {

.section {
    
    display: block;
    background-color: #212d34;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 1em;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}



    .section .interior {
    
        display: block;
        background-color: #264047;
        border: 1px solid #111111;
        padding: 1em;
    }
}
   
    .section .interior .bg {
        
        background-color: #212d34;
        color: #fff;
        padding: 1em 1em 1px 1em;
        border-top: 1px solid #0083b7;
        border-bottom: 1px solid #0083b7;
        margin-bottom: 1em;
        text-align: center;
    }
    
    @media all and (min-width: 1200px) {
        
    .section .interior .bg {

        border: 1px solid #0083b7;
        margin-bottom: 0;
    }
    }
    
        
    
    
        .thumbs-rating-container-mine,
        .section .interior .bg .comic-nav {
            
            border-top: 1px solid #111111;
            border-bottom: 1px solid #0083b7;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        
        
        #top .thumbs-rating-container {
            
            display: inline-block;
            width: 80px;
            height: 80px;
            vertical-align: top;
            padding: 0;
            margin: 5px;
        }
        
        #top .thumbs-rating-container .thumbs-rating-down {
        
            display: none;
            visibility: hidden;
        }
        
        #top .stars-big,
        #top .thumbs-rating-container .thumbs-rating-up {
        
            display: block;
            ;
            height: 55px;
            width: 60px;
            border-radius: 50%;
            background-color: #00b600;
            font-family: 'Homenaje', sans-serif;
            color: #fff;
            text-shadow: 1px 1px 0px rgba(0,0,0, 1);
            font-size: 20px;
            text-transform: uppercase;
            overflow: hidden;
            padding: 0;
            padding-top: 25px;
            padding-left: 10px;
            padding-right: 10px;
            -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.75);
    
    background-color: #ffd700;
    text-shadow: 1px 1px 0px rgba(255,255,255, 1);
    color: #000;
        }
        
        #top .stars-big {
            display: none;

            margin: 5px;
            background-color: #ffd700;
            padding-top: 30px;
            height: 50px;
            color: #000;
            text-shadow: 1px 1px 0px rgba(255,255,255, 1);
        }
        
        .thumbs-rating-container .thumbs-rating-already-voted {
        
            background-color: rgba(0,0,0,0.5);
            border: 1px solid #fff;
            padding: 10px;
            line-height: 1.2em;
            width: 150px;
            border-radius: 5px;
        }
        
        
        #top .thumbs-rating-container .thumbs-rating-up:before {
            
            
        }
        
            .section .interior .bg .comic-nav ul {
                
                display: table;
                list-style-type: none;
                text-align: center;
                margin: 0 auto;
            }
            
                .section .interior .bg .comic-nav ul li {
                    
                    display: table-cell;
                    vertical-align: top;
                    
                }
                
                    .section .interior .bg .comic-nav ul li a {
                    
                        
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: auto 30px;
                    }
                    
                    .section .interior .bg .comic-nav ul li.first a { background-image: url('images/nav/first.svg'); }
                    .section .interior .bg .comic-nav ul li.prev a { background-image: url('images/nav/prev.svg'); }
                    .section .interior .bg .comic-nav ul li.next a { background-image: url('images/nav/next.svg'); }
                    .section .interior .bg .comic-nav ul li.last a { background-image: url('images/nav/last.svg'); }
                    
                    .section .interior .bg .comic-nav ul li.first a span,
                    .section .interior .bg .comic-nav ul li.prev a span,
                    .section .interior .bg .comic-nav ul li.next a span,
                    .section .interior .bg .comic-nav ul li.last a span { display: none; }
                    
            
        .section .interior .bg .meta-area {
            
            border-top: 1px solid #111111;
            padding-top: 5px;
            border-bottom: 1px solid #0083b7;
        }
        
            .section .interior .bg .meta-area p {
                
                font-family: 'pirulenregular', sans-serif;
                font-size: 0.7em;
                text-shadow: 1px 1px 0px rgba(0,0,0, 1);
                color: #0083b7;
                padding-bottom: 0.5em;
            }
        
        
        .section .interior .bg .large-image {
            
            border-top: 1px solid #111111;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #0083b7;
        }
        
            .section .interior .bg .large-image img {
                
                width: 100%;
                height: auto;
                display: block;
            }
        
        .section .interior .bg .content .featured-image {
        
            margin: 0 auto 1em auto;
            max-width: 600px;
        }
        
        .section .interior .bg .content .featured-image img {
            
            max-width: 98%;
            height: auto;
            display: block;
            border-radius: 10px;
            border: 1px solid #0083b7;
            margin: 0 auto;
            
            -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,1);
            -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,1);
            box-shadow: 0px 2px 2px 1px rgba(0,0,0,1);
        }
        
        .section .interior .bg .content {
            
            border-top: 1px solid #111111;
            padding-top: 1em;
            font-family: 'Homenaje', sans-serif;
            text-shadow: 1px 1px 0px rgba(0,0,0, 1);
            text-align: left;
            font-size: 1.5em;
        }
        
        #top .no-border {
            
            border: 0;
        }
            
            .section .interior .bg .content.dropcap.no-border p:nth-child(2)::first-letter,
            .section .interior .bg .content.dropcap p:first-child::first-letter {
                
                float: left; 
                color: #990000; 
                font-size: 65px; 
                line-height: 60px; 
                padding: 10px;
                font-family: 'pirulenregular', sans-serif;
                font-style: normal;
                font-weight: normal;
                background-color: #fff;
                margin-right: 10px;
                border-radius: 5px;
            }
            
            .section .interior .bg .content p {
                
                padding-bottom: 1em;
                line-height: 1.5em;
            }
            
            
            .content .content-max img {
                
                max-width: 80%;
                height: auto;
                margin: 5px auto 5px auto;
                display: block;
                
                background-color: #0083b7;
                padding: 10px;
                border-radius: 10px;
                
                -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
                box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
            }
            
        .copyright a,
        .section a {
        
            color: #C33058;
            text-decoration: none;
            text-shadow: 1px 1px 0px rgba(0,0,0, 1);
            outline: none;
        }
        
        .copyright a:hover,
        .section a:hover {
            
            color: #fff;
            -webkit-transition : color 200ms ease-out;
            -moz-transition : color 200ms ease-out;
            -o-transition : color 200ms ease-out;
            transition : color 200ms ease-out;
        }
        
        .copyright a:active,
        .section a:active {
            
            color: #ff0000;
            -webkit-transition : color 0ms ease-out;
            -moz-transition : color 0ms ease-out;
            -o-transition : color 0ms ease-out;
            transition : color 0ms ease-out;
        }
        
    
.subhead {

    display: block;
    text-align: center;
    border-bottom: 1px solid #0083b7;
    font-weight: normal;
}

    .subhead span.title {
    
        display: inline-block;
        color: #fff;
        background-color: #0083b7;
        padding: 0.5em;
        font-weight: normal;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-family: 'pirulenregular', sans-serif;
        text-shadow: 1px 1px 0px rgba(0,0,0, 1);
    }
        
        .subhead span.title span.issue {
            
            display: block;
            font-size: 14px;
            padding-top: 5px;
        }
        
            .subhead span.title span.issue span.writer,
            .subhead span.title span.issue span.illustrator {
                
                display: block;
                line-height: 1.2em;
                margin-bottom: 5px;
            }
            
    @media all and (min-width: 600px) {
    .subhead span.title {
    
        font-size: 2em;
    }
    }
 
 
.preview-image {
  
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    
}

@media all and (min-width: 600px) {
.preview-image {
    
    margin-top: -1em;
    margin-bottom: -1em;
}
.preview-image .text {
    
    font-size: 3em;
}
}

.preview-image:hover {
    
    cursor: pointer;
}   
 
.preview-image .text {

    display: block;
    position: absolute;
    color: #fff;
    z-index: 4;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 2em;
    text-decoration: none;
}

    .preview-image .text span {
        
        background-color: rgba(0,0,0, 0.5);
        padding: 10px;
        border-radius: 10px;
        border: 2px solid #fff;
        
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    }
    
    .preview-image .text span:after {
    
        content: ' ►';
        font-size: 0.8em;
        font-family: sans-serif;
    }
    
 .preview-image a.above1 {
 
    position: relative;
    z-index: 3;
    display: block;
    margin: 0 auto;
 }
 
 .preview-image a.above1 img {
 
    transform: rotate(9deg);
    border: 5px solid #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    height: 280px;
    width: auto;
 }
 
  .preview-image .behind1 {
    
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    transform: rotate(-9deg);
    
    border: 5px solid #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    height: 280px;
    width: auto;
  }
  
  .preview-image:hover .text span,
  .preview-image:hover a img,
  .preview-image:hover img {
    
    border-color: #C33058;
    color: rgba(255,203,5,1);
    
     -webkit-transition : border-color 200ms ease-out;
    -moz-transition : border-color 200ms ease-out;
    -o-transition : border-color 200ms ease-out;
    transition : border-color 200ms ease-out;
  }
  
  .preview-image:active .text span,
  .preview-image:active a img,
  .preview-image:active img {
    
    border-color: #fff;
    color: #fff;
  }
  
  .preview-image:active .text {
  
      top: 51%;
  }
 
 
 @media all and (min-width: 600px) {
 .table1 {
 
    display: table;
    height: 100%;
    width: 100%;
 }
 
     .table1 .cell1 {
        
        display: table-cell;
        vertical-align: middle;

     }
 
 }
 
.footer {
    
    /*
    border-top: 10px solid #C33058;
    background-color: #0083b7;*/
    border-top: 1px solid #0083b7;
    background-color: #212d34;
    background-image: url('images/swat-kats.png');
    background-attachment: fixed;
    padding: 0.5em;
    text-align: center;
    position: relative;
    z-index: 5;
}
    
    .footer .constraints {
    
        max-width: 1800px;
        margin: 0 auto;
    }
    
    .footer .box {
        
        display: inline-block;
        width: 100%;
        vertical-align: top;

    }
    
    .footer .box.latest-comments ul {
        
        display: block;
        list-style-type: none;
        margin-bottom: 1em;
    }
    
        .footer .box.latest-comments ul li {
            
            display: block;
            border-bottom: 1px dotted #fff;
            
            text-align: left;

          

        }
        
        .footer .box.latest-comments ul li:first-child {
            
            border-top: 1px dotted #fff;
        }
        
            .footer .box.latest-comments ul li a {
                
                color: #fff;
                text-decoration: none;
                max-width: 100%;
                display: block;
                padding: 5px;
      
            }
            
                .footer .box.latest-comments ul li a:hover {
                    
                    background-color: #fff;
                    -webkit-transition : background-color 250ms ease-out;
                    -moz-transition : background-color 250ms ease-out;
                    -o-transition : background-color 250ms ease-out;
                    transition : background-color 250ms ease-out;
                }
                
                    .footer .box.latest-comments ul li a:hover span.who,
                    .footer .box.latest-comments ul li a:hover span.what {
                        
                        color: #000;
                        text-shadow: none;
                    }
            
                .footer .box.latest-comments ul li a span.who {
                    
                    /*color: #C33058;*/
                    /*text-shadow: 1px 1px 0px rgba(255,255,255, 1);*/
                    color: rgba(255,203,5,1);
                }
                
                .footer .box.latest-comments ul li a span.what {
                    
                    
                }   
    
    @media all and (min-width: 600px) {
    .footer .box {
        

        width: 50%;

    } 
    
    .footer .box.latest-comments {
        
        width: 100%;
    }
    
    }
    @media all and (min-width: 1150px) {
    .footer .box {
        

        width: 33%;

    } 
    
    .footer .box.latest-comments {
        
        width: 33%;
    }
    }
        
        .footer .box .inner {
            
            background-color: rgba(0, 131, 183, 0.5);
            border: 1px solid rgba(0, 131, 183, 1);
            color: #fff;
            padding: 1em 1em 1px 1em;
            font-family: 'Homenaje', sans-serif;
            text-shadow: 1px 1px 0px rgba(0,0,0, 1);
            margin: 0.5em;
        }
        
        @media all and (min-width: 600px) {
        .footer .box .inner {
            
            padding-top: 0;
        }
        
        }
            
            .footer .box .inner h3 {
                
                font-size: 2em;
                display: block;
                margin-bottom: 10px;
                line-height: 1em;
                padding-top: 5px;
            }
            
            .footer .box .inner p {
            
                margin-bottom: 0.5em;
                line-height: 1.2em;
            }
            
            
            .footer .box .inner .excerpt {
            
                font-size: 1.2em;
            }
            
                .footer .box .inner h3 a {
                    
                    color: #fff;
                    text-decoration: none;
                }   
                
                #top .footer .box .inner a.big-button {
                
                    font-size: 0.8em;
                }
                
            
.final-footer {

    border-top: 1px solid #C33058;
    background-color: #212d34;

    /*border-bottom: 10px solid #0083b7;*/
}

    .final-footer ul {
    
        list-style-type: none;
        display: block;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }
        
        .final-footer ul li {
        
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }
        
        #top .final-footer ul li a {
        
            display: block;
           
        }
        
        @media all and (min-width: 400px) {
    
        .final-footer ul li {
            
            width: auto;
        }
        
        #top .final-footer ul li a {
            
            display: inline-block;
        }
        
        #top .final-footer ul li a:after {
            
            content: '';
        }
        }
        
.copyright {
    
    background-color: #0083b7;
    padding: 5px 1em 1px 1em;
    color: #fff;
}

    .copyright p {
        
        line-height: 1.25em;
        margin-bottom: 5px;
        font-family: sans-serif;
        font-size: 12px;
        text-shadow: 1px 1px 0px rgba(0,0,0, 1);
        font-style: italic;
    }

.backup-black {

    background-color: #000;
}

.middle {

    position: relative;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0083b7+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #0083b7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#0083b7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#0083b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0083b7',GradientType=0 ); /* IE6-9 */
margin-top: 1em;


}

.middle2 {

    background-image: url('images/swat-kats-white.png');
    padding-bottom: 1px;
}

.placements {

    position: relative;
    max-width: 1176px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.placement1,
.placement2,
.placement3,
.placement4 {
    
    display: none;
}


@media all and (min-width: 900px) {

.placement1 {
    
    position: absolute;
    bottom: -30px;
    right: 0;
    height: 250px;
    width: auto;
    display: block;
}

.placement2 {
    
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 200px;
    width: auto;
    display: block;
}

}

@media all and (min-width: 1150px) {

.placement3 {
    
    position: absolute;
    bottom: -30px;
    right: 150px;
    height: 200px;
    width: auto;
    display: block;
    z-index: 2;
}

.placement4 {
    
    position: absolute;
    bottom: -30px;
    left: 200px;
    height: 250px;
    width: auto;
    display: block;
    z-index: 2;
}

}



.issue-box {

    margin-bottom: 1em;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.issue-box a {

    display: inline-block;
    height: 200px;
    width: 133px;
    overflow: visible;

    margin: -10px;
    position: relative;
    z-index: 1;
}

.issue-box a:hover {
    
    z-index: 2;
}

.issue-box a img {
    
    height: 200px;
    width: auto;
    display: block;
    transform: rotate(9deg);
    border: 3px solid #fff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.issue-box a:hover img {
    
    transform: rotate(-9deg);
    
    -webkit-transition : transform 200ms ease-out;
    -moz-transition : transform 200ms ease-out;
    -o-transition : transform 200ms ease-out;
    transition : transform 200ms ease-out;
}

.issue-box a:active {
    
    margin-top: -8px;
    margin-bottom: -12px;
}
    

.home-title {
    
    font-size: 2.2em;
    font-weight: normal;
    margin-bottom: 10px;
}

@media all and (min-width: 800px) {


#top .side-by-side {
    
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    max-width: none;
    border: 0;
    text-align: center;
}

#top .side-by-side.content-max {
    
    text-align: left;
    max-width: 500px;
}




}

#top .side-by-side img {
    
    max-width: 100%;
    height: auto;
    
}

    #top .side-by-side img.promo {
        
        max-width: 350px;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 1em;
    }






.comics {

    text-align: center;
    margin-bottom: 10px;
}

.comic-entry {

    display: inline-block;
    vertical-align: top;
    
}

    .comic-entry a {
        
        display: block;
        background-color: rgba(0, 131, 183, 0.5);
        border: 1px solid rgba(0, 131, 183, 1);
        padding: 10px;
        margin: 10px;
    }
    
    .comic-entry a:hover {
        

        background-color: rgba(255,255,255,0.5);
        -webkit-transition : background-color 250ms ease-out;
                -moz-transition : background-color 250ms ease-out;
                -o-transition : background-color 250ms ease-out;
                transition : background-color 250ms ease-out;
    }
    
    .comic-entry a:active {
        

        background-color: rgba(255,255,255,1);
        -webkit-transition : background-color 0ms ease-out;
                -moz-transition : background-color 0ms ease-out;
                -o-transition : background-color 0ms ease-out;
                transition : background-color 0ms ease-out;
    }
        
        #top .comics .comic-entry a img {
            
            display: block;
            height: 200px;
            width: auto;
            border-width: 0;
            border-radius: 0;
            padding: 0;
            max-width: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            margin: 0;
        }








/*========================================================
MOBILE NAVIGATION
========================================================*/

#nav-trigger {
    display: block;
    text-align: center; 
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 109;
    
}
#nav-trigger span {
    cursor: pointer;
    display: block;
    font-size: 50px;
    width: 56px;
    height: 53px;
    padding-top: 3px;
    overflow: hidden;
    border: 4px solid rgba(255,203,5,1);
    border-radius: 5px;
    background-color: rgba(0,0,0,0.5);
    font-family: arial, sans-serif;
    color: #fff;
}

#nav-trigger span:active {
    
    background-color: #000;
    color: rgba(255,203,5,1);
    border-color: rgba(255,203,5,1);
}

#nav-trigger span:after {}
#nav-trigger span:hover {}
#nav-trigger span.open:after {}

nav {}

nav#nav-main { display: none; }
nav#nav-main ul {}
nav#nav-main li {}
nav#nav-main li:last-child {}
nav#nav-main a {}

nav#nav-mobile {
    position: relative;
    display: block; 
    
}
nav#nav-mobile ul#top-layer {
    display: none;
    list-style-type: none;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    z-index: 108;
    background-color: rgba(0,0,0,0.8);
}
    
    nav#nav-mobile ul#top-layer ul {
        
        background: none;
        list-style-type: none;
        font-size: 0.8em;
        padding-left: 1em;
    }

nav#nav-mobile li.wbg { padding: 15px; }
nav#nav-mobile li:last-child {}
nav#nav-mobile a {
    
    display: block;
    padding: 15px;
    font-size: 1.25em;
    font-family: 'pirulenregular';

    text-decoration: none;
    color: #fff;
    border-top: 3px solid #fff;
}

nav#nav-mobile ul#top-layer li:first-child a {
    
    border-top: 0;
}

nav#nav-mobile ul#top-layer ul li a {
    
    border-top: 1px solid #fff;
    /*font-family: 'Advent Pro', sans-serif;*/
    text-transform: uppercase;
}

nav#nav-mobile ul#top-layer ul li:first-child a {
    
    border-top: 1px solid #fff;
}


.tax-issue nav#nav-mobile li.page-item-70 a,
            .single-comic nav#nav-mobile li.page-item-70 a,
            .category nav#nav-mobile li.page-item-11 a,
            .single-post nav#nav-mobile li.page-item-11 a,

nav#nav-mobile li.current_page_item a,
nav#nav-mobile a:active {
    
    color: rgba(255,203,5,1);
}

nav#nav-mobile li.current_page_item li a {

    color: #fff;
}

/* =Media Queries
-------------------------------------------------------------- */
@media all and (min-width: 600px) {
#nav-trigger {
display: none; }

nav#nav-main {
display: none; }

nav#nav-mobile {
display: none; }
}

/*========================================================
PAGINATION
========================================================*/

.pagination {

            background-color: rgba(0, 131, 183, 0.5);
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            color: #fff;
            margin: 0 auto;
            max-width: 600px;
            margin-bottom: 1em;
            padding: 10px;
}

.pagination ul {

    display: block;
    list-style-type: none;
}

    .pagination ul li {
        
        display: inline-block;
        width: 100%;
    }
    
    @media all and (min-width: 620px) {
    
    .pagination {

            background-color: rgba(0, 131, 183, 0.5);
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            border-radius: 5px;
        }
    
    .pagination ul li {    
        
        width: 50%;
    }
    }

.wp-pagenavi {
    
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 131, 183, 0.5);
    border: 1px solid rgba(0, 131, 183, 1);
    text-align: center;
    color: #fff;
    font-size: 14px;
    max-width: 1048px;
    padding: 5px;
    margin-bottom: 10px;
}

    #top .wp-pagenavi span {
        
        background-color: #333;
        color: #fff;
        
    }
    
    #top .wp-pagenavi a.previouspostslink {
        
        font-family: sans-serif;
    }
    
    #top .wp-pagenavi a.nextpostslink {
        
        font-family: sans-serif;
    }


.issues-container {

    padding-bottom: 1em;
}

.issue-entry-bg {

    display: block;
    border: 1px solid #fff;
    padding: 1em;
    margin: 5px;
}


.issue-entry-bg img {
    
    height: 280px;
    width: auto;
    transform: rotate(-9deg);
    display: block;
    margin: -15px auto 25px auto;
    border: 5px solid #fff;
    
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    
}

.issue-entry-bg a:hover img {
    
    transform: rotate(-2deg);
    
    -webkit-transition : transform 200ms ease-out;
    -moz-transition : transform 200ms ease-out;
    -o-transition : transform 200ms ease-out;
    transition : transform 200ms ease-out;
}

.issue-entry-bg a:active img {
        
    border-color: #C33058;
}

.issue-entry-bg h2 {
    
    font-family: 'pirulenregular';
    color: #fff;
    font-weight: normal;
    font-size: 1.5em;
}

    .issue-entry-bg h2 a {
        
        color: #fff;
    }

.issue-desc {
    
    line-height: 1.25em;
    padding: 0.5em;
    font-family: 'Homenaje', sans-serif;
    text-shadow: 1px 1px 0px rgba(0,0,0, 1);
    font-size: 1.2em;
}

@media all and (min-width: 600px) {
.issue-entry {
    
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
}

@media all and (min-width: 800px) {

.issue-entry-bg img {
    
    margin-bottom: -15px;
}

.issue-entry .left,
.issue-entry .right {
    
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}


}



.blog-entry {
    
    margin-bottom: 1em;
}

.blog-entry h2 {

    font-size: 1.5em;
}

.blog-entry .smaller {

    font-size: 0.8em;
    font-style: italic;
}

.blog-entry .content-max {

    border: 1px dotted #fff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}








.comment-meta {
    
    font-style: italic;
    margin-bottom: 1em;
    border-bottom: 1px dotted #fff;
}


.comments-area input[type="text"],
.comments-area textarea {

    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Homenaje', sans-serif;
    border: 0;
    font-size: 18px;
    padding: 1%;
}

.comment-respond p label {

    display: block;
    margin-bottom: 5px;
}

.comment-respond,
.comments-area {

    

    max-width: 600px;
    margin: 0 auto 1em auto;
    background-color: rgba(0, 131, 183, 0.5);
    border: 1px solid rgba(0, 131, 183, 1);
    font-family: 'Homenaje', sans-serif;
    text-shadow: 1px 1px 0px rgba(0,0,0, 1);
    padding-top: 10px;
    padding-bottom: 10px;
}

h2.comment-reply-title,
h2.comments-title {
    
    font-family: 'pirulenregular';
    font-weight: normal;
    
}

    ol.comment-list ol,
    ol.comment-list {
    
        list-style-type: none;
        display: block;
        padding: 1em;
        
    }   
    
        ol.comment-list ol {
        
            padding-right: 0;
            padding-bottom: 0;
        }
    
        .comment-respond,
        ol.comment-list li {
            
            display: block;
            border-radius: 5px;
            
            background-color: rgba(0, 131, 183, 0.5);
            border: 1px solid rgba(0, 131, 183, 1);
            -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
            box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
            margin-bottom: 1em;
        }
        
        .comment-respond {
        
            margin-left: 1em;
            margin-right: 1em;
        }
        
        ol.comment-list ol li {
            
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
            border-right: 0;
            border-bottom: 0;
            
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            
        }

        ol.comment-list .vcard {
        
            float: right;
            text-align: center;
            width: 100px;
            border-bottom-left-radius: 5px;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            padding-top: 10px;
            margin-bottom: 10px;
            border-top-right-radius: 5px;
            
            background-color: rgba(0, 131, 183, 1);
            padding-bottom: 5px;
            margin-left: 10px;
            
            -webkit-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.25);
        }
            
            ol.comment-list .comment-body {
            
                display: block;
                height: 1%;
                overflow: auto;
                text-align: left;
                padding: 1em;
            }
            
            .comment-respond p,
            ol.comment-list .comment-body p {
                
                line-height: 1.2em;
                margin-bottom: 0.5em;
            }
            
            ol.comment-list .vcard img {
                
                display: block;
                border-radius: 50%;
                overflow: hidden;
                margin-bottom: 10px;
                margin-left: auto;
                margin-right: auto;
            }

#top .stars {

    color: #ffd700;
}

.navigate {

    font-family: 'pirulenregular', sans-serif;
                font-size: 1em;
                text-shadow: 1px 1px 0px rgba(0,0,0, 1);
                display: block;
                text-align: center;
                margin-bottom: 5px;
}