/*!
Theme Name: heathcliff
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heathcliff
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

heathcliff is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
	
	font-family: 'Belgrano', serif;
font-family: 'Slackey', cursive;

*/
@font-face {
  font-family: 'Social-Shapes';
  src: url("fonts/Social-Shapes.ttf.woff") format("woff"), url("fonts/Social-Shapes.ttf.svg#Social-Shapes") format("svg"), url("fonts/Social-Shapes.ttf.eot"), url("fonts/Social-Shapes.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0 0 380px;
  /* bottom = footer height */ }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Belgrano", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 18px; }

h2 {
  font-size: 36px;
  margin-top: 0;
  line-height: 1.11; }

h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

body {
  font-size: 18px;
  line-height: 26px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.carousel-control.left{ opacity:1 !important;color:#000;}

.carousel-control.right{ opacity:1 !important;color:#000;}
.glyphicon-chevron-left:before {content: "\e132" !important }
.glyphicon-chevron-right:before {      content: "\e131" !important}

.carousel-control.left {
  margin-left: -45px;
}

.carousel-control.right {
  margin-right: -45px;
}



html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.social-icon {
  font-family: 'Social-Shapes'; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.img-responsive {
  width: 100% !important;
  height: auto !important; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

button.black-wide {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  display: block;
  font-family: Slackey;
  font-size: 18px;
  line-height: 1.67;
  text-transform: uppercase;
  border-radius: 10px; }

button.black {
  background-color: #000;
  color: #fff;
  padding: 10px 40px;
  width: auto;
  display: inline-block;
  font-family: Slackey;
  font-size: 18px;
  line-height: 1.67;
  text-transform: uppercase;
  border-radius: 10px; }

.left-border {
  border-left: 1px solid #000; }

.line-1 {
  border-top: 4px solid #000001;
  padding-top: 5px; }

.line-2 {
  border-top: 2px solid #000001;
  padding-top: 38px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

#gform_submit_button_2 {
  background-color: #d2f4e8 !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.gform_wrapper {
	max-width: 100% !important;
  border: 3px solid #010001;
  padding: 22px; }
  .gform_wrapper h3.gform_title {
    text-align: center;
    font-size: 36px !important; }
  .gform_wrapper .gform_heading {
    margin-bottom: 0 !important; }
  .gform_wrapper input, .gform_wrapper textarea {
    border: 1px solid #000;
    padding: 8px 12px !important; }

.gform_description {
  font-size: 21px;
  line-height: 1.36;
  text-align: center;
  text-transform: uppercase;
  display: block; }

.gform_button {
  width: 100%;
  font-family: Slackey;
  text-transform: uppercase;
  background-color: #e1942f !important;
  padding: 12px 0 !important;
  display: block;
  border: solid 2px #000000 !important;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
  color: #000000; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
  width: 100%; }

.container-fluid {
  max-width: 1400px; }

.header-top {
  padding-bottom: 24px; }

.header-social {
  font-family: "Social-Shapes";
  font-size: 36px;
  line-height: normal; }
  .header-social a, header-social-mobile a {color:#000 !important}
  
  
.footer-social , .footer-social-mobile{
  font-family: "Social-Shapes";
  font-size: 36px;
  line-height: normal; }
  
  

.header-date {
  font-size: 13px; }

header.site-header {
  padding: 36px 0 0 0;
  border-bottom: 2px solid #000;
  margin-bottom: 75px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer a {
  color: #010101 !important; }

footer.site-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 320px;
  width: 100%; }

#footer-lower {
  background-color: #e1942f;
  text-align: center;
  padding: 30px 0 50px 0; }

#footer-upper {
  background-image: url("images/jagged.png");
  background-repeat: repeat-x;
  background-position: center bottom; }
  #footer-upper img.logo {
    margin-bottom: 24px; }
  #footer-upper ul {
    font-size: 18px;
    margin-bottom: 70px; }
  #footer-upper ul, #footer-upper li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
  #footer-upper li {
    line-height: 29px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #e1942f; }
  a:visited {
    color: #e1942f; }
  a:hover, a:focus, a:active {
    color: #e1942f; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: inline-block;
  /* float: left;
  width: 100%; */ }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    padding-bottom:0 !important;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
    
     .header-social-mobile {font-size: 44px;padding-top:21px;display: block;padding-bottom:55px;}
  .main-navigation  .header-social-mobile {display: none;}
  
  
 .main-navigation.toggled  .header-social-mobile {display: block;}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }





#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 26px;
  height: 18px;
  position: relative;
  margin: 0px auto 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #82868f;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 1px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 17px;
}

#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



#menuText {font-size:24px;line-height: 1;margin:0;padding:0;cursor: pointer}



 
#meToggle {display: none}

#field_1_3 {margin-top:15px;}
#field_1_4 {margin-top:25px}
#field_1_3 label, #field_1_4 label {display: none}




@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.top-nav {
  border-top: 1px solid #000;
  padding-top: 7px;
  font-size: 14px; }
  .top-nav li {
    padding: 0 6px 10px 6px;
    text-transform: uppercase; }
  .top-nav a {
    color: #020002; }
  .top-nav .container, .top-nav .container-fluid {
    position: relative; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: .5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: .5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.home-about {
  margin-top: 50px;
  margin-bottom: 40px; }
  .home-about a {
    font-style: italic;
    text-decoration: underline; }

.home-lower-left {
  padding-right: 45px; }
  .home-lower-left button {
    margin-top: 20px; }

.home-lower-left h2 {
  font-size: 36px;
  line-height: 1.11;
  margin-bottom: 30px; }

.home-lower-left h2:after {
  margin-top: 0;
  background: 0 0;
  background-color: none;
  bottom: -0;
  content: "";
  display: block;
  height: 0;
  position: relative;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

body.home header.site-header {
  margin-bottom: 0; }

.character-box p {
  font-family: Belgrano;
  font-size: 16.5px;
  line-height: 1.44;
  padding: 0 20px;
  text-align: center; }
.character-box .inner {
  border: 1px solid #000;
  padding: 0 !important;
  margin-bottom: 15px;
  height: 500px; }
.character-box img {
  width: 100%;
  height: auto; }
.character-box h2 {
  font-size: 32px;
  margin-top: 20px; }

.character-box h2:after {
  margin-top: 8px;
  background: 0 0;
  background-color: #f7941d;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  position: relative;
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }

.about-page h2 {
  margin-bottom: 38px;
  text-transform: uppercase;
  margin-top: 0; }
.about-page .horizontal-line {
  border-top: solid 1px #000001;
  margin: 40px 0; }
.about-page .about-left {
  border-right: solid 1px #000001;
  padding-right: 30px; }
.about-page .about-right {
  border-left: solid 1px #000001;
  margin-left: -1px;
  padding-left: 30px; }
  .about-page .about-right img {
    margin-bottom: 40px; }

.comics-links {

  padding-top: 42px;
   }

.comics-slider h5 {
  margin-bottom: 15px; }

.history-top {
  margin-bottom: 20px; }

.video-row {
  margin: 40px 0 40px 0;border-top:1px solid #000 ;padding-top:40px !important;}
  
  
  .video-row:first-child {border-top:0;padding-top:0 !important;}
  
  
  .video-row img , .history-top img {margin-bottom:20px}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.container {
  max-width: 1024px; }
  
  .mobile-about-head { display: none}
  .desktop-about-head {display: block }
  
  
  .footer-social-mobile {display: none}
  
  .mobileMice {display: none;}
  .kitty-home {height: 395px;position: relative}
  .kitty-button {position: absolute;bottom:0;}

  
  @media (max-width: 769px){
	  .kitty-button {position: relative !important}
	    .kitty-home {height: auto !important}
	    .mobile-center {text-align: center !important}
	    	
	    	  .main-navigation a {font-size: 24px;}
	    	
	    	  .main-navigation li {padding-bottom:10px !important;}
	   .footer-social {display: none}
	    .footer-social-mobile {display: block;margin-bottom:60px;margin-top:20px}
	    
	    #footer-lower {font-size: 14px;line-height: 17px}
	    	  
	 	 #gform_2 .gform_body {margin-top:40px}
	  
	   #gform_2   .gf_left_third,  #gform_2   .gf_right_third,  #gform_2  .gf_middle_third {width: 49% !important}
	   
	   #gform_2    .gf_left_third input,  #gform_2  .gf_right_third input,  #gform_2  .gf_middle_third input {width: 97% !important}
   #gform_2  .gf_left_third label , #gform_2   .gf_right_third label,  #gform_2  .gf_middle_third label {display: none !important}
   
   #gform_2 li {margin-left: 0 !important}



	  .home-about img {margin-bottom:20px}
	  
	  .comics-links img {width: 100% !important;margin-bottom:20px;}
	  
	  
	  .carousel-control.left {
  margin-left: -15px;
}

.carousel-control.right {
  margin-right: -15px;
}



	  
	  
	    .mobile-about-head { display: block}
  .desktop-about-head {display: none }



	  .about-right {border-top:1px solid #000;padding-top:30px;}
.main-navigation {display: none}
#meToggle {display: block}
.character-box .inner {height: auto !important}
.main-navigation.toggled,   .header-social-mobile {display: block;}



.main-navigation.toggled .mobileMice {  position:fixed;bottom:0;right:0;display: block}
	    	
	 
	    	


  .top-nav {border:0 !important}
  #primary-menu {margin-top:20px;}
#primary-menu li {display: block !important;width:100%;text-align: center}
header.site-header {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #000;
  margin-bottom: 75px; }
  
.header-top {border-bottom:1px solid #000;padding-bottom:20px}
  .main-navigation {height: 0;display: block;	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);}
  .main-navigation.toggled {
  overflow-y: hidden;	height:100vh;/* approximate max height */;
  
  
	transition-property: all;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
  
  
#footer-upper {
  background-image: url("images/jagged.png");
  background-repeat: repeat-x;
  background-position: center bottom; }
  #footer-upper img.logo {
    margin-bottom: 24px; }
  #footer-upper ul {
    font-size: 18px;
    margin-bottom: 0px; }
  #footer-upper ul, #footer-upper li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
  #footer-upper li {
    line-height: 29px; }
    
    
    
    
  
  
  }







