/*  Import all parts of the theme to tell the 
story of flying swallow */
/* Base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize 
1.0 Reset
  *Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 */
@import url("http://fonts.googleapis.com/css?family=Kalam:400,700&subset=latin,latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/** Address margin not present in IE 8/9 and Safari.*/
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* Make sure select elements fit in widgets */
select {
  max-width: 100%;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* prevents long words displaying outside container */
div, p, a, span, li,
h1, h2, h3, h4, h5, h6,
blockquote, cite {
  word-wrap: break-word;
}

/* utilities */
/* settings properties variables  */
/* Typography */
/* falback font for latin extended languages
$font-headings: 'Kalam', 'Georgia', serif; */
/* Colors */
/* Positioning - Margins */
/* Letter spacing */
/* General utilities styles */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.cl:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

/* Mixins */
/* Theme */
/* General Theme Styles */
body {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  padding: 0;
  color: #4b4b4b;
  font-family: "fengardo neuere", "Helvetica", "Verdana", sans-serif;
  line-height: 1.5em;
  background: url("../images/sativa.png") repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page {
  background: #EBEBEB;
  border: 1px solid #D6D6D6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Amatic Regular", "Georgia", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 120%;
  color: #3a3a3a;
  font-weight: bold;
}

/* Headers font sizes */
h1 {
  font-size: 2.25rem;
  margin: .9rem 0;
}

h2 {
  font-size: 1.618rem;
  margin-bottom: .9rem 0;
}

h3 {
  font-size: 1.39rem;
  margin: .869rem 0;
}

h4 {
  font-size: 1.2rem;
  margin: .625rem 0;
}

h5 {
  font-size: 1rem;
  margin: .537rem 0;
}

h6 {
  font-size: .9rem;
  margin: .386rem 0;
}

p, div, ul, ol {
  padding: .5rem;
}

/* anchors */
a, a:link {
  color: #D33;
}
a:hover, a:focus, a:active, a:link:hover, a:link:focus, a:link:active {
  color: #E8422B;
}


ul li a {
  text-decoration: none;
}

/* Sprites */
.icons-sprite, .icons-aside, .icons-audio, .icons-home, .icons-image, .icons-link, .icons-quote, .icons-search, .icons-video {
  background-image: url('../images/icons-sf7582bdf0b.png');
  background-repeat: no-repeat;
}

/* Fonts */
/* Swallow headings fonts */
@font-face {
  font-family: 'Amatic Regular';
  src: url("../fonts/amatic/amaticsc-regular-webfont.eot");
  src: url("../fonts/amatic/amaticsc-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amatic/amaticsc-regular-webfont.woff2") format("woff2"), url("../fonts/amatic/amaticsc-regular-webfont.woff") format("woff"), url("../fonts/amatic/amaticsc-regular-webfont.ttf") format("truetype"), url("../fonts/amatic/amaticsc-regular-webfont.svg#amatic_scregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Swallow body font */
@font-face {
  font-family: 'fengardo neuere';
  src: url("../fonts/fengardo/fengardoneue_regular-webfont.eot");
  src: url("../fonts/fengardo/fengardoneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fengardo/fengardoneue_regular-webfont.woff2") format("woff2"), url("../fonts/fengardo/fengardoneue_regular-webfont.woff") format("woff"), url("../fonts/fengardo/fengardoneue_regular-webfont.ttf") format("truetype"), url("../fonts/fengardo/fengardoneue_regular-webfont.svg#fengardo_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Layout */
/* Site Header */
.header {
  margin-bottom: 3em;
}

.site-branding {
  padding-top: 2em;
}

.site-header {
  background: #fff;
  padding: 0;
  width: 100%;
}
.site-header h1 {
  font-size: 3em;
  margin-bottom: 1.5rem;
}
.site-header h1 a {
  color: #D33;
  text-decoration: none;
}
.site-header h1 a:hover {
  text-decoration: underline;
}
.site-header .site-description {
  font-size: 1.5em;
  font-weight: normal;
  color: #6d6d6d;
  margin-bottom: 2.5rem;
}

/* Main Site Navigation */
.menu-menu-1-container {
  padding: 0;
}

#site-navigation {
  display: none;
  background: #4b4b4b;
  z-index: 99999;
  margin: 0;
  padding: 0;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.5em;
}
.main-navigation ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul li > a {
  padding: 10px;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation ul ul {
  /* level two */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.main-navigation ul ul a {
  line-height: 120%;
  padding: 10px;
}
.main-navigation ul ul li {
  float: none;
  width: 220px;
}
.main-navigation ul ul ul {
  /* level three */
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9999;
}
.main-navigation ul ul a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}
.main-navigation li {
  float: left;
  position: relative;
  background: #4b4b4b;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 15px;
  color: #F6F8EF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.main-navigation a:hover {
  background: #585858;
  color: #F6F8EF;
}

.menu-toggle {
  margin-bottom: 2em;
}
.menu-toggle img {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

/* Navigation Search Form */
#site-navigation .search-form,
.no-results .search-form,
.error-404 .search-form {
  float: right;
  height: 45px;
  width: 220px;
  max-width: 30%;
  background: #505050;
}

#site-navigation .search-form #s,
.no-results .search-form #s,
.error-404 .search-form #s {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  width: 100%;
  height: 45px;
  padding: 0 12px 0 46px;
  color: #F6F8EF;
  background: transparent url(../images/icons/search.png) no-repeat 15px center;
  background-size: 20px auto;
  font: 16px "fengardo neuere", "Helvetica", "Verdana", sans-serif;
  border-radius: 0;
  word-break: normal;
}

#site-navigation .search-form #s:focus,
.no-results .search-form #s:focus,
.error-404 .search-form #s:focus {
  background: #3e3e3e;
  background-position: 15px center;
}

/* Main Post Area */
.post {
  margin: 3em 0;
  width: 100%;
}

.post:first-child {
  margin-top: 0;
}

.entry-content {
  width: 100%;
  padding: 1em;
}
.entry-content a {
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}

.entry-header .entry-title {
  font-weight: bold;
  padding: 0 1rem;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-title a:hover {
  text-decoration: underline;
}
.entry-header .entry-meta .posted-on a {
  text-decoration: none;
}
.entry-header .entry-meta .posted-on a:hover {
  text-decoration: underline;
}
.entry-header .entry-meta .byline .author a {
  text-decoration: none;
}
.entry-header .entry-meta .byline .author a:hover {
  text-decoration: underline;
}

.entry-footer .cat-links a {
  text-decoration: none;
}
.entry-footer .cat-links a:hover {
  text-decoration: underline;
}
.entry-footer .comments-link {
  margin-right: 3em;
}
.entry-footer .comments-link a {
  text-decoration: none;
}
.entry-footer .comments-link a:hover {
  text-decoration: underline;
}
.entry-footer .edit-link a:hover {
  text-decoration: underline;
}

/* Footer */
#colophon .site-footer {
  background: #3b3b3b;
  color: #F6F8EF;
  line-height: 2em;
  padding: 2.5em 0 1em;
  text-align: center;
}
#colophon .site-footer a {
  font-family: "Amatic Regular", "Georgia", serif;
  color: #8DA147;
  text-decoration: none;
}
#colophon .site-footer a:hover, #colophon .site-footer a:focus {
  text-decoration: underline;
}
#colophon .site-footer .up {
  float: right;
  *zoom: 1;
}
#colophon .site-footer .up:after {
  content: "";
  display: table;
  clear: both;
}
#colophon .site-footer .up a {
  padding: 10px;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#colophon .site-footer .up a:hover {
  background: #555555;
}

/* Widgets */
.widget {
  margin: 3px 0 1.5em;
  padding: 12px;
  background: #F9F9A7;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.235);
}
.widget .widget-title {
  padding-left: .5em;
  margin: .3em 0;
  font-weight: bold;
}
.widget ul {
  padding-left: 1em;
}
.widget ul > li {
  list-style: none;
  padding: .2em 0;
  margin-right: 1.5em;
  border-bottom: 1px solid #D6D6D6;
}
.widget ul > li > a, .widget ul > li .comment-author-link {
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.widget ul > li > a:hover, .widget ul > li .comment-author-link:hover {
  padding-left: 3px;
}

.widget:nth-child(odd) {
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

/* Modules  */
/* Buttons */
.form-submit {
  clear: both;
}

#submit, #comments .reply a {
  background: #3a3a3a;
  text-decoration: none;
  text-align: center;
  padding: .6em 1em;
  border: solid 2px #ADD22F;
  font-family: "Amatic Regular", "Georgia", serif;
  color: #F6F8EF;
  letter-spacing: 4px;
  margin: 1.5em 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#submit:hover, #comments .reply a:hover {
  border: solid 2px #a7ba61;
  color: #D33;
  background: #2d2d2d;
}

/* Comments */
#comments {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.5em 0;
}
#comments .comment-list {
  list-style-type: none;
  margin: 0;
}
#comments .comment-list .comment {
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid #D6D6D6;
}
#comments .comment-list .comment .comment-body {
  margin: 2em 0 .5em;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author img {
  display: inline-block;
  padding: 1px;
  margin: 0 .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .fn a {
  text-decoration: none;
  font-style: italic;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-author .fn a:hover {
  text-decoration: underline;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  text-decoration: none;
}
#comments .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link a {
  margin: 0 1em;
  text-decoration: none;
}

#comments .comment-list .children {
  list-style-type: none;
  margin: 0;
}
#comments .comment-list .children .depth-2 {
  margin-left: 2em;
}
#comments .comment-list .children .depth-2 .children .depth-3 {
  margin-left: 1.5em;
}
#comments .comment-list .children .depth-2 .children .depth-3 .children .depth-4 {
  margin-left: 1.5em;
}
#comments .comment-list .children .depth-2 .children .depth-3 .children .depth-4 .children .depth-5 {
  margin-left: 1.5em;
}

