/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* -------------------------------------------------------------- Variables */
/* Fonts */
/* Colors */
/* -------------------------------------------------------------- Resets & Mixins */
/* --------------------------------------------------- STRUCTURAL MIXINS */
/* --------------------------------------------------- VISUAL MIXINS */
/* --------------------------------------------------- TRANSFORMATIVE MIXINS */
/* --------------------------------------------------- FILTER MIXINS */
/* --------------------------------------------------- ANIMATION MIXINS */
/* --------------------------------------------------- MISC MIXINS */
/* ---------------------------------------------------------------------- Base Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a:focus {
  outline: thin dotted;
}

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font: normal 400 0.8em/1.5em Arial, sans-serif;
}

sub, sup {
  font: normal 400 0.6em/0em Arial, sans-serif;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* ---------------------------------------------------------------------- Specific Reset */
body, main, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, i {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form, input, textarea, label, button {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* -------------------------------------------------------------- Wrappers */
/*
Container. Use this to define centered content, or uncommment the other variables to switch to a fluid layout. If you need to define an outer container for background color use, the naming scheme should be "wrap-(name)". An example would be .wrap-header or .wrap-menu.
*/
.container {
  width: 1175px;
  margin: 0 auto;
  position: relative;
  padding: 135px 75px;
}
.container img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Grid Items */
.g-1-1 {
  width: 100%;
  display: block;
}

.g-1-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.gi-1-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.g-1-3 {
  width: 33.33333333%;
  display: inline-block;
  vertical-align: top;
}

.g-2-3 {
  width: 66.66666666%;
  display: inline-block;
  vertical-align: top;
}

.g-1-4 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

/* -------------------------------------------------------------- Global */
body {
  width: 100%;
  height: 100%;
  background: white;
  color: #231f20;
  font: normal 400 12px/1.25em Arial, sans-serif;
  letter-spacing: 0.005em;
}
body.modal-body {
  overflow: hidden;
}

a {
  color: #676767;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
a:hover, a:active {
  color: #231f20;
}
a:focus {
  outline: none;
  color: #231f20;
}

/* -------------------------------------------------------------- Styles */
/* -------------------------------------------------------------- Main Menu */
.menu-main .nav-main {
  font: normal 400 12px/1.5em Arial, sans-serif;
  text-transform: uppercase;
  color: #231f20;
  position: relative;
}
.menu-main .nav-main a {
  display: inline-block;
  vertical-align: middle;
  color: #231f20;
  padding: 0 4px 0 0;
}
.menu-main .nav-main span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px 0 0;
}
.menu-main .nav-main.top:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: -2px;
  left: 0;
}

.menu-page {
  margin: 43px 0 0;
  padding: 5px 0 0;
  font: normal 400 10px/1.5em Arial, sans-serif;
  text-transform: uppercase;
  color: #676767;
  position: relative;
}
.menu-page .nav-page {
  float: left;
}
.menu-page .pagination {
  float: right;
}
.menu-page:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-page a, .pagination a {
  display: inline-block;
  vertical-align: middle;
  color: #676767;
  padding: 0 2px 0 0;
}
.nav-page a:hover, .pagination a:hover {
  color: #231f20;
}
.nav-page a.active, .pagination a.active {
  font: normal 700 10px/1.5em Arial, sans-serif;
}
.nav-page span, .pagination span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px 0 0;
}
.nav-page span:last-child, .pagination span:last-child {
  display: none;
}
.nav-page span.inactive, .pagination span.inactive {
  color: #ccc;
}

.by-page span, .by-page a {
  display: inline-block;
  padding: 2px 5px;
  margin: 10px 1px;
  border: solid 1px #979797;
}
.by-page span {
  cursor: default;
}
.by-page span.active {
  color: #231f20;
  border: solid 1px #231f20;
}
.by-page span.spacer {
  color: #979797;
  border: solid 1px #979797;
}
.by-page a {
  color: #979797;
}
.by-page a:hover {
  border: solid 1px #231f20;
}

