/*
Theme Name: Toocheke Child
description: >-
  A Toocheke Child Theme with some customizations for benjyandfriends.com
Author: Christopher Human
Template: toocheke
Version: 1.0.0
*/


/**
 * Black links: #7cc5f9 
 * Blue links: #494949
 */

 @font-face{
    font-family: 'WGLegacy';
    src: url('assets/fonts/wg_legacy/wg_legacy_edition.eot'); /* IE9 Compat Modes */
    src: url('assets/fonts/wg_legacy/wg_legacy_edition.woff2') format('woff2'), /* Super Modern Browsers */
         url('assets/fonts/wg_legacy/wg_legacy_edition.woff') format('woff'), /* Pretty Modern Browsers */
         url('assets/fonts/wg_legacy/wg_legacy_edition.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('assets/fonts/wg_legacy/wg_legacy_edition.svg#WGLegacyEdition') format('svg'); /* Legacy iOS */
 }

 h1, h2, h3, h4, h5, h6, .nav-link {
     font-family: 'WGLegacy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     text-transform: uppercase;
 }

.b {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-placement {
    position: relative;
}

.comic-template-default #disqus_thread {
    margin-bottom: 30px;
}

#comic-nav-share i {
    margin: 5px 0.5rem;
}

#comic-list > li:hover a, #comic-list > li:hover p, #comic-list > li > a:hover, .comic-navigation a:hover {
	color: #494949 !important;
}

a {
    text-decoration: none !important;
}

#character-wrapper a {
    color: #494949;
}

.comic-item .comic-title {
    font-size: 20px;
}


@media only screen and (min-width: 750px) {
    #comic-nav-top, #comic-nav-bottom {
        height: auto;
    }
  }

#home-scroll-container a.ScrollTop {
    border: solid #494949 1px;
    background-color: #494949 !important;
    color: #45aef9;
}