/* Others */
textarea #comment {
  float: left;
}

label[for="comment"], .form-allowed-tags {
  display: none;
}

input, textarea {
  border: none;
  border-bottom: 1px dashed #D6D6D6;
}
input:focus, textarea:focus {
  border-bottom: 1px dashed #bdbdbd;
}

.entry-content dl {
  line-height: 1.5em;
}

.entry-content dl dt {
  font-weight: bold;
  padding: .8em 0;
}

.entry-content dd {
  margin-left: 1em;
}

.entry-content cite {
  line-height: 1.6em;
  font-style: italic;
}

ol, ul {
  margin-left: 1em;
}

/* Pagining navigation  */
.post-navigation,
.paging-navigation {
  margin-bottom: 3em;
  *zoom: 1;
}
.post-navigation:after,
.paging-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.post-navigation .nav-links .nav-previous,
.paging-navigation .nav-links .nav-previous {
  float: left;
}
.post-navigation .nav-links .nav-previous a,
.paging-navigation .nav-links .nav-previous a {
  text-decoration: none;
}
.post-navigation .nav-links .nav-previous a:hover,
.paging-navigation .nav-links .nav-previous a:hover {
  text-decoration: underline;
}
.post-navigation .nav-links .nav-next,
.paging-navigation .nav-links .nav-next {
  float: right;
}
.post-navigation .nav-links .nav-next a,
.paging-navigation .nav-links .nav-next a {
  text-decoration: none;
}
.post-navigation .nav-links .nav-next a:hover,
.paging-navigation .nav-links .nav-next a:hover {
  text-decoration: underline;
}

