/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css v2.1.3 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  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 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * 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.
 */
/**
 * 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"],
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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #f8fcfe;
  font-size: .85em;
  color: #787878; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/* Icons */
@font-face {
  font-family: 'icons';
  src: url("../fonts/icomoon.eot?-3aplfg");
  src: url("../fonts/icomoon.eot?#iefix-3aplfg") format("embedded-opentype"), url("../fonts/icomoon.woff?-3aplfg") format("woff"), url("../fonts/icomoon.ttf?-3aplfg") format("truetype"), url("../fonts/icomoon.svg?-3aplfg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: 'icons';
  content: attr(data-icon);
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alone {
  display: inline-block; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Independent Magazine
Author: Kate Lee

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  * ::-webkit-input-placeholder {
    color: #1f1f1f;
    letter-spacing: 1px; }
  * :-moz-placeholder {
    /* Firefox 18- */
    color: #1f1f1f;
    letter-spacing: 1px; }
  * ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1f1f1f;
    letter-spacing: 1px; }
  * :-ms-input-placeholder {
    color: #1f1f1f;
    letter-spacing: 1px; }

body {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.5;
  color: #1f1f1f; }

#container {
  position: relative; }

.hide, .screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input, .btn {
  border-radius: 5px;
  padding: 5px 8px;
  margin-bottom: .5em; }

.btn {
  margin-top: 1em;
  display: inline-block;
  text-align: center;
  width: auto;
  padding: .5em 2em;
  font-family: "Oswald", "Futura Condensed", Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  box-shadow: 3px 3px 3px #1f1f1f; }
  .btn:focus, .btn:active {
    -webkit-transform: translate(2px, 2px);
    -moz-transform: translate(2px, 2px);
    -ms-transform: translate(2px, 2px);
    -o-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 3px #1f1f1f; }

.red {
  background: #a82d00;
  color: #fff;
  text-decoration: none; }
  .red:visited {
    color: #fff; }
  .red:hover {
    color: #dedede !important; }

.script {
  font-family: "Norican", "Oswald", "Futura Condensed", Helvetica, sans-serif;
  font-size: 140%;
  margin: 0 .25em;
  vertical-align: 1.5%; }

.accent {
  line-height: 1.5em;
  background: #dedede;
  display: inline-block;
  padding: .1em 1em .1em 3em;
  position: relative;
  right: 3em;
  font-family: "Norican", "Oswald", "Futura Condensed", Helvetica, sans-serif !important;
  font-size: 1.85em;
  margin-bottom: .75em; }

#search .search-field {
  background-color: transparent;
  background-image: url("../images/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
  height: 24px;
  margin: 5px 0;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 4;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0; }
  #search .search-field:focus {
    background-color: #fff;
    cursor: text;
    outline: 0;
    width: 230px;
    border: 1px solid #dedede;
    background-position: right center; }

.search-form .search-submit {
  display: none; }

mark {
  font-weight: bold;
  background: #ffff00; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
.archive article {
  margin: 1em 0;
  padding: .5em 0; }
  .archive article img {
    display: block;
    margin: 0 auto; }
  .archive article h1 {
    text-align: center; }

/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
.search-results article {
  margin: 1em 0; }
  .search-results article img {
    display: block;
    margin: .5em auto; }
  .search-results article h1 {
    text-align: center;
    font-size: 1.65em; }

/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  position: relative; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #a82d00;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #7a2100; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Oswald", "Futura Condensed", Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  color: #454545;
  margin: 0;
  padding: 0;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
    color: #454545; }

h1, .h1 {
  font-size: 2.35em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.85em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.55em;
  padding-bottom: .5em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

.fancy-header {
  display: block;
  margin: 0 auto;
  width: 75%;
  text-align: center;
  border-bottom: 1px solid #9f9f9f;
  font-size: 1.65em;
  padding-bottom: .5em;
  margin-bottom: .5em; }

/*********************
HEADER STYLES
*********************/
/* Generic Header */
.printer-header {
  display: none; }

.header {
  position: relative;
  overflow-y: visible; }
  .header #banner {
    position: relative;
    margin-top: 2em;
    background: #a82d00; }
    .header #banner #site-logo-overlay {
      max-width: 75%; }
    .header #banner #beta {
      position: absolute;
      z-index: 10;
      top: 60px;
      right: 20px; }
  .header .social {
    display: none; }
  .header .search-form {
    position: absolute;
    left: .25em;
    top: -.8em; }
  .header .search-field {
    background-image: url("../images/search-red.svg") !important; }
  .header .site-description {
    position: relative;
    z-index: 4;
    font-size: 1.15em;
    padding: 0 1em;
    margin-top: -1.8em;
    color: #fff;
    text-align: right;
    font-style: italic;
    clear: both; }

/* Front Page Header */
.front-page-header #banner {
  padding: 2em 0; }
  .front-page-header #banner .header-image {
    width: 100%;
    position: relative; }
    .front-page-header #banner .header-image img {
      max-width: 93%;
      height: auto;
      position: relative;
      left: 7%; }
    .front-page-header #banner .header-image figcaption {
      position: absolute;
      bottom: 5px;
      left: 0;
      padding: 0 5px;
      font-size: .85em;
      line-height: 2em;
      background: #9f9f9f;
      color: #1f1f1f; }
  .front-page-header #banner #site-logo-overlay {
    position: absolute;
    top: 7%;
    left: 1.25%;
    z-index: 3; }

/*********************
NAVIGATION STYLES
*********************/
#info-menu {
  display: none; }

