/*
	Theme Name: Siggen
	Theme URI: http://knifftech.net/themes/siggen/
	Author: Kniffen Technologies
	Author URI: http://knifftech.net/
	Description: Siggen is a clean and elegant theme with a vintage feel, well suited for product display and updates/blog. The theme has several customization option that let's you completely change the feel of it.
	Version: 1.2.3
	License: GNU General Public License v3
	License URI: http://www.gnu.org/licenses/gpl-3.0.html  
	Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	Text Domain: siggen

	Siggen WordPress Theme, Copyright (C) 2016, Kniffen Technologies
	Siggen is distributed under the terms of the GNU GPL v3
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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;
}

/* 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;
  -webkit-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 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}

/*
	Essential styles
*/
:root {
  font-size: 12pt;
}

body {
  background-color: #191919;
  color: #fff7ed;
  font-family: "Lora", serif;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  word-wrap: break-word;
}

h1,
h2,
h5,
h6 {
  font-weight: normal;
}

h3 {
  font-weight: bold;
}

h4,
h5 {
  font-style: italic;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.6em;
}

h3,
h4,
h5,
h6 {
  font-size: 2em;
}

blockquote,
q {
  padding: .5em;
  margin-left: 2em;
  position: relative;
}

blockquote:before,
q:before {
  position: absolute;
  top: 0em;
  left: -1em;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f10e";
}

select {
  border-color: #4b4339;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: black;
}

table {
  width: 100%;
}

th,
td {
  border: 1px solid #4b4339;
  padding: .5em;
}

dt {
  font-weight: bold;
}

ul,
ol {
  padding-left: 30px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
}

abbr:hover,
acronym:hover {
  cursor: help;
  border-bottom: 1px solid black;
}