.sticky {
  border-bottom: 1px dotted #D33;
}

.error-404 .page-header .page-title, .no-results .page-header .page-title {
  color: #E8422B;
}
.error-404 .page-content, .no-results .page-content {
  padding-bottom: 3em;
}
.error-404 .page-content .search-form, .no-results .page-content .search-form {
  float: none;
}

.entry-header {
  overflow: hidden;
  *zoom: 1;
}
.entry-header .entry-meta {
  float: right;
}
.entry-header .entry-meta .posted-on {
  font-weight: 400;
}
.entry-header .entry-meta .byline .author {
  font-style: italic;
  font-weight: bold;
}
.entry-header .post-icon, .entry-header .icons-image, .entry-header .icons-home, .entry-header .icons-video, .entry-header .icons-search, .entry-header .icons-quote, .entry-header .icons-link, .entry-header .icons-aside, .entry-header .icons-audio {
  float: left;
}

/* Post thumbnail */
.entry-content {
  margin-top: 2em;
}

.featured-media, .video, .link,
.quote, .image {
  position: relative;
  margin: 1em 0;
}

/* Blockquotes */
.entry-content blockquote:before,
.entry-content blockquote:after {
  content: "";
}

.entry-content blockquote {
  padding: 15px;
  margin-left: 20px;
  border: 1px solid #D6D6D6;
  overflow: hidden;
  *zoom: 1;
}
.entry-content blockquote cite {
  padding: 1em 0;
  text-align: center;
  font: italic 1em/1.5em "fengardo neuere", "Helvetica", "Verdana", sans-serif;
  color: #2B292D;
  float: left;
}

/* Footer post */
.entry-footer .cat-links {
  margin-right: .6em;
}
.entry-footer .comments-link {
  margin-right: .6em;
}