/* Togglin' */
#site-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.menu-toggle {
  padding: 0 0 .5em 0;
  text-transform: uppercase;
  color: #a82d00;
  font-size: 1.35em;
  line-height: 1em;
  letter-spacing: 1px;
  float: right;
  clear: both;
  cursor: pointer; }

#site-navigation ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#site-navigation.toggled ul {
  max-height: 155em;
  position: relative;
  z-index: 12; }

.nav {
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    position: relative; }
    .nav li a {
      background-color: #9f9f9f;
      display: block;
      text-decoration: none;
      padding: 10px 20px;
      border-bottom: 1px solid #ccc;
      font-family: "Oswald", "Futura Condensed", Helvetica, sans-serif;
      color: #000;
      text-transform: lowercase; }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding: 0;
      border: 0;
      max-height: 0; }

/* end .nav */
/*********************
HOMEPAGE STYLES
*********************/
#featured-articles {
  margin-bottom: 4em; }
  #featured-articles .feature {
    position: relative;
    padding: 0;
    margin-bottom: 1em;
    max-height: 400px;
    overflow: hidden; }
    #featured-articles .feature:hover h1 {
      color: #c73500; }
    #featured-articles .feature img {
      width: 100%;
      height: auto;
      position: relative;
      margin: 0;
      padding: 0;
      display: block; }
    #featured-articles .feature h1 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 3;
      background: rgba(0, 0, 0, 0.75);
      font-size: 1.5em;
      margin: 0;
      padding: 0;
      letter-spacing: .25px;
      color: #fff;
      padding: .5em; }
      #featured-articles .feature h1 a {
        display: block; }

#most-recent-articles .recent-article {
  padding: .25em 0;
  font-size: 1em; }
  #most-recent-articles .recent-article p {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none; }
  #most-recent-articles .recent-article img {
    display: block;
    margin: 0 auto .5em;
    width: 98%;
    height: auto; }
  #most-recent-articles .recent-article h1 {
    font-size: 1.5em;
    text-align: center; }
    #most-recent-articles .recent-article h1 a {
      color: #454545; }
      #most-recent-articles .recent-article h1 a:hover {
        color: #a82d00; }
#most-recent-articles hr {
  width: 75%;
  border-bottom: 1px solid #9f9f9f;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: .35em auto; }

#home-widgets {
  background: #dedede; }
  #home-widgets .widget {
    font-size: 1.15em;
    padding: 2em 2%;
    margin: 0;
    border: none !important; }
    #home-widgets .widget .button-container {
      text-align: center; }
  #home-widgets .widgettitle {
    display: none; }
  #home-widgets h1 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.35em;
    border-bottom: 1px solid #9f9f9f;
    padding-bottom: 1em;
    margin-bottom: 1em; }

/*********************
AUTHOR PAGE STYLES
*********************/
.authorheader {
  font-size: 1.5em; }
  .authorheader h1 {
    text-align: center;
    font-size: 1.6em; }

img.author-picture {
  margin-top: 1em;
  width: 100%; }

.author-meta {
  font-size: .9em;
  font-weight: bold; }
  .author-meta p {
    padding: 0;
    margin: 0; }