code {
  background-color: #fff7ed;
  color: black;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

pre {
  border: 1px dotted #4b4339;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding: 1em;
}

var {
  font-family: monospace;
  font-style: normal;
}

code,
ins {
  padding: 0 .3em;
}

figure,
iframe,
embed,
video {
  max-width: 100%;
  margin: 1em 0;
}

.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .hentry table, .hentry thead, .hentry tbody, .hentry th, .hentry td, .hentry tr,
  .comment table,
  .comment thead,
  .comment tbody,
  .comment th,
  .comment td,
  .comment tr {
    display: block;
  }
  .hentry tr,
  .comment tr {
    border: 1px solid;
    margin-bottom: .5rem;
  }
  .hentry td,
  .hentry th,
  .comment td,
  .comment th {
    border: none;
  }
  .hentry td:not(:last-child),
  .hentry th:not(:last-child),
  .comment td:not(:last-child),
  .comment th:not(:last-child) {
    border-bottom: 1px solid;
  }
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
textarea,
select {
  background-color: #fff7ed;
  color: #191919;
  max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
button,
textarea,
select {
  border: 1px solid #fff7ed;
  padding: 3px;
  -webkit-border-radius: 2px !important;
          border-radius: 2px !important;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
button,
textarea {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

input[type="submit"],
button,
.button,
.comment-reply-link {
  background-color: #fff7ed;
  color: black;
  padding: 3px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  text-decoration: none !important;
}

input[type="submit"]:hover,
button:hover,
.button:hover,
.comment-reply-link:hover {
  text-decoration: underline !important;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-numbers.current {
  text-decoration: underline;
}

.pagination span:not(.screen-reader-text),
.nav-previous {
  margin-right: .5em;
}

.pagination {
  margin-bottom: 1em;
}

.pagination > span:not(.page-links-title) {
  text-decoration: underline;
}

.nav-previous a:before,
.nav-next a:after {
  font-family: FontAwesome;
  display: inline-block;
}

.nav-previous a:before {
  content: '\f177';
  padding-right: 5px;
}

.nav-next a:after {
  content: '\f178';
  padding-left: 5px;
}

@media (max-width: 425px) {
  .nav-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-links > span,
  .nav-links > a {
    margin: 0 .5em;
  }
  .nav-links > div {
    margin: .5em 0;
  }
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1em;
}

#top-widget-area,
#top-centered-widget-area,
#footer-widget-area,
#footer-centered-widget-area,
.site-content {
  margin-top: 2em;
}

.site-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

main {
  margin-right: 2em;
  width: 100%;
  max-width: 100%;
  min-width: 100px;
}

.no-sidebar .site-content {
  display: block;
}

.no-sidebar main {
  margin: 0;
  max-width: 1024px;
}

@media (max-width: 1200px) {
  .container {
    width: auto;
  }
}

@media (max-width: 768px) {
  .site-content {
    display: block;
  }
  main {
    margin: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

img:hover {
  -webkit-filter: sepia(0%);
          filter: sepia(0%);
}

.avatar {
  -webkit-filter: none !important;
          filter: none !important;
}

/* WP-alignment */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.alignnone,
.wp-caption {
  max-width: 100%;
  height: auto;
}

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

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

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

/* Thumbnails and attachment */
.post-thumbnail,
.entry-attachment {
  display: block;
  margin-bottom: .5em;
}

.post-thumbnail img,
.entry-attachment img {
  display: block;
  margin: 0 auto;
}

/* WP-Caption */
.wp-caption,
.gallery-item {
  background-color: #fff7ed;
}

.wp-caption-text,
.gallery-caption {
  color: black;
  padding: .5em;
  text-align: center;
  font-size: .8em;
}

.wp-caption-text a,
.gallery-caption a {
  color: black;
}

.wp-caption {
  overflow: hidden;
}

.wp-caption img {
  vertical-align: middle;
}

.gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  width: -webkit-calc(33.33% - 1em);
  width: -moz-calc(33.33% - 1em);
  width: calc(33.33% - 1em);
  margin-bottom: 2em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: -webkit-calc(50% - 2em);
  width: -moz-calc(50% - 2em);
  width: calc(50% - 2em);
}

.gallery-columns-3 .gallery-item {
  width: -webkit-calc(33.33% - 2em);
  width: -moz-calc(33.33% - 2em);
  width: calc(33.33% - 2em);
}

.gallery-columns-4 .gallery-item {
  width: -webkit-calc(25% - 2em);
  width: -moz-calc(25% - 2em);
  width: calc(25% - 2em);
}

.gallery-columns-5 .gallery-item {
  width: -webkit-calc(20% - 2em);
  width: -moz-calc(20% - 2em);
  width: calc(20% - 2em);
}

.gallery-columns-6 .gallery-item {
  width: -webkit-calc(16.66% - 2em);
  width: -moz-calc(16.66% - 2em);
  width: calc(16.66% - 2em);
}

.gallery-columns-7 .gallery-item {
  width: -webkit-calc(14.28% - 2em);
  width: -moz-calc(14.28% - 2em);
  width: calc(14.28% - 2em);
}

.gallery-columns-8 .gallery-item {
  width: -webkit-calc(12.5% - 2em);
  width: -moz-calc(12.5% - 2em);
  width: calc(12.5% - 2em);
}

.gallery-columns-9 .gallery-item {
  width: -webkit-calc(11.11% - 2em);
  width: -moz-calc(11.11% - 2em);
  width: calc(11.11% - 2em);
}

.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .gallery .gallery-item {
    width: -webkit-calc(50% - .5em);
    width: -moz-calc(50% - .5em);
    width: calc(50% - .5em);
    margin-bottom: .5em;
  }
}

@media (max-width: 650px) {
  .gallery .gallery-item {
    width: 100%;
  }
}

#site-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5em 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#site-logo {
  display: block;
  -webkit-filter: none !important;
          filter: none !important;
}

#site-title,
#site-tagline,
#siggen-social-media-links {
  margin: 0;
}

#site-tagline {
  margin: 0;
}

#social-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#siggen-social-media-links {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#siggen-social-media-links li {
  list-style: none;
  margin-left: 1em;
}

#siggen-social-media-links i {
  font-size: 1.6em;
}

.no-js #site-header {
  display: block;
}

.no-js #siggen-social-media-links {
  margin: 1rem 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-js #siggen-social-media-links li {
  margin: 0 1em 0 0;
}

#header-banner {
  position: relative;
  width: 100%;
  min-height: 500px;
}

#header-banner img {
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-filter: none !important;
          filter: none !important;
}

.header-banner-inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 2em 0;
}

.header-image {
  position: absolute;
  max-height: 100%;
  width: auto;
}

#site-information {
  position: relative;
  left: 2em;
  border: 2px solid #fff7ed;
  -webkit-box-shadow: inset 0px 0px .5em #191919, 0px 0px .5em #191919;
          box-shadow: inset 0px 0px .5em #191919, 0px 0px .5em #191919;
  text-align: center;
  padding: 2em 1em;
  font-size: 1.6em;
  text-shadow: 2px 2px .5em #191919;
  max-width: 250px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#site-title,
#site-tagline {
  font-family: "Alex Brush", "Times New Roman", cursive;
}

#site-title a:hover,
#site-tagline a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .header-banner-inner {
    padding: 1em 0;
  }
  #site-information {
    padding: .5em;
  }
}

@media (max-width: 660px) {
  #site-information {
    left: auto;
    right: auto;
    margin: auto;
  }
}

/* Header menu */
.menu-toggle {
  font-size: 1.6em;
  cursor: pointer;
}

#header-menu-container {
  display: none;
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  max-width: 320px;
  font-size: 1.2em;
}

#header-menu-container .menu-toggle {
  margin: .25em .5em;
}