/* -------------------------------------------------------------- Breadcrumbs */
.breadcrumbs a {
  display: inline-block;
}
.breadcrumbs span {
  display: inline-block;
}

/* -------------------------------------------------------------- High Level Page Elements */
.content {
  width: 700px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
}
.content ul {
  margin: 0 0 1.5em 2em;
  list-style: disc;
}
.content ul li {
  margin: 0 0 1em;
}
.content ol {
  margin: 0 0 1.5em 2em;
  list-style: decimal;
}
.content ol li {
  margin: 0 0 1em;
}

.sidebar {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  font: normal 400 12px/1.5em Arial, sans-serif;
}
.sidebar .module {
  padding: 15px 0;
  position: relative;
}
.sidebar .module:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar .module.social a {
  text-transform: uppercase;
}
.sidebar .module.img-links {
  padding: 15px 0 10px;
}
.sidebar .module.img-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}
.sidebar .module.img-links img {
  width: 100px;
  height: auto;
  display: block;
}
.sidebar .module.calendar {
  text-transform: uppercase;
}
.sidebar .module img {
  display: block;
  margin: 0 0 10px;
}
.sidebar .module img:last-child {
  margin: 0;
}

/* -------------------------------------------------------------- Page Specific Elements */
.comic {
  width: 100%;
  height: auto;
  display: block;
}

.page {
  padding: 20px 0;
}

.contact {
  padding: 0 0 20px;
}

/* -------------------------------------------------------------- Comments */
.comments {
  padding: 15px 0 30px;
}
.comments .form {
  margin: 20px 0 0;
}
.comments .comment {
  position: relative;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.comments .comment:before {
  content: '';
  width: 450px;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 0;
  left: 0;
}
.comments .comment p {
  font: normal 400 10px/1.5em Arial, sans-serif;
}
.comments .comment .comment {
  margin: 15px 0 0 10px;
}
.comments .comment .comment:before {
  width: 440px;
  background: #e6e6e6;
}
.comments .comment .comment .comment {
  margin: 15px 0 0;
}

/* -------------------------------------------------------------- Footer Elements */
.post-footer, .site-footer, .share, .post-meta {
  padding: 5px 0 4px;
  font: normal 400 10px/1.5em Arial, sans-serif;
  text-transform: uppercase;
  color: #676767;
  position: relative;
}
.post-footer:before, .site-footer:before, .share:before, .post-meta:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 0;
  left: 0;
}

.post-meta .meta {
  float: left;
}
.post-meta .nav-page {
  float: right;
}

.post-footer .post-link {
  float: left;
}
.post-footer .pagination {
  float: right;
}