.tax-authors hr {
  border: 0;
  height: 2px;
  background: #a82d00;
  background-image: -webkit-linear-gradient(left, #dedede, #1f1f1f, #dedede);
  background-image: -moz-linear-gradient(left, #dedede, #1f1f1f, #dedede);
  background-image: -o-linear-gradient(left, #dedede, #1f1f1f, #dedede);
  background-image: -ms-linear-gradient(left, #dedede, #1f1f1f, #dedede);
  margin: 2em 0; }

.tax-authors article {
  background: #dedede;
  padding: 2em;
  margin: 2em auto;
  border-radius: 3px; }
  .tax-authors article img {
    max-width: 100%;
    height: auto; }
  .tax-authors article h1 {
    margin-top: .25em; }
  .tax-authors article .byline {
    color: #787878; }

/*********************
POSTS & CONTENT STYLES
*********************/
#main {
  border-bottom: 1px solid #dedede; }
  #main img {
    max-width: 100%; }
  #main iframe {
    max-width: 100%; }
  #main video {
    max-width: 100%; }

.hentry footer {
  font-size: 1.1em;
  color: #9f9f9f; }

/* end .hentry */
.page-title {
  margin: .5em 0;
  font-size: 250%; }

.archive article img {
  width: 300px;
  height: auto; }

.entry-subtitle {
  font-size: 1.65em;
  padding-bottom: .5em; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
.sticky {
  border: 2px solid #a82d00;
  background: #dedede;
  padding: 10px; }

/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
  font-size: 1.25em; }

/* entry content */
.entry-content {
  padding: 0 1em;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
    margin: 0;
    padding: 0 .5em 1em .5em;
    font-size: 1.15em;
    line-height: 1.75em;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none; }
  .entry-content ul, .entry-content ol, .entry-content table, .entry-content dl {
    margin-bottom: 1em; }
  .entry-content ul, .entry-content ol {
    padding-left: 1em; }
  .entry-content ul {
    list-style: disc; }
  .entry-content ol {
    list-style: decimal; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .wp-post-image {
    margin: 0; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #dedede;
  padding: 5px;
  margin-bottom: 1em;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: .9em;
    line-height: 1.5em;
    margin: 0;
    padding: 5px 15px 10px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.author-info {
  background: #dedede;
  color: #1f1f1f;
  padding: 1em;
  border-radius: 3px;
  margin-bottom: 1em;
  overflow: auto;
  border: 1px solid #c5c5c5; }
  .author-info h1 {
    font-size: 1em;
    font-weight: bold;
    margin: 0; }
  .author-info p {
    margin-top: 0; }
  .author-info .author-image {
    height: 120px;
    width: 120px;
    border-radius: 30%;
    float: left;
    margin-right: 1em; }

.category ul, .category li {
  display: inline; }

/* Featured Image */
.featured-image {
  margin: 0 0 1.5em 1em;
  line-height: 1em;
  text-align: center;
  width: intrinsic;
  float: right; }
  .featured-image img {
    margin: 0;
    padding: 0; }
  .featured-image p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #bdbdbd;
    font-size: 1em !important; }

/* Some archives wizardy */
.archives {
  overflow: auto;
  text-align: center; }
  .archives .wp-caption {
    display: inline-block;
    margin: 1em .35em;
    font-size: 1.1em; }
  .archives :target {
    border: 2px solid #a82d00; }

/* Related Posts */
#bones-related-posts li {
  background: #dedede;
  display: block;
  padding: .5em;
  margin: .5em;
  border-radius: 3px;
  overflow: auto;
  font-family: "Oswald", "Futura Condensed", Helvetica, sans-serif;
  font-size: 1.25em;
  border: 1px solid #c5c5c5; }
  #bones-related-posts li img {
    float: left;
    margin-right: 1em; }
  #bones-related-posts li p {
    font-family: "Raleway", Helvetica, sans-serif; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px; }
    .pagination ul li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      .pagination ul li a, .pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 0;
        line-height: 1em;
        font-size: 1em;
        font-weight: normal;
        padding: .5em;
        min-width: 1em;
        display: block; }
      .pagination ul li span.current {
        font-weight: bold; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em;
    padding-left: 2em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #dedede;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  padding-top: 2em; }
  .sidebar img {
    max-width: 200px;
    height: auto; }

.widgettitle {
  display: none; }

.widget {
  color: #858585;
  padding: 5%;
  border-bottom: 1px solid #dedede; }
  .widget ins {
    display: block !important;
    margin: 0 auto !important; }
  .widget .button {
    display: block;
    margin: .75em auto;
    background: #a82d00 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    width: auto;
    padding: .35em 1.5em !important;
    font-family: "Oswald", "Futura Condensed", Helvetica, sans-serif;
    letter-spacing: 1px;
    border: 0 !important;
    box-shadow: 2px 2px 3px #9f9f9f;
    border-radius: 5px !important; }
    .widget .button:focus, .widget .button:active {
      -webkit-transform: translate(1px, 1px);
      -moz-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
      -o-transform: translate(1px, 1px);
      transform: translate(1px, 1px);
      box-shadow: 1px 1px 3px #1f1f1f;
      border: none; }
  .widget ul li {
    /* deep nesting */ }

h2.widg-title {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #9f9f9f;
  font-size: 1.25em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #fff; }
  .footer #top-footer {
    padding: 1em 0;
    background: #9f9f9f; }
    .footer #top-footer nav {
      padding: 0;
      float: left;
      width: 50%; }
      .footer #top-footer nav a {
        background: transparent;
        border: 0;
        text-transform: capitalize;
        font-size: 1.25em;
        color: #454545; }
        .footer #top-footer nav a:hover {
          color: #a82d00; }
      .footer #top-footer nav .title a {
        color: #1f1f1f;
        cursor: default; }
    .footer #top-footer .footer-widget {
      margin-top: .3em; }
      .footer #top-footer .footer-widget .widget {
        color: #1f1f1f !important;
        border: none; }
        .footer #top-footer .footer-widget .widget .button {
          border: 1px solid #dedede !important; }
        .footer #top-footer .footer-widget .widget #ctct_button_footer {
          color: #1f1f1f !important; }
      .footer #top-footer .footer-widget h2 {
        font-size: 1.25em;
        color: #1f1f1f; }
      .footer #top-footer .footer-widget p {
        color: #1f1f1f; }
  .footer #bottom-footer {
    background: #a82d00;
    padding-top: .5em; }
    .footer #bottom-footer a {
      color: #fff;
      text-decoration: none; }
      .footer #bottom-footer a:hover {
        text-decoration: underline; }
    .footer #bottom-footer #search {
      float: left;
      padding-top: 0;
      margin-right: .75em; }
      .footer #bottom-footer #search .search-field {
        height: 2em;
        margin: .25em;
        background-size: 100%; }
        .footer #bottom-footer #search .search-field:focus {
          position: absolute;
          left: 0; }
    .footer #bottom-footer .social {
      float: left; }
      .footer #bottom-footer .social a {
        color: #fff;
        font-size: 1.75em;
        text-decoration: none;
        padding: 0 .25em; }
        .footer #bottom-footer .social a:hover {
          font-weight: bold; }
    .footer #bottom-footer .copyright {
      width: auto;
      float: right;
      text-align: right;
      font-size: 1.1em;
      line-height: 2.5em; }