.header-menu .menu-item {
  list-style: none;
  min-height: 2em;
  line-height: 3em;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-menu .menu-item:hover > .sub-menu {
  display: block;
}

.header-menu .menu-item a {
  word-wrap: break-word;
}

.header-menu .menu-item-has-children > a:after {
  font-family: FontAwesome;
  padding-left: .5em;
  content: "\f107";
}

.header-menu .current-menu-item > a:before {
  font-family: FontAwesome;
  padding-right: .5em;
  content: "\f0da";
}

.header-menu .sub-menu {
  min-width: 100px;
  display: none;
  padding: 0;
  padding-left: 1em;
}

.header-menu .sub-menu .menu-item {
  position: relative;
}

.header-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.header-menu a {
  padding: 0 .5em;
}

.header-menu a:hover {
  text-decoration: none;
}

.no-js .menu-toggle {
  display: none;
}

.no-js #header-menu-container {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  padding: 0;
  max-width: 100%;
}

.no-js .header-menu {
  position: relative;
  top: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-size: 1.2em;
  background-color: #191919;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.no-js .header-menu a {
  color: white;
}

.no-js .header-menu .sub-menu {
  background-color: #191919;
  position: absolute;
  padding: 0;
}

.no-js .header-menu .sub-menu .menu-item-has-children > a:after {
  content: "\f105";
}

@media (max-width: 640px) {
  .no-js .header-menu,
  .no-js .header-menu .sub-menu {
    display: block;
  }
  .no-js .header-menu .sub-menu {
    position: relative;
    left: auto;
    margin-left: 1rem;
  }
  .no-js .header-menu .sub-menu .menu-item-has-children > a:after {
    content: "";
  }
}

/* Footer menu */
.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: .8em;
}

.footer-menu .menu-item {
  list-style: none;
}

.footer-menu .menu-item:not(:last-child) {
  padding-right: .5em;
  margin-right: .5em;
  border-right: 1px solid #4b4339;
}

@media (max-width: 960px) {
  .js .menu-toggle {
    display: block;
  }
  .js .header-menu .sub-menu {
    display: block;
    position: relative;
    top: 0;
    right: auto;
    padding-left: 1em;
  }
  .js .header-menu .sub-menu .sub-menu {
    left: 0;
  }
  .header-menu {
    display: block;
  }
  .header-menu .menu-item-has-children > a:after {
    content: "";
  }
}

@media (max-width: 375px) {
  .header-menu {
    margin: 1px 0 0 -.85em;
  }
}

.sticky .archive-entry-header h3:before {
  content: '\f08d';
  font-family: FontAwesome;
  padding-right: .5em;
}

.archive-entry {
  margin-bottom: 3em;
}

.hentry a {
  text-decoration: underline;
}

.hentry a:hover {
  text-decoration: none;
}

.single .post {
  margin-bottom: 1em;
}

/* Post format */
.single-format-video .post iframe,
.single-format-video .post video,
.single-format-video .post embed,
.single-format-video .post object,
.single-format-video .post .video-player,
.single-format-video .post .videopress-placeholder {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single-format-image .post img,
.single-format-image .post .wp-caption {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.single-format-quote .post,
.single-format-status .post,
.single-format-link .post,
.single-format-audio .post {
  background-color: #fff7ed;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 1em;
  text-align: center;
}

.single-format-quote .post,
.single-format-status .post,
.single-format-link .post,
.single-format-audio .post {
  color: black;
  font-weight: bold;
  font-size: 2em;
}

.single-format-quote .post a,
.single-format-status .post a,
.single-format-link .post a,
.single-format-audio .post a {
  color: black;
}

.single-format-link .post a {
  display: block;
}

.single-format-chat .post p:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}

.archive-entry-header {
  text-align: center;
}

.archive-entry-header h3 {
  border-bottom: 1px solid #4b4339;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

.archive-entry-header a {
  text-decoration: none;
}

.content-header {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}

.content-title {
  text-align: center;
  border-bottom: 1px solid #4b4339;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

.single:not(.single-format-standard) .content-title:before,
.archive .content-title:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: .5rem;
}

.archive .content-title:before {
  content: '\f07b';
}

.tag .content-title:before {
  content: '\f02b';
}

.author .content-title:before {
  content: '\f007';
}

.date .content-title:before {
  content: '\f073';
}

.search .content-title:before {
  content: '\f002';
}

.error404 .content-title:before {
  content: '\f15b';
}

/* post format prefix icons*/
.attachment .content-title:before,
.single-format-image .content-title:before,
.single-format-gallery .content-title:before,
.term-post-format-image .content-title:before,
.term-post-format-gallery .content-title:before {
  content: '\f03e';
}

.single-format-audio .content-title:before,
.term-post-format-audio .content-title:before {
  content: '\f001';
}

.single-format-video .content-title:before,
.term-post-format-video .content-title:before {
  content: '\f03d';
}

.single-format-status .content-title:before,
.term-post-format-status .content-title:before {
  content: '\f12a';
}

.single-format-link .content-title:before,
.term-post-format-link .content-title:before {
  content: '\f0c1';
}

.single-format-quote .content-title:before,
.term-post-format-quote .content-title:before {
  content: '\f10e';
}

.single-format-chat .content-title:before,
.term-post-format-chat .content-title:before {
  content: '\f086';
}

.content-title-description p {
  margin: 0;
}

.archive .content-title {
  border: 0;
  margin: 0;
  padding: 0;
}

.archive .content-header {
  margin-bottom: 3em;
}

/* Meta */
.siggen-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left;
  margin: 1rem 0;
}

.siggen-breadcrumbs > span:not(:last-child):after {
  content: '>>';
  padding: 0 .5rem;
}

.entry-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 1em 0;
}