/* -------------------------------------------------------------- Form Elements */
/*
These are the basic styles for all form elements. They
Should be used in conjunction with the grid classes to float
elements as needed
*/
.form {
  width: 450px;
  display: block;
}
.form .field {
  display: block;
  position: relative;
}
.form .field.text {
  font: normal 400 10px/1.5em Arial, sans-serif;
  margin: 0 0 15px;
}
.form .field.text input {
  width: 100%;
  display: block;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
  background: #e6e6e6;
  border: solid 1px #231f20;
  color: #231f20;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form .field.text input:focus {
  outline: none;
}
.form .field.textarea {
  font: normal 400 10px/1.5em Arial, sans-serif;
  margin: 0 0 15px;
}
.form .field.textarea textarea {
  width: 100%;
  height: 150px;
  display: block;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
  background: #e6e6e6;
  border: solid 1px #231f20;
  color: #231f20;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form .field.textarea textarea:focus {
  outline: none;
}
.form .field.check {
  position: relative;
  overflow: hidden;
}
.form .field.check input {
  position: absolute;
  top: 0;
  left: -48px;
  visibility: hidden;
}
.form .field.check input + span {
  width: 100%;
  padding: 1em 1.5em;
  display: block;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form .field.check input:checked + span {
  background: #979797;
}
.form .field .select {
  display: inline-block;
  padding: 1em 1.5em;
  position: relative;
}
.form .field .select:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.form .field .select > span {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.form .field .select .select-dd {
  width: 100%;
  position: absolute;
  top: 3em;
  left: 0;
  overflow: hidden;
  z-index: 50;
  display: none;
}
.form .field .select .select-dd .select-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.form .field .select .select-dd .select-item input {
  position: absolute;
  top: 0;
  left: -48px;
  visibility: hidden;
}
.form .field .select .select-dd .select-item input + span {
  width: 100%;
  padding: 1em 1.5em;
  display: block;
  cursor: pointer;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.form .field .select .select-dd .select-item input:checked + span {
  background: #979797;
}
.form .field.submit-comment {
  width: 100%;
  text-align: right;
}
.form .field.submit-comment input {
  display: inline-block;
}
.form .field.error .form-error {
  position: absolute;
}

/* -------------------------------------------------------------- Elements */
/* -------------------------------------------------------------- Text Elements */
/* Select Colors */
::selection {
  background: rgba(103, 103, 103, 0.5);
}

::-moz-selection {
  background: rgba(103, 103, 103, 0.5);
}

/* Placeholder Colors */
::-webkit-input-placeholder {
  color: #231f20;
}

:-moz-placeholder {
  color: #231f20;
}

:-ms-input-placeholder {
  color: #231f20;
}

/* Paragraph Styles */
p {
  margin-bottom: 1.2em;
}

p:last-child {
  margin-bottom: 0;
}

/* Strip list styles */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Headings */
h1 {
  font: normal 400 30px/1.5em Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
}

h2 {
  font: normal 400 20px/1.5em Arial, sans-serif;
  margin: 0 0 8px;
}

h3 {
  font: normal 400 15px/1.5em Arial, sans-serif;
  text-transform: uppercase;
}

h4 {
  font: normal 400 12px/1.5em Arial, sans-serif;
  text-transform: uppercase;
}

h5 {
  font: normal 400 10px/1.5em Arial, sans-serif;
  text-transform: uppercase;
}

/* -------------------------------------------------------------- Notifications */
/* -------------------------------------------------------------- Buttons */
.btn {
  display: inline-block;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.btn.btn01 {
  background: rgba(230, 230, 230, 0.8);
  color: #979797;
  text-transform: uppercase;
  border: solid 1px #231f20;
}
.btn.btn01:hover {
  background: #e6e6e6;
}
.btn.btn02 {
  background: rgba(103, 103, 103, 0.8);
  color: #fff;
}
.btn.btn02:hover {
  background: #676767;
}
.btn.btn03 {
  background: rgba(35, 31, 32, 0.8);
  color: #fff;
}
.btn.btn03:hover {
  background: #231f20;
}
.btn.xsml {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 5px;
}
.btn.sml {
  padding: 5px 10px;
}

/* -------------------------------------------------------------- Dropdown List */
.dropdown {
  display: inline-block;
  padding: 1em 1.5em;
  position: relative;
}
.dropdown span {
  display: block;
  cursor: pointer;
}
.dropdown:after {
  content: "";
  position: absolute;
}
.dropdown .dd-list {
  width: 100%;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 50;
  display: none;
}
.dropdown .dd-list a {
  display: block;
}

/* -------------------------------------------------------------- Full width video embeds */
.video {
  width: 100%;
  height: 0;
  padding: 30px 0 56.25%;
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden;
}
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------- Modal Overlay */
.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}

/* -------------------------------------------------------------- Callouts */
/* -------------------------------------------------------------- Module Elements */
.post {
  padding: 20px 0 15px;
}
.post .full {
  width: 100%;
  display: block;
  margin: 0 0 18px;
}
.post .half {
  width: 50%;
}
.post .half.left {
  float: left;
  margin: 0 18px 6px 0;
}
.post .half.right {
  float: right;
  margin: 0 0 6px 18px;
}
.post.in-list {
  position: relative;
}
.post.in-list h2 a {
  color: #231f20;
}
.post.in-list .post-thumb {
  width: 100px;
  height: auto;
  float: left;
  margin: 0 30px 6px 0;
}
.post.in-list:after {
  content: '';
  width: 668px;
  height: 1px;
  background: #979797;
  position: absolute;
  bottom: 0;
  left: 16px;
}
.post.in-list:last-child:after {
  display: none;
}

.post-comic {
  padding: 10px 0 15px;
}

.share a {
  display: inline-block;
  margin: 0 10px 0 0;
}

.cart-count {
  float: right;
}

.shop {
  padding: 20px 0 0;
  font: normal 400 12px/1.5em Arial, sans-serif;
}
.shop .shop-listing {
  padding: 20px 0;
}
.shop .shop-listing:not(:first-child) {
  border-top: solid 1px #979797;
}
.shop .shop-listing img {
  width: 30%;
  height: auto;
  float: left;
}
.shop .shop-listing .product-info {
  width: 70%;
  float: left;
  padding: 10px 20px;
}
.shop .shop-listing .product-info a {
  color: #f54133;
}
.shop .shop-listing .product-info a:hover {
  color: #b31a1a;
}
.shop .shop-listing .product-info b {
  display: block;
}
.shop .shop-listing .product-info b a {
  color: #231f20;
}
.shop .shop-listing .product-info b a:hover {
  color: #231f20;
}
.shop .product_images {
  width: 100%;
}
.shop .product_images .primary_image {
  width: 100%;
  height: auto;
  display: block;
}
.shop .product_images .img-thumbs {
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 20px 0 20px;
}
.shop .product_images .img-thumbs li {
  width: 95px;
  height: 95px;
  display: inline-block;
  padding: 10px;
}
.shop .product_images .img-thumbs li img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.shop .product_images .img-thumbs li.selected {
  border: solid 1px #979797;
}
.shop .shop-detail {
  padding: 0 0 20px;
}
.shop .shop-detail .options {
  margin: 0 0 10px;
}
.shop .shop-detail .options select {
  width: 50%;
}
.shop .shop-detail .options select:focus {
  outline: none;
}
.shop .shop-detail .availability {
  width: 50%;
  height: 4px;
  background: #ccc;
  position: relative;
}
.shop .shop-detail .availability span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 4px;
  background: #979797;
}

.cart {
  padding: 0 0 20px;
}
.cart .cart-items {
  margin: 0;
  list-style: none;
}
.cart .cart-items li {
  padding: 10px 0;
  border-bottom: solid 1px #979797;
}
.cart .cart-items li img {
  float: left;
}
.cart .cart-items li .product-info {
  float: left;
  padding: 0 0 0 20px;
}
.cart .cart-items li input {
  display: inline-block;
  width: auto;
}
.cart .cart-items li input:focus {
  outline: none;
}
.cart .subtotal {
  text-align: right;
}
.cart .subtotal button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.success {
  padding: 0 0 20px;
}
/* ------------------------------------------------------------------------------------------------
 *
 * This is where all of the CSS code is handled for your theme.
 *
 * We recommend you break your CSS into multiple files and put them in a separate
 * directory. We've used a "stylesheets" directory in our example below. After that we'll use
 * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
 * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
 * use LESS (lesscss.org) by ending your file with .less.
 *
 * However, if you don't have much CSS, or you're just a glutton for punishment,
 * you could simply put all of your CSS in this file. It's up to you.
 *
 * ------------------------------------------------------------------------------------------------
 */

/*
 * Here we're including a 3rd-party stylesheet we put in stylesheets/vendor written in normal CSS,
 * as well as a few custom Sass stylesheets we've written for different areas of the store
 *





 *
 */