/*********************
ADVERT STYLES
*********************/
.advert {
  text-align: center;
  margin: 1em 0; }
  .advert img {
    max-width: 98%; }

.widget_adrotate_widgets {
  text-align: center;
  padding: 1em 5%; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: Independent Magazine
  Author:  Kate Lee
  
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: The Independent
  Author: Kate Lee
  
  Stylesheet: Grid Stylesheet
  
  ******************************************************************/
  .last-col {
    float: right;
    padding-right: 0 !important; }

  /*
  Mobile Grid Styles
  These are the widths for the mobile grid.
  There are four types, but you can add or customize
  them however you see fit.
  */ }
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
@media only screen and (min-width: 768px) {
  /* Portrait tablet to landscape */ }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
@media only screen and (min-width: 768px) {
  /* Landscape to small desktop */ }
@media only screen and (min-width: 768px) and (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: Independent Magazine
  Author: Kate Lee
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1200px; }

  /*********************
  HEADER STYLES
  *********************/
  /* Generic Header */
  .header {
    background: #a82d00;
    /* Old browsers */
    position: relative;
    max-height: 250px;
    margin-top: 2em;
    padding: 0;
    /* #header-info */ }
    .header .site-description {
      font-size: .95em;
      color: #fff;
      float: right;
      text-align: right;
      margin: 1.5em 0 0 0;
      padding: 0; }
    .header #banner {
      width: 60%;
      float: left;
      margin: 0;
      background: transparent;
      position: relative; }
      .header #banner #beta {
        right: 25px;
        top: 20px; }
    .header #header-info {
      width: 40%;
      position: relative;
      max-height: 250px;
      padding: .75em 1.75em;
      float: left;
      z-index: 5;
      /* .social */
      /* #search */ }
      .header #header-info .social {
        display: block; }
        .header #header-info .social a {
          font-size: 2em;
          text-decoration: none; }
          .header #header-info .social a:hover {
            font-weight: bold; }
      .header #header-info #search {
        position: relative;
        float: right;
        padding: .75em 0; }
        .header #header-info #search .search-form {
          position: relative;
          left: 0; }
        .header #header-info #search .search-field {
          background-image: url("../images/search.svg") !important; }
      .header #header-info #info-menu {
        position: relative;
        display: block;
        float: right;
        text-align: right;
        clear: right;
        padding: 0;
        font-size: 1.25em; }
        .header #header-info #info-menu .nav .title {
          display: none !important; }
        .header #header-info #info-menu .nav li a {
          background: transparent;
          text-transform: uppercase;
          border: none;
          padding: 8px 0;
          color: #fff;
          font-size: 1.1em;
          letter-spacing: 1px; }
          .header #header-info #info-menu .nav li a:hover {
            text-decoration: underline; }

  /* Front Page Header */
  .front-page-header {
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 10%, #a82d00 10%, #a82d00 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(10%, #ffffff), color-stop(10%, #a82d00), color-stop(100%, #a82d00));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 10%, #a82d00 10%, #a82d00 100%);
    /* 		Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 10%, #a82d00 10%, #a82d00 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 10%, #a82d00 10%, #a82d00 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 10%, #a82d00 10%, #a82d00 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$independent-red',GradientType=1 );
    /* IE6-8 */ }
    .front-page-header #banner {
      max-width: 640px;
      height: 240px; }
      .front-page-header #banner .header-image {
        height: 240px;
        position: absolute;
        top: 0;
        left: 0; }
        .front-page-header #banner .header-image img {
          height: 240px;
          width: auto; }
        .front-page-header #banner .header-image figcaption {
          opacity: 0;
          font-size: 1em;
          padding: 0 1em;
          line-height: 3em;
          bottom: 0;
          background: #1f1f1f;
          color: #dedede;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        .front-page-header #banner .header-image:hover figcaption {
          opacity: 1; }
      .front-page-header #banner #site-logo-overlay {
        top: -7%; }
    .front-page-header #header-info .social {
      width: 30px;
      float: left; }
      .front-page-header #header-info .social a {
        color: #fff;
        display: block; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .menu-toggle {
    display: none; }

  #site-navigation {
    position: relative;
    clear: both;
    padding: .25em 0 0 1.5em;
    /* end .nav */ }
    #site-navigation .info-menu {
      display: none; }
    #site-navigation .nav {
      border: 0;
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      #site-navigation .nav ul {
        margin-top: 0; }
      #site-navigation .nav li {
        float: left;
        position: relative;
        /*
        plan your menus and drop-downs wisely.
        */
        /* showing sub-menus */ }
        #site-navigation .nav li a {
          font-size: 1.35em;
          border-bottom: 0;
          background: #fff;
          color: #1f1f1f;
          text-transform: uppercase;
          line-height: 1em;
          padding: .25em 1em .5em; }
          #site-navigation .nav li a:hover, #site-navigation .nav li a:focus {
            color: #a82d00; }
        #site-navigation .nav li ul.sub-menu,
        #site-navigation .nav li ul.children {
          margin-top: 0;
          border-top: 0;
          position: absolute;
          left: 0;
          z-index: 8999;
          visibility: hidden;
          /* highlight sub-menu current page */ }
          #site-navigation .nav li ul.sub-menu:before,
          #site-navigation .nav li ul.children:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            left: 5px;
            top: -8px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #1f1f1f; }
          #site-navigation .nav li ul.sub-menu li,
          #site-navigation .nav li ul.children li {
            /*
            if you need to go deeper, go nuts
            just remember deeper menus suck
            for usability. k, bai.
            */ }
            #site-navigation .nav li ul.sub-menu li a,
            #site-navigation .nav li ul.children li a {
              font-size: 1em;
              line-height: 2.5em;
              border-right: 0;
              display: block;
              width: 200px;
              max-height: 55em;
              background: #1f1f1f;
              color: #dedede;
              text-align: center;
              text-transform: capitalize; }
              #site-navigation .nav li ul.sub-menu li a:hover, #site-navigation .nav li ul.sub-menu li a:focus,
              #site-navigation .nav li ul.children li a:hover,
              #site-navigation .nav li ul.children li a:focus {
                background: #a82d00; }
            #site-navigation .nav li ul.sub-menu li:last-child a,
            #site-navigation .nav li ul.children li:last-child a {
              border-bottom: 0; }
            #site-navigation .nav li ul.sub-menu li:hover ul,
            #site-navigation .nav li ul.children li:hover ul {
              visibility: visible; }
            #site-navigation .nav li ul.sub-menu li ul,
            #site-navigation .nav li ul.children li ul {
              left: 198px;
              top: 0;
              visibility: hidden; }
              #site-navigation .nav li ul.sub-menu li ul:before,
              #site-navigation .nav li ul.children li ul:before {
                border: 0; }
        #site-navigation .nav li:hover ul {
          top: auto;
          visibility: visible;
          overflow: visible; }

  #site-navigation ul {
    max-height: 100%;
    overflow: visible;
    -webkit-transition: all 0 ease-in-out;
    -moz-transition: all 0 ease-in-out;
    transition: all 0 ease-in-out;
    margin: 0; }

  /*********************
  
  Homepage STYLES
  *********************/
  #featured-articles {
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: 0em auto 3em;
    border: 1px solid black;
    border-radius: 3px; }
    #featured-articles .feature {
      margin: 0; }
    #featured-articles .main-feature {
      width: 64%;
      float: left; }
    #featured-articles .secondary-features {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 36%;
      height: 100%;
      background: #1f1f1f; }
      #featured-articles .secondary-features .feature {
        height: 50% !important;
        width: auto; }

  #most-recent-articles .recent-article {
    overflow: auto;
    padding: 1em 0;
    font-size: 1.05em; }
    #most-recent-articles .recent-article p {
      font-size: 1.1em; }
    #most-recent-articles .recent-article img {
      width: 40%;
      float: left;
      border-radius: 3px;
      margin: 0 1em 0 0; }
    #most-recent-articles .recent-article h1 {
      font-size: 1.35em;
      text-align: left; }

  /* Author Page Styles */
  .authorheader h1 {
    text-align: left; }

  img.author-picture {
    width: 40%;
    height: auto;
    float: left;
    padding-right: 1em; }

  /* Content Styles */
  .search-results article, .archive article {
    margin: 1em 0;
    border-bottom: 1px solid #dedede; }
    .search-results article img, .archive article img {
      float: left;
      margin-right: 1em; }
    .search-results article h1, .archive article h1 {
      text-align: left; }

  #content {
    margin-top: 1em; }

  #main {
    border-bottom: none;
    border-right: 1px solid #dedede; }

  .entry-content {
    padding-right: 2em; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0; }

  .widgettitle {
    margin-bottom: 0.75em; }

  .widget {
    margin: 1em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  .footer #top-footer nav {
    width: 22.928176794%; }
  .footer #top-footer .footer-widget {
    margin: 0 4% 0 16.5%; }
    .footer #top-footer .footer-widget .widget {
      margin: 0;
      padding: 10px; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/ }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-size: 12pt;
    line-height: 1.75em; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }

  .header {
    display: none; }

  .printer-header {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1.25em;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #000; }
    .printer-header img {
      display: block;
      width: 400px;
      margin: 0 auto; }

  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.25em; }

  .entry-subtitle, .single-subtitle {
    font-size: 1.25em; }

  #search {
    display: none; }

  .accent {
    display: none; }

  .footer {
    display: none; }

  p.byline {
    margin: 0; }

  .alignleft {
    float: left;
    margin: 0 .5em .5em 0; }

  .alignright {
    float: right;
    margin: 0 0 .5em .5em; }

  .aligncenter {
    display: block;
    margin: 0 auto; }

  p {
    margin: 0 0 .5em 0; }

  .author-info {
    display: none; }

  .article-footer {
    display: none; }

  .page-link {
    font-size: .75em;
    margin: 0;
    padding: 0;
    text-decoration: underline; } }