.entry-meta span {
  margin-right: 1em;
}

.entry-meta a {
  text-decoration: none;
}

.entry-meta a:hover {
  text-decoration: underline;
}

.tags {
  margin-bottom: 1em;
}

@media (max-width: 650px) {
  .entry-meta,
  .entry-meta span {
    display: block;
  }
}

.author-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.author-bio h2 {
  margin: 0 0 .5em;
}

.author-bio .avatar {
  margin-right: .5em;
  height: 50px;
  width: 50px;
  -webkit-filter: none;
          filter: none;
}

.author-bio .author-title {
  font-size: .8em;
}

.author-bio p {
  font-size: .75em;
  margin: 0;
}

@media (max-width: 650px) {
  .author-bio {
    display: block;
  }
}

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

.comments-area {
  margin: 2em 0;
}

.comments-area label {
  display: block;
}

.comment,
.pingback {
  border-top: 1px solid #4b4339;
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}

.comment {
  padding: .5em;
}

.pingback {
  font-weight: bold;
}

.pingback a {
  font-weight: normal;
}

.comment-meta {
  line-height: 28px;
  margin-bottom: 1em;
}

.comment-author {
  margin-bottom: 0;
}

.comment-author .avatar {
  position: relative;
  float: left;
  margin-right: .5em;
  width: 42px;
  height: 42px;
  top: 0.25em;
}

.bypostauthor .comment-author:before {
  content: '\f040';
  font-family: FontAwesome;
}

.comment-metadata a {
  font-weight: normal;
  font-size: .7em;
}

.comment-reply-link {
  font-size: .9em;
  padding: .1em .2em;
}

.comment-respond {
  border-top: 1px solid #4b4339;
  padding-top: 10px;
}

.comment-reply-title {
  margin-bottom: 10px;
}

.comment-form a {
  font-weight: normal;
}

#top-widget-area,
#footer-widget-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top-widget-area .widget-container,
#footer-widget-area .widget-container {
  margin: 0 3em 1em 0;
}

#sidebar-widget-area {
  width: 100%;
  max-width: 300px;
}

#sidebar-widget-area .widget-container {
  margin-bottom: 2em;
}

.widget-title {
  text-align: center;
  margin-bottom: .5em;
}

.widget-container {
  word-wrap: break-word;
}

.widget-container ul {
  margin: 0;
  padding: 0 0 0 1.3em;
}

.widget-container ul li {
  line-height: 1.6em;
}

.widget_calendar thead {
  width: 100%;
}

.widget_calendar thead,
.widget_calendar tbody {
  text-align: center;
}

.widget_calendar th,
.widget_calendar td {
  border: 0;
}

.widget_calendar a {
  font-weight: bold;
}

@media (max-width: 768px) {
  #top-widget-area,
  #footer-widget-area,
  #sidebar-widget-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #top-widget-area .widget-container,
  #footer-widget-area .widget-container,
  #sidebar-widget-area .widget-container {
    max-width: 100%;
    margin: 0 0 1em 0;
  }
  #sidebar-widget-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1024px;
    margin: 2em auto;
    padding: 0;
  }
  #sidebar-widget-area .widget-container {
    margin: 0 1em 1em 0;
  }
  #top-widget-area,
  #sidebar-widget-area,
  #footer-widget-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#site-footer {
  position: relative;
  margin-top: 2em;
}

#footer-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: .75em;
  text-align: center;
  padding: 1em 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer-information span:not(:last-child) {
  padding-right: .5em;
  margin-right: .5em;
  border-right: 1px solid #4b4339;
}

/* Scroll to top icon */
#scroll-to-top {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1.6em;
  border: 1px solid #4b4339;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #4b4339;
  display: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 650px) {
  #footer-information,
  #footer-information span {
    display: block;
  }
  #footer-information span {
    border: 0 !important;
    padding: 0;
    margin: 0;
  }
}