/* Video post */
iframe, embed, video {
  padding: 5px;
  border: 1px solid #D6D6D6;
  margin: 0 auto !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Tables */
table {
  margin: 3em 0;
}
table tbody tr th {
  text-align: left;
  border-right: 1px solid #D6D6D6;
  padding: .6em;
  background: #4b4b4b;
  color: #F6F8EF;
}
table tbody tr td {
  padding: .6em;
  border-right: 1px solid #D6D6D6;
  color: #3b3b3b;
}
table tbody tr td a {
  color: #3b3b3b;
}
table tbody tr:nth-child(odd) {
  background: #a1a1a1;
}

/* Post media */
.post-content .wp-caption {
  margin-bottom: 1.5em;
}

.wp-caption-text {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: .5rem;
}

.bypostauthor {
  font-weight: normal;
}

.gallery-caption {
  padding: .5em;
}

.post-content .alignleft {
  float: left;
  margin-right: 1em;
}
.post-content .alignright {
  float: right;
  margin-left: 1em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
    padding: 5px;
    border: 1px solid #D6D6D6;
}

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img,
img.alignnone,
.alignnone img,
.comment-content img,
.featured-media img {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  border: 1px solid #D6D6D6;
} 

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-bottom: 1.6em;
    margin-top: 0.4em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure, img {
  -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/* Post icons */
.post-icon, .icons-image, .icons-home, .icons-video, .icons-search, .icons-quote, .icons-link, .icons-aside, .icons-audio {
  width: 40px;
  height: 40px;
  margin-left: .2em;
  display: inline-block;
}

.icons-quote {
  background-position: 0 0;
}

.icons-home {
  background-position: 0 -32px;
}

.icons-aside {
  background-position: 0 -64px;
}

.icons-aside-one {
  background-position: 0 -96px;
}

.icons-link {
  background-position: 0 -128px;
}

.icons-image {
  background-position: 0 -160px;
}

.icons-search {
  background-position: 0 -192px;
}
.icons-video {
  background-position: 0 -224px;
}

.icons-audio {
	background-position: 0 -256px;
}

/*!
 * Bootstrap grid system v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Navigation breakpoints */
/* 1. 1 Column Grid 0px - 319px */
@media screen (min-width: 0px) and (max-width: 319px) {

  .main-navigation ul, li {
    position: relative;
    float: none;
  }

  .main-navigation li ul {
    position: relative;
    display: block;
    left: 2%;
    width: 100%;
  }

  .main-navigation ul > li,
  #site-navigation .search-form {
    position: relative;
    width: 100%;
  }

  .main-navigation li ul li ul {
    position: relative;
    display: block;
    width: 100%;
    left: 4%;
  }

  .main-navigation ul ul > li,
  .main-navigation ul ul ul > li {
    width: 100%;
  }

  .main-navigation a {
    border-bottom: 1px solid #555555;
  }

  #site-navigation .search-form {
    width: 100%;
    height: 32px;
    max-width: none;
  }

  .main-navigation a,
  #site-navigation .search-form #s {
    font-size: .8em;
  }

  .menu li:hover > ul {
    display: block;
  }
}

/* 2. 1 Column Grid 320px - 479px */
@media screen and (min-width: 320px) and (max-width: 479px) {

  /* Navigation */
  .main-navigation ul, li {
    position: relative;
    float: none;
  }

  .main-navigation li ul {
    position: relative;
    display: block;
    left: 2%;
    width: 100%;
  }

  .main-navigation ul > li,
  #site-navigation .search-form {
    position: relative;
    width: 100%;
  }

  .main-navigation li ul li ul {
    position: relative;
    display: block;
    width: 100%;
    left: 4%;
  }

  .main-navigation ul ul > li,
  .main-navigation ul ul ul > li {
    width: 100%;
  }

  .main-navigation a {
    border-bottom: 1px solid #555555;
  }

  #site-navigation .search-form {
    width: 100%;
    height: 32px;
    max-width: none;
  }

  .main-navigation a,
  #site-navigation .search-form #s {
    font-size: 1em;
  }

  .menu li ul a {
    width: auto;
    margin: 0;
    text-align: left;
  }

  .menu li:hover > ul {
    display: block;
  }
}
/* 3. 2 Column Grid 480px - 779px */
@media screen and (min-width: 480px) and (max-width: 779px) {

  /* Navigation */
  .main-navigation ul, li {
    position: relative;
    float: none;
  }

  .main-navigation li ul {
    position: relative;
    display: block;
    left: 2%;
    width: 100%;
  }

  .main-navigation ul > li,
  #site-navigation .search-form {
    position: relative;
    width: 100%;
  }

  .main-navigation li ul li ul {
    position: relative;
    display: block;
    width: 100%;
    left: 4%;
  }

  .main-navigation ul ul > li,
  .main-navigation ul ul ul > li {
    width: 100%;
  }

  .main-navigation a {
    border-bottom: 1px solid #555555;
  }

  #site-navigation .search-form {
    width: 100%;
    height: 37px;
    max-width: none;
  }

  .main-navigation a,
  #site-navigation .search-form #s {
    font-size: 1em;
  }
}